From owner-cvs-usrbin Sun Nov 3 00:52:25 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA07662 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 00:52:25 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id AAA07524; Sun, 3 Nov 1996 00:50:49 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id JAA11073; Sun, 3 Nov 1996 09:50:45 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA24248; Sun, 3 Nov 1996 09:50:45 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id JAA29850; Sun, 3 Nov 1996 09:24:58 +0100 (MET) From: J Wunsch Message-Id: <199611030824.JAA29850@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.bin/passwd Makefile local_passwd.c To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Sun, 3 Nov 1996 09:24:56 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199611030312.TAA16708@freefall.freebsd.org> from "Jordan K. Hubbard" at "Nov 2, 96 07:12:01 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Jordan K. Hubbard wrote: > Modified: usr.bin/passwd Makefile local_passwd.c > Log: > What this change does, simply speaking, is syslog it every time > someone changes their local password. You'll be surprised, but i've seen another request for such a feature recently in (German) Usenet. > If your users change their passwords so often as to fill your logfile, > then you may also have another administrative problem to deal with. I hope you're logging with something low enough like LOG_INFO, so it's easily separable. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrbin Sun Nov 3 01:21:44 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA09274 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 01:21:44 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id BAA09219; Sun, 3 Nov 1996 01:21:28 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA11686; Sun, 3 Nov 1996 10:21:25 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA24515; Sun, 3 Nov 1996 10:21:25 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.2/8.6.9) id KAA05695; Sun, 3 Nov 1996 10:18:06 +0100 (MET) From: J Wunsch Message-Id: <199611030918.KAA05695@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.bin/make parse.c To: sprice@hiwaay.net (Steve Price) Date: Sun, 3 Nov 1996 10:18:05 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <327C14B4.2781E494@hiwaay.net> from Steve Price at "Nov 2, 96 09:42:44 pm" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Steve Price wrote: > This is the first step in making make(1) POSIX 1003.2 > compliant. I left this feature undocumented in the > manpage since POSIX specifies that CC=c89 and FC=fort77. > I suppose one could use it if they symlink'd cc -> c89 > and fc -> fort77. It's always an error to not document things. :-) c89 should be installed as: ------8<-----8<-----8<-----8<-----8<-----8<----- #!/bin/sh exec cc -ansi "$@" ------8<-----8<-----8<-----8<-----8<-----8<----- I'm not sure whether our f77 is Posix-compliant enought to serve directly as fort77. If so, we should provide the link by default. That's the entire idea behind the somewhat weird Posix naming: an operating system can decide whether simply linking the existing tools to a new name will do it, or whether you need some wrapper that turns the existing tools into a Posix-compliant mode. Since Posix mandates ANSI C, the -ansi above should be used so gcc barfs at old code. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-usrbin Sun Nov 3 03:59:42 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA17251 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 03:59:42 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA17228; Sun, 3 Nov 1996 03:59:37 -0800 (PST) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.6/8.6.9) with ESMTP id DAA05704; Sun, 3 Nov 1996 03:59:13 -0800 (PST) To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: jkh@freefall.freebsd.org (Jordan K. Hubbard), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/passwd Makefile local_passwd.c In-reply-to: Your message of "Sun, 03 Nov 1996 09:24:56 +0100." <199611030824.JAA29850@uriah.heep.sax.de> Date: Sun, 03 Nov 1996 03:59:13 -0800 Message-ID: <5702.847022353@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I hope you're logging with something low enough like LOG_INFO, so it's > easily separable. I actually found LOG_INFO to be rather intrusive - I've gone with LOG_DEBUG, though I may have to work a little in making it come out in my /var/log/messages file. :-) Jordan From owner-cvs-usrbin Sun Nov 3 09:01:43 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA07452 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 09:01:43 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA07425; Sun, 3 Nov 1996 09:01:29 -0800 (PST) Date: Sun, 3 Nov 1996 09:01:29 -0800 (PST) From: Mark Murray Message-Id: <199611031701.JAA07425@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 96/11/03 09:01:28 Modified: usr.bin Makefile Log: Compile telnet from eBones instead of secure. 2.2 candidate. Revision Changes Path 1.74 +3 -3 src/usr.bin/Makefile From owner-cvs-usrbin Sun Nov 3 11:16:14 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA15866 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 11:16:14 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA15811; Sun, 3 Nov 1996 11:15:50 -0800 (PST) Date: Sun, 3 Nov 1996 11:15:50 -0800 (PST) From: Peter Wemm Message-Id: <199611031915.LAA15811@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile config.h Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/03 11:15:49 Modified: usr.bin/vi Makefile config.h Log: The tcl/perl interpreter compile options were not really optional. This is needed for building the boot crunch for 2.2 (It still needs a hook so the release code can tell it when to build it without tcl etc). Revision Changes Path 1.4 +4 -1 src/usr.bin/vi/Makefile 1.2 +3 -3 src/usr.bin/vi/config.h From owner-cvs-usrbin Sun Nov 3 13:33:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27107 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 13:33:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27063; Sun, 3 Nov 1996 13:32:41 -0800 (PST) Date: Sun, 3 Nov 1996 13:32:41 -0800 (PST) From: Peter Wemm Message-Id: <199611032132.NAA27063@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/11/03 13:32:39 Modified: usr.bin/vi Makefile Log: Fill in some of the missing blanks for the tknvi and perl5 compile options. Both options can be compiled if the appropriate ports are present. These are examples only and are commented out. Revision Changes Path 1.5 +28 -22 src/usr.bin/vi/Makefile From owner-cvs-usrbin Sun Nov 3 18:28:50 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA29293 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 18:28:50 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA29252; Sun, 3 Nov 1996 18:28:34 -0800 (PST) Date: Sun, 3 Nov 1996 18:28:34 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199611040228.SAA29252@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi pathnames.h Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/11/03 18:28:33 Modified: usr.bin/vi pathnames.h Log: Fix PATH_MSGCAT 2.2 candidate Revision Changes Path 1.2 +1 -1 src/usr.bin/vi/pathnames.h From owner-cvs-usrbin Sun Nov 3 18:52:50 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA00982 for cvs-usrbin-outgoing; Sun, 3 Nov 1996 18:52:50 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA00954; Sun, 3 Nov 1996 18:52:36 -0800 (PST) Date: Sun, 3 Nov 1996 18:52:36 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199611040252.SAA00954@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/11/03 18:52:35 Modified: usr.bin/vi Makefile Log: Install message catalog links according to standard naming convention Message catalogs not works without this change 2.2 candidate Revision Changes Path 1.6 +26 -1 src/usr.bin/vi/Makefile From owner-cvs-usrbin Mon Nov 4 13:55:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02696 for cvs-usrbin-outgoing; Mon, 4 Nov 1996 13:55:23 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA02642; Mon, 4 Nov 1996 13:54:56 -0800 (PST) Date: Mon, 4 Nov 1996 13:54:56 -0800 (PST) From: Jeffrey Hsu Message-Id: <199611042154.NAA02642@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc skeleton.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk hsu 96/11/04 13:54:55 Modified: usr.bin/yacc skeleton.c Log: Add YYLEX and YYEMPTY macros to make byacc look more like bison. Obtained from: Cygnus source tree, with permission. Original commit by Jim Wilson, wilson@cygnus.com. Revision Changes Path 1.6 +3 -1 src/usr.bin/yacc/skeleton.c From owner-cvs-usrbin Mon Nov 4 14:03:10 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03612 for cvs-usrbin-outgoing; Mon, 4 Nov 1996 14:03:10 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA03493; Mon, 4 Nov 1996 14:02:04 -0800 (PST) Date: Mon, 4 Nov 1996 14:02:04 -0800 (PST) From: Jeffrey Hsu Message-Id: <199611042202.OAA03493@freefall.freebsd.org> To: peter Subject: Re: cvs commit: src/usr.bin/yacc skeleton.c Cc: cvs-all, CVS-committers, cvs-usrbin Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk With this change, I was able to make the Cygnus gcc using our yacc instead of bison. You should be able to compile the FSF gcc too. The only other change that Cygnus makes is in the makefiles to do an explicit move of y.tab.c and y.tab.h because byacc doesn't have the -o option. From owner-cvs-usrbin Mon Nov 4 23:17:51 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11588 for cvs-usrbin-outgoing; Mon, 4 Nov 1996 23:17:51 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11571; Mon, 4 Nov 1996 23:17:35 -0800 (PST) Date: Mon, 4 Nov 1996 23:17:35 -0800 (PST) From: Wolfram Schneider Message-Id: <199611050717.XAA11571@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/pagesize pagesize.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/04 23:17:35 Modified: usr.bin/pagesize pagesize.sh Log: add /sbin to PATH, the location of sysctl(8) may changed in future use shell builtin 'exec' for last command Revision Changes Path 1.2 +3 -3 src/usr.bin/pagesize/pagesize.sh From owner-cvs-usrbin Mon Nov 4 23:23:00 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11855 for cvs-usrbin-outgoing; Mon, 4 Nov 1996 23:23:00 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11829; Mon, 4 Nov 1996 23:22:49 -0800 (PST) Date: Mon, 4 Nov 1996 23:22:49 -0800 (PST) From: Wolfram Schneider Message-Id: <199611050722.XAA11829@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/id groups.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/04 23:22:48 Modified: usr.bin/id groups.sh Log: add PATH variable better argument handling Revision Changes Path 1.3 +4 -2 src/usr.bin/id/groups.sh From owner-cvs-usrbin Mon Nov 4 23:24:56 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA12015 for cvs-usrbin-outgoing; Mon, 4 Nov 1996 23:24:56 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA11997; Mon, 4 Nov 1996 23:24:49 -0800 (PST) Date: Mon, 4 Nov 1996 23:24:49 -0800 (PST) From: Wolfram Schneider Message-Id: <199611050724.XAA11997@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/id whoami.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/11/04 23:24:49 Modified: usr.bin/id whoami.sh Log: add PATH variable Revision Changes Path 1.3 +4 -2 src/usr.bin/id/whoami.sh From owner-cvs-usrbin Tue Nov 5 12:12:15 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21721 for cvs-usrbin-outgoing; Tue, 5 Nov 1996 12:12:15 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21687; Tue, 5 Nov 1996 12:12:07 -0800 (PST) Date: Tue, 5 Nov 1996 12:12:07 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052012.MAA21687@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/ftp main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:12:06 Branch: usr.bin/ftp RELENG_2_2 Modified: usr.bin/ftp main.c Log: Merge from -current. Revision Changes Path 1.10.2.1 +1 -1 src/usr.bin/ftp/main.c From owner-cvs-usrbin Tue Nov 5 12:13:02 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21857 for cvs-usrbin-outgoing; Tue, 5 Nov 1996 12:13:02 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21834; Tue, 5 Nov 1996 12:12:52 -0800 (PST) Date: Tue, 5 Nov 1996 12:12:52 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052012.MAA21834@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/nice nice.1 nice.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:12:52 Branch: usr.bin/nice RELENG_2_2 Modified: usr.bin/nice nice.1 nice.c Log: Merge from -current Revision Changes Path 1.1.1.1.8.1 +32 -11 src/usr.bin/nice/nice.1 1.2.2.1 +3 -3 src/usr.bin/nice/nice.c From owner-cvs-usrbin Tue Nov 5 12:13:37 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21941 for cvs-usrbin-outgoing; Tue, 5 Nov 1996 12:13:37 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA21927; Tue, 5 Nov 1996 12:13:33 -0800 (PST) Date: Tue, 5 Nov 1996 12:13:33 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052013.MAA21927@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/passwd Makefile local_passwd.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:13:32 Branch: usr.bin/passwd RELENG_2_2 Modified: usr.bin/passwd Makefile local_passwd.c Log: Merge from -current Revision Changes Path 1.19.2.1 +2 -2 src/usr.bin/passwd/Makefile 1.9.2.1 +8 -1 src/usr.bin/passwd/local_passwd.c From owner-cvs-usrbin Tue Nov 5 12:14:32 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22053 for cvs-usrbin-outgoing; Tue, 5 Nov 1996 12:14:32 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA22022; Tue, 5 Nov 1996 12:14:24 -0800 (PST) Date: Tue, 5 Nov 1996 12:14:24 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611052014.MAA22022@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile config.h pathnames.h Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/05 12:14:24 Branch: usr.bin/vi RELENG_2_2 Modified: usr.bin/vi Makefile config.h pathnames.h Log: Merge from -current. Revision Changes Path 1.3.2.1 +47 -13 src/usr.bin/vi/Makefile 1.1.2.1 +3 -3 src/usr.bin/vi/config.h 1.1.2.1 +1 -1 src/usr.bin/vi/pathnames.h From owner-cvs-usrbin Wed Nov 6 01:33:41 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05749 for cvs-usrbin-outgoing; Wed, 6 Nov 1996 01:33:41 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05732; Wed, 6 Nov 1996 01:33:26 -0800 (PST) Date: Wed, 6 Nov 1996 01:33:26 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611060933.BAA05732@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/id groups.sh whoami.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/06 01:33:24 Branch: usr.bin/id RELENG_2_2 Modified: usr.bin/id groups.sh whoami.sh Log: Merge from -current Revision Changes Path 1.2.8.1 +4 -2 src/usr.bin/id/groups.sh 1.2.8.1 +4 -2 src/usr.bin/id/whoami.sh From owner-cvs-usrbin Wed Nov 6 01:35:13 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05963 for cvs-usrbin-outgoing; Wed, 6 Nov 1996 01:35:13 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05910; Wed, 6 Nov 1996 01:34:58 -0800 (PST) Date: Wed, 6 Nov 1996 01:34:58 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611060934.BAA05910@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/make parse.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/06 01:34:57 Branch: usr.bin/make RELENG_2_2 Modified: usr.bin/make parse.c Log: Merge from -current Revision Changes Path 1.14.2.1 +12 -1 src/usr.bin/make/parse.c From owner-cvs-usrbin Wed Nov 6 01:35:41 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA06023 for cvs-usrbin-outgoing; Wed, 6 Nov 1996 01:35:41 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA05994; Wed, 6 Nov 1996 01:35:25 -0800 (PST) Date: Wed, 6 Nov 1996 01:35:25 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611060935.BAA05994@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/pagesize pagesize.sh Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/06 01:35:24 Branch: usr.bin/pagesize RELENG_2_2 Modified: usr.bin/pagesize pagesize.sh Log: Merge from -current Revision Changes Path 1.1.1.1.8.1 +3 -3 src/usr.bin/pagesize/pagesize.sh From owner-cvs-usrbin Wed Nov 6 01:36:24 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA06155 for cvs-usrbin-outgoing; Wed, 6 Nov 1996 01:36:24 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA06128; Wed, 6 Nov 1996 01:36:06 -0800 (PST) Date: Wed, 6 Nov 1996 01:36:06 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199611060936.BAA06128@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/yacc skeleton.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/11/06 01:36:05 Branch: usr.bin/yacc RELENG_2_2 Modified: usr.bin/yacc skeleton.c Log: Merge from -current Revision Changes Path 1.5.2.1 +3 -1 src/usr.bin/yacc/skeleton.c From owner-cvs-usrbin Wed Nov 6 14:46:46 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04180 for cvs-usrbin-outgoing; Wed, 6 Nov 1996 14:46:46 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA04139; Wed, 6 Nov 1996 14:46:33 -0800 (PST) Date: Wed, 6 Nov 1996 14:46:33 -0800 (PST) From: Joerg Wunsch Message-Id: <199611062246.OAA04139@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/06 14:46:31 Branch: usr.bin/vi RELENG_2_2 Modified: usr.bin/vi Makefile Log: Add hooks to allow the build of a vi without Tcl or Perl APIs in an environment where either or both are normally to be built. The next commit to release/Makefile will use these hooks for the creation of the `fixit' floppy. (Failing to find a better method, we might also consider pulling them into -current. By now, they just live in the 2.2 branch only.) Agreed by: jkh,phk,peter Revision Changes Path 1.3.2.2 +23 -4 src/usr.bin/vi/Makefile From owner-cvs-usrbin Wed Nov 6 21:37:31 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA29809 for cvs-usrbin-outgoing; Wed, 6 Nov 1996 21:37:31 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA29788; Wed, 6 Nov 1996 21:37:12 -0800 (PST) Date: Wed, 6 Nov 1996 21:37:12 -0800 (PST) From: Satoshi Asami Message-Id: <199611070537.VAA29788@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/xargs xargs.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/11/06 21:37:10 Branch: usr.bin/xargs RELENG_2_1_0 Modified: usr.bin/xargs xargs.c Log: Merge rev. 1.2 from HEAD. Make xargs take into account the bytes occupied by the environment. Revision Changes Path 1.1.1.1.6.2 +7 -3 src/usr.bin/xargs/xargs.c From owner-cvs-usrbin Thu Nov 7 22:05:23 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA10257 for cvs-usrbin-outgoing; Thu, 7 Nov 1996 22:05:23 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA10241; Thu, 7 Nov 1996 22:05:12 -0800 (PST) Date: Thu, 7 Nov 1996 22:05:12 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199611080605.WAA10241@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fmt fmt.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/11/07 22:05:12 Branch: usr.bin/fmt RELENG_2_1_0 Modified: usr.bin/fmt fmt.c Log: Remove an extraneous malloc() definition. Submitted-By: Don Lewis Revision Changes Path 1.3.4.2 +0 -1 src/usr.bin/fmt/fmt.c From owner-cvs-usrbin Fri Nov 8 04:57:08 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA01222 for cvs-usrbin-outgoing; Fri, 8 Nov 1996 04:57:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA01202; Fri, 8 Nov 1996 04:56:40 -0800 (PST) Date: Fri, 8 Nov 1996 04:56:40 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199611081256.EAA01202@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/systat vmstat.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/11/08 04:56:39 Branch: usr.bin/systat RELENG_2_1_0 Modified: usr.bin/systat vmstat.c Log: Wow, make the vmstat display actually usable! This is a cosmetic fix, but low-impact and worth the comeasurate risk. I [jkh] can't even test it in -current since systat's vmstat display is completely broken there at the moment, printing out: "The alternate system clock has died!" Submitted-By: Heiko Blume Revision Changes Path 1.13.4.2 +14 -14 src/usr.bin/systat/vmstat.c From owner-cvs-usrbin Fri Nov 8 05:39:12 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA03487 for cvs-usrbin-outgoing; Fri, 8 Nov 1996 05:39:12 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id FAA03438; Fri, 8 Nov 1996 05:38:52 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.2/8.8.2) with ESMTP id VAA27430; Fri, 8 Nov 1996 21:38:44 +0800 (WST) Message-Id: <199611081338.VAA27430@spinner.DIALix.COM> X-Mailer: exmh version 1.6.9 8/22/96 To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/systat vmstat.c In-reply-to: Your message of "Fri, 08 Nov 1996 04:56:40 PST." <199611081256.EAA01202@freefall.freebsd.org> Date: Fri, 08 Nov 1996 21:38:43 +0800 From: Peter Wemm Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Jordan K. Hubbard" wrote: > Log: > Wow, make the vmstat display actually usable! This is a cosmetic > fix, but low-impact and worth the comeasurate risk. I [jkh] can't even > test it in -current since systat's vmstat display is completely broken > there at the moment, printing out: "The alternate system clock has died!" Show this to Bruce.. According to him, this cannot happen. The "alternate system clock" is the rtc (irq 8) and it has stopped sending the 128Hz statistics and/or 1024Hz profiling clock. It's not just vmstat that is affected, check 'ps' and 'top'.. you'll also find that anything cpu intensive through time(1) gets all it's time credited to "system" rather than part "user" and part "system". Cheers, -Peter From owner-cvs-usrbin Sat Nov 9 08:54:44 1996 Return-Path: owner-cvs-usrbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA08642 for cvs-usrbin-outgoing; Sat, 9 Nov 1996 08:54:44 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA08628; Sat, 9 Nov 1996 08:54:35 -0800 (PST) Date: Sat, 9 Nov 1996 08:54:35 -0800 (PST) From: Joerg Wunsch Message-Id: <199611091654.IAA08628@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/vi Makefile Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/11/09 08:54:34 Modified: usr.bin/vi Makefile Log: Merge from the 2.2 branch: avoid including the API stuff when building vi for the fixit floppy. Perhaps we'll find a more elegant solution some day, by now it has proven to work reasonably. Revision Changes Path 1.7 +23 -4 src/usr.bin/vi/Makefile