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