1. 62a6983 execute "safe applets" exev if not standalone shell by Denis Vlasenko · 19 years ago
  2. 886bb0d Fix typo in usage text by shortening it by Denis Vlasenko · 19 years ago
  3. 1c962f2 Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 19 years ago
  4. 59f2c34 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 19 years ago
  5. bae7948 small size reduction by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 19 years ago
  6. db1edde compilation fix by Bernhard Fischer <rep.nop@aon.at> by Denis Vlasenko · 19 years ago
  7. d1e54e4 - missing hunk to go with r17206 by Bernhard Reutner-Fischer · 19 years ago
  8. 0f48663 - shrink by 26 bytes or so by Bernhard Reutner-Fischer · 19 years ago
  9. e86bd6c - vapier wants LD to point to CC, revert my previous change by Bernhard Reutner-Fischer · 19 years ago
  10. 8fc4011 - shrink klogd a tiny bit. by Bernhard Reutner-Fischer · 19 years ago
  11. f07fe62 vda, we once had a get_chomped_line_from_file or the like. Where is that nowadays? FIXME: use it here instead of the fgets() by Bernhard Reutner-Fischer · 19 years ago
  12. 44c2eb2 ping6: fix sequence numbers (missed ntoh) and ttl display. by Denis Vlasenko · 19 years ago
  13. d6c23ae - guess we need dl too by Bernhard Reutner-Fischer · 19 years ago
  14. c1feac6 - set LD to ld by Bernhard Reutner-Fischer · 19 years ago
  15. 681f183 Previous "fix" wasn't good enough. Now *this* is the correct fix (I think). by Denis Vlasenko · 19 years ago
  16. 91c06e0 arp: small fixes for user-supplied device name case by Denis Vlasenko · 19 years ago
  17. 42646c5 - style fixes and shrink by another 4 bytes while at it. by Bernhard Reutner-Fischer · 19 years ago
  18. 6998142 httpd: stop adding our own "Content-type:" to CGI output by Denis Vlasenko · 19 years ago
  19. db6a5c3 gzip cleanup part #13 - the last for today I think by Denis Vlasenko · 19 years ago
  20. 3ae6f34 gzip cleanup part #12 by Denis Vlasenko · 19 years ago
  21. 2f6df7f gzip cleanup part #11 by Denis Vlasenko · 19 years ago
  22. 56c83ea gzip cleanup part #10 by Denis Vlasenko · 19 years ago
  23. 89af56b gzip cleanup part #9 by Denis Vlasenko · 19 years ago
  24. 52933d4 gzip cleanup part #8 by Denis Vlasenko · 19 years ago
  25. ef87d46 gzip cleanup part #7 by Denis Vlasenko · 19 years ago
  26. 1a03c21 gzip cleanup part #6 by Denis Vlasenko · 19 years ago
  27. da31fbc gzip cleanup part #5 by Denis Vlasenko · 19 years ago
  28. f824136 gzip cleanup part #4 by Denis Vlasenko · 19 years ago
  29. ed0f6db gzip cleanup part #3 by Denis Vlasenko · 19 years ago
  30. 30551fd gzip cleanup part #2 by Denis Vlasenko · 19 years ago
  31. ad40341 a ton of gzip changes, split up in compiled and by Denis Vlasenko · 19 years ago
  32. 88e2b1c I *always* forgotting svn add by Denis Vlasenko · 19 years ago
  33. 7ae93f0 - FIXME: someone broke diff -r by Bernhard Reutner-Fischer · 19 years ago
  34. 5568b72 - a few minor tweaks by Bernhard Reutner-Fischer · 19 years ago
  35. 70722ec - pull taskset.tests from the busybox_scratch branch by Bernhard Reutner-Fischer · 19 years ago
  36. f0b71c1 - add arp to defconfig by Bernhard Reutner-Fischer · 19 years ago
  37. fa85b86 add arp applet - thanks to "Eric Spakman" <E.Spakman@inter.nl.net> by Denis Vlasenko · 19 years ago
  38. b05955e work around gcc's false warning by Denis Vlasenko · 19 years ago
  39. 8336f08 diff: small optimizations; do not try to diff non-seekable stream by Denis Vlasenko · 19 years ago
  40. 8a820b2 syslogs: a bit better wording in explanation how buffering is allocated by Denis Vlasenko · 19 years ago
  41. ea9e35f - minor shrinkage: -25 bytes or so. by Bernhard Reutner-Fischer · 19 years ago
  42. 3697a82 "kernel" => "busybox" by Denis Vlasenko · 19 years ago
  43. da98165 kill unused variable by Denis Vlasenko · 19 years ago
  44. c7a4aa5 move [g]zip decompressor state into malloc'ed buffer. size: by Denis Vlasenko · 19 years ago
  45. d1a19af split inflate_xx_setup() subroutines from inflate_xx() by Denis Vlasenko · 19 years ago
  46. cd42cb8 do not expose internal state of [g]zip unpacker. by Denis Vlasenko · 19 years ago
  47. 447b543 Stopped doing assignments inside expressions. Who wrote this gem, I wonder? by Denis Vlasenko · 19 years ago
  48. cc33ef1 decompress_unzip: preparatory patch by Denis Vlasenko · 19 years ago
  49. 3376298 Stop tracking buffer size - it is a constant. by Denis Vlasenko · 19 years ago
  50. 98b8e94 simplify access to buffer, making code a bit smaller by Denis Vlasenko · 19 years ago
  51. 89d49a4 - remove duplicate includes by Bernhard Reutner-Fischer · 19 years ago
  52. a0e2a0a syslogd: start using bb_common_bufsiz1 instead of stack/malloc by Denis Vlasenko · 19 years ago
  53. b893497 syslogd: stop doing open/fstat/lseek/close on _every_ write by Denis Vlasenko · 19 years ago
  54. a9b60e9 new libbb func: xmalloc_realpath (+ use it where makes sense) by Denis Vlasenko · 19 years ago
  55. ceab870 syslogd: almost rewritten. Had several obvious bugs... by Denis Vlasenko · 19 years ago
  56. bfe1950 - spelling fix by Bernhard Reutner-Fischer · 19 years ago
  57. e428e9d klogd: small optimizations (btw, I looked into syslogd... that's frightening!) by Denis Vlasenko · 19 years ago
  58. b8429fb fix allnoconfig build. the most useful fix of the month. ;) by Denis Vlasenko · 19 years ago
  59. a773af3 httpd: read cgi output with full_read, not safe_read by Denis Vlasenko · 19 years ago
  60. a8951cb wget: always print port# in 'Host' header (smaller code) by Denis Vlasenko · 19 years ago
  61. 919c10d ping[6]: don't do htons(a++), it can be a macro by Denis Vlasenko · 19 years ago
  62. b36b370 wget: print port# in 'Host' header, if different from 80 by Denis Vlasenko · 19 years ago
  63. 562dc24 ftpgetput: fix PASV mode, fix xatou0induced breakage, by Denis Vlasenko · 19 years ago
  64. 6eebed5 chown: fix handling of "user.group" notation by Denis Vlasenko · 19 years ago
  65. c9d34da find: fix misplaced #else (fix by Harald Kuthe <trhoudini@hotmail.com>) by Denis Vlasenko · 19 years ago
  66. d547083 fdisk: remove 8k buffer from bss - OSF labels are not THAT common anyway by Denis Vlasenko · 19 years ago
  67. 9b1381f convert calloc to xzalloc fix sleep-on-die option by Denis Vlasenko · 19 years ago
  68. bb3d0fa extern variable declaration in a .c file is heresy - fixing it by Denis Vlasenko · 19 years ago
  69. 75fa4eb fsck_minix: tiny optimization by Denis Vlasenko · 19 years ago
  70. 87033fb forgot to svn add util-linux/minix.h :( by Denis Vlasenko · 19 years ago
  71. 73464ce fbset: move variable from data to bss fsck_minix: fix fallout by Denis Vlasenko · 19 years ago
  72. aa95959 factor out minix structures/constants into minix.h fsck_minix: optimizations by Denis Vlasenko · 19 years ago
  73. 6dd392a fsck_minix: optimizations. ~130 bytes by Denis Vlasenko · 19 years ago
  74. 24cfe8f introduce small[u]int fsck_minix: use it for flag variables. 140 bytes saved by Denis Vlasenko · 19 years ago
  75. 2a85676 silly style fixes by Denis Vlasenko · 19 years ago
  76. ace35ee Remove networking/libiproute/linux/pkt_sched.h by Denis Vlasenko · 19 years ago
  77. a71199e str2u() is only used when FEATURE_SORT_BIG is enabled by Mike Frysinger · 19 years ago
  78. e5c0953 convert usage compressed command into the new cmd style by Mike Frysinger · 19 years ago
  79. e1d3e03 awk: style fixes by Denis Vlasenko · 19 years ago
  80. 6dc6ebb awk: undo locale setting for numbers - or else parsing by Denis Vlasenko · 19 years ago
  81. f782f52 awk: style cleanup. A lot of rw data moved to ro by Denis Vlasenko · 19 years ago
  82. b2abef3 stty: fix width of a field for ppc32 by Denis Vlasenko · 19 years ago
  83. e27f156 msh: double "static char line[LINELIM]" etc deleted. by Denis Vlasenko · 19 years ago
  84. d1a302b rt_names: stop allocating 5k in rwdata by Denis Vlasenko · 19 years ago
  85. 50ddabc less: fix <tab><backspace> buglet by Denis Vlasenko · 19 years ago
  86. 95b3071 less: interpret backspace. by Denis Vlasenko · 19 years ago
  87. c519320 iproute: remove double get_hz optimization by Denis Vlasenko · 19 years ago
  88. 13463af remove commented out #includes etc move get_hz to the only caller by Denis Vlasenko · 19 years ago
  89. 98ee06d stop using __u32 etc. uint32_t is there for a reason by Denis Vlasenko · 19 years ago
  90. 806116b fixes from Yann E. MORIN <yann.morin.1998@anciens.enib.fr> by Denis Vlasenko · 19 years ago
  91. d514ba2 convert include/autoconf.h split and include/bbconfigopts.h commands into the new cmd style by Mike Frysinger · 19 years ago
  92. 5dd7686 Yann E. MORIN. writes: i pity the fool who doesnt use the z length modifier with size_t types by Mike Frysinger · 19 years ago
  93. 4a64c33 about.html: update maintainer name libbb/Kbuild: less needs xregcomp.o by Denis Vlasenko · 19 years ago
  94. cb04ff5 fixdep.c: avoit doing memcmp in most cases by Denis Vlasenko · 19 years ago
  95. 80602a9 saw commit of vapier@busybox.net (thanks!), by Denis Vlasenko · 19 years ago
  96. 1b3e817 kill off AUTOCONF_INCLUDED (again) since it tends to get into cat fights with the kernel headers by Mike Frysinger · 19 years ago
  97. 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 · 19 years ago
  98. 40ae9b5 prevent buffer underflows with empty lines by Mike Frysinger · 19 years ago
  99. c255f8b prevent accessing memory that we dont own by Mike Frysinger · 19 years ago
  100. 6a5dc5d next bunch of fixes for bugs found by randconfig by Denis Vlasenko · 19 years ago