1. ceab870 syslogd: almost rewritten. Had several obvious bugs... by Denis Vlasenko · 18 years ago
  2. bfe1950 - spelling fix by Bernhard Reutner-Fischer · 18 years ago
  3. e428e9d klogd: small optimizations (btw, I looked into syslogd... that's frightening!) by Denis Vlasenko · 18 years ago
  4. b8429fb fix allnoconfig build. the most useful fix of the month. ;) by Denis Vlasenko · 18 years ago
  5. a773af3 httpd: read cgi output with full_read, not safe_read by Denis Vlasenko · 18 years ago
  6. a8951cb wget: always print port# in 'Host' header (smaller code) by Denis Vlasenko · 18 years ago
  7. 919c10d ping[6]: don't do htons(a++), it can be a macro by Denis Vlasenko · 18 years ago
  8. b36b370 wget: print port# in 'Host' header, if different from 80 by Denis Vlasenko · 18 years ago
  9. 562dc24 ftpgetput: fix PASV mode, fix xatou0induced breakage, by Denis Vlasenko · 18 years ago
  10. 6eebed5 chown: fix handling of "user.group" notation by Denis Vlasenko · 18 years ago
  11. c9d34da find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) by Denis Vlasenko · 18 years ago
  12. d547083 fdisk: remove 8k buffer from bss - OSF labels are not THAT common anyway by Denis Vlasenko · 18 years ago
  13. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 18 years ago
  14. bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 18 years ago
  15. 75fa4eb fsck_minix: tiny optimization by Denis Vlasenko · 18 years ago
  16. 87033fb forgot to svn add util-linux/minix.h :( by Denis Vlasenko · 18 years ago
  17. 73464ce fbset: move variable from data to bss fsck_minix: fix fallout by Denis Vlasenko · 18 years ago
  18. aa95959 factor out minix structures/constants into minix.h fsck_minix: optimizations by Denis Vlasenko · 18 years ago
  19. 6dd392a fsck_minix: optimizations. ~130 bytes by Denis Vlasenko · 18 years ago
  20. 24cfe8f introduce small[u]int fsck_minix: use it for flag variables. 140 bytes saved by Denis Vlasenko · 18 years ago
  21. 2a85676 silly style fixes by Denis Vlasenko · 18 years ago
  22. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 18 years ago
  23. a71199e str2u() is only used when FEATURE_SORT_BIG is enabled by Mike Frysinger · 18 years ago
  24. e5c0953 convert usage compressed command into the new cmd style by Mike Frysinger · 18 years ago
  25. e1d3e03 awk: style fixes by Denis Vlasenko · 18 years ago
  26. 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 18 years ago
  27. f782f52 awk: style cleanup. A lot of rw data moved to ro by Denis Vlasenko · 18 years ago
  28. b2abef3 stty: fix width of a field for ppc32 by Denis Vlasenko · 18 years ago
  29. e27f156 msh: double "static char line[LINELIM]" etc deleted. by Denis Vlasenko · 18 years ago
  30. d1a302b rt_names: stop allocating 5k in rwdata by Denis Vlasenko · 18 years ago
  31. 50ddabc less: fix <tab><backspace> buglet by Denis Vlasenko · 18 years ago
  32. 95b3071 less: interpret backspace. by Denis Vlasenko · 18 years ago
  33. c519320 iproute: remove double get_hz optimization by Denis Vlasenko · 18 years ago
  34. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 18 years ago
  35. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 18 years ago
  36. 806116b fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> by Denis Vlasenko · 18 years ago
  37. d514ba2 convert include/autoconf.h split and include/bbconfigopts.h commands into the new cmd style by Mike Frysinger · 18 years ago
  38. 5dd7686 Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier with size_t types by Mike Frysinger · 18 years ago
  39. 4a64c33 about.html: update maintainer name libbb/Kbuild: less needs xregcomp.o by Denis Vlasenko · 18 years ago
  40. cb04ff5 fixdep.c: avoit doing memcmp in most cases by Denis Vlasenko · 18 years ago
  41. 80602a9 saw commit of vapier@busybox.net (thanks!), by Denis Vlasenko · 18 years ago
  42. 1b3e817 kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers by Mike Frysinger · 18 years ago
  43. 68ffb9a make sure AUTOCONF_TIMESTAMP is filled up properly ... if user has a timezone of Factory for example, strftime() will overflow the string and leave us without a trailing "\n and all hell breaks loose when we compile by Mike Frysinger · 18 years ago
  44. 40ae9b5 prevent buffer underflows with empty lines by Mike Frysinger · 18 years ago
  45. c255f8b prevent accessing memory that we dont own by Mike Frysinger · 18 years ago
  46. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 18 years ago
  47. 3bba545 done a dozen of randconfig test. guess what? ALL failed... by Denis Vlasenko · 18 years ago
  48. b5a122b fix for uclibc-without-shadow.h compilation by Denis Vlasenko · 18 years ago
  49. d9e4ddc we need to use the compiler driver to invoke LD as LDFLAGS is in the form the compiler driver understands, not the form the linker itself understands, so trying to invoke ld directly and passing it LDFLAGS while invoking the compiler driver in other places and passing it LDFLAGS does not work by Mike Frysinger · 18 years ago
  50. c1a3399 Add link to post-1.3.1 patches to website by Denis Vlasenko · 18 years ago
  51. 57ec574 * precision requires the argument be an integer, not size_t by Mike Frysinger · 18 years ago
  52. 7fa0fca fix build without shadow support by Denis Vlasenko · 18 years ago
  53. 9a44c4f bb_xget[pw/gr]nam were horribly misnamed - fixed. by Denis Vlasenko · 18 years ago
  54. ba09233 news.html: Fix bad English by Denis Vlasenko · 18 years ago
  55. 9cd7a24 fix typo by Denis Vlasenko · 18 years ago
  56. f959bee Announce 1.3.1 by Denis Vlasenko · 18 years ago
  57. 8f27c34 ash: is_safe_applet mustn't affect disabled applets by Denis Vlasenko · 18 years ago
  58. 666da5e merge post-1.3.0 fixes by Denis Vlasenko · 18 years ago
  59. 270c17c properly export externs thru *.h files by Denis Vlasenko · 18 years ago
  60. 3ef70d4 adduser: trivial code movement by Denis Vlasenko · 18 years ago
  61. bf0a201 style fixes last xcalloc replaced by xzalloc by Denis Vlasenko · 18 years ago
  62. 5dd7ef0 chattr: bugfixes and size reduction by Denis Vlasenko · 18 years ago
  63. 407b8c0 trivial size reduction by Denis Vlasenko · 18 years ago
  64. 0de9375 leftover of e2fsck surgery by Denis Vlasenko · 18 years ago
  65. c4f623e put small subset of e2fsprogs back in the tree: by Denis Vlasenko · 18 years ago
  66. 64c5402 remove e2fsprogs. Nobody volunteered to clean up that mess by Denis Vlasenko · 18 years ago
  67. d63c3a0 Fix irregular capitalization in usage texts by Denis Vlasenko · 18 years ago
  68. b6488c1 trim help texts a bit more by Denis Vlasenko · 18 years ago
  69. 5a4f099 less: fix regexp search '/' on large files by Denis Vlasenko · 18 years ago
  70. 7a50a64 more usage message cleanups by Denis Vlasenko · 18 years ago
  71. 765996a Cleanup usage messages (-200 bytes). by Denis Vlasenko · 18 years ago
  72. 0ee3999 random tiny size savings by Denis Vlasenko · 18 years ago
  73. 7cea262 small stupid changes. no code changes by Denis Vlasenko · 18 years ago
  74. a5b3e76 missing piece of prev commit: ndelay_off by Denis Vlasenko · 18 years ago
  75. f4dff77 less: implement waiting for input using select(). Rather tricky business. by Denis Vlasenko · 18 years ago
  76. 9ac9e55 sum: 40% size reduction (-300 bytes) find: one_char -> LONE_CHAR by Denis Vlasenko · 18 years ago
  77. e13a537 su: fix typo: "argv -= optind" should be += by Denis Vlasenko · 18 years ago
  78. 1dc1b37 use xbind, xconnect where appropriate. small edits to arping by Denis Vlasenko · 18 years ago
  79. 7e46cf7 #define FEATURE_GETUSERNAME_AND_HOMEDIR should be always #defined by Denis Vlasenko · 18 years ago
  80. 2a813e2 fix recognitions of -SIGname signals by Denis Vlasenko · 18 years ago
  81. 8f6c792 find: fix spurious -exec error messages by Denis Vlasenko · 18 years ago
  82. 4cccc03 remove useless casts (type*) xzalloc(...) by Denis Vlasenko · 18 years ago
  83. a6df590 dpkg: getopt32-ification etc, -100 bytes by Denis Vlasenko · 18 years ago
  84. e31f721 tail: -50 text bytes by Denis Vlasenko · 18 years ago
  85. f4c52b3 rpm: reformat. was really hard to read by Denis Vlasenko · 18 years ago
  86. 0849207 convert "negaite" config option into reversed (INCLUDE_SUSv2) by Denis Vlasenko · 18 years ago
  87. c5cb38f time: -200 bytes of text by Denis Vlasenko · 18 years ago
  88. f93ab47 time: fix option parsing bug, size optimizations by Denis Vlasenko · 18 years ago
  89. 1d14e6f Always use /usr/share/udhcpc/default.script ([/usr] was depending on CONFIG_xx) by Denis Vlasenko · 18 years ago
  90. afc9ff9 removal of commented-out cruft by Denis Vlasenko · 18 years ago
  91. 714701c tar et al: die if bb_copyfd_size copies less than asked for. by Denis Vlasenko · 18 years ago
  92. 0a8a774 cmdedit: reformat code a bit, no algorithm changes by Denis Vlasenko · 18 years ago
  93. d56b47f fix type character mixup in command completion by Denis Vlasenko · 18 years ago
  94. f1282a8 less: a few fixes for cases where we overflow status line by Denis Vlasenko · 18 years ago
  95. f65d133 less: restore TAB display (was showing as inverse I after prev changes :) by Denis Vlasenko · 18 years ago
  96. d51d14e less: "(null)" is a bit strange. "standard input" is better :) by Denis Vlasenko · 18 years ago
  97. e147a72 less: how many different kinds of status line we need, three?! by Denis Vlasenko · 18 years ago
  98. e865e81 less: stop dying on bad regexps, quietly pipe data w/o by Denis Vlasenko · 18 years ago
  99. bf66fbc introduce LONE_CHAR (optimized strcmp with one-char string) by Denis Vlasenko · 18 years ago
  100. 6910741 tail: fix tail +N by Denis Vlasenko · 18 years ago