1. 468aea2 shells: do not frocibly enable test, echo and kill _applets_, by Denis Vlasenko · 16 years ago
  2. 165f5b3 tcpudp: trivial build fix by Denis Vlasenko · 16 years ago
  3. d943af0 libbb: preventive fix for SIGxxx >= 32 by Denis Vlasenko · 16 years ago
  4. 5297809 g[un]zip: accept and ignore -n (needed for kernel compile) by Denis Vlasenko · 16 years ago
  5. 1b2058f fuser: fix vda's breakage: DOH! chdir'ing to /proc breaks relative paths by Denis Vlasenko · 16 years ago
  6. f2f3868 mdev: optional support for regex pattern group substitution. +142 bytes. by Denis Vlasenko · 16 years ago
  7. aa8a601 mdev: fix block/char device detection. Closes bug 2144. by Denis Vlasenko · 16 years ago
  8. 02f12f5 inetd: small shrink for NOMMU case by Denis Vlasenko · 16 years ago
  9. cae11b5 mdev: fix "foo 0:0 444 >bar/baz" rule handling. make_device() +23 bytes by Denis Vlasenko · 16 years ago
  10. 4461564 mdev: fix a bug where it was not stopping on first matching rule by Denis Vlasenko · 16 years ago
  11. 7cb808e ftpgetput: move control_stream to "struct globals"; by Denis Vlasenko · 16 years ago
  12. 0e7940a ftpgetput: deal with long-standing TODOs: by Denis Vlasenko · 16 years ago
  13. 6c615a6 ftpgetput: add comment about EPSV (extended PASV). by Denis Vlasenko · 16 years ago
  14. b9ad75f copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. by Denis Vlasenko · 16 years ago
  15. a38ba59 fbsplash: move to /sbin; small shrink by Denis Vlasenko · 16 years ago
  16. c4523c2 fix a few stray unguarded strdup's by Denis Vlasenko · 16 years ago
  17. 2570b2e whitespace fixes by Denis Vlasenko · 16 years ago
  18. cf26ab7 mdev: plug a few memory and fd leaks; simplify code a bit by Denis Vlasenko · 16 years ago
  19. e1caabb mdev: add testsuite entry by Denis Vlasenko · 16 years ago
  20. 95891fc openvt: fix gross mismatch between us and "standard" openvt. by Denis Vlasenko · 16 years ago
  21. 72b3442 fbsplash: support this usage: by Denis Vlasenko · 16 years ago
  22. 11b9f26 fbsplash: fix broken handling of buffered case: by Denis Vlasenko · 16 years ago
  23. 8ee649a *: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/ by Denis Vlasenko · 16 years ago
  24. ce7eb44 - add fbsplash and CONFIG_ASH_BASH_COMPAT to defconfig by Bernhard Reutner-Fischer · 16 years ago
  25. 25a9c17 fbsplash: cosmetic comment and Config text fixes; rename .ini -> .cfg by Denis Vlasenko · 16 years ago
  26. c6dbb85 fbsplash: shrink, better help text; inifile cannot specify image now; by Denis Vlasenko · 16 years ago
  27. 08ec67b patch: add support for -R. ~ +110 byte. By Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 16 years ago
  28. cc2965f patch: fix vda's thinko: we need to open new_filename.orig, always! by Denis Vlasenko · 16 years ago
  29. 80591b0 ash: support for && and || in [[ expr ]]; add testsuite checks by Denis Vlasenko · 16 years ago
  30. b02cea1 ifupdown: support for %retries% (L. Gabriel Somlo <somlo AT cmu.edu>) by Denis Vlasenko · 16 years ago
  31. a1acfc8 udhcp: build fix for ppc kernel 2.4.36 by Denis Vlasenko · 16 years ago
  32. 0c3b0d5 lpd: small shrink by Denis Vlasenko · 16 years ago
  33. f7d5665 ash: comment about [[; code style fixes. No code changes. by Denis Vlasenko · 16 years ago
  34. 68e5e2b help text shrinkage by Denis Vlasenko · 16 years ago
  35. fa076d4 date: even more of help text shrink by Denis Vlasenko · 16 years ago
  36. 9ce4ae8 date: make help text more understandable; small shrink by Denis Vlasenko · 16 years ago
  37. 92e13c2 ash: optional bash-like pattern subst and substring opts by Denis Vlasenko · 16 years ago
  38. 59f351c ash: add read -u; fix read -t and read -n; add testsuite entries. by Denis Vlasenko · 16 years ago
  39. f39653e lpd: debugging by Vladimir: he found vda's breakage (trashed s[0])! by Denis Vlasenko · 16 years ago
  40. cee01cf diff: add testsuite entry for it by Denis Vlasenko · 16 years ago
  41. dccfe05 diff: improve comments (no code chages) by Denis Vlasenko · 16 years ago
  42. 64a76d7 patch: support for patches without dates and generated with -U1; shrink by Denis Vlasenko · 16 years ago
  43. c4c2cd4 diff: exclude D_EMPTY code if there is no support for -r by Denis Vlasenko · 16 years ago
  44. e9d67a8 diff: fix small bug; don't make a copy for "/dev/null" case by Denis Vlasenko · 16 years ago
  45. 7fe0eba diff: reordering and renaming of variables by Denis Vlasenko · 16 years ago
  46. 73132b9 diff: make a few variables local by Denis Vlasenko · 16 years ago
  47. 04211fd diff: make it work on pipes etc (needed for kernel compile) by Denis Vlasenko · 16 years ago
  48. dc1cbf8 diff: shrink by Denis Vlasenko · 16 years ago
  49. c693840 *: whitespace fixes, no code changes by Denis Vlasenko · 16 years ago
  50. 42cc304 lpr: add more accurate comments *: trailing whitespace removal by Denis Vlasenko · 16 years ago
  51. 39c77c3 lpd: much safer against malicious input. Does not fork anymore, by Denis Vlasenko · 16 years ago
  52. 0b6c6a9 lpd: fix OOM vulnerability (was eating arbitrarily large commands) by Denis Vlasenko · 16 years ago
  53. a794289 lpd: maintainer's update: now with spool helpers by Denis Vlasenko · 16 years ago
  54. c93b162 patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes) by Denis Vlasenko · 16 years ago
  55. 324d26f pscan: fix a typo in help text by Denis Vlasenko · 16 years ago
  56. 715c16a pscan: add -c, -b: report closed, blocked ports by Denis Vlasenko · 16 years ago
  57. 69ca5a7 tail: fix fallout from tail -c optimization by Denis Vlasenko · 16 years ago
  58. c8bac03 bump version to 1.11.0.svn by Denis Vlasenko · 16 years ago
  59. 45ecfc2 taskset: fix false failure in testsuite by Denis Vlasenko · 16 years ago
  60. b9d0f0c webpage: typo fix by Denis Vlasenko · 16 years ago
  61. 74f8208 Bump version to 1.10.0 and announce it on website. by Denis Vlasenko · 16 years ago
  62. ffa5d76 update defconfig by Denis Vlasenko · 16 years ago
  63. 45911a6 website: fix double include of menubar by Denis Vlasenko · 16 years ago
  64. 31567c1 webpage: fix English by Denis Vlasenko · 16 years ago
  65. 68d0969 website: announce stable point releases by Denis Vlasenko · 16 years ago
  66. 4824cca *: fix build problems found with randomconfig by Denis Vlasenko · 16 years ago
  67. 0dc490b scripts/bb_release: release script (I nearly lost it last time) by Denis Vlasenko · 16 years ago
  68. f90ab18 *: use fopen_or_warn in few more places by Denis Vlasenko · 16 years ago
  69. 275b929 let top build without TERMIOS enabled by Paul Fox · 16 years ago
  70. 9e1f92d termios can be used by either top or more. by Paul Fox · 16 years ago
  71. 9230582 inetd: use change_identity(). by Denis Vlasenko · 16 years ago
  72. c52248e small NOMMU fixes by Denis Vlasenko · 16 years ago
  73. 3c96d02 hdparm: do not lie about supporting -q (quiet) by Denis Vlasenko · 16 years ago
  74. 0f3a580 gcc compat fix and warning suppression by Joe Krahn <krahn AT niehs.nih.gov> by Denis Vlasenko · 16 years ago
  75. 027271e udhcp: fix wrong order of args here: index_in_strings(opt, dhcp_option_strings); by Denis Vlasenko · 16 years ago
  76. 0a0180c tftpd: small trivial shrink by Denis Vlasenko · 16 years ago
  77. 104d544 die_if_bad_username: shrink: 88 -> 77 bytes by Denis Vlasenko · 16 years ago
  78. dd5702d ...and actually adding new file now... by Denis Vlasenko · 16 years ago
  79. a7d6c8b adduser/addgroup: check username for invalid chars by Denis Vlasenko · 16 years ago
  80. cf7cf62 *: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember) by Denis Vlasenko · 16 years ago
  81. 0764a7f ifupdown: make it NOMMU-capable by Denis Vlasenko · 16 years ago
  82. 7a60133 tftpd: fix download: we must change user AFTER bind by Denis Vlasenko · 16 years ago
  83. 403a5a2 tftpd: options -c (allow _new_ files to be uploaded) and -u USER by Denis Vlasenko · 16 years ago
  84. 71c9f01 tftp(d): a bit more verbose error reporting by Denis Vlasenko · 16 years ago
  85. dd9228b tftpd: make it emit error packets by Denis Vlasenko · 16 years ago
  86. c0183e6 unlzma: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> by Denis Vlasenko · 16 years ago
  87. 6aa7696 mount: #ifdef out MOUNT_LABEL code parts if it is not selected by Denis Vlasenko · 16 years ago
  88. 2a7a451 patch: don't trash permissions of patched file by Denis Vlasenko · 16 years ago
  89. d7e6af2 tftpd: make open() check r/w permissions instead of doing it ourself. by Denis Vlasenko · 16 years ago
  90. 78c5656 tftpd: fix bugs spotted by Vladimir by Denis Vlasenko · 16 years ago
  91. e421b5e init: do not close all descriptors > 2. We were doing it - sometimes. by Denis Vlasenko · 16 years ago
  92. 2724fa9 remove alarm() calls which were functioning as a primitive by Paul Fox · 16 years ago
  93. fb274df init: do not use bb_sanitize_stdio(), "/dev/null" may be missing (yet) by Denis Vlasenko · 16 years ago
  94. 9c8c038 httpd: small fixlet for POST upload - skip by Denis Vlasenko · 16 years ago
  95. d1277c6 remove extra spaces in help text; delete duplicate #define by Denis Vlasenko · 16 years ago
  96. d0a071a brctl: eliminate stray data object by Denis Vlasenko · 16 years ago
  97. b44c790 *: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname. by Denis Vlasenko · 16 years ago
  98. d25c33f volume_id: disable detection routines which are not setting label and uuid anyway by Denis Vlasenko · 16 years ago
  99. c5b7372 volude_id: remove unused fields and functions which were setting them by Denis Vlasenko · 16 years ago
  100. 592d4fe selinux/*: -Wunused-parameter fixes runsv: make it NOMMU-capable by Denis Vlasenko · 16 years ago