From owner-cvs-lib Tue Feb 6 10:47:58 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29951 for cvs-lib-outgoing; Tue, 6 Feb 1996 10:47:58 -0800 (PST) Received: from MIT.EDU (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.69.0.28]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA29904 Tue, 6 Feb 1996 10:47:45 -0800 (PST) Received: from YAZ-PISTACHIO.MIT.EDU by MIT.EDU with SMTP id AA02305; Tue, 6 Feb 96 13:45:49 EST Received: by yaz-pistachio.MIT.EDU (5.57/4.7) id AA10935; Tue, 6 Feb 96 13:45:58 -0500 Message-Id: <9602061845.AA10935@yaz-pistachio.MIT.EDU> To: John Polstra Cc: Peter Wemm , "Rodney W. Grimes" , bde@zeta.org.au (Bruce Evans), CVS-committers@freebsd.org, cvs-lib@freebsd.org, nate@sri.MT.net, proven@MIT.EDU Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-Reply-To: Your message of "Sat, 03 Feb 1996 10:17:53 PST." <199602031817.KAA00907@austin.polstra.com> Date: Tue, 06 Feb 1996 13:45:56 EST From: Christopher Provenzano Sender: owner-cvs-lib@freebsd.org Precedence: bulk > Peter wrote: > > > It seems that linker_sets are not constructed at run-time by the > > dynamic linker.. (although I could be wrong) > > It's not the dynamic linker's responsibility to do anything with the > linker sets. The dynamic linker's only responsibilities in that > regard are: > > 1. Upon loading a shared library, call its function named (in C) > "_init", if one exists. (For backward compatibility, the > assembly-language name ".init" is also OK.) > > 2. Upon unloading a shared library, call its function named "_fini", > if one exists. (For backward compatibility, the > assembly-language name ".fini" is also OK.) > > If anything needs to be done with linker sets, then the "_init" > and "_fini" functions have to take care of it. The functions > provided by /usr/lib/c++rt0.o do exactly that. > > > Why can't we use a c++ style constructor? > > Yes, that's the right way to do it. See Christopher Provenzano's Feb 1 > (in the US) posting to cvs-committers, cvs-lib, and cvs-all, and my reply > to it. > > > all gcc supplied "main()" code contains calls to __main() in > > libgcc.a. > > Be careful here, it's tricky. The __main() cruft is used only for > invoking the static constructors in the main program itself -- *not* for > those in any shared library. In other words, constructors in the main > executable are invoked by __main(), but those in shared libraries are > invoked by _init(), which is called automatically by the dynamic linker. > They're two separate mechanisms. > > Since the initialization that needs to be done is an integral part of > the shared libc library, __main() should not get involved at all. > Instead, /usr/lib/c++rt0.o should be linked into the shared version of > libc, by defining CPLUSPLUSLIB (sigh) in its Makefile. Don't do that > until you've really got at least one constructor in there to call, > though. Otherwise, you'll run into the recent bug that caused > mysterious failures in awk and other programs. (I know how to fix it, > but I haven't figured out how to bootstrap it into a make world.) > > For the case of the static libc.a, anything used from the library *is* > part of the main executable. So in that case, __main() will invoke the > static constructors and destructors. > OK, why are people worried about the c library. It's only the thread libraries that need to worry about the constructor. If threads aren't used then the C library links in stupid stubs which won't need a constructor and therefore c++rt0.o won't be needed. No hacking should be necessary to continue to make the build tree work currently. It should only take extra work to add support for programs that want to link -lpthread or -luthread or -lwhateverotherthreadlibraryyouwant. CAP From owner-cvs-lib Wed Feb 7 16:28:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12119 for cvs-lib-outgoing; Wed, 7 Feb 1996 16:28:10 -0800 (PST) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA11853 Wed, 7 Feb 1996 16:26:17 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.6.12/8.6.12) with ESMTP id QAA06783; Wed, 7 Feb 1996 16:23:10 -0800 Message-Id: <199602080023.QAA06783@austin.polstra.com> To: Christopher Provenzano cc: Peter Wemm , "Rodney W. Grimes" , bde@zeta.org.au (Bruce Evans), CVS-committers@freebsd.org, cvs-lib@freebsd.org, nate@sri.MT.net Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-reply-to: Your message of "Tue, 06 Feb 1996 13:45:56 EST." <9602061845.AA10935@yaz-pistachio.MIT.EDU> Date: Wed, 07 Feb 1996 16:23:10 -0800 From: John Polstra Sender: owner-cvs-lib@freebsd.org Precedence: bulk Christopher Provenzano wrote: > OK, why are people worried about the c library. It's only the thread > libraries that need to worry about the constructor. If threads > aren't used then the C library links in stupid stubs which won't > need a constructor and therefore c++rt0.o won't be needed. > > No hacking should be necessary to continue to make the build tree > work currently. It should only take extra work to add support for > programs that want to link -lpthread or -luthread or > -lwhateverotherthreadlibraryyouwant. Oh -- I guess you're right. I was under the mistaken impression that the threads stuff had been integrated into the mainstream "libc". I see now that it's a separate library. So, once the call to _thread_init() is moved out of crt0.o and into a constructor within the threads library itself, then libc won't be a problem any more. Sorry if I misled anyone before. -- John From owner-cvs-lib Thu Feb 8 11:06:10 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16520 for cvs-lib-outgoing; Thu, 8 Feb 1996 11:06:10 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16509 Thu, 8 Feb 1996 11:06:09 -0800 (PST) Date: Thu, 8 Feb 1996 11:06:09 -0800 (PST) From: Paul Traina Message-Id: <199602081906.LAA16509@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/sys chown.2 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk pst 96/02/08 11:06:07 Modified: lib/libc/sys chown.2 Log: Clean up documentation on setuid/setgid bit handling. Revision Changes Path 1.3 +2 -1 src/lib/libc/sys/chown.2 From owner-cvs-lib Thu Feb 8 14:16:25 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03246 for cvs-lib-outgoing; Thu, 8 Feb 1996 14:16:25 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03233 Thu, 8 Feb 1996 14:16:22 -0800 (PST) Date: Thu, 8 Feb 1996 14:16:22 -0800 (PST) From: Mike Pritchard Message-Id: <199602082216.OAA03233@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libncurses curs_scroll.3 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/08 14:16:20 Modified: lib/libncurses curs_scroll.3 Log: Fix a typo in one of the function names. Revision Changes Path 1.2 +1 -1 src/lib/libncurses/curs_scroll.3 From owner-cvs-lib Thu Feb 8 14:25:56 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03922 for cvs-lib-outgoing; Thu, 8 Feb 1996 14:25:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03911 Thu, 8 Feb 1996 14:25:50 -0800 (PST) Date: Thu, 8 Feb 1996 14:25:50 -0800 (PST) From: Mike Pritchard Message-Id: <199602082225.OAA03911@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libncurses curs_termin.3 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/08 14:25:48 Modified: lib/libncurses curs_termin.3 Log: Fix some minor formatting problems in the curs_termin.3 man page. Revision Changes Path 1.2 +4 -3 src/lib/libncurses/curs_termin.3 From owner-cvs-lib Thu Feb 8 16:45:59 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14762 for cvs-lib-outgoing; Thu, 8 Feb 1996 16:45:59 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14742 Thu, 8 Feb 1996 16:45:53 -0800 (PST) Date: Thu, 8 Feb 1996 16:45:53 -0800 (PST) From: Mike Pritchard Message-Id: <199602090045.QAA14742@freefall.freebsd.org> To: CVS-committers, cvs-gnu, cvs-lib, cvs-share Subject: cvs commit: src/lib/libcompat Makefile src/lib/msun Makefile src/lib/libc/gen getnetgrent.3 getpwent.3 src/lib/libc/net Makefile.inc src/gnu/lib/libdialog Makefile src/lib/libmd Makefile mdX.3 src/lib/libncurses Makefile src/lib/libscsi Makefile scsi.3 src/share/man/man3 Makefile Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/08 16:45:49 Modified: lib/libc/gen getnetgrent.3 getpwent.3 lib/libc/net Makefile.inc lib/libcompat Makefile gnu/lib/libdialog Makefile lib/libmd Makefile mdX.3 lib/libncurses Makefile lib/libscsi Makefile scsi.3 lib/msun Makefile share/man/man3 Makefile Log: Added some missing MLINKS for section 3 man pages. Also corrected a few minor formatting errors, file location and cross references in some of the section 3 man pages. This shuts up a lot of the output from "manck" for section 3. Revision Changes Path 1.3 +1 -1 src/lib/libc/gen/getnetgrent.3 1.3 +2 -2 src/lib/libc/gen/getpwent.3 1.12 +1 -1 src/lib/libc/net/Makefile.inc 1.8 +1 -0 src/lib/libcompat/Makefile 1.15 +15 -1 src/gnu/lib/libdialog/Makefile 1.17 +2 -0 src/lib/libmd/Makefile 1.3 +1 -1 src/lib/libmd/mdX.3 1.15 +125 -1 src/lib/libncurses/Makefile 1.3 +5 -3 src/lib/libscsi/Makefile 1.4 +1 -1 src/lib/libscsi/scsi.3 1.8 +35 -12 src/lib/msun/Makefile 1.6 +14 -9 src/share/man/man3/Makefile From owner-cvs-lib Thu Feb 8 16:48:55 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15161 for cvs-lib-outgoing; Thu, 8 Feb 1996 16:48:55 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA15154 Thu, 8 Feb 1996 16:48:54 -0800 (PST) Date: Thu, 8 Feb 1996 16:48:54 -0800 (PST) From: Mike Pritchard Message-Id: <199602090048.QAA15154@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/msun Makefile Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/08 16:48:53 Modified: lib/msun Makefile Log: Correct one small typo in previous commit. Revision Changes Path 1.9 +2 -2 src/lib/msun/Makefile From owner-cvs-lib Thu Feb 8 18:49:17 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21712 for cvs-lib-outgoing; Thu, 8 Feb 1996 18:49:17 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21705 Thu, 8 Feb 1996 18:49:16 -0800 (PST) Date: Thu, 8 Feb 1996 18:49:16 -0800 (PST) From: Mike Pritchard Message-Id: <199602090249.SAA21705@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libscsi Makefile scsi.3 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/08 18:49:15 Modified: lib/libscsi Makefile scsi.3 Log: Add a couple more man page links and some minor formatting fixes. Revision Changes Path 1.4 +2 -1 src/lib/libscsi/Makefile 1.5 +4 -4 src/lib/libscsi/scsi.3 From owner-cvs-lib Fri Feb 9 04:25:13 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA20938 for cvs-lib-outgoing; Fri, 9 Feb 1996 04:25:13 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA20925 Fri, 9 Feb 1996 04:25:11 -0800 (PST) Date: Fri, 9 Feb 1996 04:25:11 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602091225.EAA20925@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/nls catgets.3 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk jkh 96/02/09 04:25:11 Modified: lib/libc/nls catgets.3 Log: Fixed docs/521. Revision Changes Path 1.2 +2 -3 src/lib/libc/nls/catgets.3 From owner-cvs-lib Fri Feb 9 08:20:28 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20065 for cvs-lib-outgoing; Fri, 9 Feb 1996 08:20:28 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20043 Fri, 9 Feb 1996 08:20:17 -0800 (PST) Date: Fri, 9 Feb 1996 08:20:17 -0800 (PST) From: Mike Pritchard Message-Id: <199602091620.IAA20043@freefall.freebsd.org> To: CVS-committers, cvs-gnu, cvs-lib, cvs-share, cvs-usrsbin Subject: cvs commit: src/gnu/usr.bin/cc/cc Makefile cc.1 src/gnu/lib/libdialog Makefile dialog.3 src/gnu/lib/libreadline readline.3 src/usr.sbin/pcvt/userkeys vt220keys.1 src/lib/libkvm kvm_getfiles.3 src/lib/libmd Makefile src/usr.sbin/pcvt/keycap Makefile src/usr.sbin/rndcontrol Makefile src/usr.sbin/sendmail/src sendmail.8 src/share/man/man4/man4.i386 qcam.4 uha.4 src/share/man/man9 style.9 Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/09 08:20:15 Modified: gnu/usr.bin/cc/cc Makefile cc.1 gnu/lib/libdialog Makefile dialog.3 lib/libkvm kvm_getfiles.3 lib/libmd Makefile gnu/lib/libreadline readline.3 usr.sbin/pcvt/keycap Makefile usr.sbin/pcvt/userkeys vt220keys.1 usr.sbin/rndcontrol Makefile usr.sbin/sendmail/src sendmail.8 share/man/man4/man4.i386 qcam.4 uha.4 share/man/man9 style.9 Log: Add some missing MLINKS, correct some cross references, correct some file locations and some minor formatting/style problems. Revision Changes Path 1.9 +2 -2 src/gnu/usr.bin/cc/cc/Makefile 1.4 +2 -2 src/gnu/usr.bin/cc/cc/cc.1 1.16 +2 -1 src/gnu/lib/libdialog/Makefile 1.3 +2 -2 src/gnu/lib/libdialog/dialog.3 1.2 +0 -1 src/lib/libkvm/kvm_getfiles.3 1.18 +2 -6 src/lib/libmd/Makefile 1.4 +2 -2 src/gnu/lib/libreadline/readline.3 1.5 +4 -0 src/usr.sbin/pcvt/keycap/Makefile 1.2 +14 -14 src/usr.sbin/pcvt/userkeys/vt220keys.1 1.2 +1 -0 src/usr.sbin/rndcontrol/Makefile 1.4 +1 -1 src/usr.sbin/sendmail/src/sendmail.8 1.3 +1 -1 src/share/man/man4/man4.i386/qcam.4 1.4 +1 -1 src/share/man/man4/man4.i386/uha.4 1.4 +2 -2 src/share/man/man9/style.9 From owner-cvs-lib Fri Feb 9 09:26:02 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24296 for cvs-lib-outgoing; Fri, 9 Feb 1996 09:26:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24287 Fri, 9 Feb 1996 09:25:59 -0800 (PST) Date: Fri, 9 Feb 1996 09:25:59 -0800 (PST) From: Mike Pritchard Message-Id: <199602091725.JAA24287@freefall.freebsd.org> To: CVS-committers, cvs-lib, cvs-libexec, cvs-sbin, cvs-share, cvs-usrsbin Subject: cvs commit: src/lib/libc/sys reboot.2 src/libexec/mail.local mail.local.8 src/sbin/mount mount.8 src/sbin/mount_umap mount_umap.8 src/sbin/mount_union mount_union.8 src/share/man/man4 lkm.4 tp.4 src/share/man/man5 Makefile a.out.5 core.5 stab.5 src/usr.sbin/zic zdump.8 zic.8 src/lib/libc/locale utf2.4 src/usr.sbin/pcvt/keycap Makefile Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk mpp 96/02/09 09:25:58 Modified: lib/libc/locale utf2.4 lib/libc/sys reboot.2 libexec/mail.local mail.local.8 sbin/mount mount.8 sbin/mount_umap mount_umap.8 sbin/mount_union mount_union.8 usr.sbin/pcvt/keycap Makefile share/man/man4 lkm.4 tp.4 share/man/man5 Makefile a.out.5 core.5 stab.5 usr.sbin/zic zdump.8 zic.8 Log: Another round of various man page cleanups. Revision Changes Path 1.2 +1 -1 src/lib/libc/locale/utf2.4 1.3 +0 -1 src/lib/libc/sys/reboot.2 1.2 +0 -1 src/libexec/mail.local/mail.local.8 1.7 +0 -1 src/sbin/mount/mount.8 1.2 +1 -2 src/sbin/mount_umap/mount_umap.8 1.2 +0 -3 src/sbin/mount_union/mount_union.8 1.6 +3 -3 src/usr.sbin/pcvt/keycap/Makefile 1.6 +2 -2 src/share/man/man4/lkm.4 1.2 +1 -1 src/share/man/man4/tp.4 1.11 +2 -1 src/share/man/man5/Makefile 1.4 +1 -2 src/share/man/man5/a.out.5 1.2 +0 -2 src/share/man/man5/core.5 1.2 +0 -1 src/share/man/man5/stab.5 1.2 +1 -1 src/usr.sbin/zic/zdump.8 1.3 +1 -1 src/usr.sbin/zic/zic.8 From owner-cvs-lib Fri Feb 9 12:57:57 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10977 for cvs-lib-outgoing; Fri, 9 Feb 1996 12:57:57 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA10970 Fri, 9 Feb 1996 12:57:55 -0800 (PST) Date: Fri, 9 Feb 1996 12:57:55 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602092057.MAA10970@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libmd Makefile Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk phk 96/02/09 12:57:55 Modified: lib/libmd Makefile Log: Bill was a little to fast here... Revision Changes Path 1.19 +1 -3 src/lib/libmd/Makefile From owner-cvs-lib Fri Feb 9 14:44:59 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21615 for cvs-lib-outgoing; Fri, 9 Feb 1996 14:44:59 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21599 Fri, 9 Feb 1996 14:44:54 -0800 (PST) Date: Fri, 9 Feb 1996 14:44:54 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602092244.OAA21599@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libmd Makefile Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk phk 96/02/09 14:44:52 Modified: lib/libmd Makefile Log: Don't install mdX.3, it's the template used to build the other pages. Revision Changes Path 1.20 +2 -2 src/lib/libmd/Makefile From owner-cvs-lib Fri Feb 9 18:34:48 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA06568 for cvs-lib-outgoing; Fri, 9 Feb 1996 18:34:48 -0800 (PST) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA06553 Fri, 9 Feb 1996 18:34:36 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id TAA14387; Fri, 9 Feb 1996 19:37:20 -0700 Date: Fri, 9 Feb 1996 19:37:20 -0700 From: Nate Williams Message-Id: <199602100237.TAA14387@rocky.sri.MT.net> To: Poul-Henning Kamp Cc: CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libmd Makefile In-Reply-To: <199602092057.MAA10970@freefall.freebsd.org> References: <199602092057.MAA10970@freefall.freebsd.org> Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk > Modified: lib/libmd Makefile > Log: > Bill was a little to fast here... Who is Bill? Nate From owner-cvs-lib Sat Feb 10 02:42:44 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02482 for cvs-lib-outgoing; Sat, 10 Feb 1996 02:42:44 -0800 (PST) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA02477 Sat, 10 Feb 1996 02:42:40 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0tlClK-0003vsC; Sat, 10 Feb 96 02:42 PST Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id LAA04562; Sat, 10 Feb 1996 11:42:40 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Nate Williams cc: Poul-Henning Kamp , CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libmd Makefile In-reply-to: Your message of "Fri, 09 Feb 1996 19:37:20 MST." <199602100237.TAA14387@rocky.sri.MT.net> Date: Sat, 10 Feb 1996 11:42:40 +0100 Message-ID: <4560.823948960@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-lib@FreeBSD.ORG Precedence: bulk > > Modified: lib/libmd Makefile > > Log: > > Bill was a little to fast here... > > Who is Bill? It's a quote from a movie... -- 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.