aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* next part of ipv6-ization is here: wget & httpdvda2007-01-128-123/+145
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17257 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fakeinetd: attempted ipv6-ization (and it's done)vda2007-01-113-190/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | but entire applet can be orders of magnitude smaller if written as an inetd service. So did that (#ifdef'ed out entire old version). inetd version is less than 10% of old one! function old new delta packed_usage 22083 22105 +22 nobodystr 4 - -4 bind_ip_address 4 - -4 ident_substr 20 - -20 chmatch 22 - -22 movefd 25 - -25 skipchars 49 - -49 handlexitsigs 51 - -51 replyError 70 - -70 .rodata 158120 158024 -96 deleteConn 102 - -102 G 524 388 -136 conns 560 - -560 fakeidentd_main 1457 143 -1314 ------------------------------------------------------------------------------ (add/remove: 0/10 grow/shrink: 1/3 up/down: 22/-2453) Total: -2431 bytes git-svn-id: svn://busybox.net/trunk/busybox@17256 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix my own breakagevda2007-01-111-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17254 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Trailing whitespace removal over entire treevda2007-01-1148-310/+310
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17252 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix verbose output; remove commented-out includes.vda2007-01-114-19/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17251 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ipv6-ization efforts continue. Few bugs are found,vda2007-01-115-200/+191
| | | | | | | unknown number likely introduced... git-svn-id: svn://busybox.net/trunk/busybox@17250 69ca8d6d-28ef-0310-b511-8ec308f3f277
* code shrinkage by Bernhard Fischer <rep.nop@aon.at>vda2007-01-101-49/+31
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* missed a few #undefs (no real impact I think)vda2007-01-101-0/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17231 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix bug 1146 (gunzip breakage introduced by me --vda)vda2007-01-101-17/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17230 69ca8d6d-28ef-0310-b511-8ec308f3f277
* a bit more IPv6-ization workvda2007-01-103-41/+38
| | | | | | | syslogd: converted to use it (in -R host:port) git-svn-id: svn://busybox.net/trunk/busybox@17229 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Improve generic ipv4+ipv6 support in libbb.vda2007-01-104-116/+172
| | | | | | | | | | | | Convert telnet to it. Now this works: telnetd -b [::1]:1234 - bind to IPv6 non-standard port telnet [::1]:1234 - connect to IPv6 non-standard port telnet ::1 1234 - same This does not require ANY ipv6-specific code in applets (no struct sockaddr_in6. In fact, no sockaddr_in, too). git-svn-id: svn://busybox.net/trunk/busybox@17221 69ca8d6d-28ef-0310-b511-8ec308f3f277
* execute "safe applets" exev if not standalone shellvda2007-01-101-1/+1
| | | | | | | (patch by "Eric Spakman" <E.Spakman@inter.nl.net>) git-svn-id: svn://busybox.net/trunk/busybox@17216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix typo in usage text by shortening itvda2007-01-091-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17215 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Yet another small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-5/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17214 69ca8d6d-28ef-0310-b511-8ec308f3f277
* small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17213 69ca8d6d-28ef-0310-b511-8ec308f3f277
* small size reduction by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-7/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17212 69ca8d6d-28ef-0310-b511-8ec308f3f277
* compilation fix by Bernhard Fischer <rep.nop@aon.at>vda2007-01-091-1/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17211 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - missing hunk to go with r17206aldot2007-01-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17208 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink by 26 bytes or soaldot2007-01-091-15/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17207 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - vapier wants LD to point to CC, revert my previous changealdot2007-01-091-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17206 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - shrink klogd a tiny bit.aldot2007-01-091-9/+12
| | | | | | | | | | Compile tested only, would have sent it to the list for review but they don't show up in the ML archives :-/ text data bss dec hex filename 533 0 0 533 215 sysklogd/klogd.o.orig 530 0 0 530 212 sysklogd/klogd.o git-svn-id: svn://busybox.net/trunk/busybox@17205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* vda, we once had a get_chomped_line_from_file or the like. Where is that ↵aldot2007-01-091-17/+15
| | | | | | | | | nowadays? FIXME: use it here instead of the fgets() - shrink by ~9%: use common_buf, reuse are_you_root, adopt to global option_mask32 git-svn-id: svn://busybox.net/trunk/busybox@17204 69ca8d6d-28ef-0310-b511-8ec308f3f277
* ping6: fix sequence numbers (missed ntoh) and ttl display.vda2007-01-082-75/+58
| | | | | | | | (apparently some, eh, clever libc guy decided that *CHANGING* IPV6_HOPLIMIT value in libc header is a nifty idea...) git-svn-id: svn://busybox.net/trunk/busybox@17203 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - guess we need dl tooaldot2007-01-081-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17201 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - set LD to ldaldot2007-01-082-12/+6
| | | | | | | - simplify the cmd_busybox__ a bit and pass the LDFLAGS via -Wl down to CC git-svn-id: svn://busybox.net/trunk/busybox@17200 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Previous "fix" wasn't good enough.vda2007-01-071-1/+1
| | | | | | | Now *this* is the correct fix (I think). git-svn-id: svn://busybox.net/trunk/busybox@17199 69ca8d6d-28ef-0310-b511-8ec308f3f277
* arp: small fixes for user-supplied device name casevda2007-01-071-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17198 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - style fixes and shrink by another 4 bytes while at it.aldot2007-01-071-25/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17197 69ca8d6d-28ef-0310-b511-8ec308f3f277
* httpd: stop adding our own "Content-type:" to CGI outputvda2007-01-071-61/+76
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17196 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #13 - the last for today I thinkvda2007-01-071-144/+111
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #12vda2007-01-071-203/+200
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17194 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #11vda2007-01-071-12/+33
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17193 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #10vda2007-01-071-353/+341
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17192 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #9vda2007-01-071-105/+84
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17191 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #8vda2007-01-071-178/+168
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17190 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #7vda2007-01-071-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17189 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #6vda2007-01-071-33/+45
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17188 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #5vda2007-01-071-204/+212
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #4vda2007-01-071-35/+39
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17186 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #3vda2007-01-071-73/+66
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17185 69ca8d6d-28ef-0310-b511-8ec308f3f277
* gzip cleanup part #2vda2007-01-071-210/+50
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17184 69ca8d6d-28ef-0310-b511-8ec308f3f277
* a ton of gzip changes, split up in compiled andvda2007-01-071-188/+145
| | | | | | | | | | run-tested pieces. Code was rather messy. It's not a bug fix, more like code cleanup. This is the first part. git-svn-id: svn://busybox.net/trunk/busybox@17183 69ca8d6d-28ef-0310-b511-8ec308f3f277
* I *always* forgotting svn addvda2007-01-071-0/+500
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17182 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - FIXME: someone broke diff -raldot2007-01-071-48/+48
| | | | | | | | | | - minor shrinkage i had lying around text data bss dec hex filename 7002 8 88 7098 1bba diff.o.orig 6936 8 81 7025 1b71 diff.o git-svn-id: svn://busybox.net/trunk/busybox@17181 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - a few minor tweaksaldot2007-01-071-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17180 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - pull taskset.tests from the busybox_scratch branchaldot2007-01-071-0/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17179 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add arp to defconfigaldot2007-01-071-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17178 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add arp applet - thanks tovda2007-01-076-35/+230
| | | | | | | "Eric Spakman" <E.Spakman@inter.nl.net> git-svn-id: svn://busybox.net/trunk/busybox@17177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* work around gcc's false warningvda2007-01-071-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@17176 69ca8d6d-28ef-0310-b511-8ec308f3f277
* diff: small optimizations; do not try to diff non-seekable streamvda2007-01-073-66/+77
| | | | | | | | | | | (currently we don't support that) sort: fixes. testsuites fixed: sort with non-default leading delim 1 sort with non-default leading delim 2 sort key doesn't strip leading blanks, disables fallback global sort git-svn-id: svn://busybox.net/trunk/busybox@17175 69ca8d6d-28ef-0310-b511-8ec308f3f277