summaryrefslogtreecommitdiff
path: root/networking/netstat.c
Commit message (Expand)AuthorAgeFilesLines
* netstat: code shrinkDenis Vlasenko2008-07-271-197/+96
* style fix, no code changesDenis Vlasenko2008-07-271-2/+2
* netstat: optional -p support by L. Gabriel Somlo <somlo AT cmu.edu>Denis Vlasenko2008-07-271-21/+261
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* whitespace fixesDenis Vlasenko2008-01-071-1/+1
* libbb: introduce fputc_printable (from ed)Denis Vlasenko2007-12-301-7/+10
* netstat: in error message, report filename and line numberDenis Vlasenko2007-12-261-22/+23
* Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko2007-12-261-22/+15
* lineedit: reduce stack usageDenis Vlasenko2007-12-031-33/+37
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* 'simple' error message functions by Loic Grenie <loic.grenie@gmail.com>.Denis Vlasenko2007-10-011-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* introduce and use xdup2(int, int)Denis Vlasenko2007-08-181-2/+2
* trylink: produce even more info about final link stageDenis Vlasenko2007-08-121-2/+1
* networking/interface.c: huke remaining big statics; use malloc for INET[6]_rr...Denis Vlasenko2007-06-191-45/+34
* whitespace fixesDenis Vlasenko2007-05-301-4/+4
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* netstat: fix error in new -W option handlingDenis Vlasenko2007-05-161-2/+3
* netstat: introduce -W: wide, ipv6-friendly outputDenis Vlasenko2007-05-151-166/+153
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* 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
* 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
* 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
* 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
* This patch from Bart Visscher <magick@linux-fan.com> addsEric Andersen2002-07-031-4/+118
* Apply vodz' last_patch44 -- cleanup several chars to be const, fixEric Andersen2002-06-221-19/+15
* Fix for broken handling off BusyBox's own pwd/grp implementationsRobert Griebl2002-06-041-1/+1
* This patch adds -e (extended information) to route and -r/-e (show routingRobert Griebl2002-05-141-1/+22
* Latest patch from vodz:Eric Andersen2001-11-101-25/+8
* Add netstat applet, submitted by Bart Visscher <magick@linux-fan.com>Eric Andersen2001-10-311-0/+547