1. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 17 years ago
  2. 39c77c3 lpd: much safer against malicious input. Does not fork anymore, by Denis Vlasenko · 17 years ago
  3. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 17 years ago
  4. a794289 lpd: maintainer's update: now with spool helpers by Denis Vlasenko · 17 years ago
  5. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 17 years ago
  6. 324d26f pscan: fix a typo in help text by Denis Vlasenko · 17 years ago
  7. 715c16a pscan: add -c, -b: report closed, blocked ports by Denis Vlasenko · 17 years ago
  8. 69ca5a7 tail: fix fallout from tail -c optimization by Denis Vlasenko · 17 years ago
  9. c8bac03 bump version to 1.11.0.svn by Denis Vlasenko · 17 years ago
  10. 45ecfc2 taskset: fix false failure in testsuite by Denis Vlasenko · 17 years ago
  11. b9d0f0c webpage: typo fix by Denis Vlasenko · 17 years ago
  12. 74f8208 Bump version to 1.10.0 and announce it on website. by Denis Vlasenko · 17 years ago 1_10_0
  13. ffa5d76 update defconfig by Denis Vlasenko · 17 years ago
  14. 45911a6 website: fix double include of menubar by Denis Vlasenko · 17 years ago
  15. 31567c1 webpage: fix English by Denis Vlasenko · 17 years ago
  16. 68d0969 website: announce stable point releases by Denis Vlasenko · 17 years ago
  17. 4824cca *: fix build problems found with randomconfig by Denis Vlasenko · 17 years ago
  18. 0dc490b scripts/bb_release: release script (I nearly lost it last time) by Denis Vlasenko · 17 years ago
  19. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 17 years ago
  20. 275b929 let top build without TERMIOS enabled by Paul Fox · 17 years ago
  21. 9e1f92d termios can be used by either top or more. by Paul Fox · 17 years ago
  22. 9230582 inetd: use change_identity(). by Denis Vlasenko · 17 years ago
  23. c52248e small NOMMU fixes by Denis Vlasenko · 17 years ago
  24. 3c96d02 hdparm: do not lie about supporting -q (quiet) by Denis Vlasenko · 17 years ago
  25. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 17 years ago
  26. 027271e udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); by Denis Vlasenko · 17 years ago
  27. 0a0180c tftpd: small trivial shrink by Denis Vlasenko · 17 years ago
  28. 104d544 die_if_bad_username: shrink: 88 -> 77 bytes by Denis Vlasenko · 17 years ago
  29. dd5702d ...and actually adding new file now... by Denis Vlasenko · 17 years ago
  30. a7d6c8b adduser/addgroup: check username for invalid chars by Denis Vlasenko · 17 years ago
  31. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 17 years ago
  32. 0764a7f ifupdown: make it NOMMU-capable by Denis Vlasenko · 17 years ago
  33. 7a60133 tftpd: fix download: we must change user AFTER bind by Denis Vlasenko · 17 years ago
  34. 403a5a2 tftpd: options -c (allow _new_ files to be uploaded) and -u USER by Denis Vlasenko · 17 years ago
  35. 71c9f01 tftp(d): a bit more verbose error reporting by Denis Vlasenko · 17 years ago
  36. dd9228b tftpd: make it emit error packets by Denis Vlasenko · 17 years ago
  37. c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago
  38. 6aa7696 mount: #ifdef out MOUNT_LABEL code parts if it is not selected by Denis Vlasenko · 17 years ago
  39. 2a7a451 patch: don't trash permissions of patched file by Denis Vlasenko · 17 years ago
  40. d7e6af2 tftpd: make open() check r/w permissions instead of doing it ourself. by Denis Vlasenko · 17 years ago
  41. 78c5656 tftpd: fix bugs spotted by Vladimir by Denis Vlasenko · 17 years ago
  42. e421b5e init: do not close all descriptors > 2. We were doing it - sometimes. by Denis Vlasenko · 17 years ago
  43. 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 17 years ago
  44. fb274df init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) by Denis Vlasenko · 17 years ago
  45. 9c8c038 httpd: small fixlet for POST upload - skip by Denis Vlasenko · 17 years ago
  46. d1277c6 remove extra spaces in help text; delete duplicate #define by Denis Vlasenko · 17 years ago
  47. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 17 years ago
  48. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 17 years ago
  49. d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 17 years ago
  50. c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 17 years ago
  51. 592d4fe selinux/*: -Wunused-parameter fixes runsv: make it NOMMU-capable by Denis Vlasenko · 17 years ago
  52. 4866e90 svn add/svn rm to actually move tcp/udpsvd... by Denis Vlasenko · 17 years ago
  53. 4ee7cd4 *: mode tcp/udpsvd to networking, delete ipsvd/* by Denis Vlasenko · 17 years ago
  54. aa9b182 tftpd: new applet (mostly using existing code for tftp) by Denis Vlasenko · 17 years ago
  55. 1d42665 *: shrink: use Vladimir's "o+" specifier instead of xatou(opt_param) by Denis Vlasenko · 17 years ago
  56. 62a90cd *: shrink by using [f]open_or_warn_stdin where appropriate by Denis Vlasenko · 17 years ago
  57. d02db89 clean up TODO file. No real code changes. by Denis Vlasenko · 17 years ago
  58. 85c2471 *: fix fallout from -Wunused-parameter by Denis Vlasenko · 17 years ago
  59. 081eb71 dnsd: properly set _src_ IP:port on outgoing UDP packets by Denis Vlasenko · 17 years ago
  60. 68404f1 *: add -Wunused-parameter; fix resulting breakage by Denis Vlasenko · 17 years ago
  61. a55bd05 fsck: shrink (we were passing around some params which were unused) by Denis Vlasenko · 17 years ago
  62. 397de61 help text: regularize format, and shrink by Denis Vlasenko · 17 years ago
  63. a4522c5 mount: plug a hole where FEATURE_MOUNT_HELPERS could allow execution by Denis Vlasenko · 17 years ago
  64. afc4113 fuser: bugfixes and shrink. It was assuming that xmalloc zeroes returned area! by Denis Vlasenko · 17 years ago
  65. cdf6277 dos2unix: tiny shrink by Denis Vlasenko · 17 years ago
  66. 107fe7c less: improve search when data is not supplied fast enough by stdin - by Denis Vlasenko · 17 years ago
  67. aefed94 tcpsvd,udpsvd: make them NOMMU-capable inetd: make udp nowait work by Denis Vlasenko · 17 years ago
  68. 9f153f6 fsck_minix: getopt32-ification; code shrink; reduce stack usage; by Denis Vlasenko · 17 years ago
  69. 3f165fa libbb: introduce and use sigprocmask_allsigs and sigaction_set. by Denis Vlasenko · 17 years ago
  70. 8e2cfec libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set by Denis Vlasenko · 17 years ago
  71. 4cf1d08 nc: remove a bit of bloat by Denis Vlasenko · 17 years ago
  72. 4e6d511 inetd: make it NOMMU-capable and IPv6-friendly. Lots of renames by Denis Vlasenko · 17 years ago
  73. 4e6c812 crond: make it NOMMU-capable by Denis Vlasenko · 17 years ago
  74. 35e9c5d fixups to vi usage, and move the initial redraw() past the by Paul Fox · 17 years ago
  75. c51fc7b by Paul Fox · 17 years ago
  76. b4a5087 define DEBUG as 0, for when ENABLE_FEATURE_DEVPTS is not on. by Paul Fox · 17 years ago
  77. 4917c11 fix vi's '?' and '/' commands to correctly set a new direction by Paul Fox · 17 years ago
  78. a43dba7 msh: create testsuite (based on hush one) by Denis Vlasenko · 17 years ago
  79. 444639c unlzma: save a few more bytes, and maybe even a bit faster now by Denis Vlasenko · 17 years ago
  80. c3fff87 unlzma: if !LZMA_FAST, save ~200 more bytes (Pascal Bellard <pascal.bellard AT ads-lu.com>) by Denis Vlasenko · 17 years ago
  81. 4aafd5f msh: a few fields renamed; short->int conversion for a field by Denis Vlasenko · 17 years ago
  82. d18f52b actually add bb_qsort.c *: s/Denis/Denys/ by Denis Vlasenko · 17 years ago
  83. fb29038 libbb: inntroduce and use bb_pstrcmp() and qsort_string_vector() by Denis Vlasenko · 17 years ago
  84. 509697f msh: renames: ->words => ->op_words, space() => get_space() by Denis Vlasenko · 17 years ago
  85. da8ae75 doc: add info about sed s/.../.../I modifier by Denis Vlasenko · 17 years ago
  86. fe21883 msh: fix for bug 846 ("break" didn't work second time) by Denis Vlasenko · 17 years ago
  87. 8a2e421 nmeter: fix bug where %[mf] behaves as %[mt] by Denis Vlasenko · 17 years ago
  88. 19fb67e run-parts: add --reverse by Denis Vlasenko · 17 years ago
  89. b29028e zcip: chdiring to root when daemonizing is not useful, by Denis Vlasenko · 17 years ago
  90. f39c7c0 sed: n cmd must reset "we had successful subst" flag. closes bug 1214. by Denis Vlasenko · 17 years ago
  91. cd174d1 microcom: shrink by Denis Vlasenko · 17 years ago
  92. 32fd76c script: correctly handle buffered "tail" of output. +35 bytes. by Denis Vlasenko · 17 years ago
  93. 93e1a21 - Don't point to obsolete patches but the current fixes for the stable releases by Bernhard Reutner-Fischer · 17 years ago
  94. 3444bd4 - update docs to point to the current stable branch by Bernhard Reutner-Fischer · 17 years ago
  95. 51f421a - fix compilation failure due to implicit decl of resolve_mount_spec(). by Bernhard Reutner-Fischer · 17 years ago
  96. 1acb4ef httpd: fix breakage introduced by "support for I:index.xml" by Denis Vlasenko · 17 years ago
  97. 574f2f4 *: add optimization barrier to all "G trick" locations by Denis Vlasenko · 17 years ago
  98. fe66a0e lpr: removed stdio; added "job received" message in verbose mode. by Denis Vlasenko · 17 years ago
  99. c8f2f74 libbb: add forgotten part of "script" applet change by Denis Vlasenko · 17 years ago
  100. 5014dad script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 17 years ago