History log of /src/usr.bin/systat/ip6.c |
Revision | | Date | Author | Comments |
1.16 |
| 03-Jun-2014 |
joerg | Always use_sysctl in preparation of removing all kvm code.
|
1.15 |
| 10-Apr-2008 |
thorpej | branches: 1.15.28; 1.15.40; Don't even bother initializing the namelist if we're not going to use it.
|
1.14 |
| 10-Apr-2008 |
thorpej | Use sysctl to fetch network statistics unless a memory file is specified on the command line.
|
1.13 |
| 08-Apr-2008 |
thorpej | Change IPv6 stats from a structure to an array of uint64_t's.
Note: This is ABI-compatible with the old ip6stat structure; old netstat binaries will continue to work properly.
|
1.12 |
| 22-Oct-2006 |
christos | use c99 initializers consistently terminate nlist arrays with NULL not ""
|
1.11 |
| 26-Feb-2005 |
dsl | WARNS=3
|
1.10 |
| 24-Feb-2003 |
dsl | Create subwins that end one line from the bottom of the screen even after the window is resized.
|
1.9 |
| 20-Dec-2000 |
cgd | Don't try to use CPP token pasting to somehow 'stick' structure member names on to the -> or . before them. There's no need to, and it's not actually the right thing!
|
1.8 |
| 01-Dec-2000 |
simonb | Remove extern variables and functions now declared in dkstats.h. While here, remove 77 (!) unneed #includes.
|
1.7 |
| 16-Jul-2000 |
itojun | repair inet6.ip6 stat (broken in 1.4 -> 1.5).
|
1.6 |
| 13-Jul-2000 |
itojun | remove pulldown statistics
|
1.5 |
| 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.4 |
| 13-Jun-2000 |
ad | branches: 1.4.2; Use my proper name.
|
1.3 |
| 13-Jan-2000 |
ad | branches: 1.3.2; Two tiny formatting nits in each file.
|
1.2 |
| 10-Jan-2000 |
itojun | don't choke on non-INET6 kernel, or non-IPSEC kernel. cleanup error handling on mode change failure.
TODO: non-IPv4 kernel support should be improved. "netstat" should be okay, "inet.ip" and "inet.icmp" needs more trick.
NetBSD PR: 9157
|
1.1 |
| 08-Jan-2000 |
itojun | - implement layered help. Suggested by: Andy Doran <ad@mr-magoo.sports.gov.uk> - inet6.ip6 and ipsec menu - u_quad_t printing fix - #ifdefs to allow compilation on 1.4.x
|
1.3.2.1 |
| 23-Jun-2000 |
minoura | Sync w/ netbsd-1-5-base.
|
1.4.2.2 |
| 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
|
1.4.2.1 |
| 14-Jul-2000 |
itojun | pullup 1.5 -> 1.6 (approved by releng-1-5) remove pulldown statistics
|
1.15.40.1 |
| 10-Aug-2014 |
tls | Rebase.
|
1.15.28.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|