From owner-cvs-libexec Tue Dec 10 09:05:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13618 for cvs-libexec-outgoing; Tue, 10 Dec 1996 09:05:51 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA13611; Tue, 10 Dec 1996 09:05:47 -0800 (PST) Date: Tue, 10 Dec 1996 09:05:47 -0800 (PST) From: Garrett Wollman Message-Id: <199612101705.JAA13611@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/bootpd getether.c getif.c lookup.c rtmsg.c src/libexec/bootpd/tools/bootptest print-bootp.c src/libexec/rbootd bpf.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/12/10 09:05:46 Modified: libexec/bootpd getether.c getif.c lookup.c rtmsg.c libexec/bootpd/tools/bootptest print-bootp.c libexec/rbootd bpf.c Log: Fix up programs which expect to include to instead do it themselves. (Some of these programs actually depended on this beyond compiling the definition of struct ifinfo!) Also fix up some other #include messes while we're at it. Revision Changes Path 1.5 +2 -1 src/libexec/bootpd/getether.c 1.4 +1 -3 src/libexec/bootpd/getif.c 1.3 +1 -3 src/libexec/bootpd/lookup.c 1.5 +2 -1 src/libexec/bootpd/rtmsg.c 1.3 +1 -3 src/libexec/bootpd/tools/bootptest/print-bootp.c 1.4 +2 -1 src/libexec/rbootd/bpf.c From owner-cvs-libexec Wed Dec 11 11:11:56 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00139 for cvs-libexec-outgoing; Wed, 11 Dec 1996 11:11:56 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA00132; Wed, 11 Dec 1996 11:11:54 -0800 (PST) Date: Wed, 11 Dec 1996 11:11:54 -0800 (PST) From: Garrett Wollman Message-Id: <199612111911.LAA00132@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/rpc.rstatd rstat_proc.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/12/11 11:11:53 Modified: libexec/rpc.rstatd rstat_proc.c Log: Convert this program to use sysctl rather than kvm for some of its statistics. Unfortunately, the coverage of sysctl isn't good enough to do all of them :-( . Revision Changes Path 1.4 +69 -111 src/libexec/rpc.rstatd/rstat_proc.c From owner-cvs-libexec Thu Dec 12 18:40:42 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04886 for cvs-libexec-outgoing; Thu, 12 Dec 1996 18:40:42 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04879; Thu, 12 Dec 1996 18:40:41 -0800 (PST) Date: Thu, 12 Dec 1996 18:40:41 -0800 (PST) From: Bill Paul Message-Id: <199612130240.SAA04879@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/revnetgroup hash.h parse_netgroup.c revnetgroup.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/12 18:40:40 Modified: libexec/revnetgroup hash.h parse_netgroup.c revnetgroup.c Log: Close PR #2193: support backslash line continuations. (Also did some minor cleanups.) Revision Changes Path 1.3 +10 -1 src/libexec/revnetgroup/hash.h 1.3 +4 -6 src/libexec/revnetgroup/parse_netgroup.c 1.4 +9 -8 src/libexec/revnetgroup/revnetgroup.c From owner-cvs-libexec Sat Dec 14 15:27:34 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA28378 for cvs-libexec-outgoing; Sat, 14 Dec 1996 15:27:34 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA28337; Sat, 14 Dec 1996 15:27:21 -0800 (PST) Date: Sat, 14 Dec 1996 15:27:21 -0800 (PST) From: Mike Pritchard Message-Id: <199612142327.PAA28337@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-libexec, cvs-gnu Subject: cvs commit: src/libexec/getty gettytab.5 src/lib/libc/gen alarm.3 src/lib/libc/sys flock.2 src/gnu/usr.bin/man/makewhatis makewhatis.1 src/lib/libc/net Makefile.inc Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/14 15:27:21 Modified: libexec/getty gettytab.5 lib/libc/gen alarm.3 lib/libc/net Makefile.inc lib/libc/sys flock.2 gnu/usr.bin/man/makewhatis makewhatis.1 Log: Correct some xrefs/mlinks. Revision Changes Path 1.10 +5 -5 src/libexec/getty/gettytab.5 1.5 +1 -1 src/lib/libc/gen/alarm.3 1.21 +2 -1 src/lib/libc/net/Makefile.inc 1.4 +4 -0 src/lib/libc/sys/flock.2 1.8 +3 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.1