1. 9230582 inetd: use change_identity(). by Denis Vlasenko · 16 years ago
  2. c52248e small NOMMU fixes by Denis Vlasenko · 16 years ago
  3. 3c96d02 hdparm: do not lie about supporting -q (quiet) by Denis Vlasenko · 16 years ago
  4. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 16 years ago
  5. 027271e udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); by Denis Vlasenko · 16 years ago
  6. 0a0180c tftpd: small trivial shrink by Denis Vlasenko · 16 years ago
  7. 104d544 die_if_bad_username: shrink: 88 -> 77 bytes by Denis Vlasenko · 16 years ago
  8. dd5702d ...and actually adding new file now... by Denis Vlasenko · 16 years ago
  9. a7d6c8b adduser/addgroup: check username for invalid chars by Denis Vlasenko · 16 years ago
  10. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 16 years ago
  11. 0764a7f ifupdown: make it NOMMU-capable by Denis Vlasenko · 16 years ago
  12. 7a60133 tftpd: fix download: we must change user AFTER bind by Denis Vlasenko · 16 years ago
  13. 403a5a2 tftpd: options -c (allow _new_ files to be uploaded) and -u USER by Denis Vlasenko · 16 years ago
  14. 71c9f01 tftp(d): a bit more verbose error reporting by Denis Vlasenko · 16 years ago
  15. dd9228b tftpd: make it emit error packets by Denis Vlasenko · 16 years ago
  16. c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 16 years ago
  17. 6aa7696 mount: #ifdef out MOUNT_LABEL code parts if it is not selected by Denis Vlasenko · 16 years ago
  18. 2a7a451 patch: don't trash permissions of patched file by Denis Vlasenko · 16 years ago
  19. d7e6af2 tftpd: make open() check r/w permissions instead of doing it ourself. by Denis Vlasenko · 16 years ago
  20. 78c5656 tftpd: fix bugs spotted by Vladimir by Denis Vlasenko · 16 years ago
  21. e421b5e init: do not close all descriptors > 2. We were doing it - sometimes. by Denis Vlasenko · 16 years ago
  22. 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 16 years ago
  23. fb274df init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) by Denis Vlasenko · 16 years ago
  24. 9c8c038 httpd: small fixlet for POST upload - skip by Denis Vlasenko · 16 years ago
  25. d1277c6 remove extra spaces in help text; delete duplicate #define by Denis Vlasenko · 16 years ago
  26. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 16 years ago
  27. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 16 years ago
  28. d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 16 years ago
  29. c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 16 years ago
  30. 592d4fe selinux/*: -Wunused-parameter fixes runsv: make it NOMMU-capable by Denis Vlasenko · 16 years ago
  31. 4866e90 svn add/svn rm to actually move tcp/udpsvd... by Denis Vlasenko · 16 years ago
  32. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 16 years ago
  33. aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 16 years ago
  34. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 16 years ago
  35. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 16 years ago
  36. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 16 years ago
  37. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 16 years ago
  38. 081eb71 dnsd: properly set _src_ IP:port on outgoing UDP packets by Denis Vlasenko · 16 years ago
  39. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 16 years ago
  40. a55bd05 fsck: shrink (we were passing around some params which were unused) by Denis Vlasenko · 16 years ago
  41. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 16 years ago
  42. a4522c5 mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution by Denis Vlasenko · 16 years ago
  43. afc4113 fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area! by Denis Vlasenko · 16 years ago
  44. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 16 years ago
  45. 107fe7c less: improve search when data is not supplied fast enough by stdin - by Denis Vlasenko · 16 years ago
  46. aefed94 tcpsvd,udpsvd: make them NOMMU-capable inetd: make udp nowait work by Denis Vlasenko · 16 years ago
  47. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 16 years ago
  48. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 16 years ago
  49. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 16 years ago
  50. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 16 years ago
  51. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 16 years ago
  52. 4e6c812 crond: make it NOMMU-capable by Denis Vlasenko · 16 years ago
  53. 35e9c5d fixups to vi usage, and move the initial redraw() past the by Paul Fox · 16 years ago
  54. c51fc7b by Paul Fox · 16 years ago
  55. b4a5087 define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. by Paul Fox · 16 years ago
  56. 4917c11 fix vi's '?' and '/' commands to correctly set a new direction by Paul Fox · 16 years ago
  57. a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 16 years ago
  58. 444639c unlzma: save a few more bytes, and maybe even a bit faster now by Denis Vlasenko · 16 years ago
  59. c3fff87 unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>) by Denis Vlasenko · 16 years ago
  60. 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 16 years ago
  61. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 16 years ago
  62. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 16 years ago
  63. 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 16 years ago
  64. da8ae75 doc: add info about sed s/.../.../I modifier by Denis Vlasenko · 16 years ago
  65. fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 16 years ago
  66. 8a2e421 nmeter: fix bug where %[mf] behaves as %[mt] by Denis Vlasenko · 16 years ago
  67. 19fb67e run-parts: add --reverse by Denis Vlasenko · 16 years ago
  68. b29028e zcip: chdiring to root when daemonizing is not useful, by Denis Vlasenko · 16 years ago
  69. f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 16 years ago
  70. cd174d1 microcom: shrink by Denis Vlasenko · 16 years ago
  71. 32fd76c script: correctly handle buffered "tail" of output. +35 bytes. by Denis Vlasenko · 16 years ago
  72. 93e1a21 - Don't point to obsolete patches but the current fixes for the stable releases by Bernhard Reutner-Fischer · 16 years ago
  73. 3444bd4 - update docs to point to the current stable branch by Bernhard Reutner-Fischer · 16 years ago
  74. 51f421a - fix compilation failure due to implicit decl of resolve_mount_spec(). by Bernhard Reutner-Fischer · 16 years ago
  75. 1acb4ef httpd: fix breakage introduced by "support for I:index.xml" by Denis Vlasenko · 16 years ago
  76. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 16 years ago
  77. fe66a0e lpr: removed stdio; added "job received" message in verbose mode. by Denis Vlasenko · 16 years ago
  78. c8f2f74 libbb: add forgotten part of "script" applet change by Denis Vlasenko · 16 years ago
  79. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 16 years ago
  80. 8195d20 sendmail: yet another maintainer's update by Denis Vlasenko · 16 years ago
  81. 17db1a9 sendmail: update from maintainer by Denis Vlasenko · 16 years ago
  82. 7be1030 lpr: fflush stdout fix by Denis Vlasenko · 16 years ago
  83. be048f2 syslogd: optional support for dropping dups. closes bug 436. by Denis Vlasenko · 16 years ago
  84. 06aed43 ifenslave: new applet. closes bug 115. by Denis Vlasenko · 16 years ago
  85. 04bb2d2 start_stop_daemon: stop using data/bss by Denis Vlasenko · 16 years ago
  86. d4f0b94 reset: call "stty sane". Closes bug 1414. by Denis Vlasenko · 16 years ago
  87. d686482 actually add libbb/safe_gethostname.c by Denis Vlasenko · 16 years ago
  88. 6f1713f *: intrduce and use safe_gethostname. By Tito <farmatito AT tiscali.it> by Denis Vlasenko · 16 years ago
  89. 394eebe lpd: spool mode added by Vladimir by Denis Vlasenko · 16 years ago
  90. 38b8831 lpd: now with "svn add"... by Denis Vlasenko · 16 years ago
  91. f99afb5 lpd: new applet by Vladimir Dronnikov <dronnikov AT gmail.com> by Denis Vlasenko · 16 years ago
  92. a2f4735 forgotten bit of rmdir long options support by Denis Vlasenko · 16 years ago
  93. 6d8112c fix typo in comment, no code changes by Denis Vlasenko · 16 years ago
  94. 8f8a420 lpr: fixing vda's thinko by Denis Vlasenko · 16 years ago
  95. b78d1c0 less: shrink by Denis Vlasenko · 16 years ago
  96. 4f82bdb lpr,lpq: rework by dronnikov AT gmail.com by Denis Vlasenko · 16 years ago
  97. 52feee9 rmdir: optional long options support for Debian users. +68 bytes. by Denis Vlasenko · 16 years ago
  98. 28b2991 watch: shrink (by walter harms <WHarms AT bfs.de>) by Denis Vlasenko · 16 years ago
  99. 400d8bb less,klogd,syslogd,nc,tcpudp: exit on signal by killing itself, not exit(1) by Denis Vlasenko · 16 years ago
  100. d553faf less: small shrink by Denis Vlasenko · 16 years ago