1. 6ca409e trylink: produce even more info about final link stage by Denis Vlasenko · 17 years ago
  2. 0e2c9fb mount: print errno on NFS error (again) by Denis Vlasenko · 17 years ago
  3. f868963 multiplier suffixes are short, store them directly in struct suffix_mult by Denis Vlasenko · 17 years ago
  4. 990d0f6 Replace index_in_[sub]str_array with index_in_[sub]strings, by Denis Vlasenko · 17 years ago
  5. bdc88fd rework long option handling. saves ~1.2k by Denis Vlasenko · 17 years ago
  6. b71c668 style fix (stray space before ';') by Denis Vlasenko · 17 years ago
  7. 0919657 libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options by Denis Vlasenko · 17 years ago
  8. fb79a2e xioctl and friends by Tito <farmatito@tiscali.it> by Denis Vlasenko · 17 years ago
  9. dc757aa introduce and use bb_basename() by Denis Vlasenko · 17 years ago
  10. 80b8b39 Consolidate ARRAY_SIZE macro; remove one unneeded global var (walter harms <wharms@bfs.de>) by Denis Vlasenko · 17 years ago
  11. bb0baed - strndupa is a GNU extension. Using strdup to avoid several errors like: by Bernhard Reutner-Fischer · 17 years ago
  12. 459be35 hwclock: size optimizations by Denis Vlasenko · 17 years ago
  13. a7825f2 make FEATURE_HAVE_RPC auto-selectable by mount and inetd sub-features by Denis Vlasenko · 17 years ago
  14. 0e0639b Alex Landau writes: open firmware for reading, not writing by Mike Frysinger · 17 years ago
  15. 26017b1 minix.h: add very simple test script by Denis Vlasenko · 17 years ago
  16. 1fd4621 fsck_minix: forgotten bit of previous commit... by Denis Vlasenko · 17 years ago
  17. a669131 fsck_minix: stop using data/bss by Denis Vlasenko · 17 years ago
  18. ca525b4 *: BB_BANNER -> bb_banner (it is not a const or #define)! by Denis Vlasenko · 17 years ago
  19. b51fd35 as suggested by Renaud Cerrato and Souf, switch over to recursive_action() for some nice shrinkage and so we work even when CONFIG_SYSFS_DEPRECATED is off by Mike Frysinger · 17 years ago
  20. a78ef2c add support for firmware loading by Mike Frysinger · 17 years ago
  21. d67cef2 hush: fix read builtin to not read ahead past eol and to not use by Denis Vlasenko · 17 years ago
  22. 3ad5d0c diff: shrink code (-85 bytes): by Denis Vlasenko · 17 years ago
  23. d6766c7 mdev: microscopic enhancement, should change nothing by Denis Vlasenko · 17 years ago
  24. 4e5f82c find_stray_communal_vars: script which finds communal variables by Denis Vlasenko · 17 years ago
  25. 3f22b7f fdisk: make it work with big disks (read: typical today's disks) by Denis Vlasenko · 17 years ago
  26. 9a7d38f delete tons of extra #includes by Denis Vlasenko · 17 years ago
  27. fad2b86 use "glibc errno" trick not only for ash, but for entire busybox by Denis Vlasenko · 17 years ago
  28. c2f011a more: stop using bss by Denis Vlasenko · 17 years ago
  29. 4b924f3 whitespace fixes by Denis Vlasenko · 17 years ago
  30. b6adbf1 usage.c: remove reference to busybox.h by Denis Vlasenko · 17 years ago
  31. 38ec147 mount: fix mounting of symlinks (mount from util-linux allows that) by Denis Vlasenko · 17 years ago
  32. 68de720 mount: fix incorrect usage of strtok (inadvertently used NULL sometimes). by Denis Vlasenko · 17 years ago
  33. c34d355 loop device code: readability improvement by Denis Vlasenko · 17 years ago
  34. 3ace9fa switch_root: error_msg -> perror_msg, reduce by 22 bytes while at it. by Denis Vlasenko · 17 years ago
  35. 8746885 style fixes by Denis Vlasenko · 17 years ago
  36. 51742f4 style fixes. No code changes by Denis Vlasenko · 17 years ago
  37. 50f7f44 bb_full_fd_action: remove potential xmalloc from NOFORK path by Denis Vlasenko · 17 years ago
  38. 80d14be Rename two config options: by Denis Vlasenko · 17 years ago
  39. 335b63d make a few struct bb_applet members conditional by Denis Vlasenko · 17 years ago
  40. 99912ca audit small applets and mark some of them as NOFORK. by Denis Vlasenko · 17 years ago
  41. ff131b9 style fixes. No code changes. by Denis Vlasenko · 17 years ago
  42. 240a1cf add some missed statics on constant objects. fix few #ifndef ENABLE_xxx by Denis Vlasenko · 17 years ago
  43. 9c146a9 getopt: use getopt32 for option parsing - inspired by patch by by Denis Vlasenko · 17 years ago
  44. bf295dd [u]mount: extend -t option (Roy Marples <uberlord@gentoo.org>) by Denis Vlasenko · 17 years ago
  45. febe3c4 - sed -e "s/char[[:space:]]*\*[[:space:]]*argv\[\]/char **argv/g" by Bernhard Reutner-Fischer · 17 years ago
  46. 219d14d random style fixes (extra spaces deleted) by Denis Vlasenko · 17 years ago
  47. 58875ae assorted fixes uncovered by randomconfig runs by Denis Vlasenko · 17 years ago
  48. c86e052 fix accumulated whitespace and indentation damage by Denis Vlasenko · 17 years ago
  49. dfce08f fdisk: bb_common_bufsiz1 is too small for globals on 64-bit CPU by Denis Vlasenko · 17 years ago
  50. bd85207 fdisk: get rid of _() macro. by Denis Vlasenko · 17 years ago
  51. 83bb98f mkfs_minix: remove older, less efficient bss reduction trick by Denis Vlasenko · 17 years ago
  52. 8e1a0cc fdisk: move 2k ptes[] array into bb_common_bufsiz1 by Denis Vlasenko · 17 years ago
  53. 4efeaee mkfs_minix: stop using lots of bss/data. by Denis Vlasenko · 17 years ago
  54. 5659407 swapon: reinstate hole check but reduce it to warning by Denis Vlasenko · 17 years ago
  55. fad03bc fsck_minix: stop using large buffers in bss by Denis Vlasenko · 17 years ago
  56. b3f09f4 swapon: random shrinkage by Denis Vlasenko · 17 years ago
  57. 4eb8b93 more: do not mess with "/dev/console" (!); by Denis Vlasenko · 17 years ago
  58. 673d4bb hwclock: support /dev/rtc0 etc by Denis Vlasenko · 17 years ago
  59. 8e858e2 clean up accumulated whitespace damage by Denis Vlasenko · 18 years ago
  60. ec27feb init: code readability enhancements; very small code changes by Denis Vlasenko · 18 years ago
  61. ae30210 create a document for mdev so people dont have to rtfs by Mike Frysinger · 18 years ago
  62. d4eda22 fix warning coming from printing size_t with %u by Denis Vlasenko · 18 years ago
  63. 1d76f43 EXEC_PREFER_APPLETS support by Gabriel L. Somlo <somlo@cmu.edu> by Denis Vlasenko · 18 years ago
  64. cc24419 minix utils: de-inline bit ops (saves ~130 bytes) by Denis Vlasenko · 18 years ago
  65. dc485c9 minix utils: make a message easier to understand; small tweaks by Denis Vlasenko · 18 years ago
  66. f885c54 correct "pivot_root: pivot_root: <msg>" by Denis Vlasenko · 18 years ago
  67. 5870ad9 mount: (try to) support cifs with IPv6 by Denis Vlasenko · 18 years ago
  68. 06af216 suppress warnings about easch <applet>_main() having no preceding prototype by Denis Vlasenko · 18 years ago
  69. 06c0a71 preparatory patch for -Wwrite-strings #3 by Denis Vlasenko · 18 years ago
  70. b6aae0f preparatory patch for -Wwrite-strings #2 by Denis Vlasenko · 18 years ago
  71. 0e282c9 combine depends lines by Mike Frysinger · 18 years ago
  72. 71a6a4e correct file format errors by Mike Frysinger · 18 years ago
  73. 6cd2d2b dnsd: getfileentry was leaking memory mount: improve readability by Denis Vlasenko · 18 years ago
  74. 8e1c715 Convert cmdedit into more generic line input facility by Denis Vlasenko · 18 years ago
  75. 9af7c9d openvt,getty,vfork_daemon_rexec,mount: tighten up fd cleanup code by Denis Vlasenko · 18 years ago
  76. 150f402 whitespace fixes (leading spaces to tab) by Denis Vlasenko · 18 years ago
  77. f7996f3 Trailing whitespace removal over entire tree by Denis Vlasenko · 18 years ago
  78. 3821fb1 fix verbose output; remove commented-out includes. by Denis Vlasenko · 18 years ago
  79. 8e9ccba ipv6-ization efforts continue. Few bugs are found, by Denis Vlasenko · 18 years ago
  80. d547083 fdisk: remove 8k buffer from bss - OSF labels are not THAT common anyway by Denis Vlasenko · 18 years ago
  81. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  82. 75fa4eb fsck_minix: tiny optimization by Denis Vlasenko · 18 years ago
  83. 87033fb forgot to svn add util-linux/minix.h :( by Denis Vlasenko · 18 years ago
  84. 73464ce fbset: move variable from data to bss fsck_minix: fix fallout by Denis Vlasenko · 18 years ago
  85. aa95959 factor out minix structures/constants into minix.h fsck_minix: optimizations by Denis Vlasenko · 18 years ago
  86. 6dd392a fsck_minix: optimizations. ~130 bytes by Denis Vlasenko · 18 years ago
  87. 24cfe8f introduce small[u]int fsck_minix: use it for flag variables. 140 bytes saved by Denis Vlasenko · 18 years ago
  88. 2a85676 silly style fixes by Denis Vlasenko · 18 years ago
  89. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  90. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  91. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  92. b95636c remove casts from xmalloc() by Denis Vlasenko · 18 years ago
  93. 2870301 u_short, ulong exterminated fdiskXXX: add a bit of sanity (not enough by far) by Denis Vlasenko · 18 years ago
  94. 908d6b7 mount: add getmntent_r stub for dietlibc by Denis Vlasenko · 18 years ago
  95. a597aad s/extern inline/static ATTRIBUTE_ALWAYS_INLINE/g xstrtou: disallow leading '+' by Denis Vlasenko · 18 years ago
  96. b15b7f7 more: fix for case when _FILE_OFFSET_BITS is not #defined. by Denis Vlasenko · 18 years ago
  97. 732268f - provide central knob to turn off RPC related options. by Bernhard Reutner-Fischer · 18 years ago
  98. 93f6aa6 "make bigdata" biggest offender dealt with: by Denis Vlasenko · 18 years ago
  99. 28bb84b Well, I am not 100.00% usre that uint16 will suffice there. by Denis Vlasenko · 18 years ago
  100. 016a82e another -90 bytes. That #define is **evil** by Denis Vlasenko · 18 years ago