NetBSD/usr.bin/systat
cgd 2af1e46eab __CONCAT does token pasting, not string concatnation. if something like:
__CONCAT("foo","bar");
actually works to concantate strings, it's because the preprocessor expands
it into "foo""bar" as separate strings, and then ANSI string concatenation
is performed on that.  It's more straightforward to just use ANSI string
concatenation directly, and newer GCCs complain (rightly) about misuse
of token pasting.
2000-12-20 01:17:49 +00:00
..
Makefile - implement layered help. 2000-01-08 23:12:36 +00:00
bufcache.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
cmds.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
cmdtab.c - Add `boot', `run', `time' and `zero' commands to all IP displays. These work 2000-07-05 11:03:20 +00:00
disks.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
extern.h Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
fetch.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
globalcmds.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
icmp.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
iostat.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
ip.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
ip6.c Don't try to use CPP token pasting to somehow 'stick' structure member 2000-12-20 01:16:42 +00:00
ipsec.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
keyboard.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
main.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
mbufs.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
netcmds.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
netstat.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
pigs.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
ps.c __CONCAT does token pasting, not string concatnation. if something like: 2000-12-20 01:17:49 +00:00
ps.h Use kern.cp_time to fetch cp_time[]. Don't support fetching it from 2000-06-04 16:06:25 +00:00
swap.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
systat.1 Add "all" mode to systat to cycle between all modes, 2000-08-25 04:48:56 +00:00
systat.h Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
tcp.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00
vmstat.c Remove extern variables and functions now declared in dkstats.h. 2000-12-01 02:19:43 +00:00