From owner-cvs-usrsbin Sun Feb 16 15:51:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06237 for cvs-usrsbin-outgoing; Sun, 16 Feb 1997 15:51:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06228; Sun, 16 Feb 1997 15:51:06 -0800 (PST) Date: Sun, 16 Feb 1997 15:51:06 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702162351.PAA06228@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/16 15:51:05 Modified: usr.sbin/tzsetup tzsetup.c Log: Ask about local or UTC here, like we used to. Revision Changes Path 1.6 +8 -0 src/usr.sbin/tzsetup/tzsetup.c From owner-cvs-usrsbin Sun Feb 16 15:51:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06292 for cvs-usrsbin-outgoing; Sun, 16 Feb 1997 15:51:28 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA06282; Sun, 16 Feb 1997 15:51:25 -0800 (PST) Date: Sun, 16 Feb 1997 15:51:25 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702162351.PAA06282@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tzsetup tzsetup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/16 15:51:24 Branch: usr.sbin/tzsetup RELENG_2_2 Modified: usr.sbin/tzsetup tzsetup.c Log: YAMFC Revision Changes Path 1.2.2.2 +9 -1 src/usr.sbin/tzsetup/tzsetup.c From owner-cvs-usrsbin Sun Feb 16 20:38:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA21985 for cvs-usrsbin-outgoing; Sun, 16 Feb 1997 20:38:11 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA21978; Sun, 16 Feb 1997 20:38:08 -0800 (PST) Date: Sun, 16 Feb 1997 20:38:08 -0800 (PST) From: Bruce Evans Message-Id: <199702170438.UAA21978@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pciconf Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/16 20:38:08 Modified: usr.sbin/pciconf Makefile Log: Oops, get the name of the new manpage right. Revision Changes Path 1.3 +1 -1 src/usr.sbin/pciconf/Makefile From owner-cvs-usrsbin Tue Feb 18 17:14:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA18103 for cvs-usrsbin-outgoing; Tue, 18 Feb 1997 17:14:47 -0800 (PST) Received: (from brian@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA18095; Tue, 18 Feb 1997 17:14:44 -0800 (PST) Date: Tue, 18 Feb 1997 17:14:44 -0800 (PST) From: Brian Somers Message-Id: <199702190114.RAA18095@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp sig.c sig.h Makefile chat.c main.c timeout.h timer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 97/02/18 17:14:44 Modified: usr.sbin/ppp Makefile chat.c main.c timeout.h timer.c Added: usr.sbin/ppp sig.c sig.h Log: Tidy up signal handling. All signal() calls have been changed to pending_signal() calls. pending_signal() is defined in the new sig.c file. It remembers the handler and traps the signal with a function that will remember the signal. main.c now calls handle_signals() to actually call the required handlers (if the above handler was called). If this doesn't close PR2662 (was PR2347), I'll cry. Joerg, I think this should go into 2.2, but I havn't done anything about it because I'm bound to botch it with the new sig.[ch] files. I've just "cvs add"'d sig.[ch] so far.... can you update to 2.2 and tell me what you did ? Thanks. Revision Changes Path 1.13 +1 -1 src/usr.sbin/ppp/Makefile 1.15 +6 -6 src/usr.sbin/ppp/chat.c 1.31 +18 -40 src/usr.sbin/ppp/main.c 1.8 +0 -1 src/usr.sbin/ppp/timeout.h 1.8 +3 -26 src/usr.sbin/ppp/timer.c From owner-cvs-usrsbin Thu Feb 20 15:11:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA14022 for cvs-usrsbin-outgoing; Thu, 20 Feb 1997 15:11:28 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA14014; Thu, 20 Feb 1997 15:11:24 -0800 (PST) Date: Thu, 20 Feb 1997 15:11:24 -0800 (PST) From: Mike Pritchard Message-Id: <199702202311.PAA14014@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-libexec, cvs-usrsbin Subject: cvs commit: src/libexec/ftpd skey-stuff.c src/games/hangman hangman.h src/usr.sbin/bootparamd/bootparamd bootparamd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/20 15:11:23 Modified: games/hangman hangman.h libexec/ftpd skey-stuff.c usr.sbin/bootparamd/bootparamd bootparamd.c Log: #include to help silence -Wall. Revision Changes Path 1.2 +1 -0 src/games/hangman/hangman.h 1.8 +1 -0 src/libexec/ftpd/skey-stuff.c 1.5 +1 -0 src/usr.sbin/bootparamd/bootparamd/bootparamd.c From owner-cvs-usrsbin Fri Feb 21 23:34:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA26959 for cvs-usrsbin-outgoing; Fri, 21 Feb 1997 23:34:25 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA26946; Fri, 21 Feb 1997 23:34:20 -0800 (PST) Date: Fri, 21 Feb 1997 23:34:20 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199702220734.XAA26946@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/newsyslog newsyslog.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 97/02/21 23:34:18 Branch: usr.sbin/newsyslog RELENG_2_2 Modified: usr.sbin/newsyslog newsyslog.c Log: Commit a very minor typo fix to a prototype. Submitted-By: Bill Richter Revision Changes Path 1.7.2.1 +2 -2 src/usr.sbin/newsyslog/newsyslog.c From owner-cvs-usrsbin Sat Feb 22 01:12:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA16514 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 01:12:47 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA16502; Sat, 22 Feb 1997 01:12:44 -0800 (PST) Date: Sat, 22 Feb 1997 01:12:44 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199702220912.BAA16502@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp command.c os.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 97/02/22 01:12:42 Modified: usr.sbin/ppp command.c os.c Log: Make it possible to substitute INTERFACE when executing commands. Revision Changes Path 1.31 +5 -0 src/usr.sbin/ppp/command.c 1.12 +1 -1 src/usr.sbin/ppp/os.c From owner-cvs-usrsbin Sat Feb 22 04:59:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA10902 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 04:59:45 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA10863; Sat, 22 Feb 1997 04:59:40 -0800 (PST) Date: Sat, 22 Feb 1997 04:59:40 -0800 (PST) From: Joerg Wunsch Message-Id: <199702221259.EAA10863@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 syslogd.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/22 04:59:39 Modified: usr.sbin/syslogd syslog.conf.5 syslogd.c Log: The "burn-in" phase has finished: this set of patches seems to run stable now at a customer's site. Finally add the ability to syslogd to pipe particular messages through an arbitrary filtering command. Idea stolen from IRIX. This code is courtesy of the interface business GmbH, Dresden. Comment about whether to also merge this into 2.2 or not, please. Reviewed by: (long ago) peter Revision Changes Path 1.4 +37 -1 src/usr.sbin/syslogd/syslog.conf.5 1.19 +250 -6 src/usr.sbin/syslogd/syslogd.c From owner-cvs-usrsbin Sat Feb 22 09:59:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29051 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 09:59:17 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29043; Sat, 22 Feb 1997 09:59:15 -0800 (PST) Date: Sat, 22 Feb 1997 09:59:15 -0800 (PST) From: Joerg Wunsch Message-Id: <199702221759.JAA29043@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp Makefile chat.c main.c timeout.h timer.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/22 09:59:14 Branch: usr.sbin/ppp RELENG_2_2 Modified: usr.sbin/ppp Makefile chat.c main.c timeout.h timer.c Log: YAMFC: clean up the signal handling, as committed to -current by Brian on 97/02/18 17:14:44. Revision Changes Path 1.9.2.3 +2 -2 src/usr.sbin/ppp/Makefile 1.11.2.4 +7 -7 src/usr.sbin/ppp/chat.c 1.22.2.6 +19 -41 src/usr.sbin/ppp/main.c 1.5.6.2 +1 -2 src/usr.sbin/ppp/timeout.h 1.5.2.2 +4 -27 src/usr.sbin/ppp/timer.c From owner-cvs-usrsbin Sat Feb 22 10:57:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02333 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 10:57:39 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA02317; Sat, 22 Feb 1997 10:57:37 -0800 (PST) Date: Sat, 22 Feb 1997 10:57:37 -0800 (PST) From: Mike Pritchard Message-Id: <199702221857.KAA02317@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/syslogd syslog.conf.5 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/22 10:57:37 Modified: usr.sbin/syslogd syslog.conf.5 Log: Typo police. Revision Changes Path 1.5 +4 -4 src/usr.sbin/syslogd/syslog.conf.5 From owner-cvs-usrsbin Sat Feb 22 11:36:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA07912 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 11:36:48 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA07905; Sat, 22 Feb 1997 11:36:46 -0800 (PST) Date: Sat, 22 Feb 1997 11:36:46 -0800 (PST) From: Joerg Wunsch Message-Id: <199702221936.LAA07905@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src collect.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/22 11:36:45 Branch: usr.sbin/sendmail/src RELENG_2_2 Modified: usr.sbin/sendmail/src collect.c Log: YAMFC (rev 1.11: fix EOF handling) Peter or Andrey: please have a look at this. The diff from rev 1.10 to 1.11 partially failed patching. Revision Changes Path 1.4.2.4 +1 -1 src/usr.sbin/sendmail/src/collect.c From owner-cvs-usrsbin Sat Feb 22 11:38:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08144 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 11:38:50 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA08136; Sat, 22 Feb 1997 11:38:48 -0800 (PST) Date: Sat, 22 Feb 1997 11:38:48 -0800 (PST) From: Joerg Wunsch Message-Id: <199702221938.LAA08136@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src collect.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/22 11:38:48 Branch: usr.sbin/sendmail/src RELENG_2_2 Modified: usr.sbin/sendmail/src collect.c Log: Humm, should have committed this together with the previous one. Revision Changes Path 1.4.2.5 +2 -1 src/usr.sbin/sendmail/src/collect.c From owner-cvs-usrsbin Sat Feb 22 13:53:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA21470 for cvs-usrsbin-outgoing; Sat, 22 Feb 1997 13:53:33 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA21348; Sat, 22 Feb 1997 13:51:18 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA05898; Sat, 22 Feb 1997 22:51:11 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id VAA00633; Sat, 22 Feb 1997 21:59:08 +0100 (MET) Message-ID: Date: Sat, 22 Feb 1997 21:59:08 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: joerg@freefall.freebsd.org (Joerg Wunsch) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/sendmail/src collect.c References: <199702221936.LAA07905@freefall.freebsd.org> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 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 Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199702221936.LAA07905@freefall.freebsd.org>; from Joerg Wunsch on Feb 22, 1997 11:36:46 -0800 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Joerg Wunsch wrote: > joerg 97/02/22 11:36:45 > > Branch: usr.sbin/sendmail/src RELENG_2_2 > Modified: usr.sbin/sendmail/src collect.c > Log: > YAMFC (rev 1.11: fix EOF handling) > > Peter or Andrey: please have a look at this. The diff from rev 1.10 > to 1.11 partially failed patching. Nevermind. Some previous patch has been backed out by the failing hunk. -- 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. ;-)