1. 31773b7 runsv: another tiny optimization by Denis Vlasenko · 16 years ago
  2. f09f4e0 runsv: small optimization *: more paranoia around passing NULL to execl[e] by Denis Vlasenko · 16 years ago
  3. 48637e0 modutils: oveflow fix by Denis Vlasenko · 16 years ago
  4. 9aa5c65 unzip: fix thinko with le/be conv and size (closes bug 129) by Denis Vlasenko · 16 years ago
  5. 8e5de2a login: fix buglet introduced by "simplification" by Denis Vlasenko · 16 years ago
  6. e261bba flash_eraseall.c: fix vda's breakage by Denis Vlasenko · 16 years ago
  7. 30e3df3 - rephrase helptext for clarity by Bernhard Reutner-Fischer · 16 years ago
  8. 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
  9. 0adf7f2 - by not calling getpagesize() twice we can save 2 bytes (walter harms) by Bernhard Reutner-Fischer · 16 years ago
  10. f3b39a2 - fix typo (thanks to Peter Kjellerstedt for noticing) by Bernhard Reutner-Fischer · 16 years ago
  11. a31187d - Dual-license the config parser also under "LGLPv2.1 or later" by Bernhard Reutner-Fischer · 16 years ago
  12. 039ed43 make modutils compile again by Ned Ludd · 16 years ago
  13. a430b69 depmod: accept and ignore -r (Linux kernle build needs this) by Denis Vlasenko · 16 years ago
  14. 962e365 flash_eraseall: shrink by Denis Vlasenko · 16 years ago
  15. 02468c2 - add big busybox logo as transparent png by Bernhard Reutner-Fischer · 16 years ago
  16. 7307e06 - bail out if screen resolution does not match PPM dimensions. by Bernhard Reutner-Fischer · 16 years ago
  17. 8dcb33c - document ppm header and skip whitespace by Bernhard Reutner-Fischer · 16 years ago
  18. e455f6e - update TODOs by Bernhard Reutner-Fischer · 16 years ago
  19. 8af23f8 - eliminate globals by Bernhard Reutner-Fischer · 16 years ago
  20. 7d9d251 - make it compile and shrink it a little bit (~-110 bytes) by Bernhard Reutner-Fischer · 16 years ago
  21. 0d22d17 - add flash_eraseall by Bernhard Reutner-Fischer · 16 years ago
  22. 051fdb9 - PPMs can have comments in the header. by Bernhard Reutner-Fischer · 16 years ago
  23. 8ad78e1 ash: make dot command search current directory first, as bash does. by Denis Vlasenko · 16 years ago
  24. c6ab085 Make "shadowed" numeric config entries (ones which depend on by Denis Vlasenko · 16 years ago
  25. 28ea429 volume_id: abort early on read failures. should help with probing missing fdd's by Denis Vlasenko · 16 years ago
  26. 93b3820 init: fix compile breakage with '# CONFIG_FEATURE_KILL_REMOVED is not set' by Denis Vlasenko · 16 years ago
  27. 97b954d - improve wording by Bernhard Reutner-Fischer · 16 years ago
  28. 51d943d - improve helptext by Bernhard Reutner-Fischer · 16 years ago
  29. 4efcec9 - misc untested shrinkage: by Bernhard Reutner-Fischer · 16 years ago
  30. 52b56b7 - improve helptext of obsolete devfs stuff.. by Bernhard Reutner-Fischer · 16 years ago
  31. bb5f8ed - cosmetic typo in helptext by Bernhard Reutner-Fischer · 16 years ago
  32. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  33. d63cd1b mdev: if /sys/class/block exists, don't scan /sys/block by Denis Vlasenko · 16 years ago
  34. a0ab943 function old new delta by Denis Vlasenko · 16 years ago
  35. 2ca84f6 httpd: tiny optimization by Denis Vlasenko · 16 years ago
  36. 1cbfd98 httpd: by Denis Vlasenko · 16 years ago
  37. 6d5590f sendmail: remove erroneous usage lines by Denis Vlasenko · 16 years ago
  38. ded5dfe crond,crontab: make cron directory location configurable by Denis Vlasenko · 16 years ago
  39. d814c98 telnetd: do not advertise TELNET_LFLOW, we do not support it properly. by Denis Vlasenko · 16 years ago
  40. 04158e0 udhcpd: add code which rejects lease files with suspicious or old timestamp. by Denis Vlasenko · 16 years ago
  41. 512c8ae login: small simplification by Walter Harms. -10 bytes by Denis Vlasenko · 16 years ago
  42. 4eff8ef login: cleanup work by Walter Harms. No logic changes. by Denis Vlasenko · 16 years ago
  43. 73121c3 dhcpd,dumpleases: write and use 64-bit current time in lease file. by Denis Vlasenko · 16 years ago
  44. 4932596 modutils-24: code shrink by Denis Vlasenko · 16 years ago
  45. 4acdb46 ionice: new applet, adapted from Linux kernel' example by Walter Harms by Denis Vlasenko · 16 years ago
  46. 802cab1 brctl: fix compilation on 2.4.x kernels by Denis Vlasenko · 16 years ago
  47. 9ec0ecb init: remove wait() loop on restart, it may be dangerous by Denis Vlasenko · 16 years ago
  48. 4ae8a05 init: fix a bug where on reload order of entries might be wrong by Denis Vlasenko · 16 years ago
  49. e35af56 modutils-24: use xasprintf and xzalloc where appropriate, by Denis Vlasenko · 16 years ago
  50. fc2a4fc init: small correction in a comment by Denis Vlasenko · 16 years ago
  51. 72c99af init: major improvement in documentation and signal handling. by Denis Vlasenko · 16 years ago
  52. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  53. 6c62246 init: reinstate proper handling of !ENABLE_FEATURE_USE_INITTAB by Denis Vlasenko · 16 years ago
  54. b2b2c40 init: reduce ifdef forest (specially for Rob's happiness) by Denis Vlasenko · 16 years ago
  55. a7542dd - be gentle to syntax highlighting by Bernhard Reutner-Fischer · 16 years ago
  56. dd76b79 - update Michele address by Bernhard Reutner-Fischer · 16 years ago
  57. 41d5ebe awk: in BEGIN section $0 should be "", not "0". by Denis Vlasenko · 16 years ago
  58. bdea2c0 traceroute: allow -w NUM as small as 1 by Denis Vlasenko · 16 years ago
  59. 766c10c traceroute: rewrite. Do not emit raw IP packets, instead send UDP or ICMP by Denis Vlasenko · 16 years ago
  60. fa65a3d traceroute: preparatory trivial cleanups by Denis Vlasenko · 16 years ago
  61. 39b6813 tunctl: new applet by Vladimir by Denis Vlasenko · 16 years ago
  62. f6107c7 - add CONFIG_EXTRA_CFLAGS (thanks to keesj) by Bernhard Reutner-Fischer · 16 years ago
  63. 4984365 tar: stop changing net tarfile's mode, GNU tar doesn't do it by Denis Vlasenko · 16 years ago
  64. 038eec7 uname: use wider integer for option bits by Denis Vlasenko · 16 years ago
  65. 059138f uname: add support for -i and -o, fix printing of unknown -p by Denis Vlasenko · 16 years ago
  66. ec64a57 dhcpc: suppress "warning: 'timestamp_before_wait' might be used uninitialized by Denis Vlasenko · 16 years ago
  67. 1265df1 libbb: shrink linked list ops (by xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  68. 3526115 depmod: fix -b option (by timo.teras AT iki.fi) by Denis Vlasenko · 16 years ago
  69. f478fde adduser: allow adding to group 0; don't _create_ /etc/shadow, by Denis Vlasenko · 16 years ago
  70. 319fe12 mdev: fix breakage caused by unified parser usage by Denis Vlasenko · 16 years ago
  71. f0dc2c1 - use https for bugzilla URLs by Bernhard Reutner-Fischer · 16 years ago
  72. e44a4e3 - isascii() is obsolescent in SUSv4 and furthermore looks redundant in this spot by Bernhard Reutner-Fischer · 16 years ago
  73. 870ccd7 do not whine if /sys/block does not exist ... embedded systems dont need stinkin block devices by Mike Frysinger · 16 years ago
  74. 501b0e3 sysctl: fix another corner case with "dots and slashes" by Denis Vlasenko · 16 years ago
  75. cb39a7c printf: make integer format strings print long long-sized values. by Denis Vlasenko · 16 years ago
  76. 0416e3d udhcpd: disable opton to have absolute lease times in lease file by Denis Vlasenko · 16 years ago
  77. b2ec038 website: announce 1.13.2 amd 1.12.4 by Denis Vlasenko · 16 years ago
  78. d8850f2 dc: fix the "base 2" patch omission of base not being set by Denis Vlasenko · 16 years ago
  79. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  80. d6e8f94 sysctl: fix gcc warning (false positive) by Denis Vlasenko · 16 years ago
  81. e40e76f unexpand: fix incorrect expansion, add test for it by Denis Vlasenko · 16 years ago
  82. 73ac056 s/an user/a user/ by Denis Vlasenko · 16 years ago
  83. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  84. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  85. b3523b9 - we already have an impl for man by Bernhard Reutner-Fischer · 16 years ago
  86. 54143af Add fancy svn browser thingy (via Lance Albertson of OSL) by Bernhard Reutner-Fischer · 16 years ago
  87. 9b143a9 Update links to new site locations (via Lance Albertson at OSL) by Bernhard Reutner-Fischer · 16 years ago
  88. 68819d1 ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case by Denis Vlasenko · 16 years ago
  89. 3139ea7 expand: fix incorrect expansion exactly on tab boundary; shrink the code by Denis Vlasenko · 16 years ago
  90. 005ff88 watchdog: build fixes, no code changes by Denis Vlasenko · 16 years ago
  91. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 16 years ago
  92. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  93. 311c19a ash: printf builtin with no arguments should not exit by Denis Vlasenko · 16 years ago
  94. 6a2d0d9 mount: make it more readable by Denis Vlasenko · 16 years ago
  95. 3f8f4b2 placate Rob's qualms about mount.c by Denis Vlasenko · 16 years ago
  96. a3ca7cf add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 by Denis Vlasenko · 16 years ago
  97. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  98. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  99. 0d94820 syslogd: comment out file locking; by Denis Vlasenko · 16 years ago
  100. 1bcdcd2 init: do not eat last char in messages; by Denis Vlasenko · 16 years ago