aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* a bit more IPv6-ization workvda2007-01-103-41/+38
* Improve generic ipv4+ipv6 support in libbb.vda2007-01-104-116/+172
* execute "safe applets" exev if not standalone shellvda2007-01-101-1/+1
* Fix typo in usage text by shortening itvda2007-01-091-3/+3
* Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-5/+2
* small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-3/+2
* small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-7/+6
* compilation fix by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-1/+4
* - missing hunk to go with r17206aldot2007-01-091-1/+1
* - shrink by 26 bytes or soaldot2007-01-091-15/+21
* - vapier wants LD to point to CC, revert my previous changealdot2007-01-091-1/+1
* - shrink klogd a tiny bit.aldot2007-01-091-9/+12
* vda, we once had a get_chomped_line_from_file or the like. Where is that nowa...aldot2007-01-091-17/+15
* ping6: fix sequence numbers (missed ntoh) and ttl display.vda2007-01-082-75/+58
* - guess we need dl tooaldot2007-01-081-1/+1
* - set LD to ldaldot2007-01-082-12/+6
* Previous "fix" wasn't good enough.vda2007-01-071-1/+1
* arp: small fixes for user-supplied device name casevda2007-01-071-2/+2
* - style fixes and shrink by another 4 bytes while at it.aldot2007-01-071-25/+22
* httpd: stop adding our own "Content-type:" to CGI outputvda2007-01-071-61/+76
* gzip cleanup part #13 - the last for today I thinkvda2007-01-071-144/+111
* gzip cleanup part #12vda2007-01-071-203/+200
* gzip cleanup part #11vda2007-01-071-12/+33
* gzip cleanup part #10vda2007-01-071-353/+341
* gzip cleanup part #9vda2007-01-071-105/+84
* gzip cleanup part #8vda2007-01-071-178/+168
* gzip cleanup part #7vda2007-01-071-5/+5
* gzip cleanup part #6vda2007-01-071-33/+45
* gzip cleanup part #5vda2007-01-071-204/+212
* gzip cleanup part #4vda2007-01-071-35/+39
* gzip cleanup part #3vda2007-01-071-73/+66
* gzip cleanup part #2vda2007-01-071-210/+50
* a ton of gzip changes, split up in compiled andvda2007-01-071-188/+145
* I *always* forgotting svn addvda2007-01-071-0/+500
* - FIXME: someone broke diff -raldot2007-01-071-48/+48
* - a few minor tweaksaldot2007-01-071-5/+5
* - pull taskset.tests from the busybox_scratch branchaldot2007-01-071-0/+17
* - add arp to defconfigaldot2007-01-071-0/+1
* add arp applet - thanks tovda2007-01-076-35/+230
* work around gcc's false warningvda2007-01-071-3/+2
* diff: small optimizations; do not try to diff non-seekable streamvda2007-01-073-66/+77
* syslogs: a bit better wording in explanation how bufferingvda2007-01-061-10/+9
* - minor shrinkage: -25 bytes or so.aldot2007-01-061-12/+14
* "kernel" => "busybox"vda2007-01-062-4/+4
* kill unused variablevda2007-01-061-14/+5
* move [g]zip decompressor state into malloc'ed buffer. size:vda2007-01-061-88/+192
* split inflate_xx_setup() subroutines from inflate_xx()vda2007-01-051-119/+146
* do not expose internal state of [g]zip unpacker.vda2007-01-053-47/+51
* Stopped doing assignments inside expressions.vda2007-01-052-58/+110
* decompress_unzip: preparatory patchvda2007-01-051-56/+56