From owner-cvs-lib Sun Sep 22 20:55:17 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA18426 for cvs-lib-outgoing; Sun, 22 Sep 1996 20:55:17 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA18284; Sun, 22 Sep 1996 20:54:59 -0700 (PDT) Date: Sun, 22 Sep 1996 20:54:59 -0700 (PDT) From: Alex Nash Message-Id: <199609230354.UAA18284@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/gen usleep.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/09/22 20:54:58 Modified: lib/libc/gen usleep.c Log: Fix typo from previous commit (tsvsec --> tv_sec). Revision Changes Path 1.5 +1 -1 src/lib/libc/gen/usleep.c From owner-cvs-lib Sun Sep 22 21:38:49 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA07184 for cvs-lib-outgoing; Sun, 22 Sep 1996 21:38:49 -0700 (PDT) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA06414; Sun, 22 Sep 1996 21:36:43 -0700 (PDT) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id WAA01197; Sun, 22 Sep 1996 22:36:22 -0600 (MDT) Date: Sun, 22 Sep 1996 22:36:22 -0600 (MDT) Message-Id: <199609230436.WAA01197@rocky.mt.sri.com> From: Nate Williams To: Alex Nash Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/gen usleep.c In-Reply-To: <199609230354.UAA18284@freefall.freebsd.org> References: <199609230354.UAA18284@freefall.freebsd.org> Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Alex Nash writes: > alex 96/09/22 20:54:58 > > Modified: lib/libc/gen usleep.c > Log: > Fix typo from previous commit (tsvsec --> tv_sec). Thanks Alex! Nate From owner-cvs-lib Mon Sep 23 12:28:26 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA03725 for cvs-lib-outgoing; Mon, 23 Sep 1996 12:28:26 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA02944; Mon, 23 Sep 1996 12:26:45 -0700 (PDT) Date: Mon, 23 Sep 1996 12:26:45 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609231926.MAA02944@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib malloc.3 malloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/23 12:26:43 Modified: lib/libc/stdlib malloc.3 malloc.c Log: phkmalloc/3 Various neat features added. More documentation in the manpage. If your machine has very little RAM, I guess that would be < 16M these days :-(, you may want to try this: ln -fs 'H<' /etc/malloc.conf check the manpage. Revision Changes Path 1.6 +110 -7 src/lib/libc/stdlib/malloc.3 1.13 +232 -189 src/lib/libc/stdlib/malloc.c From owner-cvs-lib Mon Sep 23 15:26:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07681 for cvs-lib-outgoing; Mon, 23 Sep 1996 15:26:32 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA07314; Mon, 23 Sep 1996 15:24:45 -0700 (PDT) Date: Mon, 23 Sep 1996 15:24:45 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609232224.PAA07314@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-share, cvs-usrbin, cvs-gnu, cvs-libexec, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/gnu/usr.bin/ld/rtld rtld.1 src/lib/libc/string strdup.3 string.3 src/libexec/xtend xtend.8 src/sbin/swapon swapon.8 src/share/man/man1 intro.1 src/share/man/man4/man4.i386 asc.4 fdc.4 nca.4 sea.4 uha.4 src/usr.bin/basename basename.1 src/usr.bin/fetch fetch.1 src/usr.bin/ruptime ruptime.1 src/usr.sbin/pccard/pccardd pccardd.8 src/usr.sbin/sendmail/mailstats mailstats.8 src/lib/libc/stdlib abs.3 src/lib/libc/sys ptrace.2 rename.2 stat.2 unlink.2 src/lib/libc_r/man pthread_getspecific.3 src/sbin/i386/nextboot nextboot.8 src/share/man/man4 ch.4 scsi.4 su.4 uk.4 src/share/man/man5 dir.5 src/usr.sbin/xten xten.1 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/23 15:24:42 Modified: gnu/usr.bin/ld/rtld rtld.1 lib/libc/stdlib abs.3 lib/libc/string strdup.3 string.3 lib/libc/sys ptrace.2 rename.2 stat.2 unlink.2 lib/libc_r/man pthread_getspecific.3 libexec/xtend xtend.8 sbin/i386/nextboot nextboot.8 sbin/swapon swapon.8 share/man/man1 intro.1 share/man/man4 ch.4 scsi.4 su.4 uk.4 share/man/man4/man4.i386 asc.4 fdc.4 nca.4 sea.4 uha.4 share/man/man5 dir.5 usr.bin/basename basename.1 usr.bin/fetch fetch.1 usr.bin/ruptime ruptime.1 usr.sbin/pccard/pccardd pccardd.8 usr.sbin/sendmail/mailstats mailstats.8 usr.sbin/xten xten.1 Log: add missing comma(s) in .Xr macros Revision Changes Path 1.4 +3 -3 src/gnu/usr.bin/ld/rtld/rtld.1 1.2 +4 -3 src/lib/libc/stdlib/abs.3 1.3 +2 -1 src/lib/libc/string/strdup.3 1.2 +2 -1 src/lib/libc/string/string.3 1.5 +4 -4 src/lib/libc/sys/ptrace.2 1.2 +2 -1 src/lib/libc/sys/rename.2 1.6 +2 -2 src/lib/libc/sys/stat.2 1.4 +2 -1 src/lib/libc/sys/unlink.2 1.2 +3 -1 src/lib/libc_r/man/pthread_getspecific.3 1.4 +2 -2 src/libexec/xtend/xtend.8 1.3 +3 -2 src/sbin/i386/nextboot/nextboot.8 1.4 +3 -2 src/sbin/swapon/swapon.8 1.4 +7 -6 src/share/man/man1/intro.1 1.4 +3 -2 src/share/man/man4/ch.4 1.5 +10 -9 src/share/man/man4/scsi.4 1.4 +5 -4 src/share/man/man4/su.4 1.5 +6 -5 src/share/man/man4/uk.4 1.4 +3 -1 src/share/man/man4/man4.i386/asc.4 1.4 +3 -2 src/share/man/man4/man4.i386/fdc.4 1.2 +5 -3 src/share/man/man4/man4.i386/nca.4 1.3 +5 -3 src/share/man/man4/man4.i386/sea.4 1.5 +4 -4 src/share/man/man4/man4.i386/uha.4 1.4 +2 -1 src/share/man/man5/dir.5 1.2 +2 -1 src/usr.bin/basename/basename.1 1.9 +2 -2 src/usr.bin/fetch/fetch.1 1.2 +2 -1 src/usr.bin/ruptime/ruptime.1 1.4 +3 -1 src/usr.sbin/pccard/pccardd/pccardd.8 1.2 +2 -1 src/usr.sbin/sendmail/mailstats/mailstats.8 1.2 +3 -1 src/usr.sbin/xten/xten.1 From owner-cvs-lib Tue Sep 24 01:11:48 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12165 for cvs-lib-outgoing; Tue, 24 Sep 1996 01:11:48 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11056; Tue, 24 Sep 1996 01:08:24 -0700 (PDT) Date: Tue, 24 Sep 1996 01:08:24 -0700 (PDT) From: Bruce Evans Message-Id: <199609240808.BAA11056@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-sys, cvs-usrbin, cvs-gnu, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c src/usr.bin/rdist defs.h docmd.c expand.c server.c src/usr.bin/rwho rwho.c src/usr.sbin/amd/amd info_union.c src/gnu/lib/libdialog dir.c src/sbin/badsect badsect.c src/sbin/startslip uucplock.c src/usr.sbin/rarpd rarpd.c src/usr.sbin/sup/lib expand.c scan.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/24 01:08:18 Modified: games/fortune/fortune fortune.c gnu/lib/libdialog dir.c lib/libss help.c sbin/badsect badsect.c sbin/startslip uucplock.c sys/i386/boot/biosboot sys.c usr.bin/msgs msgs.c usr.bin/rdist defs.h docmd.c expand.c server.c usr.bin/rwho rwho.c usr.sbin/amd/amd info_union.c usr.sbin/rarpd rarpd.c usr.sbin/sup/lib expand.c scan.c Log: Eliminated includes of the "temporary" backwards compatibility header in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. Revision Changes Path 1.5 +2 -6 src/games/fortune/fortune/fortune.c 1.3 +4 -4 src/gnu/lib/libdialog/dir.c 1.4 +1 -3 src/lib/libss/help.c 1.4 +2 -2 src/sbin/badsect/badsect.c 1.7 +1 -1 src/sbin/startslip/uucplock.c 1.16 +7 -7 src/sys/i386/boot/biosboot/sys.c 1.8 +2 -2 src/usr.bin/msgs/msgs.c 1.4 +1 -1 src/usr.bin/rdist/defs.h 1.6 +2 -2 src/usr.bin/rdist/docmd.c 1.4 +1 -1 src/usr.bin/rdist/expand.c 1.5 +3 -3 src/usr.bin/rdist/server.c 1.7 +2 -2 src/usr.bin/rwho/rwho.c 1.2 +4 -2 src/usr.sbin/amd/amd/info_union.c 1.7 +7 -3 src/usr.sbin/rarpd/rarpd.c 1.2 +2 -2 src/usr.sbin/sup/lib/expand.c 1.4 +5 -2 src/usr.sbin/sup/lib/scan.c From owner-cvs-lib Tue Sep 24 02:43:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA11368 for cvs-lib-outgoing; Tue, 24 Sep 1996 02:43:32 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA10257; Tue, 24 Sep 1996 02:40:35 -0700 (PDT) Received: by sovcom.kiae.su id AB04818 (5.65.kiae-1 ); Tue, 24 Sep 1996 12:15:27 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 24 Sep 96 12:15:26 +0300 Received: (from ache@localhost) by nagual.ru (8.7.6/8.7.3) id NAA00481; Tue, 24 Sep 1996 13:12:30 +0400 (MSD) Message-Id: <199609240912.NAA00481@nagual.ru> Subject: Re: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s In-Reply-To: <199609240808.BAA11056@freefall.freebsd.org> from "Bruce Evans" at "Sep 24, 96 01:08:24 am" To: bde@freefall.freebsd.org (Bruce Evans) Date: Tue, 24 Sep 1996 13:12:30 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-games@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL26 (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 > Log: > Eliminated includes of the "temporary" backwards compatibility header > in applications. Maintained existing (inadequate) ifdefs > for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any > new ones. What do you think about adding some #warning in like for case? -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-lib Tue Sep 24 10:01:11 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29846 for cvs-lib-outgoing; Tue, 24 Sep 1996 10:01:11 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA26476; Tue, 24 Sep 1996 09:53:53 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id CAA07060; Wed, 25 Sep 1996 02:48:34 +1000 Date: Wed, 25 Sep 1996 02:48:34 +1000 From: Bruce Evans Message-Id: <199609241648.CAA07060@godzilla.zeta.org.au> To: ache@nagual.ru, bde@freefall.freebsd.org Subject: Re: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-games@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >What do you think about adding some #warning in like >for case? Already done, but not committed. What about removing DIRSIZ() completely? This would leave as just defining `direct' as `dirent'. DIRSIZ() is mainly used for building `struct dirent's and wasn't used in /usr/src except in the kernel. I sent mail to freebsd-fs about related cruft in the kernel, but got no reply. cd9660 and devfs use DIRSIZ() from . ufs uses its own DIRSIZ() which is really for the on-disk entries but happens to work for readdir() on all supported systems (I think it would fail if 64-bit alignment is required). ext2fs uses too much ufs directory stuff, but not DIRSIZ(). nfs uses ufs's DIRBLKSIZ, which is different from the application DIRBLKSIZ defined in . attempts to include , but actually includes because of the crufty -I$S/sys in the kernel makefiles. Bruce From owner-cvs-lib Wed Sep 25 01:31:37 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA20224 for cvs-lib-outgoing; Wed, 25 Sep 1996 01:31:37 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA19800; Wed, 25 Sep 1996 01:30:56 -0700 (PDT) Date: Wed, 25 Sep 1996 01:30:56 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609250830.BAA19800@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 phk 96/09/25 01:30:53 Modified: lib/libc/stdlib malloc.c Log: A number of minor bogons and portability things from jdp. Submitted by: jdp Revision Changes Path 1.14 +37 -28 src/lib/libc/stdlib/malloc.c From owner-cvs-lib Wed Sep 25 09:31:12 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA21056 for cvs-lib-outgoing; Wed, 25 Sep 1996 09:31:12 -0700 (PDT) Received: (from sos@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA20206; Wed, 25 Sep 1996 09:29:22 -0700 (PDT) Date: Wed, 25 Sep 1996 09:29:22 -0700 (PDT) From: Soren Schmidt Message-Id: <199609251629.JAA20206@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 sos 96/09/25 09:29:20 Modified: lib/libc/stdlib malloc.c Log: Fix a typo. Reviewed by: phk Revision Changes Path 1.15 +2 -2 src/lib/libc/stdlib/malloc.c From owner-cvs-lib Wed Sep 25 18:09:57 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03372 for cvs-lib-outgoing; Wed, 25 Sep 1996 18:09:57 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03020; Wed, 25 Sep 1996 18:09:15 -0700 (PDT) Date: Wed, 25 Sep 1996 18:09:15 -0700 (PDT) From: Paul Traina Message-Id: <199609260109.SAA03020@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libncurses lib_addch.c lib_bkgd.c lib_clrbot.c lib_clreol.c lib_doupdate.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/25 18:09:11 Modified: lib/libncurses lib_addch.c lib_bkgd.c lib_clrbot.c lib_clreol.c lib_doupdate.c Log: Back out my recent compilation clean-up changes, sysinstall is now weird. Revision Changes Path 1.6 +1 -1 src/lib/libncurses/lib_addch.c 1.6 +1 -1 src/lib/libncurses/lib_bkgd.c 1.3 +1 -1 src/lib/libncurses/lib_clrbot.c 1.3 +1 -1 src/lib/libncurses/lib_clreol.c 1.11 +1 -1 src/lib/libncurses/lib_doupdate.c From owner-cvs-lib Thu Sep 26 07:23:16 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA09153 for cvs-lib-outgoing; Thu, 26 Sep 1996 07:23:16 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA08895; Thu, 26 Sep 1996 07:22:43 -0700 (PDT) Date: Thu, 26 Sep 1996 07:22:43 -0700 (PDT) From: Peter Wemm Message-Id: <199609261422.HAA08895@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libfakegnumalloc Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/26 07:22:39 Modified: lib/libfakegnumalloc Makefile Log: Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Was Before", hopefully it won't cause as much hassle. This now entirely confines it's activities to /usr/lib/compat/lib{fake,}gnumalloc.so.2.0 Revision Changes Path 1.6 +2 -3 src/lib/libfakegnumalloc/Makefile From owner-cvs-lib Thu Sep 26 19:45:21 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA26936 for cvs-lib-outgoing; Thu, 26 Sep 1996 19:45:21 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca16-06.ix.netcom.com [204.32.168.134]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA26023; Thu, 26 Sep 1996 19:43:14 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.6/8.6.9) id TAA18544; Thu, 26 Sep 1996 19:42:55 -0700 (PDT) Date: Thu, 26 Sep 1996 19:42:55 -0700 (PDT) Message-Id: <199609270242.TAA18544@silvia.HIP.Berkeley.EDU> To: peter@freebsd.org CC: CVS-committers@freebsd.org, cvs-all@freebsd.org, cvs-lib@freebsd.org In-reply-to: <199609261422.HAA08895@freefall.freebsd.org> (peter) Subject: Re: cvs commit: src/lib/libfakegnumalloc Makefile From: asami@freebsd.org (Satoshi Asami) Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * Remove the nuke of /usr/lib/libgnumalloc*, this is closer to "How It Was I thougt we agreed that this was the right thing to do. If ANY version of libgnumalloc.so.* exists in /usr/lib, it will be picked up by the linker. Most of the complaints came from people who didn't notice the commit message urging them to update rc. * Before", hopefully it won't cause as much hassle. This now entirely * confines it's activities to /usr/lib/compat/lib{fake,}gnumalloc.so.2.0 Besides, the new rm is redundant: === + rm -f libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} && \ ln -fs libfakegnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} \ libgnumalloc.so.${SHLIB_MAJOR}.${SHLIB_MINOR} ) === (Note the "f" in ln's flags.) Satoshi From owner-cvs-lib Thu Sep 26 23:59:52 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA00725 for cvs-lib-outgoing; Thu, 26 Sep 1996 23:59:52 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA29472; Thu, 26 Sep 1996 23:58:11 -0700 (PDT) Date: Thu, 26 Sep 1996 23:58:11 -0700 (PDT) From: Peter Wemm Message-Id: <199609270658.XAA29472@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libgnumalloc Makefile cfree.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/26 23:58:10 Modified: lib/libgnumalloc Makefile cfree.c Log: Repository copy libfakegnumalloc to libgnumalloc and remove the symlink stuff and detection for the "gnumalloc" port which doesn't exist and nobody has cared enough about for the past 6 months or so to implement. As has been pointed out to me (quite a few times) in email, the people that had been bitten by the changes had failed to follow the instructions about updating /etc/rc. Bruce also pointed out that after my last commit, it was no longer removing /usr/lib/libgnumalloc.so.2.0 as it should have been. Hopefully this (and the comments in the Makefile) should defuse the problem a bit. Revision Changes Path 1.7 +14 -11 src/lib/libgnumalloc/Makefile 1.3 +3 -8 src/lib/libgnumalloc/cfree.c From owner-cvs-lib Fri Sep 27 00:04:02 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA03717 for cvs-lib-outgoing; Fri, 27 Sep 1996 00:04:02 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA02622; Fri, 27 Sep 1996 00:02:23 -0700 (PDT) Date: Fri, 27 Sep 1996 00:02:23 -0700 (PDT) From: Peter Wemm Message-Id: <199609270702.AAA02622@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libresolv Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/27 00:02:23 Modified: lib/libresolv Makefile Log: Attempt to clean some bogons. I've had so much email with comments, complaints and suggestions about this over the last few days that I cannot remember who has said what anymore. :-( There is also a comment here about the intent of the process and another explicit pointer to the etc/etc/rc change to that has been ignored by quite a few people it seems. Revision Changes Path 1.6 +15 -2 src/lib/libresolv/Makefile From owner-cvs-lib Fri Sep 27 00:22:56 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA17106 for cvs-lib-outgoing; Fri, 27 Sep 1996 00:22:56 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA15911; Fri, 27 Sep 1996 00:21:14 -0700 (PDT) Date: Fri, 27 Sep 1996 00:21:14 -0700 (PDT) From: Peter Wemm Message-Id: <199609270721.AAA15911@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libfakegnumalloc Makefile fakegnumalloc.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/27 00:21:13 Removed: lib/libfakegnumalloc Makefile fakegnumalloc.c Log: These were repository copied. From owner-cvs-lib Fri Sep 27 05:12:01 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA10031 for cvs-lib-outgoing; Fri, 27 Sep 1996 05:12:01 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA08770; Fri, 27 Sep 1996 05:10:21 -0700 (PDT) Date: Fri, 27 Sep 1996 05:10:21 -0700 (PDT) From: Peter Wemm Message-Id: <199609271210.FAA08770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libgnumalloc Makefile src/lib/libresolv Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/27 05:10:19 Modified: lib/libgnumalloc Makefile lib/libresolv Makefile Log: Don't rely on LIBDIR having been equal to SHLIBDIR on Bruce's suggestion. Set ORIG_SHLIBDIR to the expanded value of ${SHLIBDIR}, and use that as a base to modify the new SHLIBDIR without getting infinite recursion. Revision Changes Path 1.8 +5 -4 src/lib/libgnumalloc/Makefile 1.7 +4 -3 src/lib/libresolv/Makefile From owner-cvs-lib Fri Sep 27 08:34:52 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26316 for cvs-lib-outgoing; Fri, 27 Sep 1996 08:34:52 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA26097; Fri, 27 Sep 1996 08:34:29 -0700 (PDT) Date: Fri, 27 Sep 1996 08:34:29 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199609271534.IAA26097@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdlib atexit.c src/lib/libc/sys brk.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/09/27 08:34:27 Modified: lib/libc/stdlib atexit.c lib/libc/sys brk.2 Log: Don't use malloc, pessimize to use sbrk. fix sbrk manpage while we're at it. Revision Changes Path 1.2 +2 -1 src/lib/libc/stdlib/atexit.c 1.7 +1 -1 src/lib/libc/sys/brk.2 From owner-cvs-lib Fri Sep 27 08:53:11 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA07311 for cvs-lib-outgoing; Fri, 27 Sep 1996 08:53:11 -0700 (PDT) Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id IAA07170; Fri, 27 Sep 1996 08:52:59 -0700 (PDT) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id RAA09081; Fri, 27 Sep 1996 17:21:38 +0200 From: Luigi Rizzo Message-Id: <199609271521.RAA09081@labinfo.iet.unipi.it> Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c src/lib/libc/sys brk.2 To: phk@freefall.freebsd.org (Poul-Henning Kamp) Date: Fri, 27 Sep 1996 17:21:38 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org In-Reply-To: <199609271534.IAA26097@freefall.freebsd.org> from "Poul-Henning Kamp" at Sep 27, 96 08:34:10 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > phk 96/09/27 08:34:27 > > Modified: lib/libc/stdlib atexit.c > lib/libc/sys brk.2 > Log: > Don't use malloc, pessimize to use sbrk. ^^^^^^^^^ looks like you don't like very much this change :) Luigi From owner-cvs-lib Fri Sep 27 09:21:36 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA25159 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:21:36 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA25078; Fri, 27 Sep 1996 09:21:26 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id AAA02472; Sat, 28 Sep 1996 00:21:19 +0800 (WST) Message-Id: <199609271621.AAA02472@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c src/lib/libc/sys brk.2 In-reply-to: Your message of "Fri, 27 Sep 1996 08:34:29 MST." <199609271534.IAA26097@freefall.freebsd.org> Date: Sat, 28 Sep 1996 00:21:19 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Poul-Henning Kamp wrote: > phk 96/09/27 08:34:27 > > Modified: lib/libc/stdlib atexit.c > lib/libc/sys brk.2 > Log: > Don't use malloc, pessimize to use sbrk. > fix sbrk manpage while we're at it. Umm, you can't do this! If you use sbrk(), you are preventing the future use of malloc(), as you *cannot* intermix the use of sbrk() and malloc() in the same program! Cheers, -Peter From owner-cvs-lib Fri Sep 27 09:23:27 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA25967 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:23:27 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA25770; Fri, 27 Sep 1996 09:22:56 -0700 (PDT) Date: Fri, 27 Sep 1996 09:22:56 -0700 (PDT) From: Bruce Evans Message-Id: <199609271622.JAA25770@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libgnumalloc Makefile src/lib/libresolv Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/27 09:22:53 Modified: lib/libgnumalloc Makefile lib/libresolv Makefile Log: Peter must be sick of this, so I changed it directly. Fixed: - old static non-profiled libraries were removed in the wrong directory if ${ORIG_SHLIBDIR} != ${LIBDIR}. - old profiled libraries weren't removed. - new shared compat libraries were installed in the wrong directory if ${ORIG_SHLIBDIR} != /usr/lib. - some lines were too long. Added some comments about cases that have caused problems. Changed libfoo to ${LIB} so that libresolv/Makefile and libgnumalloc/Makefile are almost identical. Revision Changes Path 1.9 +11 -6 src/lib/libgnumalloc/Makefile 1.8 +9 -4 src/lib/libresolv/Makefile From owner-cvs-lib Fri Sep 27 09:42:03 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA04507 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:42:03 -0700 (PDT) Received: from critter.tfs.com ([140.145.230.177]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA04422; Fri, 27 Sep 1996 09:41:53 -0700 (PDT) Received: from critter.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.7.5/8.7.3) with ESMTP id SAA02022; Fri, 27 Sep 1996 18:41:05 +0200 (MET DST) To: Luigi Rizzo cc: phk@freefall.freebsd.org (Poul-Henning Kamp), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c src/lib/libc/sys brk.2 In-reply-to: Your message of "Fri, 27 Sep 1996 17:21:38 +0200." <199609271521.RAA09081@labinfo.iet.unipi.it> Date: Fri, 27 Sep 1996 18:41:04 +0200 Message-ID: <2020.843842464@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199609271521.RAA09081@labinfo.iet.unipi.it>, Luigi Rizzo writes: >> phk 96/09/27 08:34:27 >> >> Modified: lib/libc/stdlib atexit.c >> lib/libc/sys brk.2 >> Log: >> Don't use malloc, pessimize to use sbrk. > ^^^^^^^^^ > >looks like you don't like very much this change :) Well, I have a better idea for the longer term: I'll make a small simple "alloc-no-free" allocator for this and any other purposes that may be like it, but I need to see if there are indeed any other uses for that before I do it. -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-cvs-lib Fri Sep 27 09:43:34 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA05197 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:43:34 -0700 (PDT) Received: from critter.tfs.com ([140.145.230.177]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA05142; Fri, 27 Sep 1996 09:43:25 -0700 (PDT) Received: from critter.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.7.5/8.7.3) with ESMTP id SAA02039; Fri, 27 Sep 1996 18:42:36 +0200 (MET DST) To: Peter Wemm cc: Poul-Henning Kamp , CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c src/lib/libc/sys brk.2 In-reply-to: Your message of "Sat, 28 Sep 1996 00:21:19 +0800." <199609271621.AAA02472@spinner.DIALix.COM> Date: Fri, 27 Sep 1996 18:42:36 +0200 Message-ID: <2037.843842556@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199609271621.AAA02472@spinner.DIALix.COM>, Peter Wemm writes: >Poul-Henning Kamp wrote: >> phk 96/09/27 08:34:27 >> >> Modified: lib/libc/stdlib atexit.c >> lib/libc/sys brk.2 >> Log: >> Don't use malloc, pessimize to use sbrk. >> fix sbrk manpage while we're at it. > >Umm, you can't do this! If you use sbrk(), you are preventing the future >use of malloc(), as you *cannot* intermix the use of sbrk() and malloc() >in the same program! Well, in the general case you may not be able to, but I wrote malloc, remember ? I can! phkmalloc will notice and respect independent use of sbrk(2) :-) -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-cvs-lib Fri Sep 27 09:47:22 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA07104 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:47:22 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.DIALix.COM [192.203.228.67]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA07008; Fri, 27 Sep 1996 09:47:06 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.7.6/8.7.3) with ESMTP id AAA02873; Sat, 28 Sep 1996 00:47:03 +0800 (WST) Message-Id: <199609271647.AAA02873@spinner.DIALix.COM> X-Mailer: exmh version 1.6.7 5/3/96 To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libgnumalloc Makefile src/lib/libresolv Makefile In-reply-to: Your message of "Fri, 27 Sep 1996 09:22:56 MST." <199609271622.JAA25770@freefall.freebsd.org> Date: Sat, 28 Sep 1996 00:47:02 +0800 From: Peter Wemm Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote: > bde 96/09/27 09:22:53 > > Modified: lib/libgnumalloc Makefile > lib/libresolv Makefile > Log: > Peter must be sick of this, so I changed it directly. Fixed: ^^^^^^^^^^^^^^^^^^^^^^^^^ Bing! Got it first go! :-) I always forget about profiled libs, since I've never used them and don't waste time compiling them. Cheers, -Peter From owner-cvs-lib Fri Sep 27 09:49:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA08146 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:49:32 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA08084; Fri, 27 Sep 1996 09:49:23 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id CAA30883; Sat, 28 Sep 1996 02:48:04 +1000 Date: Sat, 28 Sep 1996 02:48:04 +1000 From: Bruce Evans Message-Id: <199609271648.CAA30883@godzilla.zeta.org.au> To: peter@spinner.DIALix.COM, phk@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c src/lib/libc/sys brk.2 Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> Modified: lib/libc/stdlib atexit.c >> lib/libc/sys brk.2 >> Log: >> Don't use malloc, pessimize to use sbrk. >> fix sbrk manpage while we're at it. > >Umm, you can't do this! If you use sbrk(), you are preventing the future >use of malloc(), as you *cannot* intermix the use of sbrk() and malloc() >in the same program! The author of malloc can intermix them :-). Are there problems with old versions? Bruce From owner-cvs-lib Fri Sep 27 09:56:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA11694 for cvs-lib-outgoing; Fri, 27 Sep 1996 09:56:23 -0700 (PDT) Received: from critter.tfs.com ([140.145.230.177]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA11615; Fri, 27 Sep 1996 09:56:14 -0700 (PDT) Received: from critter.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.7.5/8.7.3) with ESMTP id SAA02092; Fri, 27 Sep 1996 18:55:25 +0200 (MET DST) To: Bruce Evans cc: peter@spinner.DIALix.COM, phk@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdlib atexit.c src/lib/libc/sys brk.2 In-reply-to: Your message of "Sat, 28 Sep 1996 02:48:04 +1000." <199609271648.CAA30883@godzilla.zeta.org.au> Date: Fri, 27 Sep 1996 18:55:25 +0200 Message-ID: <2090.843843325@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk In message <199609271648.CAA30883@godzilla.zeta.org.au>, Bruce Evans writes: >>> Modified: lib/libc/stdlib atexit.c >>> lib/libc/sys brk.2 >>> Log: >>> Don't use malloc, pessimize to use sbrk. >>> fix sbrk manpage while we're at it. >> >>Umm, you can't do this! If you use sbrk(), you are preventing the future >>use of malloc(), as you *cannot* intermix the use of sbrk() and malloc() >>in the same program! > >The author of malloc can intermix them :-). Are there problems with old >versions? actually I know of only one version that would be troubled by this, even the "canonical" example in the old testament can cope with it... -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-cvs-lib Sat Sep 28 04:10:38 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA06601 for cvs-lib-outgoing; Sat, 28 Sep 1996 04:10:38 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA06327; Sat, 28 Sep 1996 04:09:58 -0700 (PDT) Date: Sat, 28 Sep 1996 04:09:58 -0700 (PDT) From: Alex Nash Message-Id: <199609281109.EAA06327@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libncurses ncurses.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/09/28 04:09:51 Modified: lib/libncurses ncurses.3 Log: Added parens to noecho in screen initialization example. Revision Changes Path 1.4 +1 -1 src/lib/libncurses/ncurses.3 From owner-cvs-lib Sat Sep 28 06:18:29 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA02705 for cvs-lib-outgoing; Sat, 28 Sep 1996 06:18:29 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA02560; Sat, 28 Sep 1996 06:18:17 -0700 (PDT) Date: Sat, 28 Sep 1996 06:18:17 -0700 (PDT) From: Bruce Evans Message-Id: <199609281318.GAA02560@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio stdio.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/28 06:18:15 Modified: lib/libc/stdio stdio.3 Log: .DV -> .Dv (FOPEN_MAX was invisible). Revision Changes Path 1.5 +1 -1 src/lib/libc/stdio/stdio.3 From owner-cvs-lib Sat Sep 28 06:32:59 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA13990 for cvs-lib-outgoing; Sat, 28 Sep 1996 06:32:59 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA13753; Sat, 28 Sep 1996 06:32:39 -0700 (PDT) Date: Sat, 28 Sep 1996 06:32:39 -0700 (PDT) From: Bruce Evans Message-Id: <199609281332.GAA13753@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/sys write.2 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/28 06:32:38 Modified: lib/libc/sys write.2 Log: .DV -> .Dv (SOCK_STREAM was invisible). Revision Changes Path 1.4 +1 -1 src/lib/libc/sys/write.2 From owner-cvs-lib Sat Sep 28 15:47:32 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA09262 for cvs-lib-outgoing; Sat, 28 Sep 1996 15:47:32 -0700 (PDT) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA08901; Sat, 28 Sep 1996 15:46:42 -0700 (PDT) Date: Sat, 28 Sep 1996 15:46:42 -0700 (PDT) From: Wolfram Schneider Message-Id: <199609282246.PAA08901@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-usrbin, cvs-sbin Subject: cvs commit: src/sbin/ccdconfig ccdconfig.8 src/usr.bin/xlint/xlint lint.1 src/lib/libc/gen msgctl.3 msgget.3 msgrcv.3 msgsnd.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 96/09/28 15:46:38 Modified: lib/libc/gen msgctl.3 msgget.3 msgrcv.3 msgsnd.3 sbin/ccdconfig ccdconfig.8 usr.bin/xlint/xlint lint.1 Log: .Os NetBSD -> .Os FreeBSD. The pages are not NetBSD specific and FreeBSD is not a child of NetBSD. Revision Changes Path 1.2 +1 -1 src/lib/libc/gen/msgctl.3 1.2 +1 -1 src/lib/libc/gen/msgget.3 1.2 +1 -1 src/lib/libc/gen/msgrcv.3 1.2 +1 -1 src/lib/libc/gen/msgsnd.3 1.4 +1 -1 src/sbin/ccdconfig/ccdconfig.8 1.4 +1 -1 src/usr.bin/xlint/xlint/lint.1