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