1. 39acf45 switch_root: shrink by Denis Vlasenko · 16 years ago
  2. 9764d69 fdisk: fix compile failure by Denis Vlasenko · 16 years ago
  3. deeed59 libbb: introduce and use xrealloc_vector by Denis Vlasenko · 16 years ago
  4. 580ce2d mount: support for "-o mand" by Denis Vlasenko · 16 years ago
  5. 67075bb mdev: reinstate "follow symlinks" flag, this time with explanation by Denis Vlasenko · 16 years ago
  6. d48e81f mdev: do not follow symlinks in /sys (as was intended prior to rev 18811). by Denis Vlasenko · 16 years ago
  7. a60f84e *: rename ATTRIBUTE_XXX to just XXX. by Denis Vlasenko · 16 years ago
  8. 82604e9 revert last two commits. vfork cannot be used in subroutine, by Denis Vlasenko · 16 years ago
  9. 58d60c3 *: introduce and use xfork() by Denis Vlasenko · 16 years ago
  10. 3da5572 *: introduce and use xvfork() by Denis Vlasenko · 16 years ago
  11. 270d5d7 fdisk: cosmetics, and removal of dead data by Denis Vlasenko · 16 years ago
  12. 6eaf0a9 fdisk: move more data to struct globals; shrink code by Denis Vlasenko · 16 years ago
  13. defc1ea *: introduce and use FAST_FUNC: regparm on i386, otherwise no-on by Denis Vlasenko · 16 years ago
  14. f5d8c90 style fixes, no code changes by Denis Vlasenko · 16 years ago
  15. e06f61d mkfs_minix, fsck_minix: code shrink by Denis Vlasenko · 16 years ago
  16. 7049ff8 whitespace fixes. no code changes by Denis Vlasenko · 16 years ago
  17. f26e3d2 mount: fix mishandling of proto=tcp/udp by Denis Vlasenko · 16 years ago
  18. d0cc3f4 mount: code shrink without logic changes. Added a comment by Denis Vlasenko · 16 years ago
  19. f45c4f4 whitespace and comment fixes, no code changes by Denis Vlasenko · 17 years ago
  20. d50dda8 *: use llist_pop for traverse-and-free list operation by Denis Vlasenko · 17 years ago
  21. 53354ac libbb: introduce and use print_flags(). by Denis Vlasenko · 17 years ago
  22. 1e93f3c change default rtcwake mode to match changed behavior in upstream util-linux by Mike Frysinger · 17 years ago
  23. 85571d8 make the help for rtcwake reflect the actual default behavior by Mike Frysinger · 17 years ago
  24. 9af7aba - pm_states[PM_SUSPEND_MAX] suggests to support "standby" and not "suspend" by Bernhard Reutner-Fischer · 17 years ago
  25. f4e6bd0 mdev: add commented-out debug code to open stdio. by Denis Vlasenko · 17 years ago
  26. f9a0784 - add FIXME to use hasmntopt() by Bernhard Reutner-Fischer · 17 years ago
  27. a0e17f7 [u]mount: add/update dietlibc build fix by Denis Vlasenko · 17 years ago
  28. e94a871 mdev: fix counting of '%' in pattern by Denis Vlasenko · 17 years ago
  29. ff92349 mdev: fix whitespace damage by Denis Vlasenko · 17 years ago
  30. a959a2a mdev: suppress "may be used uninitialized" warning by Denis Vlasenko · 17 years ago
  31. 4801441 mdev: add support for "only rename" option in mdev.conf by Denis Vlasenko · 17 years ago
  32. 0953336 - Rob sais that he rewrote it, so reinstate the GPLv2-only boilerplate. by Bernhard Reutner-Fischer · 17 years ago
  33. f02efd1 - improve readability by Bernhard Reutner-Fischer · 17 years ago
  34. 5e25ddb - use STD*_FILENO some more. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  35. 636a1f8 - use EXIT_{SUCCESS,FAILURE}. No object-code changes by Bernhard Reutner-Fischer · 17 years ago
  36. cb83abd - mention FIXME use find_mount_point() by Bernhard Reutner-Fischer · 17 years ago
  37. 3576bed - improve wording by Bernhard Reutner-Fischer · 17 years ago
  38. ae4342c - Rename getpty() to xgetpty() and adjust callers. by Bernhard Reutner-Fischer · 17 years ago
  39. ee56e01 swapon: optional -p PRIO support (by Francois Barel <frabar666 AT gmail.com>) by Denis Vlasenko · 17 years ago
  40. 5599502 more -Wall warning fixes. -Wall is enabled now. by Denis Vlasenko · 17 years ago
  41. 6b06cb8 more of -Wall fixes from Cristian Ionescu-Idbohrn. Some are fixing real bugs. by Denis Vlasenko · 17 years ago
  42. 77ad97f more -Wall warning fixes from Cristian Ionescu-Idbohrn. by Denis Vlasenko · 17 years ago
  43. 98636eb Use intra-DSO calls when we build libbusybox. No-op for normal build. by Denis Vlasenko · 17 years ago
  44. 4579e9c mdev: /sys/class/block/ are also block devices by Denis Vlasenko · 17 years ago
  45. 06ebc16 script: exit if reading from pseudo-tty errors out (do not loop) by Denis Vlasenko · 17 years ago
  46. 32dcc53 mdev: fix a bug where we were eating argv[0] of helper by Denis Vlasenko · 17 years ago
  47. 95842fb testsuite/runtest: remove (last) bashism mkswap: fix selinux build by Denis Vlasenko · 17 years ago
  48. c6191e9 - fsetfilecon_war is hidden so use fsetfilecon instead. by Bernhard Reutner-Fischer · 17 years ago
  49. 1f22898 whitespace fixes. no code changes by Denis Vlasenko · 17 years ago
  50. 2d94992 build system: use spaces in Kbuild files by Denis Vlasenko · 17 years ago
  51. 376003b build system: move misplaced config entry for script applet by Denis Vlasenko · 17 years ago
  52. f3745ea libbb: introduce xmalloc_xopen_read_close and use where appropriate by Denis Vlasenko · 17 years ago
  53. c033d51 fdisk: fix a case where we can inadvertently close /proc/partitions fd early by Denis Vlasenko · 17 years ago
  54. 4437d19 fdisk: do not open device twice. Complain on fdisk -l /dev/bogus. by Denis Vlasenko · 17 years ago
  55. ed23adc mount: remove superfluous comment by Denis Vlasenko · 17 years ago
  56. 9dedf72 script: do not ignore poll() errors. ~+20 bytes. by Denis Vlasenko · 17 years ago
  57. f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 17 years ago
  58. aa8a601 mdev: fix block/char device detection. Closes bug 2144. by Denis Vlasenko · 17 years ago
  59. cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 17 years ago
  60. 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 17 years ago
  61. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  62. cf26ab7 mdev: plug a few memory and fd leaks; simplify code a bit by Denis Vlasenko · 17 years ago
  63. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  64. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  65. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  66. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  67. 4824cca *: fix build problems found with randomconfig by Denis Vlasenko · 17 years ago
  68. 9e1f92d termios can be used by either top or more. by Paul Fox · 17 years ago
  69. 6aa7696 mount: #ifdef out MOUNT_LABEL code parts if it is not selected by Denis Vlasenko · 17 years ago
  70. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
  71. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
  72. d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 17 years ago
  73. c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 17 years ago
  74. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  75. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  76. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  77. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  78. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  79. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 17 years ago
  80. a4522c5 mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution by Denis Vlasenko · 17 years ago
  81. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  82. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 17 years ago
  83. 32fd76c script: correctly handle buffered "tail" of output. +35 bytes. by Denis Vlasenko · 17 years ago
  84. 51f421a - fix compilation failure due to implicit decl of resolve_mount_spec(). by Bernhard Reutner-Fischer · 17 years ago
  85. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  86. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  87. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  88. ae86a33 [#1334] exec script for devices even if they dont have device nodes by Mike Frysinger · 17 years ago
  89. 53ce7f0 findfs,mount: trivial build fix and whitespace fiexs by Denis Vlasenko · 17 years ago
  90. de7684a support for mount by label (not yet tested) by Denis Vlasenko · 17 years ago
  91. b413368 mount: with -vv -f, say what mount() calls we were going to make by Denis Vlasenko · 17 years ago
  92. f732e96 mount: optional support for -vv verbosity mount: do "struct globals" trick by Denis Vlasenko · 17 years ago
  93. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  94. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  95. b1d8e7d mount: make -f work even without mtab support by Denis Vlasenko · 17 years ago
  96. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  97. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  98. 977bc6a we need to pass back the rtc device name that was actually used so that we can turn around and check its sysfs status by Mike Frysinger · 17 years ago
  99. ea91536 fix build failure when long opts are enabled by Mike Frysinger · 17 years ago
  100. 6b160e4 split some rtc funcs out of hwclock and into an rtc header/lib so that the new rtcwake applet as well as hwclock can utilize the same code by Mike Frysinger · 17 years ago