History log of /src/usr.bin/systat/netcmds.c |
Revision | | Date | Author | Comments |
1.24 |
| 28-Oct-2022 |
ozaki-r | Adjust userland commands for struct inpcb separation
Only kvm users are affected.
|
1.23 |
| 28-Oct-2022 |
ozaki-r | Adjust userland commands for struct inpcb integration
Only kvm users are affected.
|
1.22 |
| 30-Oct-2021 |
nia | netstat(1): use reallocarr instead of realloc(x * y)
|
1.21 |
| 26-Feb-2005 |
dsl | WARNS=3
|
1.20 |
| 04-Nov-2004 |
dsl | Add (unsigned char) cast to ctype functions Although, IIRC, there is another PR on all commands being converted to lower case.
|
1.19 |
| 07-Aug-2003 |
agc | Move UCB-licensed code from 4-clause to 3-clause licence.
Patches provided by Joel Baker in PR 22365, verified by myself.
|
1.18 |
| 15-May-2003 |
itojun | use strlcpy
|
1.17 |
| 01-Dec-2000 |
simonb | Remove extern variables and functions now declared in dkstats.h. While here, remove 77 (!) unneed #includes.
|
1.16 |
| 05-Jul-2000 |
ad | - Add `boot', `run', `time' and `zero' commands to all IP displays. These work as in the `vmstat' display mode. The default mode is now `time', not `boot'. - ANSIfy. - s@kre\(@vmstat\(@. - __RCSID() police. - Tweak inet.icmp display visual a little.
|
1.15 |
| 27-Apr-2000 |
jdc | branches: 1.15.4; Fix arguments to *printw().
|
1.14 |
| 05-Jan-2000 |
itojun | support IPv6. commands under "netstat" are IPv6 ready. IPv6 is supported by filters (":ignore ssh") as well. TODO: do something about line truncation? TODO: inet6.icmp6? ":help" will not fit into single line...
|
1.13 |
| 05-Jan-2000 |
itojun | avoid null pointer access on ":show".
|
1.12 |
| 04-Jan-2000 |
itojun | bring in latter half of PR 9080 (host table allocation error check).
|
1.11 |
| 31-Dec-1999 |
tron | Add missing memory check in port table handling. Patch based on PR bin/9080 by Jun-ichiro itojun Hagino
|
1.10 |
| 20-Dec-1999 |
jwise | G/C function used in old command parsing
|
1.9 |
| 20-Dec-1999 |
jwise | Two things:
1.) fix a bug which caused coredumps when starting with no mode arguments 2.) move to table-lookup for mode-specific command parsing as well. all command matching is now table-driven.
|
1.8 |
| 12-Jul-1998 |
mrg | branches: 1.8.6; - KNF - use snprintf - don't overwrite the keyboard buffer (and make this sized on the window size).
|
1.7 |
| 02-Apr-1998 |
kleink | No need to include <sys/socketvar.h>.
|
1.6 |
| 19-Oct-1997 |
lukem | fix .Nm usage, deprecate register, getopt returns -1 not EOF, s/[br]*/[ms]*/
|
1.5 |
| 21-Jul-1997 |
mrg | - some KNF. - use __RCSID(). - WARNS=1
|
1.4 |
| 21-May-1995 |
mycroft | Use inet_aton(), not inet_addr().
|
1.3 |
| 29-Apr-1995 |
cgd | various includes, casts, and cleanups...
|
1.2 |
| 20-Jan-1995 |
jtc | Changed to conform to NetBSD's new RCS Id convention.
|
1.1 |
| 20-Jan-1995 |
jtc | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 20-Jan-1995 |
jtc | imported from 44lite
|
1.8.6.1 |
| 27-Dec-1999 |
wrstuden | Pull up to last week's -current.
|
1.15.4.1 |
| 01-Sep-2000 |
ad | Pull up the following revisions, approved by releng-1-5:
- Add "boot", "run", "time" and "zero" commands to all IP displays. These work as in the "vmstat" display mode. The default mode is now "time", not "boot". - ANSIfy. - s@kre\(@vmstat\(@. - __RCSID() police. - Tweak inet.icmp display visual a little.
icmp.c 1.5 iostat.c 1.16 ip.c 1.8 ip6.c 1.5, 1.7 ipsec.c 1.5 keyboard.c 1.12 main.c 1.26 mbufs.c 1.9 netcmds.c 1.16
|