From owner-cvs-lib Thu Jul 18 11:05:21 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06088 for cvs-lib-outgoing; Thu, 18 Jul 1996 11:05:21 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA06061; Thu, 18 Jul 1996 11:05:11 -0700 (PDT) Date: Thu, 18 Jul 1996 11:05:11 -0700 (PDT) From: Garrett Wollman Message-Id: <199607181805.LAA06061@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdtime - Imported sources Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/07/18 11:05:10 src/lib/libc/stdtime - Imported sources Update of /home/ncvs/src/lib/libc/stdtime In directory freefall.freebsd.org:/a/wollman/tzcode/stdtime Revision/Branch: 1.1.1 Log Message: Import the 96h release of ADO's timezone code. This release is primarily bugfixes, but is also contains a disclaimer of copyright. As we are completely off the vendor branch here, this import has no effect on the source tree. Status: Vendor Tag: ADO Release Tags: tzcode96h C src/lib/libc/stdtime/asctime.c C src/lib/libc/stdtime/difftime.c C src/lib/libc/stdtime/localtime.c C src/lib/libc/stdtime/private.h C src/lib/libc/stdtime/strftime.c C src/lib/libc/stdtime/tzfile.h 6 conflicts created by this import. Use the following command to help the merge: cvs checkout -jADO:yesterday -jADO src/lib/libc/stdtime From owner-cvs-lib Thu Jul 18 11:53:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA09006 for cvs-lib-outgoing; Thu, 18 Jul 1996 11:53:23 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA08992; Thu, 18 Jul 1996 11:53:17 -0700 (PDT) Date: Thu, 18 Jul 1996 11:53:17 -0700 (PDT) From: Garrett Wollman Message-Id: <199607181853.LAA08992@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdtime asctime.c difftime.c localtime.c private.h strftime.c tzfile.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/07/18 11:53:17 Modified: lib/libc/stdtime asctime.c difftime.c localtime.c private.h strftime.c tzfile.h Log: Merge the recently-imported tzcode96h distribution (libc portion). The part that does zic(8)/zdump(8) is still yet to be imported (but the old zic and zdump will work just fine with these header files and the data format has not changed). Revision Changes Path 1.4 +5 -1 src/lib/libc/stdtime/asctime.c 1.4 +8 -7 src/lib/libc/stdtime/difftime.c 1.8 +59 -56 src/lib/libc/stdtime/localtime.c 1.6 +62 -46 src/lib/libc/stdtime/private.h 1.10 +111 -79 src/lib/libc/stdtime/strftime.c 1.6 +9 -4 src/lib/libc/stdtime/tzfile.h From owner-cvs-lib Fri Jul 19 06:07:55 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25057 for cvs-lib-outgoing; Fri, 19 Jul 1996 06:07:55 -0700 (PDT) Received: (from adam@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA25033; Fri, 19 Jul 1996 06:07:44 -0700 (PDT) Date: Fri, 19 Jul 1996 06:07:44 -0700 (PDT) From: Adam David Message-Id: <199607191307.GAA25033@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen alarm.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk adam 96/07/19 06:07:44 Modified: lib/libc/gen alarm.3 Log: the previous text was absurd, and wrong Revision Changes Path 1.2 +2 -2 src/lib/libc/gen/alarm.3 From owner-cvs-lib Fri Jul 19 08:18:01 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01694 for cvs-lib-outgoing; Fri, 19 Jul 1996 08:18:01 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA01678; Fri, 19 Jul 1996 08:17:47 -0700 (PDT) Date: Fri, 19 Jul 1996 08:17:47 -0700 (PDT) From: Garrett Wollman Message-Id: <199607191517.IAA01678@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdtime strftime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/07/19 08:17:46 Modified: lib/libc/stdtime strftime.c Log: Revert to old version of strftime.c; the new one doesn't work right. Revision Changes Path 1.11 +78 -110 src/lib/libc/stdtime/strftime.c From owner-cvs-lib Fri Jul 19 15:19:18 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23070 for cvs-lib-outgoing; Fri, 19 Jul 1996 15:19:18 -0700 (PDT) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23048; Fri, 19 Jul 1996 15:19:10 -0700 (PDT) Date: Fri, 19 Jul 1996 15:19:10 -0700 (PDT) From: Mike Pritchard Message-Id: <199607192219.PAA23048@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen alarm.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/07/19 15:19:09 Modified: lib/libc/gen alarm.3 Log: The previous change to alarm.3 to improve the wording was still somewhat confusing and poorly worded. So I took the alarm.3 man page from NetBSD, which looked much better all around. Obtained from: NetBSD Revision Changes Path 1.3 +24 -19 src/lib/libc/gen/alarm.3 From owner-cvs-lib Fri Jul 19 21:37:41 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA13179 for cvs-lib-outgoing; Fri, 19 Jul 1996 21:37:41 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA13154; Fri, 19 Jul 1996 21:37:28 -0700 (PDT) Date: Fri, 19 Jul 1996 21:37:28 -0700 (PDT) From: John Dyson Message-Id: <199607200437.VAA13154@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys madvise.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/07/19 21:37:28 Modified: lib/libc/sys madvise.2 Log: Document madvise(2) as it is in FreeBSD. Revision Changes Path 1.5 +40 -11 src/lib/libc/sys/madvise.2 From owner-cvs-lib Sat Jul 20 19:23:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA03132 for cvs-lib-outgoing; Sat, 20 Jul 1996 19:23:32 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA03091; Sat, 20 Jul 1996 19:23:16 -0700 (PDT) Date: Sat, 20 Jul 1996 19:23:16 -0700 (PDT) From: Paul Traina Message-Id: <199607210223.TAA03091@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/db/hash hsearch.c ndbm.c src/lib/libc/db/man recno.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/07/20 19:23:15 Modified: lib/libc/db/hash hsearch.c ndbm.c lib/libc/db/man recno.3 Log: Bring in fixes to db 1.85 from NetBSD. These fixes have been documented as being sent back to Bostic by the NetBSD crew. Obtained from: NetBSD-current Revision Changes Path 1.2 +3 -3 src/lib/libc/db/hash/hsearch.c 1.4 +36 -15 src/lib/libc/db/hash/ndbm.c 1.2 +24 -4 src/lib/libc/db/man/recno.3