1. e40e76f unexpand: fix incorrect expansion, add test for it by Denis Vlasenko · 16 years ago
  2. 73ac056 s/an user/a user/ by Denis Vlasenko · 16 years ago
  3. 54d1005 *: tweak error messages by Denis Vlasenko · 16 years ago
  4. 4e12b1a libbb: introduce and use xmalloc_ttyname (-32 in bss). ash: small code shrink by Denis Vlasenko · 16 years ago
  5. b3523b9 - we already have an impl for man by Bernhard Reutner-Fischer · 16 years ago
  6. 54143af Add fancy svn browser thingy (via Lance Albertson of OSL) by Bernhard Reutner-Fischer · 16 years ago
  7. 9b143a9 Update links to new site locations (via Lance Albertson at OSL) by Bernhard Reutner-Fischer · 16 years ago
  8. 68819d1 ash: fix CONFIG_ASH_OPTIMIZE_FOR_SIZE off + high-bit chars case by Denis Vlasenko · 16 years ago
  9. 3139ea7 expand: fix incorrect expansion exactly on tab boundary; shrink the code by Denis Vlasenko · 16 years ago
  10. 005ff88 watchdog: build fixes, no code changes by Denis Vlasenko · 16 years ago
  11. ab6b446 header_verbose_list: show off_t size, not cast to (unsigned) by Denis Vlasenko · 16 years ago
  12. 12abcb3 libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ by Denis Vlasenko · 16 years ago
  13. 311c19a ash: printf builtin with no arguments should not exit by Denis Vlasenko · 16 years ago
  14. 6a2d0d9 mount: make it more readable by Denis Vlasenko · 16 years ago
  15. 3f8f4b2 placate Rob's qualms about mount.c by Denis Vlasenko · 16 years ago
  16. a3ca7cf add a note that SO_BINDTODEVICE needs padded iface name on 2.6.26 by Denis Vlasenko · 16 years ago
  17. 517413f bb_info_msg: make it do atomic, unbuffered writes by Denis Vlasenko · 16 years ago
  18. e537385 *: fix SO_BINDTODEVICE. Kernel wants at least IFNAMSIZ bytes there. by Denis Vlasenko · 16 years ago
  19. 0d94820 syslogd: comment out file locking; by Denis Vlasenko · 16 years ago
  20. 1bcdcd2 init: do not eat last char in messages; by Denis Vlasenko · 16 years ago
  21. efb545b optimize 16- and 32-bit moves by Denis Vlasenko · 16 years ago
  22. d1a84a2 libbb: move crypt_make_salt() to pw_encrypt.c, reuse by Denis Vlasenko · 16 years ago
  23. db12d1d Fix forgotten license comments by Denis Vlasenko · 16 years ago
  24. 30e5cf8 mount: cosmetics, no code changes (verified with objdump -drsx) by Denis Vlasenko · 16 years ago
  25. 15437e3 libbb: add xgetgrnam too. ~0 code size change by Denis Vlasenko · 16 years ago
  26. d324e1b libbb/crypt: code shrink by Denis Vlasenko · 16 years ago
  27. 9c6d129 - -4b and use proper define; add license note by Bernhard Reutner-Fischer · 16 years ago
  28. 3f70b87 clarify which version of crond is known to put tasks in separate pgrps by Denis Vlasenko · 16 years ago
  29. 3246c0d iproute: fix ipXXX utilities trying to parse their applet name by Denis Vlasenko · 16 years ago
  30. e45930e Fold mkpasswd applet into cryptpw. by Denis Vlasenko · 16 years ago
  31. 196a953 iptunnel: fix problems with including linux/ip_tunnel.h on some systems by Denis Vlasenko · 16 years ago
  32. d7a805e libbb: introduce and use xgetpwnam. ~ -150 bytes. by Denis Vlasenko · 16 years ago
  33. ac1c96f - remove superfluous comment from previous commit by Bernhard Reutner-Fischer · 16 years ago
  34. 82b1429 - add new applet mkpasswd(1) by Bernhard Reutner-Fischer · 16 years ago
  35. 81c3a1d ash: remove TODO which seems to actually work now. no code changes by Denis Vlasenko · 16 years ago
  36. 6ebb2f5 crond: use bb_setpgrp, not setpgrp platform.h: make a bit more readable by Denis Vlasenko · 16 years ago
  37. f8535cc ash: finally installed it as /bin/sh on my machine. by Denis Vlasenko · 16 years ago
  38. 0c68a87 libbb: password/group function helpers rewritten by Tito: by Denis Vlasenko · 16 years ago
  39. b6ddee2 crond: put tasks in separate process groups by Denis Vlasenko · 16 years ago
  40. c5045fd vconfig: style fix, no code changes by Denis Vlasenko · 16 years ago
  41. 360d966 libbb: add strncpy_IFNAMSIZ by Denis Vlasenko · 16 years ago
  42. 928b2c0 ...and exclude LC_ALL too by Denis Vlasenko · 16 years ago
  43. dcc921e build system: fix sorting + locale in make objsizes by Denis Vlasenko · 16 years ago
  44. 1e10afc volume_id/fat: careful with sector#, it may not fit in 32 bits. +91 bytes by Denis Vlasenko · 16 years ago
  45. a34b8a4 init: O_NONBLOCK needs more thought. reverted for now by Denis Vlasenko · 16 years ago
  46. 7a1ddf2 mountpoint: add -n option (by Vladimir) by Denis Vlasenko · 16 years ago
  47. d723fb1 inotifyd: save resourses by closing unused inotify descriptors by Denis Vlasenko · 16 years ago
  48. d16950d acpid: new applet by Vladimir. +737 bytes by Denis Vlasenko · 16 years ago
  49. f7d87f9 Announce 1.13.1 and 1.12.3 by Denis Vlasenko · 16 years ago
  50. e27dafd ash: add FIXME by Denis Vlasenko · 16 years ago
  51. 7b2294e ash: "ash: syntax error: XXX unexpected" -> "ash: syntax error: unexpected XXX" by Denis Vlasenko · 16 years ago
  52. 41eb300 ash: shrink on top of previous change by Denis Vlasenko · 16 years ago
  53. 727752d ash: better fix for ash -c 'echo 5&' and ash -c 'sleep 5&' with testcase by Denis Vlasenko · 16 years ago
  54. 9e0a7c9 remove a few superfluous includes by Denis Vlasenko · 16 years ago
  55. 61befda ash,hush: add TODO for rare build failure *: remove some redundant includes by Denis Vlasenko · 16 years ago
  56. 1689840 ash: fix bad interaction between ash -c '....&' and bash compat by Denis Vlasenko · 16 years ago
  57. 8a2f6bf timeout: fix a few bugs. vda is stupid by Denis Vlasenko · 16 years ago
  58. 4240408 trim help text a bit by Denis Vlasenko · 16 years ago
  59. a9acbe6 timeout: new applet. 370 bytes. by Roberto Foglietta. by Denis Vlasenko · 16 years ago
  60. 00d8417 vi: speedup and code shrink (Walter Harms) by Denis Vlasenko · 16 years ago
  61. 4b57094 strings: code shrink -22 bytes by Tito by Denis Vlasenko · 16 years ago
  62. 4c83025 diff: emit /dev/null if diff -rN diffs a file against /dev/null by Denis Vlasenko · 16 years ago
  63. 9a280fa - documentation fix by Bernhard Reutner-Fischer · 16 years ago
  64. 9d1d4c0 httpd: set $HOST to Host: header value. +83 bytes. by Denis Vlasenko · 16 years ago
  65. 3bc3f08 modutils-24: small fixes by Harald Kuthe (harald-tuxbox AT arcor.de) by Denis Vlasenko · 16 years ago
  66. 12ff9dc networking/interface.c: better readability (by Walter Harms) by Denis Vlasenko · 16 years ago
  67. ae6e135 tftpd: can also have TFTP_DEBUG by Denis Vlasenko · 16 years ago
  68. 36309cf insmod: clarify module_name / file_name distinction by Denis Vlasenko · 16 years ago
  69. cc5feab ash: NTO2 needs #if ENABLE_ASH_BASH_COMPAT by Denis Vlasenko · 16 years ago
  70. 340299a ash: fix miscalculation of memory needed for eval tree by Denis Vlasenko · 16 years ago
  71. b8baf40 dpkg: better and shorter code to compare versions by Denis Vlasenko · 16 years ago
  72. 9a4c0d5 inotifyd: exit if x event happened for all files by Denis Vlasenko · 16 years ago
  73. 4ae1e13 vi: fix several instances of major goof: when text grows, text[] by Denis Vlasenko · 16 years ago
  74. 58a8891 klogd: fix small buglet in previous commit by Denis Vlasenko · 16 years ago
  75. 2e7dc5d klogctl: fix a problem where we don't terminate read data with '\0' by Denis Vlasenko · 16 years ago
  76. a09a42c inotify: add x, o, and u events by Denis Vlasenko · 16 years ago
  77. 249d948 nslookup: glibc + IPv6 address of DNS server don't mix (yet) by Denis Vlasenko · 16 years ago
  78. de7a52f id: do not abort build if we use internal password/group functions. by Denis Vlasenko · 16 years ago
  79. 3eb4466 libbb: replace some memmove's with memcpy's (Ron (ron AT debian.org)) by Denis Vlasenko · 16 years ago
  80. 3f5f246 nslookup: allow usage of IPv6 addresses or hostnames by Denis Vlasenko · 16 years ago
  81. 5ff1265 id: abort the build of uclibc is less than 0.9.30 by Denis Vlasenko · 16 years ago
  82. e88bd2d man: better check for duplicated MANPATH. Also -10 bytes. by Denis Vlasenko · 16 years ago
  83. 2479cd4 inotifyd: fix "inotifyd with no params" case by Denis Vlasenko · 16 years ago
  84. 289ff0e inotify: document waiting behavior by Denis Vlasenko · 16 years ago
  85. b0e5d42 inotify: fix buffer overflow and "unreaped zombies" problem by Denis Vlasenko · 16 years ago
  86. 142c5cb ifupdown.c: allow options to udhcpc to be configurable from .config by Wade Berrier · 16 years ago
  87. 86c285d stat: fix compile breakage (get_f_fsid() is used even if !FEATURE_STAT_FORMAT) by Denis Vlasenko · 16 years ago
  88. 3470f92 libbb: sha_crypt -123 bytes by Denis Vlasenko · 16 years ago
  89. 6bd54d4 libbb/pw_encrypt_sha: -28 bytes by Denis Vlasenko · 16 years ago
  90. 6b1e3d7 libbb: remove glibc-style bloat from sha_crypt. -1130 bytes. by Denis Vlasenko · 16 years ago
  91. 4d47692 arp: stop using globals by Denis Vlasenko · 16 years ago
  92. fd5a3d2 gzip: fix gzip -dc case caused by using stale getopt state by Denis Vlasenko · 16 years ago
  93. 7753ea4 seq: shrink by 10 bytes by Denis Vlasenko · 16 years ago
  94. cf3e05b correct help texts by Denis Vlasenko · 16 years ago
  95. 81c6a91 telnetd: fix compile problem for non-standalone telnetd by Denis Vlasenko · 16 years ago
  96. c021cb0 - add support for seq -s <separator> by Bernhard Reutner-Fischer · 16 years ago
  97. 2598f76 - add seq -w support (Natanael Copa) by Bernhard Reutner-Fischer · 16 years ago
  98. 1ad4db1 modprobe-small: fix failure to load when no arguments are given by Denis Vlasenko · 16 years ago
  99. f91f14d cksum, printenv: report errors via exitcode by Denis Vlasenko · 16 years ago
  100. 0d87367 head: report file open errors with exitcode 1 (was happily returning 0) by Denis Vlasenko · 16 years ago