From owner-cvs-lib Sun Feb 25 10:58:24 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA12004 for cvs-lib-outgoing; Sun, 25 Feb 1996 10:58:24 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11983 Sun, 25 Feb 1996 10:58:16 -0800 (PST) Date: Sun, 25 Feb 1996 10:58:16 -0800 (PST) From: Paul Traina Message-Id: <199602251858.KAA11983@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/db/hash hash.c Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk pst 96/02/25 10:58:15 Branch: lib/libc/db/hash RELENG_2_1_0 Modified: lib/libc/db/hash hash.c Log: back out size==0 -> initialize change Revision Changes Path 1.1.1.1.6.2 +1 -2 src/lib/libc/db/hash/hash.c From owner-cvs-lib Sun Feb 25 12:29:58 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17229 for cvs-lib-outgoing; Sun, 25 Feb 1996 12:29:58 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA17212 Sun, 25 Feb 1996 12:29:50 -0800 (PST) Date: Sun, 25 Feb 1996 12:29:50 -0800 (PST) From: Bruce Evans Message-Id: <199602252029.MAA17212@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/msun/i387 s_ilogb.S Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk bde 96/02/25 12:29:49 Modified: lib/msun/i387 s_ilogb.S Log: Don't trash %ebp. Obtained from: NetBSD Revision Changes Path 1.3 +2 -2 src/lib/msun/i387/s_ilogb.S From owner-cvs-lib Sun Feb 25 12:34:54 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA18131 for cvs-lib-outgoing; Sun, 25 Feb 1996 12:34:54 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA18117 Sun, 25 Feb 1996 12:34:48 -0800 (PST) Date: Sun, 25 Feb 1996 12:34:48 -0800 (PST) From: Bruce Evans Message-Id: <199602252034.MAA18117@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/msun/i387 s_ilogb.S Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk bde 96/02/25 12:34:47 Branch: lib/msun/i387 RELENG_2_1_0 Modified: lib/msun/i387 s_ilogb.S Log: Don't trash %ebp. Obtained from: NetBSD Revision Changes Path 1.2.6.1 +2 -2 src/lib/msun/i387/s_ilogb.S From owner-cvs-lib Mon Feb 26 17:59:26 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08347 for cvs-lib-outgoing; Mon, 26 Feb 1996 17:59:26 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA08334 Mon, 26 Feb 1996 17:59:16 -0800 (PST) Date: Mon, 26 Feb 1996 17:59:16 -0800 (PST) From: Paul Traina Message-Id: <199602270159.RAA08334@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/db - Imported sources Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk pst 96/02/26 17:59:16 src/lib/libc/db - Imported sources Update of /home/ncvs/src/lib/libc/db In directory freefall.freebsd.org:/a/pst/db.1.85 Revision/Branch: 1.1.1 Log Message: Import updated Berkeley DB into CSRG branch Status: Vendor Tag: CSRG Release Tags: v1_85 U src/lib/libc/db/Makefile.inc U src/lib/libc/db/btree/Makefile.inc C src/lib/libc/db/btree/bt_close.c U src/lib/libc/db/btree/bt_conv.c U src/lib/libc/db/btree/bt_debug.c U src/lib/libc/db/btree/bt_delete.c U src/lib/libc/db/btree/btree.h U src/lib/libc/db/btree/bt_get.c C src/lib/libc/db/btree/bt_open.c U src/lib/libc/db/btree/bt_overflow.c U src/lib/libc/db/btree/bt_page.c U src/lib/libc/db/btree/bt_put.c U src/lib/libc/db/btree/bt_search.c U src/lib/libc/db/btree/bt_seq.c U src/lib/libc/db/btree/bt_split.c U src/lib/libc/db/btree/bt_utils.c U src/lib/libc/db/btree/extern.h C src/lib/libc/db/hash/hash.c U src/lib/libc/db/hash/Makefile.inc C src/lib/libc/db/hash/hash.h C src/lib/libc/db/hash/ndbm.c U src/lib/libc/db/hash/extern.h U src/lib/libc/db/hash/README U src/lib/libc/db/hash/hash_bigkey.c U src/lib/libc/db/hash/hash_buf.c U src/lib/libc/db/hash/hash_log2.c U src/lib/libc/db/hash/hash_func.c C src/lib/libc/db/hash/hash_page.c U src/lib/libc/db/hash/page.h U src/lib/libc/db/hash/hsearch.c U src/lib/libc/db/hash/search.h U src/lib/libc/db/recno/extern.h U src/lib/libc/db/recno/rec_close.c U src/lib/libc/db/recno/rec_delete.c U src/lib/libc/db/recno/rec_get.c U src/lib/libc/db/recno/rec_open.c C src/lib/libc/db/recno/rec_put.c C src/lib/libc/db/recno/rec_search.c C src/lib/libc/db/recno/rec_seq.c U src/lib/libc/db/recno/rec_utils.c U src/lib/libc/db/recno/Makefile.inc U src/lib/libc/db/recno/recno.h U src/lib/libc/db/man/btree.3 U src/lib/libc/db/man/mpool.3 U src/lib/libc/db/man/hash.3 U src/lib/libc/db/man/recno.3 U src/lib/libc/db/man/Makefile.inc U src/lib/libc/db/man/dbopen.3 C src/lib/libc/db/mpool/mpool.c U src/lib/libc/db/mpool/README U src/lib/libc/db/mpool/Makefile.inc N src/lib/libc/db/mpool/mpool.libtp U src/lib/libc/db/db/db.c U src/lib/libc/db/db/Makefile.inc U src/lib/libc/db/test/README C src/lib/libc/db/test/dbtest.c U src/lib/libc/db/test/Makefile U src/lib/libc/db/test/run.test U src/lib/libc/db/test/hash.tests/driver2.c U src/lib/libc/db/test/hash.tests/tcreat3.c U src/lib/libc/db/test/hash.tests/tdel.c U src/lib/libc/db/test/hash.tests/thash4.c U src/lib/libc/db/test/hash.tests/tread2.c U src/lib/libc/db/test/hash.tests/tseq.c U src/lib/libc/db/test/hash.tests/tverify.c U src/lib/libc/db/test/hash.tests/testit U src/lib/libc/db/test/hash.tests/makedb.sh U src/lib/libc/db/test/btree.tests/main.c N src/lib/libc/db/docs/hash.usenix.ps N src/lib/libc/db/docs/libtp.usenix.ps 11 conflicts created by this import. Use the following command to help the merge: cvs checkout -jCSRG:yesterday -jCSRG src/lib/libc/db From owner-cvs-lib Tue Feb 27 07:01:45 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA24043 for cvs-lib-outgoing; Tue, 27 Feb 1996 07:01:45 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id HAA24033 Tue, 27 Feb 1996 07:01:32 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id BAA03186; Wed, 28 Feb 1996 01:53:38 +1100 Date: Wed, 28 Feb 1996 01:53:38 +1100 From: Bruce Evans Message-Id: <199602271453.BAA03186@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, pst@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/db - Imported sources Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk > src/lib/libc/db - Imported sources > Update of /home/ncvs/src/lib/libc/db > In directory freefall.freebsd.org:/a/pst/db.1.85 > > Revision/Branch: 1.1.1 > > Log Message: > Import updated Berkeley DB into CSRG branch This breaks everything that hasn't moved off the CSRG branch. E.g., the current btree.h changed and it is now inconsistent with the current bt_close.c which didn't change. Bruce From owner-cvs-lib Tue Feb 27 08:31:48 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA01457 for cvs-lib-outgoing; Tue, 27 Feb 1996 08:31:48 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA01444 Tue, 27 Feb 1996 08:31:39 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.4/8.7.3) with SMTP id AAA20908; Wed, 28 Feb 1996 00:31:30 +0800 (WST) Message-Id: <199602271631.AAA20908@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, pst@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/db - Imported sources In-reply-to: Your message of "Wed, 28 Feb 1996 01:53:38 +1100." <199602271453.BAA03186@godzilla.zeta.org.au> Date: Wed, 28 Feb 1996 00:31:29 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk >> src/lib/libc/db - Imported sources >> Update of /home/ncvs/src/lib/libc/db >> In directory freefall.freebsd.org:/a/pst/db.1.85 >> >> Revision/Branch: 1.1.1 >> >> Log Message: >> Import updated Berkeley DB into CSRG branch > >This breaks everything that hasn't moved off the CSRG branch. >E.g., the current btree.h changed and it is now inconsistent with >the current bt_close.c which didn't change. > >Bruce The include/db.h and include/mpool.h update was botched too. I'm a few minutes away from finishing a 'make world' after attempting to repair it. I'll commit it in a moment. Just a reminder for everybody out there.. Importing stuff has potentially serious consequences if you are not aware of what is going to happen. If a file was imported back when the 4.4Lite tree was built and NEVER touched, it is "still on the vendor branch". Ie: it is checked out with revision 1.1.1.1 or 1.1.1.2 etc. If you import a new version into the tree, the vendor branch is updated, and all the files that are still connected to it spontaniously updated. However, If a file has left the vendor branch and started on the mainline, doing an import only updates the vendor branch. You have to go to each and every changed file and manually merge the changes onto the mainline. What Paul has done is import new code onto the vendor branch. 90% of the db files were still on the vendor branch, and 10% had been modified (whitespace, fixes, and thread-safe updates). Those 10% of the files were still at the db.1.73 level, while the unmodified 90% were now at db.1.85 level. The internal interfaces have changed significantly, preventing a compile. The entire kernel is off the vendor branch, so imports there are harmless. However, 90% of the user-mode code is still at 4.4Lite vendor level. This is why we cannot "trivially" import lite-2. It would take a week to get the tree to compile again and probably longer to fix the mysterious problems. And what Paul did in the include directory is *definately* off limits. Committing onto the vendor branch directly will cause me to dust off the baseball bat that I inherited from Rod Grimes, and start aiming for people's kneecaps. The "only" way to get stuff on the vendor branch is with 'cvs import'. Fair warning to all... (Nothing personal against Paul here.. I'm merely stating the position I intend to take) Cheers, -Peter From owner-cvs-lib Tue Feb 27 10:15:42 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09509 for cvs-lib-outgoing; Tue, 27 Feb 1996 10:15:42 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA09427 Tue, 27 Feb 1996 10:14:11 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.4/8.7.3) with SMTP id KAA00922; Tue, 27 Feb 1996 10:12:44 -0800 (PST) Message-Id: <199602271812.KAA00922@precipice.shockwave.com> X-Mailer: exmh version 1.6.5 12/11/95 To: Peter Wemm cc: Bruce Evans , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/db - Imported sources In-reply-to: Your message of "Wed, 28 Feb 1996 00:31:29 +0800." <199602271631.AAA20908@jhome.DIALix.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 27 Feb 1996 10:12:44 -0800 From: Paul Traina Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk Aw shit! Damnit, give me the dunce cap, I'll go home and sulk now. I'm sorry Peter. I explicitly imported into the CSRG branch so I wouldn't screw things up. I've got the other version all ready to go (with conflicts fixed), but I wanted to verify binary compatibility with existing db files before doing the final commit. Let me catch up on my e-mail and you can tell me what I need to do (or undo). From owner-cvs-lib Tue Feb 27 11:42:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17150 for cvs-lib-outgoing; Tue, 27 Feb 1996 11:42:10 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA17131 Tue, 27 Feb 1996 11:42:02 -0800 (PST) Date: Tue, 27 Feb 1996 11:42:02 -0800 (PST) From: Paul Traina Message-Id: <199602271942.LAA17131@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/db README changelog VERSION src/lib/libc/db/doc hash.usenix.ps libtp.usenix.ps src/lib/libc/db/mpool mpool.c src/lib/libc/db/recno rec_put.c rec_search.c rec_seq.c src/lib/libc/db/test dbtest.c src/lib/libc/db/btree bt_close.c bt_open.c bt_stack.c src/lib/libc/db/hash hash.c hash.h hash_page.c ndbm.c Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk pst 96/02/27 11:42:01 Modified: lib/libc/db/btree bt_close.c bt_open.c lib/libc/db/hash hash.c hash.h hash_page.c ndbm.c lib/libc/db/mpool mpool.c lib/libc/db/recno rec_put.c rec_search.c rec_seq.c lib/libc/db/test dbtest.c Added: lib/libc/db README changelog Removed: lib/libc/db VERSION lib/libc/db/btree bt_stack.c lib/libc/db/doc hash.usenix.ps libtp.usenix.ps Log: Fix conflicts and merge into mainline Revision Changes Path 1.3 +29 -51 src/lib/libc/db/btree/bt_close.c 1.3 +40 -36 src/lib/libc/db/btree/bt_open.c 1.5 +28 -28 src/lib/libc/db/hash/hash.c 1.4 +67 -58 src/lib/libc/db/hash/hash.h 1.3 +85 -85 src/lib/libc/db/hash/hash_page.c 1.3 +3 -3 src/lib/libc/db/hash/ndbm.c 1.3 +182 -253 src/lib/libc/db/mpool/mpool.c 1.3 +42 -15 src/lib/libc/db/recno/rec_put.c 1.3 +3 -4 src/lib/libc/db/recno/rec_search.c 1.3 +12 -12 src/lib/libc/db/recno/rec_seq.c 1.3 +150 -63 src/lib/libc/db/test/dbtest.c From owner-cvs-lib Tue Feb 27 15:34:20 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21401 for cvs-lib-outgoing; Tue, 27 Feb 1996 15:34:20 -0800 (PST) Received: from jolt.eng.umd.edu (jolt.eng.umd.edu [129.2.102.5]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA21387 Tue, 27 Feb 1996 15:34:18 -0800 (PST) Received: from thurston.eng.umd.edu (thurston.eng.umd.edu [129.2.98.206]) by jolt.eng.umd.edu (8.7.3/8.7) with ESMTP id SAA08175; Tue, 27 Feb 1996 18:33:47 -0500 (EST) Received: (from chuckr@localhost) by thurston.eng.umd.edu (8.7.4/8.7) id SAA13905; Tue, 27 Feb 1996 18:33:46 -0500 (EST) Date: Tue, 27 Feb 1996 18:33:44 -0500 (EST) From: Chuck Robey X-Sender: chuckr@thurston.eng.umd.edu To: Peter Wemm cc: Bruce Evans , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, pst@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/db - Imported sources In-Reply-To: <199602271631.AAA20908@jhome.DIALix.COM> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk On Wed, 28 Feb 1996, Peter Wemm wrote: > >> src/lib/libc/db - Imported sources > >> Update of /home/ncvs/src/lib/libc/db > >> In directory freefall.freebsd.org:/a/pst/db.1.85 > >> > >> Revision/Branch: 1.1.1 > >> > >> Log Message: > >> Import updated Berkeley DB into CSRG branch > > > >This breaks everything that hasn't moved off the CSRG branch. > >E.g., the current btree.h changed and it is now inconsistent with > >the current bt_close.c which didn't change. > > > >Bruce > > The include/db.h and include/mpool.h update was botched too. I'm a few > minutes away from finishing a 'make world' after attempting to repair it. I'll > commit it in a moment. > > Just a reminder for everybody out there.. Importing stuff has potentially > serious consequences if you are not aware of what is going to happen. Peter, I'm learning here. You are clear about vendor branch, does that mean if the old db code is in the main libc, and it wasn't changed, that changing the CSRG libc code will change the code for -current's libc? I'm concerned because I know the db is used for passwords, and that the old db code (I'm pretty sure) makes db files that aren't compatible with db.1.85's files. I don't want to do a make world, log out, and find I'm shut out of my machine. > > If a file was imported back when the 4.4Lite tree was built and NEVER touched, > it is "still on the vendor branch". Ie: it is checked out with revision > 1.1.1.1 or 1.1.1.2 etc. If you import a new version into the tree, the vendor > branch is updated, and all the files that are still connected to it > spontaniously updated. > > However, If a file has left the vendor branch and started on the mainline, > doing an import only updates the vendor branch. You have to go to each and > every changed file and manually merge the changes onto the mainline. > > What Paul has done is import new code onto the vendor branch. 90% of the db > files were still on the vendor branch, and 10% had been modified (whitespace, > fixes, and thread-safe updates). Those 10% of the files were still at the > db.1.73 level, while the unmodified 90% were now at db.1.85 level. > > The internal interfaces have changed significantly, preventing a compile. > > The entire kernel is off the vendor branch, so imports there are harmless. > However, 90% of the user-mode code is still at 4.4Lite vendor level. This is > why we cannot "trivially" import lite-2. It would take a week to get the tree > to compile again and probably longer to fix the mysterious problems. > > And what Paul did in the include directory is *definately* off limits. > Committing onto the vendor branch directly will cause me to dust off the > baseball bat that I inherited from Rod Grimes, and start aiming for people's > kneecaps. The "only" way to get stuff on the vendor branch is with 'cvs > import'. Fair warning to all... > > (Nothing personal against Paul here.. I'm merely stating the position I intend > to take) > > Cheers, > -Peter > ----------------------------+----------------------------------------------- Chuck Robey | Interests include any kind of voice or data chuckr@eng.umd.edu | communications topic, C programming, and Unix. 9120 Edmonston Ct #302 | Greenbelt, MD 20770 | I run Journey2 and n3lxx, both FreeBSD (301) 220-2114 | version 2.2 current -- and great FUN! ----------------------------+----------------------------------------------- From owner-cvs-lib Tue Feb 27 16:22:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA26768 for cvs-lib-outgoing; Tue, 27 Feb 1996 16:22:32 -0800 (PST) Received: from insecurity.shockwave.com (insecurity.shockwave.com [171.69.60.233]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA26763 Tue, 27 Feb 1996 16:22:28 -0800 (PST) Received: from quemadura.shockwave.com (quemadura.shockwave.com [171.69.108.35]) by insecurity.shockwave.com (8.6.12/8.6.12) with SMTP id QAA09883; Tue, 27 Feb 1996 16:23:33 -0800 Message-Id: <2.2.32.19960228001952.00699914@weychopee.shockwave.com> X-Sender: pst@weychopee.shockwave.com X-Mailer: Windows Eudora Pro Version 2.2 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 27 Feb 1996 16:19:52 -0800 To: Chuck Robey From: Paul Traina Subject: Re: cvs commit: src/lib/libc/db - Imported sources Cc: Peter Wemm , Bruce Evans , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, pst@freefall.freebsd.org Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk Chuck. the .db files are the same, I spent all last night confirming that, which is why I delayed the conflict commit until this morning. Paul From owner-cvs-lib Wed Feb 28 04:00:16 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA04316 for cvs-lib-outgoing; Wed, 28 Feb 1996 04:00:16 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04186 Wed, 28 Feb 1996 03:59:53 -0800 (PST) Date: Wed, 28 Feb 1996 03:59:53 -0800 (PST) From: Wolfram Schneider Message-Id: <199602281159.DAA04186@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdtime tzfile.5 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk wosch 96/02/28 03:59:53 Modified: lib/libc/stdtime tzfile.5 Log: Convert "time zone" to "timezone" in section NAME Submitted by: brien@cs.ucdavis.edu (David E. O'Brien) Revision Changes Path 1.3 +1 -1 src/lib/libc/stdtime/tzfile.5 From owner-cvs-lib Sat Mar 2 09:34:38 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA00680 for cvs-lib-outgoing; Sat, 2 Mar 1996 09:34:38 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA00662 Sat, 2 Mar 1996 09:34:30 -0800 (PST) Date: Sat, 2 Mar 1996 09:34:30 -0800 (PST) From: Peter Wemm Message-Id: <199603021734.JAA00662@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys madvise.2 mincore.2 mprotect.2 msync.2 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/03/02 09:34:30 Modified: lib/libc/sys madvise.2 mincore.2 mprotect.2 msync.2 Log: Document the int -> size_t change to the m* syscalls Revision Changes Path 1.4 +1 -1 src/lib/libc/sys/madvise.2 1.3 +1 -1 src/lib/libc/sys/mincore.2 1.3 +1 -1 src/lib/libc/sys/mprotect.2 1.4 +1 -1 src/lib/libc/sys/msync.2 From owner-cvs-lib Sat Mar 2 11:56:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13615 for cvs-lib-outgoing; Sat, 2 Mar 1996 11:56:23 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13597 Sat, 2 Mar 1996 11:56:18 -0800 (PST) Date: Sat, 2 Mar 1996 11:56:18 -0800 (PST) From: Peter Wemm Message-Id: <199603021956.LAA13597@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen syslog.c Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/03/02 11:56:17 Modified: lib/libc/gen syslog.c Log: If the send() to the AF_UNIX socket to the syslogd fails, attempt to reconnect once using the saved openlog() parameters. This helps one of the system startup race conditions. If syslogd takes too long to get going, some daemons can fail the connection and forever log to the console even though the syslogd is running. That is ..unfortunate.. Revision Changes Path 1.8 +56 -18 src/lib/libc/gen/syslog.c From owner-cvs-lib Sat Mar 2 12:24:22 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15380 for cvs-lib-outgoing; Sat, 2 Mar 1996 12:24:22 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA15358 Sat, 2 Mar 1996 12:24:15 -0800 (PST) Date: Sat, 2 Mar 1996 12:24:15 -0800 (PST) From: Peter Wemm Message-Id: <199603022024.MAA15358@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys sigaltstack.2 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk peter 96/03/02 12:24:14 Modified: lib/libc/sys sigaltstack.2 Log: Update the docs after the rename of SA_DISABLE and SA_ONSTACK when used for ss_flags to SS_DISABLE and SS_ONSTACK. SA_ONSTACK is still used in struct sigaction. Nowhere in our entire source tree could I find a single place these were used. Revision Changes Path 1.2 +3 -3 src/lib/libc/sys/sigaltstack.2