1. ed23adc mount: remove superfluous comment by Denis Vlasenko · 17 years ago
  2. 9dedf72 script: do not ignore poll() errors. ~+20 bytes. by Denis Vlasenko · 17 years ago
  3. f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 17 years ago
  4. aa8a601 mdev: fix block/char device detection. Closes bug 2144. by Denis Vlasenko · 17 years ago
  5. cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 17 years ago
  6. 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 17 years ago
  7. 2570b2e whitespace fixes by Denis Vlasenko · 17 years ago
  8. cf26ab7 mdev: plug a few memory and fd leaks; simplify code a bit by Denis Vlasenko · 17 years ago
  9. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 17 years ago
  10. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 17 years ago
  11. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  12. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  13. 4824cca *: fix build problems found with randomconfig by Denis Vlasenko · 17 years ago
  14. 9e1f92d termios can be used by either top or more. by Paul Fox · 17 years ago
  15. 6aa7696 mount: #ifdef out MOUNT_LABEL code parts if it is not selected by Denis Vlasenko · 17 years ago
  16. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
  17. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
  18. d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 17 years ago
  19. c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 17 years ago
  20. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  21. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  22. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  23. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  24. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  25. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 17 years ago
  26. a4522c5 mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution by Denis Vlasenko · 17 years ago
  27. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  28. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 17 years ago
  29. 32fd76c script: correctly handle buffered "tail" of output. +35 bytes. by Denis Vlasenko · 17 years ago
  30. 51f421a - fix compilation failure due to implicit decl of resolve_mount_spec(). by Bernhard Reutner-Fischer · 17 years ago
  31. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  32. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  33. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 17 years ago
  34. ae86a33 [#1334] exec script for devices even if they dont have device nodes by Mike Frysinger · 17 years ago
  35. 53ce7f0 findfs,mount: trivial build fix and whitespace fiexs by Denis Vlasenko · 17 years ago
  36. de7684a support for mount by label (not yet tested) by Denis Vlasenko · 17 years ago
  37. b413368 mount: with -vv -f, say what mount() calls we were going to make by Denis Vlasenko · 17 years ago
  38. f732e96 mount: optional support for -vv verbosity mount: do "struct globals" trick by Denis Vlasenko · 17 years ago
  39. c9ca0a3 mount: recognize "dirsync" (closes bug 835) by Denis Vlasenko · 17 years ago
  40. cb448fe libbb: introduce and use xrename and rename_or_warn. by Denis Vlasenko · 17 years ago
  41. b1d8e7d mount: make -f work even without mtab support by Denis Vlasenko · 17 years ago
  42. 25591c3 libbb: introduce bb_signals and bb_signals_recursive, by Denis Vlasenko · 17 years ago
  43. 284d0fa random s/short/int/ by Denis Vlasenko · 17 years ago
  44. 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
  45. ea91536 fix build failure when long opts are enabled by Mike Frysinger · 17 years ago
  46. 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
  47. b2e578a umount: instead of non-standard -D, use -d with opposite meaning by Denis Vlasenko · 17 years ago
  48. 6dd03f0 switch_root: stop at first non-option. Closes bug 1425. by Denis Vlasenko · 17 years ago
  49. 9d96af2 mkswap: fix help text to not lie about supported options. by Denis Vlasenko · 17 years ago
  50. 04e11c9 getpot: add support for "a+" specifier for nonnegative int parameters. by Denis Vlasenko · 17 years ago
  51. 32d49bc mkswap: do not do extra seek mount: add another mount helper call method by Denis Vlasenko · 17 years ago
  52. f0044c4 add support for renaming/relocating device nodes by Mike Frysinger · 17 years ago
  53. 8c69afd - be C99 friendly. Anonymous unions are a GNU extension. This change is by Bernhard Reutner-Fischer · 17 years ago
  54. 8c638cb mount: allow and ignore _netdev option by Denis Vlasenko · 17 years ago
  55. 9772816 *: move getopt reset code to better place(s) by Denis Vlasenko · 17 years ago
  56. b5c60fc mkswap, readahead: stop using fdlength, it is reported to be unreliable by Denis Vlasenko · 17 years ago
  57. f470196 - fix conflicting decls of syslog related facilitynames and prioritynames tables by Bernhard Reutner-Fischer · 17 years ago
  58. 8939881 fdisk: comment out unused function by Denis Vlasenko · 17 years ago
  59. a5549c9 fdisk: fix a case where break was reached only for DOS labels by Denis Vlasenko · 17 years ago
  60. 46ef46a as reported by George Boudreau, make sure we properly skip blank lines by Mike Frysinger · 17 years ago
  61. c03e872 save a bit of code with *strchrnul = '\0' trick by Denis Vlasenko · 17 years ago
  62. f7be20e nameif: extended matching (Nico Erfurth <masta@perlgolf.de>) *: whitespace fixes by Denis Vlasenko · 17 years ago
  63. ef36c04 umount: fix fallout from stack reduction change by Denis Vlasenko · 17 years ago
  64. 94e3365 perror_nomsg: don't print extra colon by Denis Vlasenko · 17 years ago
  65. ee87ebf fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
  66. f77f369 fdisk: reduce global data/bss usage. 8k data+bss build is achievable soon ;) by Denis Vlasenko · 17 years ago
  67. 7ab3699 mkfs.minix: add testsuite; disable code which makes images variable by Denis Vlasenko · 17 years ago
  68. ab80187 attack the biggest stack users: by Denis Vlasenko · 17 years ago
  69. d202328 fix buglets found by randomconfig by Denis Vlasenko · 17 years ago
  70. c881c73 cleanup comments and coding style and rewrite the mdev.conf parser to use common busybox functions and call strdup() less often ... saves a ~few hundred bytes by Mike Frysinger · 17 years ago
  71. fbe5f39 hexdump: add hd alias, add -R option by Denis Vlasenko · 17 years ago
  72. 7e3a5f5 dmesg,klogd: make code more readable by Denis Vlasenko · 17 years ago
  73. a89d50f tr: properly detect read errors (Fernando Silveira <fsilveira@gmail.com>) by Denis Vlasenko · 17 years ago
  74. 5cc6459 umount: stop using excessive aounts of stack. Surprisingly, by Denis Vlasenko · 17 years ago
  75. b4f608d readlink: realpath requires PATH_MAX, bb_common_bufsiz1 can be too small by Denis Vlasenko · 17 years ago
  76. 6bef3d1 fbset: fix buglet where we were using wrong pointer by Denis Vlasenko · 17 years ago
  77. f8b21d0 swaponoff: prevent arithmetic overflow (spotted by Paul Fox <pgf@brightstareng.com>) by Denis Vlasenko · 17 years ago
  78. 63430ae mount: size-optimize mount_options[] and nfs_errtbl[] by Denis Vlasenko · 17 years ago
  79. 85ff862 mkswap: selinux support by KaiGai Kohei <kaigai@ak.jp.nec.com> by Denis Vlasenko · 17 years ago
  80. 3f5fdc7 remove trailing whitespace by Denis Vlasenko · 17 years ago
  81. 9b49a5e add -fvisibility=hidden to CC flags, mark XXX_main functions by Denis Vlasenko · 17 years ago
  82. feb7ae7 printf("%s\n") -> puts() by Denis Vlasenko · 17 years ago
  83. 0c97c9d 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>. by Denis Vlasenko · 17 years ago
  84. b925605 assorted static vars removal by Denis Vlasenko · 17 years ago
  85. 4daad90 introduce bb_putchar(). saves ~1800 on uclibc (less on glibc). by Denis Vlasenko · 17 years ago
  86. 1acdc89 style and message text fixes by Denis Vlasenko · 17 years ago
  87. 7ae209c losetup: support -f (Loic Grenie <loic.grenie@gmail.com>) by Denis Vlasenko · 17 years ago
  88. 06b3cc2 make fdisk compile on libc without llseek64 by Denis Vlasenko · 17 years ago
  89. 73f56bb - actually mv microcom.c to miscutils by Bernhard Reutner-Fischer · 17 years ago
  90. 23856ab move microcom to miscutils by Denis Vlasenko · 17 years ago
  91. f588f70 - remove some trailing whitespace by Bernhard Reutner-Fischer · 17 years ago
  92. f34e821 microcom: add copyright/license info by Denis Vlasenko · 17 years ago
  93. 7076695 microcom: add new applet, this time for real by Denis Vlasenko · 17 years ago
  94. efd3f38 microcom: new applet by Vladimir Dronnikov <dronnikov@gmail.ru> by Denis Vlasenko · 17 years ago
  95. 2535f12 httpd: do not clear environment by Denis Vlasenko · 17 years ago
  96. c8d4d2f messages: by popular request allow PATH to be customized at build time by Denis Vlasenko · 17 years ago
  97. fdf9060 umount: support (by ignoring) -i; style fixes by Denis Vlasenko · 17 years ago
  98. f000065 mount: ignore NFS bg option on NOMMU machines by Denis Vlasenko · 17 years ago
  99. fb48f6c mount: allow (and ignore) -i by Denis Vlasenko · 17 years ago
  100. 7d8de4d mount: don't close fd twice in NFS code by Denis Vlasenko · 17 years ago