1. 71c1657 ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) by Denis Vlasenko · 16 years ago
  2. c2931aa adduser/addgroup: support specifying uid/gid, add system by Denis Vlasenko · 16 years ago
  3. 1cf4a0e httpd: simplify insane conf file parser by Denis Vlasenko · 16 years ago
  4. b029154 httpd: improve help text by Denis Vlasenko · 16 years ago
  5. f9d4fc3 switch_root: improve behavior on error; improve help text by Denis Vlasenko · 16 years ago
  6. 5e34ff2 *: mass renaming of USE_XXXX to IF_XXXX by Denis Vlasenko · 16 years ago
  7. 8b814b4 tar: support for tar --numeric-owner. By Natanael Copa. by Denis Vlasenko · 16 years ago
  8. 3be2308 fix move_to_unaligned32 by Denis Vlasenko · 16 years ago
  9. 829bbd3 *: unify concurrent-safe update of /etc/{passwd,group,[g]shadow} by Denis Vlasenko · 16 years ago
  10. f2b39e0 mdev: add support for - "dont stop here" char by Denis Vlasenko · 16 years ago
  11. 0b791d9 move llist_find_str from modutils to libbb by Denis Vlasenko · 16 years ago
  12. aafbae6 mdev: make usage text more useful by Denis Vlasenko · 16 years ago
  13. e8a7968 dhcprelay: fix usage text. Simplify and make code more readable. Add TODOs. by Denis Vlasenko · 16 years ago
  14. f81e8db *: make "pragma GCC visibility push(hidden)" less ugly by Denis Vlasenko · 16 years ago
  15. 551ffdc more of pointless whitespace fixes by Denis Vlasenko · 16 years ago
  16. 3266aa9 trailing whitespace removal by Denis Vlasenko · 16 years ago
  17. 88b8f0a sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
  18. a6eb7f4 sendmail: add more example in usage text by Denis Vlasenko · 16 years ago
  19. 9d04b6b mkdosfs (aka mkfs.vfat): new applet by Vladimir by Denis Vlasenko · 16 years ago
  20. c0ea82a libbb: revent previous version of "concurrent history updating" by Denis Vlasenko · 16 years ago
  21. 57abf9e libbb: make history saving/loading concurrent-safe by Denis Vlasenko · 16 years ago
  22. 83518d1 Compatibility fixes: by Denis Vlasenko · 16 years ago
  23. 9f57cf6 ftpd: fix command fetching to not do it in 1-byte reads; by Denis Vlasenko · 16 years ago
  24. 20c8216 ftpd: add idle and absolute timeouts. This is a security issue, by Denis Vlasenko · 16 years ago
  25. 8ec8d5e sha: fix thinko in sha512; add FAST_FUNC to sha1/sha256 by Denis Vlasenko · 16 years ago
  26. e9afc46 sha: merge sha1/sha256 handling (they are similar enough for this), by Denis Vlasenko · 16 years ago
  27. 7aaedcf mount: support "-O option"; stop trying to mount swap partitions by Denis Vlasenko · 16 years ago
  28. c8329c9 sha: reduce sha256/512 context size. Make sha1/sha256 code more similar by Denis Vlasenko · 16 years ago
  29. cd2cd31 shrink sha hashing a bit more (remove wbuflen field from ctx), by Denis Vlasenko · 16 years ago
  30. 98c87f7 sha256/512: code shrink. Run-tested. by Denis Vlasenko · 16 years ago
  31. 4221e90 ftpd: stop unconditional logging to syslog. This was the only applet by Denis Vlasenko · 16 years ago
  32. 9257671 fix typo in help text by Denis Vlasenko · 16 years ago
  33. c41cba5 ftpd: reuse ls applet for LIST/NLST/STAT generation by Denis Vlasenko · 16 years ago
  34. 73c571a *: move get_sock_lsa and xwrite_str to libbb, use where appropriate by Denis Vlasenko · 16 years ago
  35. 5e4fda0 ftpd: code chrink, fixed some minor bugs by Denis Vlasenko · 16 years ago
  36. 16b4a2d ftpd: new applet by Adam Tkac by Denis Vlasenko · 16 years ago
  37. fb1a23d halt/reboot/poweroff: improve error reporting by Denis Vlasenko · 16 years ago
  38. 021de3f sendmail: document and fix usage of fd #4, fix check for helper failure. by Denis Vlasenko · 16 years ago
  39. 7e0c243 sendmail: improve help text by Denis Vlasenko · 16 years ago
  40. 12aca79 - improve wording by Bernhard Reutner-Fischer · 16 years ago
  41. 0d22d17 - add flash_eraseall by Bernhard Reutner-Fischer · 16 years ago
  42. 9f00e05 killall and sestatus also need ARGVN scanning by Denis Vlasenko · 16 years ago
  43. a0ab943 function old new delta by Denis Vlasenko · 16 years ago
  44. 6d5590f sendmail: remove erroneous usage lines 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. cab28aa init: preparatory patch, no code changes by Denis Vlasenko · 16 years ago
  47. 39b6813 tunctl: new applet by Vladimir by Denis Vlasenko · 16 years ago
  48. 76ddc2e libbb: add bb_unsetenv (taken from hush). by Denis Vlasenko · 16 years ago
  49. 73ac056 s/an user/a user/ by Denis Vlasenko · 16 years ago
  50. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  51. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  52. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  53. 15437e3 libbb: add xgetgrnam too. ~0 code size change by Denis Vlasenko · 16 years ago
  54. e45930e Fold mkpasswd applet into cryptpw. by Denis Vlasenko · 16 years ago
  55. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  56. ac1c96f - remove superfluous comment from previous commit by Bernhard Reutner-Fischer · 16 years ago
  57. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  58. 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
  59. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  60. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  61. 7a1ddf2 mountpoint: add -n option (by Vladimir) by Denis Vlasenko · 16 years ago
  62. d16950d acpid: new applet by Vladimir. +737 bytes by Denis Vlasenko · 16 years ago
  63. 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
  64. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  65. 36309cf insmod: clarify module_name / file_name distinction by Denis Vlasenko · 16 years ago
  66. 9a4c0d5 inotifyd: exit if x event happened for all files by Denis Vlasenko · 16 years ago
  67. a09a42c inotify: add x, o, and u events by Denis Vlasenko · 16 years ago
  68. 2479cd4 inotifyd: fix "inotifyd with no params" case by Denis Vlasenko · 16 years ago
  69. 289ff0e inotify: document waiting behavior by Denis Vlasenko · 16 years ago
  70. 4d47692 arp: stop using globals by Denis Vlasenko · 16 years ago
  71. cf3e05b correct help texts by Denis Vlasenko · 16 years ago
  72. c021cb0 - add support for seq -s <separator> by Bernhard Reutner-Fischer · 16 years ago
  73. 2598f76 - add seq -w support (Natanael Copa) by Bernhard Reutner-Fischer · 16 years ago
  74. e9b9a19 libbb: disable a second md5 implementation which managed to creep in :) by Denis Vlasenko · 16 years ago
  75. 2211d52 libbb: add optionl support for SHA256/512 encrypted passwords by Denis Vlasenko · 16 years ago
  76. 56dceb9 sha256,sha512: new applets. +4.9kb by Denis Vlasenko · 16 years ago
  77. c028ec2 Typo fixes by Denis Vlasenko · 16 years ago
  78. dc70069 kbd_mode: support -C TTY option by Denis Vlasenko · 16 years ago
  79. b9d572a total overhaul of mail applets. again. Vladimir as usual. by Denis Vlasenko · 16 years ago
  80. f10bc39 correction in comment by Denis Vlasenko · 16 years ago
  81. 3854c5d runsvdir: alternative methon of supporting runsvdir-as-init. +66 bytes. by Denis Vlasenko · 16 years ago
  82. 35a064b build system: tidying up CONFIG_xxx names (suggested by Rob) by Denis Vlasenko · 16 years ago
  83. 202ac50 *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op by Denis Vlasenko · 16 years ago
  84. 9b0f6e1 add comment, no code changes by Denis Vlasenko · 16 years ago
  85. 1a9e9bd gunzip: restore mtime. approx +80 bytes of code by Denis Vlasenko · 16 years ago
  86. b9b344a kill[all[5]]: accept -s SIG too. kill_main: +29 bytes by Denis Vlasenko · 16 years ago
  87. 91f8f82 tftpd: be less cryptic in help text by Denis Vlasenko · 16 years ago
  88. de5f645 ls: trim help text by Denis Vlasenko · 16 years ago
  89. c94fa56 devmem: new applet by Denis Vlasenko · 16 years ago
  90. 5f6aaf3 less: reuse former vi's key reading code. Improve SIGWINCH handling. by Denis Vlasenko · 16 years ago
  91. 0112ff5 vi: move key reading routine out of vi into llbbb by Denis Vlasenko · 16 years ago
  92. 2d5bd80 build system cleanup: rename FEATURE_AWK_MATH to FEATURE_AWK_LIBM; by Denis Vlasenko · 16 years ago
  93. b730474 ash: fix NOEXEC mode - we were forgetting to pass environment! by Denis Vlasenko · 16 years ago
  94. 1e19afd blkid: new applet. We almost had everything needed for it already by Denis Vlasenko · 16 years ago
  95. cdd1f73 zcip: code size optimizations, improved help text and comments by Denis Vlasenko · 16 years ago
  96. 578de86 - route metric support (Natanael Copa) Adds about 75b by Bernhard Reutner-Fischer · 16 years ago
  97. 2b2d977 sendmail: update by Vladimir by Denis Vlasenko · 16 years ago
  98. bed22a0 sendmail: compat update by Vladimir by Denis Vlasenko · 16 years ago
  99. 1a89133 Markus Heidelberg writes: by Bernhard Reutner-Fischer · 16 years ago
  100. 48a6773 - add less -I to be able to search case-insensitively by Bernhard Reutner-Fischer · 16 years ago