From owner-cvs-lib Sun Dec 22 02:27:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA26620 for cvs-lib-outgoing; Sun, 22 Dec 1996 02:27:30 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA26612; Sun, 22 Dec 1996 02:27:28 -0800 (PST) Date: Sun, 22 Dec 1996 02:27:28 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199612221027.CAA26612@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libmd md5c.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/12/22 02:27:27 Modified: lib/libmd md5c.c Log: Make this compile in the kernel too, major cosmetic cleanup. Revision Changes Path 1.6 +271 -254 src/lib/libmd/md5c.c From owner-cvs-lib Sun Dec 22 02:32:20 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA27056 for cvs-lib-outgoing; Sun, 22 Dec 1996 02:32:20 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id CAA27049; Sun, 22 Dec 1996 02:32:19 -0800 (PST) Date: Sun, 22 Dec 1996 02:32:19 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199612221032.CAA27049@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libmd md5.h Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/12/22 02:32:18 Modified: lib/libmd md5.h Log: Just pick up the real thing from Revision Changes Path 1.6 +1 -39 src/lib/libmd/md5.h From owner-cvs-lib Sun Dec 22 05:33:14 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA02585 for cvs-lib-outgoing; Sun, 22 Dec 1996 05:33:14 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA02578; Sun, 22 Dec 1996 05:33:12 -0800 (PST) Date: Sun, 22 Dec 1996 05:33:12 -0800 (PST) From: David Nugent Message-Id: <199612221333.FAA02578@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libskey Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 96/12/22 05:33:12 Modified: lib/libskey Makefile Log: Incorporate new manpage for libskey. Revision Changes Path 1.8 +1 -0 src/lib/libskey/Makefile From owner-cvs-lib Sun Dec 22 05:33:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA02635 for cvs-lib-outgoing; Sun, 22 Dec 1996 05:33:58 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA02628; Sun, 22 Dec 1996 05:33:56 -0800 (PST) Date: Sun, 22 Dec 1996 05:33:56 -0800 (PST) From: David Nugent Message-Id: <199612221333.FAA02628@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libskey skey.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidn 96/12/22 05:33:56 Added: lib/libskey skey.3 Log: Manpage for public functions in libskey. From owner-cvs-lib Sun Dec 22 06:24:53 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA04437 for cvs-lib-outgoing; Sun, 22 Dec 1996 06:24:53 -0800 (PST) Received: (from mckay@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id GAA04425; Sun, 22 Dec 1996 06:24:52 -0800 (PST) Date: Sun, 22 Dec 1996 06:24:52 -0800 (PST) From: Stephen McKay Message-Id: <199612221424.GAA04425@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libncurses lib_bkgd.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mckay 96/12/22 06:24:51 Modified: lib/libncurses lib_bkgd.c Log: The fix for PR#bin/722 made it into 2.1.5 and 2.1.6, but not into -current. Without it, the last row and last column don't get their background updated. I think this should be in 2.2. Submitted by: Paul Koch (again) Passing observation: The fixes that pst put in on 1996/09/22 then backed out look like they should be put in again. If sysinstall is depending on bugs, then it should be fixed. Revision Changes Path 1.7 +2 -2 src/lib/libncurses/lib_bkgd.c From owner-cvs-lib Sun Dec 22 07:36:12 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07458 for cvs-lib-outgoing; Sun, 22 Dec 1996 07:36:12 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07451; Sun, 22 Dec 1996 07:36:10 -0800 (PST) Date: Sun, 22 Dec 1996 07:36:10 -0800 (PST) From: Joerg Wunsch Message-Id: <199612221536.HAA07451@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdtime localtime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/22 07:36:10 Branch: lib/libc/stdtime RELENG_2_2 Modified: lib/libc/stdtime localtime.c Log: Part 2 of backing out the botched localtime merge from -current. Revision Changes Path 1.10.2.2 +8 -8 src/lib/libc/stdtime/localtime.c From owner-cvs-lib Sun Dec 22 07:39:22 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07683 for cvs-lib-outgoing; Sun, 22 Dec 1996 07:39:22 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA07676; Sun, 22 Dec 1996 07:39:21 -0800 (PST) Date: Sun, 22 Dec 1996 07:39:21 -0800 (PST) From: Joerg Wunsch Message-Id: <199612221539.HAA07676@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen siginterrupt.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/22 07:39:21 Branch: lib/libc/gen RELENG_2_2 Modified: lib/libc/gen siginterrupt.3 Log: YAMFC (rev 1.2) Revision Changes Path 1.1.1.1.8.1 +4 -2 src/lib/libc/gen/siginterrupt.3 From owner-cvs-lib Sun Dec 22 07:46:49 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA08014 for cvs-lib-outgoing; Sun, 22 Dec 1996 07:46:49 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA08007; Sun, 22 Dec 1996 07:46:48 -0800 (PST) Date: Sun, 22 Dec 1996 07:46:48 -0800 (PST) From: Joerg Wunsch Message-Id: <199612221546.HAA08007@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale setrunelocale.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/22 07:46:47 Branch: lib/libc/locale RELENG_2_2 Modified: lib/libc/locale setrunelocale.c Log: Back out the change from rev 1.3.2.2: the overflow is already handled elsewhere. Revision Changes Path 1.3.2.3 +4 -2 src/lib/libc/locale/setrunelocale.c From owner-cvs-lib Sun Dec 22 07:48:09 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA08108 for cvs-lib-outgoing; Sun, 22 Dec 1996 07:48:09 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id HAA08101; Sun, 22 Dec 1996 07:48:08 -0800 (PST) Date: Sun, 22 Dec 1996 07:48:08 -0800 (PST) From: Joerg Wunsch Message-Id: <199612221548.HAA08101@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale setrunelocale.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/12/22 07:48:07 Modified: lib/libc/locale setrunelocale.c Log: Back out rev 1.5: the overflow condition is already handled elsewhere. Revision Changes Path 1.6 +4 -2 src/lib/libc/locale/setrunelocale.c From owner-cvs-lib Sun Dec 22 10:04:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA14458 for cvs-lib-outgoing; Sun, 22 Dec 1996 10:04:27 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA14449; Sun, 22 Dec 1996 10:04:26 -0800 (PST) Date: Sun, 22 Dec 1996 10:04:26 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612221804.KAA14449@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libncurses lib_bkgd.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/22 10:04:25 Branch: lib/libncurses RELENG_2_2 Modified: lib/libncurses lib_bkgd.c Log: Merge revision 1.7 from -current. Revision Changes Path 1.6.2.1 +2 -2 src/lib/libncurses/lib_bkgd.c From owner-cvs-lib Sun Dec 22 14:05:46 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21532 for cvs-lib-outgoing; Sun, 22 Dec 1996 14:05:46 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id OAA21525; Sun, 22 Dec 1996 14:05:44 -0800 (PST) Date: Sun, 22 Dec 1996 14:05:44 -0800 (PST) From: Bill Paul Message-Id: <199612222205.OAA21525@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/22 14:05:44 Modified: lib/libc/net gethostbydns.c Log: Add __dns_getanswer() hook to allow access to the gethostanswer() functions from outside libc. (Needed for async DNS resolver in ypserv.) Revision Changes Path 1.13 +11 -1 src/lib/libc/net/gethostbydns.c From owner-cvs-lib Sun Dec 22 15:05:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA24711 for cvs-lib-outgoing; Sun, 22 Dec 1996 15:05:58 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA24655; Sun, 22 Dec 1996 15:05:41 -0800 (PST) Date: Sun, 22 Dec 1996 15:05:41 -0800 (PST) From: Mike Pritchard Message-Id: <199612222305.PAA24655@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-gnu, cvs-sbin, cvs-usrsbin, cvs-libexec Subject: cvs commit: src/libexec/getty gettytab.5 src/lib/libc/sys flock.2 src/gnu/usr.bin/man/makewhatis makewhatis.1 src/libexec/rlogind rlogind.8 src/share/man/man4/man4.i386 pcvt.4 src/lib/libc/gen alarm.3 initgroups.3 src/lib/libc/net Makefile.inc src/sbin/mount_std Makefile mount_std.8 mount_devfs.8 mount_fdesc.8 mount_kernfs.8 mount_procfs.8 src/usr.sbin/moused Makefile src/share/man/man4 bpf.4 ipfirewall.4 src/share/man/man5 Makefile procfs.5 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/22 15:05:41 Branch: libexec/getty RELENG_2_2 lib/libc/gen RELENG_2_2 lib/libc/net RELENG_2_2 lib/libc/sys RELENG_2_2 gnu/usr.bin/man/makewhatis RELENG_2_2 sbin/mount_std RELENG_2_2 usr.sbin/moused RELENG_2_2 libexec/rlogind RELENG_2_2 share/man/man4 RELENG_2_2 share/man/man4/man4.i386 RELENG_2_2 share/man/man5 RELENG_2_2 Modified: libexec/getty gettytab.5 lib/libc/gen alarm.3 initgroups.3 lib/libc/net Makefile.inc lib/libc/sys flock.2 gnu/usr.bin/man/makewhatis makewhatis.1 sbin/mount_std Makefile mount_std.8 usr.sbin/moused Makefile libexec/rlogind rlogind.8 share/man/man4 bpf.4 ipfirewall.4 share/man/man4/man4.i386 pcvt.4 share/man/man5 Makefile procfs.5 Removed: sbin/mount_std mount_devfs.8 mount_fdesc.8 mount_kernfs.8 mount_procfs.8 Log: YAMFC: - Correct various man page xrefs - Fix some spelling errors - Add misssing documentation bits in some man pages - mount_std.8 now documents mount_{devfs,fdesc,kernfs,procfs} - New man pages for moused(8), devfs(5), fdesc(5), kernfs(5), procfs(5) were tagged onto the 2.2 branch. Revision Changes Path 1.7.2.2 +5 -5 src/libexec/getty/gettytab.5 1.4.2.1 +1 -1 src/lib/libc/gen/alarm.3 1.2.2.1 +1 -1 src/lib/libc/gen/initgroups.3 1.20.2.1 +2 -1 src/lib/libc/net/Makefile.inc 1.3.2.1 +4 -0 src/lib/libc/sys/flock.2 1.6.2.2 +3 -3 src/gnu/usr.bin/man/makewhatis/makewhatis.1 1.1.2.1 +3 -1 src/sbin/mount_std/Makefile 1.3.2.1 +41 -8 src/sbin/mount_std/mount_std.8 1.2.2.1 +1 -1 src/usr.sbin/moused/Makefile 1.4.2.1 +15 -1 src/libexec/rlogind/rlogind.8 1.5.2.1 +3 -1 src/share/man/man4/bpf.4 1.6.2.1 +1 -1 src/share/man/man4/ipfirewall.4 1.3.2.1 +4 -3 src/share/man/man4/man4.i386/pcvt.4 1.15.2.1 +3 -2 src/share/man/man5/Makefile 1.2.8.2 +166 -19 src/share/man/man5/procfs.5 From owner-cvs-lib Sun Dec 22 15:14:06 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA25084 for cvs-lib-outgoing; Sun, 22 Dec 1996 15:14:06 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA25070; Sun, 22 Dec 1996 15:14:02 -0800 (PST) Date: Sun, 22 Dec 1996 15:14:02 -0800 (PST) From: Mike Pritchard Message-Id: <199612222314.PAA25070@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libskey skey.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/22 15:14:00 Modified: lib/libskey skey.3 Log: Fix a spelling error. Revision Changes Path 1.2 +3 -3 src/lib/libskey/skey.3 From owner-cvs-lib Sun Dec 22 15:18:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA25435 for cvs-lib-outgoing; Sun, 22 Dec 1996 15:18:52 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA25428; Sun, 22 Dec 1996 15:18:51 -0800 (PST) Date: Sun, 22 Dec 1996 15:18:51 -0800 (PST) From: Mike Pritchard Message-Id: <199612222318.PAA25428@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libskey Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/22 15:18:51 Modified: lib/libskey Makefile Log: Add the appropriate MLINKS for the new skey.3 man page. Revision Changes Path 1.9 +3 -0 src/lib/libskey/Makefile From owner-cvs-lib Sun Dec 22 15:22:00 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA25768 for cvs-lib-outgoing; Sun, 22 Dec 1996 15:22:00 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA25761; Sun, 22 Dec 1996 15:21:59 -0800 (PST) Date: Sun, 22 Dec 1996 15:21:59 -0800 (PST) From: Mike Pritchard Message-Id: <199612222321.PAA25761@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libskey Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/22 15:21:59 Branch: lib/libskey RELENG_2_2 Modified: lib/libskey Makefile Log: YAMC: Add the appropriate MLINKS for the new skey.3 man page, and skey.3 was tagged onto the 2.2 branch. Revision Changes Path 1.7.2.1 +4 -0 src/lib/libskey/Makefile From owner-cvs-lib Sun Dec 22 21:07:42 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16484 for cvs-lib-outgoing; Sun, 22 Dec 1996 21:07:42 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16477; Sun, 22 Dec 1996 21:07:39 -0800 (PST) Date: Sun, 22 Dec 1996 21:07:39 -0800 (PST) From: Peter Wemm Message-Id: <199612230507.VAA16477@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-user, cvs-lib Subject: cvs commit: src/lib Makefile src/lib/compat/compat21 Makefile libc.so.2.2.gz.uu src/lib/compat Makefile Makefile.inc src/lib/compat/compat1x Makefile libc.so.1.1.gz.uu libcurses.so.1.1.gz.uu libf2c.so.1.1.gz.uu libg++.so.1.1.gz.uu libgcc.so.1.1.gz.uu libgnumalloc.so.1.1.gz.uu libgnuregex.so.1.1.gz.uu libln.so.1.1.gz.uu libm.so.1.1.gz.uu libmalloc.so.1.1.gz.uu libreadline.so.1.1.gz.uu libresolv.so.1.1.gz.uu librpcsvc.so.1.1.gz.uu libskey.so.1.1.gz.uu libtelnet.so.1.1.gz.uu libtermcap.so.1.1.gz.uu libutil.so.1.1.gz.uu liby.so.1.1.gz.uu src/lib/compat/compat20 Makefile libdialog.so.2.0.gz.uu libforms.so.2.0.gz.uu libg++.so.2.0.gz.uu libgcc.so.261.0.gz.uu libncurses.so.2.0.gz.uu libreadline.so.2.0.gz.uu Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/22 21:07:39 Modified: lib Makefile Added: lib/compat Makefile Makefile.inc lib/compat/compat1x Makefile libc.so.1.1.gz.uu libcurses.so.1.1.gz.uu libf2c.so.1.1.gz.uu libg++.so.1.1.gz.uu libgcc.so.1.1.gz.uu libgnumalloc.so.1.1.gz.uu libgnuregex.so.1.1.gz.uu libln.so.1.1.gz.uu libm.so.1.1.gz.uu libmalloc.so.1.1.gz.uu libreadline.so.1.1.gz.uu libresolv.so.1.1.gz.uu librpcsvc.so.1.1.gz.uu libskey.so.1.1.gz.uu libtelnet.so.1.1.gz.uu libtermcap.so.1.1.gz.uu libutil.so.1.1.gz.uu liby.so.1.1.gz.uu lib/compat/compat20 Makefile libdialog.so.2.0.gz.uu libforms.so.2.0.gz.uu libg++.so.2.0.gz.uu libgcc.so.261.0.gz.uu libncurses.so.2.0.gz.uu libreadline.so.2.0.gz.uu lib/compat/compat21 Makefile libc.so.2.2.gz.uu Log: In the spirit of Christmas, I give ye a gift! - A major 11th hour, last second, untested commit! Build some infrastructure to clean up the compat lib distributions, and also allow them to be installed from the source tree rather than having to to and get the tarballs from freefall or a CD. Some tweaks to /etc/make.conf are in the pipeline to enable it. This came about because it became apparent that we'd have to change the compat21.tgz tarball to fix the NIS problem with 2.1.x binaries. Since it's tar..gz.uu, doing this would have caused a huge repository change and we may as well try and fix it once and for all. Now, adding/removing libraries should have MUCH less repository impact. Peril sensative sunglasses: on! Flame proof suit: on! Concept reviewed by a stream of ascii representing the opinion of: jkh Changes casually reviewed by: jkh (but not actually tested) Revision Changes Path 1.50 +2 -0 src/lib/Makefile From owner-cvs-lib Mon Dec 23 13:47:30 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA24802 for cvs-lib-outgoing; Mon, 23 Dec 1996 13:47:30 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA24793; Mon, 23 Dec 1996 13:47:29 -0800 (PST) Date: Mon, 23 Dec 1996 13:47:29 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612232147.NAA24793@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/compat/compat20 Makefile src/lib/compat/compat1x Makefile src/lib/compat/compat21 Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/23 13:47:29 Modified: lib/compat/compat1x Makefile lib/compat/compat20 Makefile lib/compat/compat21 Makefile Log: BINMODE != BINOWN - I was wondering why the output files were owned by uid 555. :-) Revision Changes Path 1.2 +2 -2 src/lib/compat/compat1x/Makefile 1.2 +2 -2 src/lib/compat/compat20/Makefile 1.2 +2 -2 src/lib/compat/compat21/Makefile From owner-cvs-lib Mon Dec 23 13:48:02 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA24908 for cvs-lib-outgoing; Mon, 23 Dec 1996 13:48:02 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA24883; Mon, 23 Dec 1996 13:48:00 -0800 (PST) Date: Mon, 23 Dec 1996 13:48:00 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199612232148.NAA24883@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/compat/compat20 Makefile src/lib/compat/compat1x Makefile src/lib/compat/compat21 Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/12/23 13:48:00 Branch: lib/compat/compat1x RELENG_2_2 lib/compat/compat20 RELENG_2_2 lib/compat/compat21 RELENG_2_2 Modified: lib/compat/compat1x Makefile lib/compat/compat20 Makefile lib/compat/compat21 Makefile Log: YAMFC Revision Changes Path 1.1.2.1 +2 -2 src/lib/compat/compat1x/Makefile 1.1.2.1 +2 -2 src/lib/compat/compat20/Makefile 1.1.2.1 +2 -2 src/lib/compat/compat21/Makefile From owner-cvs-lib Mon Dec 23 15:10:05 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA28109 for cvs-lib-outgoing; Mon, 23 Dec 1996 15:10:05 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA28055; Mon, 23 Dec 1996 15:09:57 -0800 (PST) Date: Mon, 23 Dec 1996 15:09:57 -0800 (PST) From: Wolfram Schneider Message-Id: <199612232309.PAA28055@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-usrbin, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/lib/libc/net inet.3 ns.3 src/lib/libc/sys mincore.2 readlink.2 vfork.2 src/lib/libm/common_source atan2.3 src/lib/msun/man atan2.3 src/sbin/dumplfs dumplfs.8 src/sbin/mount_std mount_std.8 src/usr.bin/login login.1 src/usr.bin/w w.1 src/usr.sbin/kernbb kernbb.8 src/usr.sbin/quot quot.8 src/lib/libc/stdlib calloc.3 memory.3 src/usr.sbin/pcvt/keycap/man5 keycap.5 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/12/23 15:09:56 Modified: lib/libc/net inet.3 ns.3 lib/libc/stdlib calloc.3 memory.3 lib/libc/sys mincore.2 readlink.2 vfork.2 lib/libm/common_source atan2.3 lib/msun/man atan2.3 sbin/dumplfs dumplfs.8 sbin/mount_std mount_std.8 usr.bin/login login.1 usr.bin/w w.1 usr.sbin/kernbb kernbb.8 usr.sbin/pcvt/keycap/man5 keycap.5 usr.sbin/quot quot.8 Log: comma typos Revision Changes Path 1.3 +2 -2 src/lib/libc/net/inet.3 1.2 +2 -1 src/lib/libc/net/ns.3 1.2 +3 -2 src/lib/libc/stdlib/calloc.3 1.2 +3 -2 src/lib/libc/stdlib/memory.3 1.5 +4 -3 src/lib/libc/sys/mincore.2 1.3 +4 -3 src/lib/libc/sys/readlink.2 1.5 +3 -2 src/lib/libc/sys/vfork.2 1.2 +3 -2 src/lib/libm/common_source/atan2.3 1.3 +3 -3 src/lib/msun/man/atan2.3 1.2 +3 -2 src/sbin/dumplfs/dumplfs.8 1.5 +6 -6 src/sbin/mount_std/mount_std.8 1.5 +3 -2 src/usr.bin/login/login.1 1.3 +2 -1 src/usr.bin/w/w.1 1.2 +2 -1 src/usr.sbin/kernbb/kernbb.8 1.3 +2 -5 src/usr.sbin/pcvt/keycap/man5/keycap.5 1.4 +2 -2 src/usr.sbin/quot/quot.8 From owner-cvs-lib Mon Dec 23 18:10:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04533 for cvs-lib-outgoing; Mon, 23 Dec 1996 18:10:27 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA04526; Mon, 23 Dec 1996 18:10:26 -0800 (PST) Date: Mon, 23 Dec 1996 18:10:26 -0800 (PST) From: Bill Paul Message-Id: <199612240210.SAA04526@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbydns.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/23 18:10:25 Modified: lib/libc/net gethostbydns.c Log: Make the __dns_getanswer() wrapper work right. For the newer versions of BIND, we need to tweak some things to that gethostanswer() knows whether or not we're dealing with an IPv4 or IPv6 address. (This'll teach me to use a 2.1.0 system for NIS development -- but it's so nice and stable I just can't being myself to upgrade it. :) Revision Changes Path 1.14 +14 -1 src/lib/libc/net/gethostbydns.c From owner-cvs-lib Tue Dec 24 09:01:51 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA26194 for cvs-lib-outgoing; Tue, 24 Dec 1996 09:01:51 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA26187; Tue, 24 Dec 1996 09:01:50 -0800 (PST) Date: Tue, 24 Dec 1996 09:01:50 -0800 (PST) From: Bill Paul Message-Id: <199612241701.JAA26187@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbynis.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/24 09:01:50 Modified: lib/libc/net gethostbynis.c Log: Another one-liner: remember to NUL terminate local copy of NIS host lookup results. Without this, doing multiple host/addr lookups in a single process yeilds strange results (the buffer is static, and garbage may be left behind from previous lookups). I just noticed this in 2.2-BETA. Unless somebody threatens to chop my hands off with an axe, I'm going to move this to the 2.2-RELENG branch shortly. Revision Changes Path 1.5 +3 -2 src/lib/libc/net/gethostbynis.c From owner-cvs-lib Tue Dec 24 09:15:19 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA26579 for cvs-lib-outgoing; Tue, 24 Dec 1996 09:15:19 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA26571; Tue, 24 Dec 1996 09:15:18 -0800 (PST) Date: Tue, 24 Dec 1996 09:15:18 -0800 (PST) From: Bill Paul Message-Id: <199612241715.JAA26571@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net gethostbynis.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/24 09:15:17 Modified: lib/libc/net gethostbynis.c Log: Merge from current: remember to NUL terminate local result buffer. Revision Changes Path 1.4.2.1 +3 -2 src/lib/libc/net/gethostbynis.c From owner-cvs-lib Tue Dec 24 13:21:44 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA05066 for cvs-lib-outgoing; Tue, 24 Dec 1996 13: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.8.4/8.8.4) with SMTP id NAA05001; Tue, 24 Dec 1996 13:21:17 -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 WAA01806; Tue, 24 Dec 1996 22:21:15 +0100 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id WAA09714; Tue, 24 Dec 1996 22:21:14 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.4/8.6.9) id WAA13276; Tue, 24 Dec 1996 22:19:02 +0100 (MET) From: J Wunsch Message-Id: <199612242119.WAA13276@uriah.heep.sax.de> Subject: Re: cvs commit: src/lib/libc/net gethostbynis.c To: wpaul@freefall.freebsd.org (Bill Paul) Date: Tue, 24 Dec 1996 22:19:02 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199612241715.JAA26571@freefall.freebsd.org> from Bill Paul at "Dec 24, 96 09:15:18 am" 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-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bill Paul wrote: > wpaul 96/12/24 09:15:17 > > Modified: lib/libc/net gethostbynis.c > Log: > Merge from current: remember to NUL terminate local result buffer. > > Revision Changes Path > 1.4.2.1 +3 -2 src/lib/libc/net/gethostbynis.c Ooops, it's a branch revision, but the usual ``Branch:'' label is missing. -- 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-lib Wed Dec 25 13:51:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA23483 for cvs-lib-outgoing; Wed, 25 Dec 1996 13:51:27 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA23474; Wed, 25 Dec 1996 13:51:26 -0800 (PST) Date: Wed, 25 Dec 1996 13:51:26 -0800 (PST) From: Wolfram Schneider Message-Id: <199612252151.NAA23474@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getgrent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/12/25 13:51:26 Modified: lib/libc/gen getgrent.c Log: Use dynamic allocated buffers instead static buffers. No member or line length limit anymore - now 500 members or 5000 members are possible. For security group lines longer than 256K will be count as an error. 256K should be enough for 65536 users. Support comments (lines that begin with a #) if compiled with option -DGROUP_IGNORE_COMMENTS. Fortunately it seems that all system utilities which use getgrent() functions are dynamically linked executables. So you need only rebuild libc.so.3.0 if you want this change. Note: if you have an old X server which depend on libc.so.2.* you should rebuild libc.so.2.* too. Not a 2.2 candidate. Revision Changes Path 1.14 +91 -19 src/lib/libc/gen/getgrent.c From owner-cvs-lib Thu Dec 26 19:39:05 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA27433 for cvs-lib-outgoing; Thu, 26 Dec 1996 19:39:05 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA27424; Thu, 26 Dec 1996 19:39:04 -0800 (PST) Date: Thu, 26 Dec 1996 19:39:04 -0800 (PST) From: Alex Nash Message-Id: <199612270339.TAA27424@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen sysconf.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/12/26 19:39:04 Modified: lib/libc/gen sysconf.3 Log: Make a note in the standards section that sysconf isn't completely POSIX conforming. Revision Changes Path 1.6 +3 -2 src/lib/libc/gen/sysconf.3 From owner-cvs-lib Fri Dec 27 10:21:12 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA01938 for cvs-lib-outgoing; Fri, 27 Dec 1996 10:21:12 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA01928; Fri, 27 Dec 1996 10:21:09 -0800 (PST) Date: Fri, 27 Dec 1996 10:21:09 -0800 (PST) From: Bill Paul Message-Id: <199612271821.KAA01928@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/net ether_addr.c gethostbydns.c gethostbynis.c getnetbynis.c getservent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/27 10:21:09 Modified: lib/libc/net ether_addr.c gethostbydns.c gethostbynis.c getnetbynis.c getservent.c Log: Small yet significant tweaks/cleanups: - getservent: o put _yp_check() proto under #ifdef YP where it belongs o local YP buffers should be YPMAXRECORD + 2 bytes long and should be NUL terminated after copying - gethostbynis: o local YP buffer should be YPMAXRECORD + 2 bytes long - getnetbynis: o local YP buffer should be YPMAXRECORD + 2 bytes long and should be NUL terminated after copying - ether_addr: o local YP buffers should be YPMAXRECORD + 2 bytes long and should be NUL terminated after copying (in this case it's BUFSIZ + 2 bytes, but it happens that BUFSIZ == YPMAXRECORD. - gethostbydns: o nuke stray 'return(NULL)' in __dns_getanswer() (harmless but looks silly) These are 2.2 candidates. I will wait a few days to make sure these don't break anything and then, if there are no objections, move them to the 2.2 branch. Revision Changes Path 1.7 +6 -4 src/lib/libc/net/ether_addr.c 1.15 +1 -2 src/lib/libc/net/gethostbydns.c 1.6 +3 -3 src/lib/libc/net/gethostbynis.c 1.8 +4 -3 src/lib/libc/net/getnetbynis.c 1.7 +3 -3 src/lib/libc/net/getservent.c From owner-cvs-lib Fri Dec 27 11:28:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA04321 for cvs-lib-outgoing; Fri, 27 Dec 1996 11:28:52 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA04314; Fri, 27 Dec 1996 11:28:50 -0800 (PST) Date: Fri, 27 Dec 1996 11:28:50 -0800 (PST) From: Bill Paul Message-Id: <199612271928.LAA04314@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen getpwent.c getgrent.c getnetgrent.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/12/27 11:28:49 Modified: lib/libc/gen getpwent.c getgrent.c getnetgrent.c Log: Small yet significant tweaks/cleanups: - getpwent: o adjunctbuf should be NUL terminated after copying o _pw_breakout_yp() needs to know the length of the buffer returned from YP so it can properly NUL terminate its local buffer. - getgrent: o YP buffers should be YPMAXRECORD + 2 bytes long and NUL terminated. (Previously they were hardcoded to 1024 bytes.) - getnetgrent: o YP data should be copied with snprintf(), not sprintf() These are 2.2 candidates. I will wait a few days to make sure these don't break anything and then, if there are no objections, move them to the 2.2 branch. Revision Changes Path 1.37 +7 -5 src/lib/libc/gen/getpwent.c 1.15 +5 -3 src/lib/libc/gen/getgrent.c 1.19 +2 -2 src/lib/libc/gen/getnetgrent.c From owner-cvs-lib Fri Dec 27 21:04:27 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA27713 for cvs-lib-outgoing; Fri, 27 Dec 1996 21:04:27 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA27706; Fri, 27 Dec 1996 21:04:26 -0800 (PST) Date: Fri, 27 Dec 1996 21:04:26 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199612280504.VAA27706@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/locale collate.c setrunelocale.c src/lib/libc/stdtime strftime.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/12/27 21:04:25 Modified: lib/libc/locale collate.c setrunelocale.c lib/libc/stdtime strftime.c Log: Add comment that range checking is already done at upper level Kill snprintf left in collate.c from previous backout Should go in 2.2 Revision Changes Path 1.11 +6 -3 src/lib/libc/locale/collate.c 1.7 +1 -0 src/lib/libc/locale/setrunelocale.c 1.13 +2 -1 src/lib/libc/stdtime/strftime.c From owner-cvs-lib Sat Dec 28 09:10:56 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA17620 for cvs-lib-outgoing; Sat, 28 Dec 1996 09:10:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA17612; Sat, 28 Dec 1996 09:10:54 -0800 (PST) Date: Sat, 28 Dec 1996 09:10:54 -0800 (PST) From: Peter Wemm Message-Id: <199612281710.JAA17612@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/csu/i386 crt0.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/28 09:10:53 Modified: lib/csu/i386 crt0.c Log: When linking with no rtld support, provide stub dl*() functions that just return errors. This removes the need for awful hacks like that in our build of libtcl which would get link errors when linked static. John Polstra once mentioned that this was on his "todo" list. Note that one can use: cc -Wl,-Bstatic -o foo foo.o and get an executable that has it's libraries statically linked, but has a fully functional runtime linker so the executable can call dlopen() and have it work. (I've tested this) Revision Changes Path 1.26 +43 -1 src/lib/csu/i386/crt0.c From owner-cvs-lib Sat Dec 28 09:15:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA17799 for cvs-lib-outgoing; Sat, 28 Dec 1996 09:15:16 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA17790; Sat, 28 Dec 1996 09:15:13 -0800 (PST) Date: Sat, 28 Dec 1996 09:15:13 -0800 (PST) From: Peter Wemm Message-Id: <199612281715.JAA17790@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libtcl tclLoad.c tclLoadDl2.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/28 09:15:12 Removed: lib/libtcl tclLoad.c tclLoadDl2.c Log: Remove these.. umm.. "interesting".. hacks now that they are not needed. From owner-cvs-lib Sat Dec 28 09:42:52 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA18614 for cvs-lib-outgoing; Sat, 28 Dec 1996 09:42:52 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id JAA18605; Sat, 28 Dec 1996 09:42:49 -0800 (PST) Date: Sat, 28 Dec 1996 09:42:49 -0800 (PST) From: Peter Wemm Message-Id: <199612281742.JAA18605@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/compat/compat20 Makefile src/lib/compat Makefile.inc src/lib/compat/compat1x Makefile src/lib/compat/compat21 Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/28 09:42:49 Modified: lib/compat Makefile.inc lib/compat/compat1x Makefile lib/compat/compat20 Makefile lib/compat/compat21 Makefile Log: Fix some more problems: - the .gz files are no longer used as intermediate files, it's in a pipe now. (gunzip normally deleted them anyway, but this should not hurt) - I accidently left a -p arg to install from testing. Bruce says it should be ${COPY} instead, but almost everything else in the tree uses plain -c anyway. - Use "LINKS=" or two identical files are installed sepeately instead of as links (doh!) - Use "LIB..." instead of "BIN..." for install permissions. Note that we still use bsd.prog.mk, not bsd.lib.mk because bsd.lib.mk has problems (it can't install a library unless it compiles it). - Define LIBCOMPATDIR in Makefile.inc instead of using BINDIR. Mostly submitted by: bde Revision Changes Path 1.2 +2 -2 src/lib/compat/Makefile.inc 1.3 +10 -11 src/lib/compat/compat1x/Makefile 1.3 +6 -6 src/lib/compat/compat20/Makefile 1.3 +6 -6 src/lib/compat/compat21/Makefile From owner-cvs-lib Sat Dec 28 15:47:42 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA02392 for cvs-lib-outgoing; Sat, 28 Dec 1996 15:47:42 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id PAA02382; Sat, 28 Dec 1996 15:47:39 -0800 (PST) Date: Sat, 28 Dec 1996 15:47:39 -0800 (PST) From: Mike Pritchard Message-Id: <199612282347.PAA02382@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen sysconf.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 96/12/28 15:47:39 Branch: lib/libc/gen RELENG_2_2 Modified: lib/libc/gen sysconf.3 Log: YAMFC: From rev 1.6: Note that sysconf isn't completely POSIX conforming. Revision Changes Path 1.5.2.1 +3 -2 src/lib/libc/gen/sysconf.3 From owner-cvs-lib Sat Dec 28 18:38:54 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA09418 for cvs-lib-outgoing; Sat, 28 Dec 1996 18:38:54 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA09408; Sat, 28 Dec 1996 18:38:52 -0800 (PST) Date: Sat, 28 Dec 1996 18:38:52 -0800 (PST) From: Alex Nash Message-Id: <199612290238.SAA09408@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/12/28 18:38:51 Modified: lib/libc/stdlib malloc.c Log: _thread_kern_sig_unblock takes an integer, not a reference. Submitted by: John Birrell Revision Changes Path 1.19 +2 -2 src/lib/libc/stdlib/malloc.c From owner-cvs-lib Sat Dec 28 18:51:58 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA10141 for cvs-lib-outgoing; Sat, 28 Dec 1996 18:51:58 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA10132; Sat, 28 Dec 1996 18:51:56 -0800 (PST) Date: Sat, 28 Dec 1996 18:51:56 -0800 (PST) From: Alex Nash Message-Id: <199612290251.SAA10132@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc_r/uthread Makefile.inc Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/12/28 18:51:56 Modified: lib/libc_r/uthread Makefile.inc Log: Added uthread_attr_destroy.c to SRCS. Submitted by: John Birrell Revision Changes Path 1.5 +2 -1 src/lib/libc_r/uthread/Makefile.inc From owner-cvs-lib Sat Dec 28 19:04:12 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA10592 for cvs-lib-outgoing; Sat, 28 Dec 1996 19:04:12 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id TAA10583; Sat, 28 Dec 1996 19:04:10 -0800 (PST) Date: Sat, 28 Dec 1996 19:04:10 -0800 (PST) From: Alex Nash Message-Id: <199612290304.TAA10583@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc_r/sys Makefile.inc src/lib/libc_r/yp Makefile.inc Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/12/28 19:04:09 Modified: lib/libc_r/sys Makefile.inc lib/libc_r/yp Makefile.inc Log: Sync with libc. Submitted by: John Birrell Revision Changes Path 1.6 +1 -1 src/lib/libc_r/sys/Makefile.inc 1.2 +11 -2 src/lib/libc_r/yp/Makefile.inc