aboutsummaryrefslogtreecommitdiff
path: root/networking (follow)
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups I made while going through Erik Hovland's patch submissions,landley2006-06-251-42/+3
* A few patches from Erik Hovland, turning strncpy() into safe_strncpy() andlandley2006-06-251-1/+1
* Clean up.landley2006-06-221-74/+13
* CONFIG_DHCP -> CONFIG_APP_DHCP.landley2006-06-222-11/+11
* only enable count_bit functions when actually needed to fix warning reported ...vapier2006-06-201-1/+2
* Patch by Robert P. Day to remove obsolete alias code that the 2.4 and 2.6landley2006-06-201-11/+5
* Patch by Robert P. Day to make structs use c99 initializers.landley2006-06-201-14/+12
* Patch from Robert P. J. Day cleaning up some unnecessary preprocessorlandley2006-06-201-80/+0
* Make some 64 bit warnings go away on x86-64.landley2006-06-191-2/+2
* skip_whitespace() shouldn't claim its return value is const, it doesn't knowlandley2006-06-181-2/+1
* Make this slightly more readable, and expose the hypocrasy of a comment thatlandley2006-06-181-5/+1
* - add needed includes and include busybox.h needed for the ATTRIBUTE define.aldot2006-06-161-0/+7
* - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTPaldot2006-06-141-1/+1
* - rename CONFIG_FEATURE_TFTP_DEBUG to CONFIG_DEBUG_TFTP so it's off in defconfigaldot2006-06-141-22/+19
* - correct typoaldot2006-06-142-2/+2
* Don't break allbareconfig.landley2006-06-131-2/+0
* Patch from Denis Vlasenko:landley2006-06-131-57/+44
* Whitespace cleanup from Denis Vlasenko.landley2006-06-131-9/+8
* - revert incorrect select changealdot2006-06-101-7/+5
* - fix two segfaults (reported by Horst Kronstorfer)aldot2006-06-101-147/+139
* - use bb_xbindaldot2006-06-101-1/+1
* - reuse strings and messages. Saves about 600Baldot2006-06-079-22/+22
* use bb_xbind/bb_xlistenvapier2006-06-071-5/+2
* - fix the build if we have ftpput without ftpget (speeling reeoe)aldot2006-06-072-3/+3
* Header cleanup on two more networking files (move libbb.h to the top andlandley2006-06-052-10/+4
* - use bb_msg_{read,write}_error where appropriate.aldot2006-06-032-4/+4
* Remove #ifdeffed out code, both KEEP_UNUSED and #if 0.landley2006-06-031-492/+1
* Header cleanup: don't #include headers that libbb.h already includes.landley2006-06-028-39/+13
* #ifdef reduction.landley2006-06-022-95/+77
* Bugfix from Shaun Jackman: don't attempt to write 64 bytes and then fail iflandley2006-05-311-1/+4
* Use BB endianness macro.landley2006-05-311-2/+1
* - add CONFIG_FEATURE_WGET_LONG_OPTIONSaldot2006-05-312-0/+11
* - s/defined(__uClinux__)/BB_NOMMU/aldot2006-05-312-7/+7
* More size shrinkage.landley2006-05-291-6/+2
* Size reductions, mostly switching things to use libbb functions.landley2006-05-295-90/+25
* Remove _().landley2006-05-291-52/+52
* My first bout of untangling udhcp. Make lots of gratuitous #defines golandley2006-05-2817-221/+86
* Consolidate #include <sys/time.h> so libbb.h does it.landley2006-05-2717-23/+0
* Change llist_add_* to take the address of the list rather than returning the newlandley2006-05-261-5/+5
* - add central knob to turn off getopt_long everywhere. EXPERIMENTAL!aldot2006-05-263-0/+20
* fix spelling mistakesvapier2006-05-262-2/+2
* Remove a pointless #define.landley2006-05-251-4/+5
* Minor cleanups: Convert a few calloc() calls to xzalloc, remove unnecessarylandley2006-05-212-19/+7
* Patch from Robert P. Day to remove #ifdefed out SLIP support code that welandley2006-05-191-40/+0
* - remove emacs layout block as suggested by Robert P.J. Dayaldot2006-05-194-35/+2
* - replace _PATH_DEVNULL with bb_dev_nullaldot2006-05-191-4/+6
* - include strings.haldot2006-05-191-0/+1
* - single KERNEL_VERSION(a,b,c) macro in platform.haldot2006-05-191-2/+1
* Patch from Bernhard Fischer to remove some useless bits.landley2006-05-172-12/+0
* pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mail...vapier2006-05-132-2/+2