From owner-cvs-usrsbin Mon Jan 15 01:11:24 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28799 for cvs-usrsbin-outgoing; Mon, 15 Jan 1996 01:11:24 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28791 Mon, 15 Jan 1996 01:11:21 -0800 (PST) Date: Mon, 15 Jan 1996 01:11:21 -0800 (PST) From: Mike Pritchard Message-Id: <199601150911.BAA28791@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mixer mixer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk mpp 96/01/15 01:11:20 Modified: usr.sbin/mixer mixer.c Log: Fixed to not core dump if not enough arguments are given with the +rec and -rec options. Revision Changes Path 1.3 +4 -0 src/usr.sbin/mixer/mixer.c From owner-cvs-usrsbin Tue Jan 16 02:32:08 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA03310 for cvs-usrsbin-outgoing; Tue, 16 Jan 1996 02:32:08 -0800 (PST) Received: (from graichen@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA03303 Tue, 16 Jan 1996 02:32:06 -0800 (PST) Date: Tue, 16 Jan 1996 02:32:06 -0800 (PST) From: Thomas Graichen Message-Id: <199601161032.CAA03303@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/newsyslog Makefile newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk graichen 96/01/16 02:32:05 Modified: usr.sbin/newsyslog Makefile newsyslog.c Log: Submitted by: charnier@lirmm.fr (Philippe Charnier) 1) correct MAX_PID according to system definition. 2) replace fprintf(stderr,...)/perror/exit by 4.4 equivalence. 3) make strings enough larger so they can't overflow: MAXHOSTNAMELEN for host and MAXPATHLEN for filenames. 4) call execl with correct parameters (compress -> gzip). Revision Changes Path 1.2 +3 -2 src/usr.sbin/newsyslog/Makefile 1.3 +48 -80 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-usrsbin Tue Jan 16 03:08:12 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05670 for cvs-usrsbin-outgoing; Tue, 16 Jan 1996 03:08:12 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA05647 Tue, 16 Jan 1996 03:08:09 -0800 (PST) Date: Tue, 16 Jan 1996 03:08:09 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601161108.DAA05647@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdplay cdplay.1 cdplay.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk jkh 96/01/16 03:08:07 Modified: usr.sbin/cdplay cdplay.1 cdplay.c Log: Fix a few minor bogons in the docs, also make it possible to execute cmds from args, e.g. cdplay cd0 "play 1 99" if you just want to feed the CD a command and exit the cdplay utility. Note that if you want to use post-play commands like `pause' and `resume', you should still use cdplay interactively. Revision Changes Path 1.3 +10 -3 src/usr.sbin/cdplay/cdplay.1 1.8 +105 -41 src/usr.sbin/cdplay/cdplay.c From owner-cvs-usrsbin Wed Jan 17 04:51:08 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09618 for cvs-usrsbin-outgoing; Wed, 17 Jan 1996 04:51:08 -0800 (PST) Received: (from adam@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA09607 Wed, 17 Jan 1996 04:51:05 -0800 (PST) Date: Wed, 17 Jan 1996 04:51:05 -0800 (PST) From: Adam David Message-Id: <199601171251.EAA09607@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk adam 96/01/17 04:51:04 Modified: usr.sbin Makefile Log: add yppush Revision Changes Path 1.77 +2 -2 src/usr.sbin/Makefile From owner-cvs-usrsbin Thu Jan 18 17:29:56 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19945 for cvs-usrsbin-outgoing; Thu, 18 Jan 1996 17:29:56 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19938 Thu, 18 Jan 1996 17:29:53 -0800 (PST) Date: Thu, 18 Jan 1996 17:29:53 -0800 (PST) From: Bill Fenner Message-Id: <199601190129.RAA19938@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump print-icmp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk fenner 96/01/18 17:29:53 Modified: usr.sbin/tcpdump/tcpdump print-icmp.c Log: Teach tcpdump to print out router advertisement and solicitation messages. Revision Changes Path 1.3 +8 -1 src/usr.sbin/tcpdump/tcpdump/print-icmp.c From owner-cvs-usrsbin Thu Jan 18 19:18:57 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27843 for cvs-usrsbin-outgoing; Thu, 18 Jan 1996 19:18:57 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27836 Thu, 18 Jan 1996 19:18:54 -0800 (PST) Date: Thu, 18 Jan 1996 19:18:54 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601190318.TAA27836@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/traceroute traceroute.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk ache 96/01/18 19:18:52 Modified: usr.sbin/traceroute traceroute.c Log: Hostname points to static area which overrides with each gethost* call, strdup() it. Revision Changes Path 1.4 +1 -1 src/usr.sbin/traceroute/traceroute.c From owner-cvs-usrsbin Fri Jan 19 16:59:29 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10262 for cvs-usrsbin-outgoing; Fri, 19 Jan 1996 16:59:29 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA10255 Fri, 19 Jan 1996 16:59:26 -0800 (PST) Date: Fri, 19 Jan 1996 16:59:26 -0800 (PST) From: Nate Williams Message-Id: <199601200059.QAA10255@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config.new Makefile config.h config.new.8 files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c mkswap.c pack.c scan.l sem.c sem.h util.c Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk nate 96/01/19 16:59:25 Modified: usr.sbin Makefile Removed: usr.sbin/config.new Makefile config.h config.new.8 files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c mkswap.c pack.c scan.l sem.c sem.h util.c Log: Removed config.new from the release. It is unused by any current version of FreeBSD, and only serves to generate confusion and increase bloat. Revision Changes Path 1.78 +3 -5 src/usr.sbin/Makefile From owner-cvs-usrsbin Fri Jan 19 17:29:23 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13530 for cvs-usrsbin-outgoing; Fri, 19 Jan 1996 17:29:23 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA13525 Fri, 19 Jan 1996 17:29:20 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id RAA02754; Fri, 19 Jan 1996 17:29:13 -0800 To: Nate Williams cc: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/config.new Makefile config.h config.new.8 files.c gram.y hash.c main.c mkheaders.c mkioconf.c mkmakefile.c mkswap.c pack.c scan.l sem.c sem.h util.c In-reply-to: Your message of "Fri, 19 Jan 1996 16:59:26 PST." <199601200059.QAA10255@freefall.freebsd.org> Date: Fri, 19 Jan 1996 17:29:13 -0800 Message-ID: <2752.822101353@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk And there was great rejoicing! :-) > nate 96/01/19 16:59:25 > > Modified: usr.sbin Makefile > Removed: usr.sbin/config.new Makefile config.h config.new.8 files.c > gram.y hash.c main.c mkheaders.c mkioconf.c > mkmakefile.c mkswap.c pack.c scan.l sem.c sem.h > util.c > Log: > Removed config.new from the release. It is unused by any current version > of FreeBSD, and only serves to generate confusion and increase bloat. > > Revision Changes Path > 1.78 +3 -5 src/usr.sbin/Makefile From owner-cvs-usrsbin Fri Jan 19 23:29:15 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA14747 for cvs-usrsbin-outgoing; Fri, 19 Jan 1996 23:29:15 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA14740 Fri, 19 Jan 1996 23:29:12 -0800 (PST) Date: Fri, 19 Jan 1996 23:29:12 -0800 (PST) From: Mike Pritchard Message-Id: <199601200729.XAA14740@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/zic zic.8 Sender: owner-cvs-usrsbin@FreeBSD.ORG Precedence: bulk mpp 96/01/19 23:29:12 Modified: usr.sbin/ac ac.8 usr.sbin/amd/amq amq.8 usr.bin/fstat fstat.1 usr.bin/indent indent.1 usr.sbin/iostat iostat.8 lib/libc/stdio funopen.3 usr.bin/netstat netstat.1 usr.bin/nfsstat nfsstat.1 usr.sbin/pstat pstat.8 share/man/man5 link.5 usr.bin/systat systat.1 usr.sbin/zic zic.8 Log: Fix a variety of minor typos and cross references in a bunch of man pages. Masanobu Saitoh Giles Lean Revision Changes Path 1.4 +2 -2 src/usr.sbin/ac/ac.8 1.2 +2 -1 src/usr.sbin/amd/amq/amq.8 1.3 +2 -2 src/usr.bin/fstat/fstat.1 1.2 +2 -2 src/usr.bin/indent/indent.1 1.4 +3 -3 src/usr.sbin/iostat/iostat.8 1.2 +1 -1 src/lib/libc/stdio/funopen.3 1.5 +3 -3 src/usr.bin/netstat/netstat.1 1.4 +2 -2 src/usr.bin/nfsstat/nfsstat.1 1.6 +3 -3 src/usr.sbin/pstat/pstat.8 1.3 +3 -3 src/share/man/man5/link.5 1.4 +2 -2 src/usr.bin/systat/systat.1 1.2 +1 -1 src/usr.sbin/zic/zic.8