aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - revert incorrect select changealdot2006-06-101-7/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15357 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix two segfaults (reported by Horst Kronstorfer)aldot2006-06-101-147/+139
| | | | | | | | | | | | | - remove dangling file if get fails (spotted and fixed by Jason Schoon) - shrink it (Bernhard Fischer) Thanks, all! text data bss dec hex filename 2684 0 0 2684 a7c networking/tftp.o.orig 2748 0 0 2748 abc networking/tftp.o.allfixed 2666 0 0 2666 a6a networking/tftp.o.+shrink git-svn-id: svn://busybox.net/trunk/busybox@15355 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use bb_xbindaldot2006-06-101-1/+1
| | | | | | | Thanks Erik Hovland git-svn-id: svn://busybox.net/trunk/busybox@15351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - reuse strings and messages. Saves about 600Baldot2006-06-079-22/+22
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15325 69ca8d6d-28ef-0310-b511-8ec308f3f277
* use bb_xbind/bb_xlistenvapier2006-06-071-5/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15323 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - fix the build if we have ftpput without ftpget (speeling reeoe)aldot2006-06-072-3/+3
| | | | | | | Thanks to Stephane Billiart git-svn-id: svn://busybox.net/trunk/busybox@15305 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Header cleanup on two more networking files (move libbb.h to the top andlandley2006-06-052-10/+4
| | | | | | | | remove #includes that libbb.h already does), plus a minor cleanup of libbb.h to move #includes towards the top of the file where we can see 'em. git-svn-id: svn://busybox.net/trunk/busybox@15287 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - use bb_msg_{read,write}_error where appropriate.aldot2006-06-032-4/+4
| | | | | | | | | text data bss dec hex filename 825015 9100 645216 1479331 1692a3 busybox.old 824919 9100 645216 1479235 169243 busybox git-svn-id: svn://busybox.net/trunk/busybox@15279 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.landley2006-06-031-492/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15277 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Header cleanup: don't #include headers that libbb.h already includes.landley2006-06-028-39/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15266 69ca8d6d-28ef-0310-b511-8ec308f3f277
* #ifdef reduction.landley2006-06-022-95/+77
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15265 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail iflandley2006-05-311-1/+4
| | | | | | | the write wasn't 192 bytes long. git-svn-id: svn://busybox.net/trunk/busybox@15256 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use BB endianness macro.landley2006-05-311-2/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15253 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add CONFIG_FEATURE_WGET_LONG_OPTIONSaldot2006-05-312-0/+11
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15247 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-312-7/+7
| | | | | | | | | | This needs a second pass to: + add bb_daemon(unsigned char no_chdir, unsigned char no_close, const char*flag) + eventually globally export argc and argv, so we don't need to pass it to bb_daemon(). git-svn-id: svn://busybox.net/trunk/busybox@15244 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More size shrinkage.landley2006-05-291-6/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15217 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Size reductions, mostly switching things to use libbb functions.landley2006-05-295-90/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15216 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove _().landley2006-05-291-52/+52
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15210 69ca8d6d-28ef-0310-b511-8ec308f3f277
* My first bout of untangling udhcp. Make lots of gratuitous #defines golandley2006-05-2817-221/+86
| | | | | | | | | away, substitutie BB_VER for an external VERSION, use busybox CONFIG symbols rather than checking for them then defining others, etc. Lots more cleanup to do... git-svn-id: svn://busybox.net/trunk/busybox@15205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-2717-23/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15203 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-5/+5
| | | | | | | head, and change all the callers. git-svn-id: svn://busybox.net/trunk/busybox@15199 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-263-0/+20
| | | | | | | | | Adds "Enable getopt long" under "General options", default y. Send patches to fix getopt_ulflags and run_parts.c if you turn this off.. See http://busybox.net/lists/busybox/2006-May/021828.html for a start to run-parts git-svn-id: svn://busybox.net/trunk/busybox@15195 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix spelling mistakesvapier2006-05-262-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15177 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove a pointless #define.landley2006-05-251-4/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15168 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-212-19/+7
| | | | | | | memset, collate variable declarations... git-svn-id: svn://busybox.net/trunk/busybox@15156 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Robert P. Day to remove #ifdefed out SLIP support code that welandley2006-05-191-40/+0
| | | | | | | | have no CONFIG option to enable, and which existing SLIP users don't seem to miss. git-svn-id: svn://busybox.net/trunk/busybox@15147 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-194-35/+2
| | | | | | | - use shorter boilerplate while at it git-svn-id: svn://busybox.net/trunk/busybox@15141 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-4/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15133 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - include strings.haldot2006-05-191-0/+1
| | | | | | | Thanks to Rich Felker for pointing this out. git-svn-id: svn://busybox.net/trunk/busybox@15124 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-2/+1
| | | | | | | | - rename get_kernel_revision() to get_linux_version_code from Robert P. J. Day git-svn-id: svn://busybox.net/trunk/busybox@15121 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Bernhard Fischer to remove some useless bits.landley2006-05-172-12/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15104 69ca8d6d-28ef-0310-b511-8ec308f3f277
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵vapier2006-05-132-2/+2
| | | | | | mailing list git-svn-id: svn://busybox.net/trunk/busybox@15080 69ca8d6d-28ef-0310-b511-8ec308f3f277
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the ↵vapier2006-05-131-1/+1
| | | | | | mailing list git-svn-id: svn://busybox.net/trunk/busybox@15079 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix no previous prototype warningvapier2006-05-111-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15062 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix no previous prototype warningvapier2006-05-111-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15061 69ca8d6d-28ef-0310-b511-8ec308f3f277
* renamevapier2006-05-111-0/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15059 69ca8d6d-28ef-0310-b511-8ec308f3f277
* remove files not related to busyboxvapier2006-05-1122-1677/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15058 69ca8d6d-28ef-0310-b511-8ec308f3f277
* accept() takes a socklen_t, not an intvapier2006-05-101-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15054 69ca8d6d-28ef-0310-b511-8ec308f3f277
* fix whitespace in comment examplevapier2006-05-101-1/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15053 69ca8d6d-28ef-0310-b511-8ec308f3f277
* some more useful debug info from Jason Holdenvapier2006-05-101-1/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15052 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - add helptext for --retriesaldot2006-05-101-0/+1
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15049 69ca8d6d-28ef-0310-b511-8ec308f3f277
* touchup whitespace/english a bit morevapier2006-05-101-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15048 69ca8d6d-28ef-0310-b511-8ec308f3f277
* whitespace between if and (vapier2006-05-101-5/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15047 69ca8d6d-28ef-0310-b511-8ec308f3f277
* re-enable udhcp in a few more placesvapier2006-05-081-1/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15032 69ca8d6d-28ef-0310-b511-8ec308f3f277
* add back in udhcp supportvapier2006-05-0861-0/+5812
| | | | git-svn-id: svn://busybox.net/trunk/busybox@15031 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove bb_strlen() in favor of -fno-builtin-strlen. Saves as many byteslandley2006-05-072-9/+9
| | | | | | | | as the old optimization did (actually does slightly better under gcc 4.0), and simplifies the code. git-svn-id: svn://busybox.net/trunk/busybox@15023 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Busybox's udhcp was deleted a while ago. Bolting an external project onto thelandley2006-05-051-2/+0
| | | | | | | tree doesn't change that. git-svn-id: svn://busybox.net/trunk/busybox@15010 69ca8d6d-28ef-0310-b511-8ec308f3f277
* CONFIG->ENABLE migration.landley2006-05-042-21/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14997 69ca8d6d-28ef-0310-b511-8ec308f3f277
* More usage.h cleanups, with collateral changes to httpd. Specifically,landley2006-04-282-30/+30
| | | | | | | | most of our CONFIG entries switch stuff on instead of off when enabled, so fix the gratuitously reversed INETD thing. git-svn-id: svn://busybox.net/trunk/busybox@14952 69ca8d6d-28ef-0310-b511-8ec308f3f277
* - improve wording in some help texts a little bit.aldot2006-04-181-9/+9
| | | | git-svn-id: svn://busybox.net/trunk/busybox@14912 69ca8d6d-28ef-0310-b511-8ec308f3f277