Date: Tue, 11 Dec 2001 16:13:38 -0800 (PST) From: Mark Murray <markm@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/systat Makefile cmds.c cmdtab.c devs.c devs.h extern.h fetch.c icmp.c iostat.c ip.c keyboard.c main.c mbufs.c mode.c mode.h netcmds.c netstat.c pigs.c swap.c systat.h tcp.c vmstat.c Message-ID: <200112120013.fBC0Dcw79661@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
markm 2001/12/11 16:13:38 PST Modified files: usr.bin/systat Makefile cmds.c cmdtab.c devs.c devs.h extern.h fetch.c icmp.c iostat.c ip.c keyboard.c main.c mbufs.c mode.c mode.h netcmds.c netstat.c pigs.c swap.c systat.h tcp.c vmstat.c Log: WARNS=2 fixes with NO_WERROR set, as there are some header issues with namelists. use __FBSDID(). Revision Changes Path 1.11 +2 -1 src/usr.bin/systat/Makefile 1.4 +41 -38 src/usr.bin/systat/cmds.c 1.7 +8 -8 src/usr.bin/systat/cmdtab.c 1.6 +37 -30 src/usr.bin/systat/devs.c 1.4 +1 -1 src/usr.bin/systat/devs.h 1.10 +10 -10 src/usr.bin/systat/extern.h 1.5 +13 -12 src/usr.bin/systat/fetch.c 1.3 +9 -7 src/usr.bin/systat/icmp.c 1.16 +45 -43 src/usr.bin/systat/iostat.c 1.5 +10 -7 src/usr.bin/systat/ip.c 1.2 +7 -3 src/usr.bin/systat/keyboard.c 1.16 +20 -20 src/usr.bin/systat/main.c 1.16 +17 -14 src/usr.bin/systat/mbufs.c 1.3 +5 -3 src/usr.bin/systat/mode.c 1.3 +1 -1 src/usr.bin/systat/mode.h 1.11 +27 -25 src/usr.bin/systat/netcmds.c 1.17 +39 -38 src/usr.bin/systat/netstat.c 1.15 +24 -21 src/usr.bin/systat/pigs.c 1.17 +13 -13 src/usr.bin/systat/swap.c 1.6 +3 -3 src/usr.bin/systat/systat.h 1.7 +7 -7 src/usr.bin/systat/tcp.c 1.50 +100 -101 src/usr.bin/systat/vmstat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112120013.fBC0Dcw79661>