From owner-cvs-usrsbin Sun Jul 7 16:02:51 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA20289 for cvs-usrsbin-outgoing; Sun, 7 Jul 1996 16:02:51 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA20275; Sun, 7 Jul 1996 16:02:43 -0700 (PDT) Date: Sun, 7 Jul 1996 16:02:43 -0700 (PDT) From: Bill Paul Message-Id: <199607072302.QAA20275@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_dblookup.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/07/07 16:02:42 Modified: usr.sbin/ypserv yp_dblookup.c Log: Re-implement the DB handle cache using a circular queue and manage it with the CIRCLEQ macros. This simplifies the code a little, makes it somewhat easier to read, and may be a little faster. (Actually I think the performace is about the same.) Also, in the non DB_CACHE case, save copies of data returned from the database library in a static buffer, just in case we decide to use it after the database has been closed. Technically, the memory that the data pointers refer to belongs to the DB package and we can't count on it being there after the database has been closed -- the DB package frees its buffers. (With DB_CACHE #defined the databases are held open so the buffers remain valid.) I don't think any of the utilities that use the dblookup module have had any problems with this yet, but there's no sense in taking any chances. Revision Changes Path 1.8 +180 -89 src/usr.sbin/ypserv/yp_dblookup.c From owner-cvs-usrsbin Tue Jul 9 10:40:45 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23948 for cvs-usrsbin-outgoing; Tue, 9 Jul 1996 10:40:45 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA23930; Tue, 9 Jul 1996 10:40:37 -0700 (PDT) Date: Tue, 9 Jul 1996 10:40:37 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199607091740.KAA23930@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/07/09 10:40:37 Modified: usr.sbin/ppp main.c Log: Dump core on SIGSEGV instead of silent exiting. I saw SIGSEGV few times, but they are VERY rare to tracking down this bug. I hope core helps to track it down. Revision Changes Path 1.20 +6 -1 src/usr.sbin/ppp/main.c From owner-cvs-usrsbin Tue Jul 9 15:40:58 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14493 for cvs-usrsbin-outgoing; Tue, 9 Jul 1996 15:40:58 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA14476; Tue, 9 Jul 1996 15:40:41 -0700 (PDT) Date: Tue, 9 Jul 1996 15:40:41 -0700 (PDT) From: Nate Williams Message-Id: <199607092240.PAA14476@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/rpc.statd Makefile Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/07/09 15:40:41 Modified: usr.sbin/rpc.statd Makefile Log: Add sm_inter.h to DPSRCS so that make depend is not required to build this. Revision Changes Path 1.3 +2 -1 src/usr.sbin/rpc.statd/Makefile From owner-cvs-usrsbin Tue Jul 9 16:08:05 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16498 for cvs-usrsbin-outgoing; Tue, 9 Jul 1996 16:08:05 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA16429; Tue, 9 Jul 1996 16:07:55 -0700 (PDT) Date: Tue, 9 Jul 1996 16:07:55 -0700 (PDT) From: Peter Wemm Message-Id: <199607092307.QAA16429@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sup/supfilesrv supfilesrv.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/07/09 16:07:55 Branch: usr.sbin/sup/supfilesrv RELENG_2_1_0 Modified: usr.sbin/sup/supfilesrv supfilesrv.c Log: Back out the temp disable of setproctitle, it's been in -stable for a while. Shorten the line passed to setproctitle, as in rev 1.4 OK'ed by: jkh Reviewed by: freefall :-) Revision Changes Path 1.3.2.2 +5 -4 src/usr.sbin/sup/supfilesrv/supfilesrv.c From owner-cvs-usrsbin Tue Jul 9 21:15:36 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA04836 for cvs-usrsbin-outgoing; Tue, 9 Jul 1996 21:15:36 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA04820; Tue, 9 Jul 1996 21:15:27 -0700 (PDT) Date: Tue, 9 Jul 1996 21:15:27 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199607100415.VAA04820@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/config Makefile config.h config.y lang.l main.c mkioconf.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/07/09 21:15:27 Branch: usr.sbin/config RELENG_2_1_0 Modified: usr.sbin/config Makefile config.h config.y lang.l main.c mkioconf.c Log: Bring in Garrett's NO_CLOBBER_EVER change and Bruce's disabled keyword handling. Revision Changes Path 1.7.4.2 +3 -0 src/usr.sbin/config/Makefile 1.8.4.1 +1 -0 src/usr.sbin/config/config.h 1.8.4.2 +4 -0 src/usr.sbin/config/config.y 1.5.4.2 +4 -1 src/usr.sbin/config/lang.l 1.8.4.1 +2 -0 src/usr.sbin/config/main.c 1.17.4.3 +5 -4 src/usr.sbin/config/mkioconf.c From owner-cvs-usrsbin Thu Jul 11 08:04:59 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA18490 for cvs-usrsbin-outgoing; Thu, 11 Jul 1996 08:04:59 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA18436; Thu, 11 Jul 1996 08:04:47 -0700 (PDT) Date: Thu, 11 Jul 1996 08:04:47 -0700 (PDT) From: Nate Williams Message-Id: <199607111504.IAA18436@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pccard/pccardd file.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/07/11 08:04:46 Modified: usr.sbin/pccard/pccardd file.c Log: In num_tok, allow the user to specify '0' as plain '0' instead of forcing them to use '00', and/or '0x0'. Submitted by: Johann Tonsing Revision Changes Path 1.8 +3 -2 src/usr.sbin/pccard/pccardd/file.c From owner-cvs-usrsbin Fri Jul 12 01:20:50 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA13492 for cvs-usrsbin-outgoing; Fri, 12 Jul 1996 01:20:50 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA13451; Fri, 12 Jul 1996 01:20:31 -0700 (PDT) Date: Fri, 12 Jul 1996 01:20:31 -0700 (PDT) From: Bruce Evans Message-Id: <199607120820.BAA13451@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pwd_mkdb pwd_mkdb.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/07/12 01:20:30 Modified: usr.sbin/pwd_mkdb pwd_mkdb.c Log: Fixed brackets in usage message. Reformatted some of recent changes to KNF. Revision Changes Path 1.13 +10 -8 src/usr.sbin/pwd_mkdb/pwd_mkdb.c From owner-cvs-usrsbin Fri Jul 12 06:13:01 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA11121 for cvs-usrsbin-outgoing; Fri, 12 Jul 1996 06:13:01 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA11105; Fri, 12 Jul 1996 06:12:48 -0700 (PDT) Date: Fri, 12 Jul 1996 06:12:48 -0700 (PDT) From: Gary Palmer Message-Id: <199607121312.GAA11105@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm_dequeue ctm_dequeue.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/07/12 06:12:47 Modified: usr.sbin/ctm/ctm_dequeue ctm_dequeue.c Log: Small changes so that this actually stands a chance of doing the right thing... Revision Changes Path 1.2 +11 -2 src/usr.sbin/ctm/ctm_dequeue/ctm_dequeue.c