summaryrefslogtreecommitdiff
path: root/networking/netstat.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
| | | | no preceding prototype
* preparatory patch for -Wwrite-strings #2Denis Vlasenko2007-01-291-6/+8
|
* cleanups: unnecessary casts, unified const_1, eliminate cross-.c fileDenis Vlasenko2007-01-221-139/+119
| | | | | prototypes (heresy!), add spaces in places like "flags&NETSTAT_CONNECTED", removed unused #defines, #ifdef -> #if, use uint32_t for ipv4 addrs.
* message string changes, mostly for consistency, also -32 bytes in .rodataDenis Vlasenko2006-10-201-1/+1
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-3/+5
|
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-3/+3
| | | | | | | | It is impossible to formulate sane ABI based on size of ulong because it can be 32-bit or 64-bit. Basically it means that you cannot portably use more that 32 option chars in one call anyway... Make it explicit.
* netstat: getopt_ulflags'isationDenis Vlasenko2006-09-221-61/+46
|
* A couple things that got tangled up in my tree, easier to check in both thanRob Landley2006-07-121-24/+1
| | | | | | | | | | | | | | untangle them: Rewrite u_signal_names() into get_signum() and get_signame(), plus trim the signal list to that required by posix (they can specify the numbers for the rest if they really need them). (This is preparatory cleanup for adding a timeout applet like Roberto Foglietta wants.) Export the itoa (added due to Denis Vlasenko, although it's not quite his preferred implementation) from xfuncs.c so it's actually used, and remove several other redundant implementations of itoa and utoa() in the tree.
* Add one-line GPL boilerplate to these source files."Robert P. J. Day"2006-07-111-14/+2
|
* just whitespaceTim Riker2006-01-251-1/+1
|
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-8/+8
|
* Major coreutils update.Manuel Novoa III2003-03-191-7/+7
|
* use #ifdef CONFIG_* instead of #if CONFIG_*Glenn L McGrath2002-11-261-3/+3
|
* Use #ifdef instead of #ifGlenn L McGrath2002-11-261-16/+16
|
* Scrub pwd.h and grp.h handling so we don't have to play anyEric Andersen2002-07-031-1/+1
| | | | | silly games. -Erik
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-4/+118
| | | | | | | | | | | | | | | IPV6 support to busybox. This patch does the following: * Add IPv6 support to libbb * Enable IPv6 interface address display * Add IPv6 config option * Adds ping6, an adaptation of the ping applet for IPv6 * Adds support routines for ping6: - xgethostbyname2 - create_icmp6_socket * Adds ifconfig support for IPv6 * Add support IPv6 to netstat * Add IPv6 support to route Thanks Bart!
* Apply vodz' last_patch44 -- cleanup several chars to be const, fixEric Andersen2002-06-221-19/+15
| | | | rotten error handling, kill spare \n's, etc
* Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl2002-06-041-1/+1
| | | | [Parts of this patch may overlap with my other two patches]
* This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl2002-05-141-1/+22
| | | | | tables/extended information) to netstat. This makes them behave (more) like their GNU counterparts.
* Latest patch from vodz:Eric Andersen2001-11-101-25/+8
| | | | | | | -- reverse resolve network name and cache in route and ifconfig applets, fix print nslookup server name if compile without uClibc, fix route crashe 'route add', fix warnings compile networking and pwd_grp applets
* Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>Eric Andersen2001-10-311-0/+547