From owner-freebsd-commit Sun Jan 28 00:08:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01575 for freebsd-commit-outgoing; Sun, 28 Jan 1996 00:08:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01566 for cvs-all-outgoing; Sun, 28 Jan 1996 00:08:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01556 for cvs-etc-outgoing; Sun, 28 Jan 1996 00:08:40 -0800 (PST) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA01549 Sun, 28 Jan 1996 00:08:39 -0800 (PST) Date: Sun, 28 Jan 1996 00:08:39 -0800 (PST) From: Gary Palmer Message-Id: <199601280808.AAA01549@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc rc sysconfig Sender: owner-commit@FreeBSD.ORG Precedence: bulk gpalmer 96/01/28 00:08:38 Modified: etc rc sysconfig Log: Add (at long last) an option to say if you want to run the printer daemon (lpd) or not. Set to run it by default. Revision Changes Path 1.82 +5 -2 src/etc/rc 1.32 +4 -1 src/etc/sysconfig From owner-freebsd-commit Sun Jan 28 00:15:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02381 for freebsd-commit-outgoing; Sun, 28 Jan 1996 00:15:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02369 for cvs-all-outgoing; Sun, 28 Jan 1996 00:15:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02357 for cvs-sys-outgoing; Sun, 28 Jan 1996 00:15:47 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA02348 Sun, 28 Jan 1996 00:15:46 -0800 (PST) Date: Sun, 28 Jan 1996 00:15:46 -0800 (PST) From: Bruce Evans Message-Id: <199601280815.AAA02348@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/28 00:15:45 Modified: sys/kern subr_diskslice.c Log: Fixed dangling pointer bugs in DIOCSDINFO. Enabled DEVFS support. It doesn't work while devfs is mounted (add_devfs_devsw() doesn't work then), but seems to be safe. Revision Changes Path 1.19 +7 -7 src/sys/kern/subr_diskslice.c From owner-freebsd-commit Sun Jan 28 01:56:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10830 for freebsd-commit-outgoing; Sun, 28 Jan 1996 01:56:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10817 for cvs-all-outgoing; Sun, 28 Jan 1996 01:56:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10807 for cvs-sys-outgoing; Sun, 28 Jan 1996 01:56:15 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10798 Sun, 28 Jan 1996 01:56:10 -0800 (PST) Date: Sun, 28 Jan 1996 01:56:10 -0800 (PST) From: Joerg Wunsch Message-Id: <199601280956.BAA10798@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi worm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/28 01:56:08 Modified: sys/scsi worm.c Log: Minor but fatal spelling error when merging my code into -current. Also declared worminit() to avoid a compiler warning. Seems that the other SCSI drivers don't declare XXinit() yet, so perhaps we'd also create a typedef for these func's. Revision Changes Path 1.21 +5 -3 src/sys/scsi/worm.c From owner-freebsd-commit Sun Jan 28 02:04:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11555 for freebsd-commit-outgoing; Sun, 28 Jan 1996 02:04:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11396 for cvs-all-outgoing; Sun, 28 Jan 1996 02:03:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11361 for cvs-sys-outgoing; Sun, 28 Jan 1996 02:02:50 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11347 Sun, 28 Jan 1996 02:02:42 -0800 (PST) Date: Sun, 28 Jan 1996 02:02:42 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601281002.CAA11347@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pccard pccard.c slot.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/28 02:02:40 Modified: sys/pccard pccard.c slot.h Log: Fix DEVFS, remove unused vars. Revision Changes Path 1.15 +7 -19 src/sys/pccard/pccard.c 1.5 +3 -0 src/sys/pccard/slot.h From owner-freebsd-commit Sun Jan 28 02:08:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11983 for freebsd-commit-outgoing; Sun, 28 Jan 1996 02:08:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11968 for cvs-all-outgoing; Sun, 28 Jan 1996 02:08:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11949 for cvs-sys-outgoing; Sun, 28 Jan 1996 02:08:06 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA11889 Sun, 28 Jan 1996 02:08:02 -0800 (PST) Date: Sun, 28 Jan 1996 02:08:02 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601281008.CAA11889@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/28 02:07:59 Modified: sys/miscfs/devfs devfs_tree.c Log: make devfs_add_devswf a little smarter about '/'; Revision Changes Path 1.17 +9 -5 src/sys/miscfs/devfs/devfs_tree.c From owner-freebsd-commit Sun Jan 28 08:37:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20186 for freebsd-commit-outgoing; Sun, 28 Jan 1996 08:37:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20172 for cvs-all-outgoing; Sun, 28 Jan 1996 08:36:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20161 for cvs-share-outgoing; Sun, 28 Jan 1996 08:36:39 -0800 (PST) Received: (from jfieber@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20153 Sun, 28 Jan 1996 08:36:30 -0800 (PST) Date: Sun, 28 Jan 1996 08:36:30 -0800 (PST) From: John Fieber Message-Id: <199601281636.IAA20153@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook porting.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk jfieber 96/01/28 08:36:28 Modified: share/doc/handbook porting.sgml Log: Add info about distinguishing freebsd versions. Submitted by: obrien@cs.ucdavis.edu Revision Changes Path 1.12 +26 -4 src/share/doc/handbook/porting.sgml From owner-freebsd-commit Sun Jan 28 08:59:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21956 for freebsd-commit-outgoing; Sun, 28 Jan 1996 08:59:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21947 for cvs-all-outgoing; Sun, 28 Jan 1996 08:59:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21922 for cvs-share-outgoing; Sun, 28 Jan 1996 08:59:11 -0800 (PST) Received: (from jfieber@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA21912 Sun, 28 Jan 1996 08:59:09 -0800 (PST) Date: Sun, 28 Jan 1996 08:59:09 -0800 (PST) From: John Fieber Message-Id: <199601281659.IAA21912@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/FAQ freebsd-faq.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk jfieber 96/01/28 08:59:08 Modified: share/doc/FAQ freebsd-faq.sgml Log: Formatting tweak. Revision Changes Path 1.31 +2 -2 src/share/doc/FAQ/freebsd-faq.sgml From owner-freebsd-commit Sun Jan 28 10:26:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24681 for freebsd-commit-outgoing; Sun, 28 Jan 1996 10:26:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24671 for cvs-all-outgoing; Sun, 28 Jan 1996 10:26:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24661 for cvs-sys-outgoing; Sun, 28 Jan 1996 10:25:58 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA24654 Sun, 28 Jan 1996 10:25:56 -0800 (PST) Date: Sun, 28 Jan 1996 10:25:56 -0800 (PST) From: John Dyson Message-Id: <199601281825.KAA24654@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/28 10:25:56 Modified: sys/kern vfs_cluster.c Log: An earlier modification had decreased CPU usage, but also decreased performance. This essentially undoes that change. Revision Changes Path 1.34 +4 -4 src/sys/kern/vfs_cluster.c From owner-freebsd-commit Sun Jan 28 11:12:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26255 for freebsd-commit-outgoing; Sun, 28 Jan 1996 11:12:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26209 for cvs-all-outgoing; Sun, 28 Jan 1996 11:10:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26198 for cvs-etc-outgoing; Sun, 28 Jan 1996 11:10:44 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26191 Sun, 28 Jan 1996 11:10:41 -0800 (PST) Date: Sun, 28 Jan 1996 11:10:41 -0800 (PST) From: Bruce Evans Message-Id: <199601281910.LAA26191@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/etc.i386 MAKEDEV Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/28 11:10:40 Modified: etc/etc.i386 MAKEDEV Log: Use umask disk_umask=037 for all (writable) disks. Use umask tape_umask=017 for all tapes. This has a significant effect only for ft and st (they were created with the wrong umask 002 and then chmod'ed to mode 640; now they are created with mode 660). Chmod the st control devices (mode 3) to 600. These need to be more secure than the st i/o devices, but were less secure. Use the default umask of 077 for joy0. 002 gave mode 664, which is insecure. Use umask 037 for ch*. Cosmetic. Removed redundant chmod's. Sorted case lists for disks. Revision Changes Path 1.111 +22 -28 src/etc/etc.i386/MAKEDEV From owner-freebsd-commit Sun Jan 28 12:34:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29607 for freebsd-commit-outgoing; Sun, 28 Jan 1996 12:34:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29461 for cvs-all-outgoing; Sun, 28 Jan 1996 12:32:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29329 for cvs-sys-outgoing; Sun, 28 Jan 1996 12:31:15 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29320 Sun, 28 Jan 1996 12:31:13 -0800 (PST) Date: Sun, 28 Jan 1996 12:31:13 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601282031.MAA29320@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_vx.c if_vxreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/28 12:31:13 Modified: sys/pci if_vx.c if_vxreg.h Log: 3c590 driver for FreeBSD Submitted by: Frederick Earl Gray Revision Changes Path 1.8 +11 -6 src/sys/pci/if_vx.c 1.2 +1 -0 src/sys/pci/if_vxreg.h From owner-freebsd-commit Sun Jan 28 12:34:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29656 for freebsd-commit-outgoing; Sun, 28 Jan 1996 12:34:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29543 for cvs-all-outgoing; Sun, 28 Jan 1996 12:33:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29533 for cvs-share-outgoing; Sun, 28 Jan 1996 12:33:47 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29526 Sun, 28 Jan 1996 12:33:45 -0800 (PST) Date: Sun, 28 Jan 1996 12:33:45 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601282033.MAA29526@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 vx.4 Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/28 12:33:45 Added: share/man/man4/man4.i386 vx.4 Log: Man page for the vx driver. Submitted by: Frederick Earl Gray From owner-freebsd-commit Sun Jan 28 12:41:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29887 for freebsd-commit-outgoing; Sun, 28 Jan 1996 12:41:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29877 for cvs-all-outgoing; Sun, 28 Jan 1996 12:41:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29867 for cvs-sys-outgoing; Sun, 28 Jan 1996 12:41:52 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA29862 Sun, 28 Jan 1996 12:41:49 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id MAA21842; Sun, 28 Jan 1996 12:40:48 -0800 To: "Jordan K. Hubbard" cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci if_vx.c if_vxreg.h In-reply-to: Your message of "Sun, 28 Jan 1996 12:31:13 PST." <199601282031.MAA29320@freefall.freebsd.org> Date: Sun, 28 Jan 1996 12:40:48 -0800 Message-ID: <21840.822861648@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk Whoops, sorry folks - misleading commit message. I meant to say "patches to..." Jordan > jkh 96/01/28 12:31:13 > > Modified: sys/pci if_vx.c if_vxreg.h > Log: > 3c590 driver for FreeBSD > Submitted by: Frederick Earl Gray > > Revision Changes Path > 1.8 +11 -6 src/sys/pci/if_vx.c > 1.2 +1 -0 src/sys/pci/if_vxreg.h From owner-freebsd-commit Sun Jan 28 12:44:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00131 for freebsd-commit-outgoing; Sun, 28 Jan 1996 12:44:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29995 for cvs-all-outgoing; Sun, 28 Jan 1996 12:43:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29985 for cvs-sys-outgoing; Sun, 28 Jan 1996 12:43:53 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29976 Sun, 28 Jan 1996 12:43:52 -0800 (PST) Date: Sun, 28 Jan 1996 12:43:52 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601282043.MAA29976@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/28 12:43:51 Modified: sys/scsi scsiconf.c Log: Add an entry for the "MBR-7", whatever that is. Submitted by: rich Revision Changes Path 1.46 +9 -1 src/sys/scsi/scsiconf.c From owner-freebsd-commit Sun Jan 28 13:52:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03583 for freebsd-commit-outgoing; Sun, 28 Jan 1996 13:52:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03570 for cvs-all-outgoing; Sun, 28 Jan 1996 13:52:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03551 for cvs-sys-outgoing; Sun, 28 Jan 1996 13:52:07 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA03537 Sun, 28 Jan 1996 13:52:03 -0800 (PST) Date: Sun, 28 Jan 1996 13:52:03 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601282152.NAA03537@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/28 13:52:02 Modified: sys/scsi scsiconf.c Log: Back out the previous change. It's not correct for -current. Revision Changes Path 1.47 +0 -8 src/sys/scsi/scsiconf.c From owner-freebsd-commit Sun Jan 28 14:16:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04922 for freebsd-commit-outgoing; Sun, 28 Jan 1996 14:16:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04909 for cvs-all-outgoing; Sun, 28 Jan 1996 14:16:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04893 for cvs-sys-outgoing; Sun, 28 Jan 1996 14:16:28 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA04885 Sun, 28 Jan 1996 14:16:24 -0800 (PST) Date: Sun, 28 Jan 1996 14:16:24 -0800 (PST) From: Garrett Wollman Message-Id: <199601282216.OAA04885@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wd.c wdreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/28 14:16:23 Modified: sys/pci pcisupport.c sys/i386/conf files.i386 sys/i386/isa wd.c wdreg.h Added: sys/pci wd82371.c wd82371reg.h Log: Implement a prototype interface to bus-master IDE DMA on the Triton chipset. This does not attempt to do anything special with the timing on the hope that the BIOS will have done the right thing already. The actual interface from the wd driver to the new facility is not implemented yet (this commit being an attempt at prodding someone else to do it because looking at the wd driver always confuses the h*** out of me). Revision Changes Path 1.31 +5 -5 src/sys/pci/pcisupport.c 1.126 +2 -1 src/sys/i386/conf/files.i386 1.104 +3 -1 src/sys/i386/isa/wd.c 1.11 +46 -1 src/sys/i386/isa/wdreg.h From owner-freebsd-commit Sun Jan 28 14:41:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07606 for freebsd-commit-outgoing; Sun, 28 Jan 1996 14:41:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07597 for cvs-all-outgoing; Sun, 28 Jan 1996 14:41:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07587 for cvs-sys-outgoing; Sun, 28 Jan 1996 14:41:47 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07580 Sun, 28 Jan 1996 14:41:46 -0800 (PST) Date: Sun, 28 Jan 1996 14:41:46 -0800 (PST) From: Julian Elischer Message-Id: <199601282241.OAA07580@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk julian 96/01/28 14:41:45 Modified: sys/scsi scsiconf.c Log: Submitted by: rich (which one?) Another special case for probing multi-CD cdrom drives. 2nd try at this patch. Revision Changes Path 1.48 +5 -1 src/sys/scsi/scsiconf.c From owner-freebsd-commit Sun Jan 28 15:33:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10452 for freebsd-commit-outgoing; Sun, 28 Jan 1996 15:33:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10437 for cvs-all-outgoing; Sun, 28 Jan 1996 15:33:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10427 for cvs-sys-outgoing; Sun, 28 Jan 1996 15:33:27 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10420 Sun, 28 Jan 1996 15:33:25 -0800 (PST) Date: Sun, 28 Jan 1996 15:33:25 -0800 (PST) From: Joerg Wunsch Message-Id: <199601282333.PAA10420@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi worm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/28 15:33:25 Modified: sys/scsi worm.c Log: Make worm.c compile with -Wall -Werror again. . remove some unused variables . declare worminit() right this time, it's actually extern (?) . use wormminphys(), now that it's already there (hope i've got this right) Revision Changes Path 1.22 +7 -7 src/sys/scsi/worm.c From owner-freebsd-commit Sun Jan 28 15:38:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10722 for freebsd-commit-outgoing; Sun, 28 Jan 1996 15:38:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10713 for cvs-all-outgoing; Sun, 28 Jan 1996 15:38:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10703 for cvs-sys-outgoing; Sun, 28 Jan 1996 15:38:29 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10696 Sun, 28 Jan 1996 15:38:27 -0800 (PST) Date: Sun, 28 Jan 1996 15:38:27 -0800 (PST) From: John Dyson Message-Id: <199601282338.PAA10696@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/28 15:38:26 Added: sys/sys pipe.h sys/kern sys_pipe.c Log: Added new files to support the new fast pipes. After the follow-on commits, pipe performance should increase significantly. The pipe(2) system call is currently supported, while fifofs will be added later. From owner-freebsd-commit Sun Jan 28 15:41:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10987 for freebsd-commit-outgoing; Sun, 28 Jan 1996 15:41:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10978 for cvs-all-outgoing; Sun, 28 Jan 1996 15:41:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10966 for cvs-sys-outgoing; Sun, 28 Jan 1996 15:41:44 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA10959 Sun, 28 Jan 1996 15:41:42 -0800 (PST) Date: Sun, 28 Jan 1996 15:41:42 -0800 (PST) From: John Dyson Message-Id: <199601282341.PAA10959@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_descrip.c uipc_syscalls.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/28 15:41:42 Modified: sys/sys file.h sys/kern kern_descrip.c uipc_syscalls.c Log: Enable the new fast pipe code. The old pipes can be used with the "OLD_PIPE" config option. Revision Changes Path 1.6 +2 -1 src/sys/sys/file.h 1.24 +11 -1 src/sys/kern/kern_descrip.c 1.13 +3 -2 src/sys/kern/uipc_syscalls.c From owner-freebsd-commit Sun Jan 28 15:43:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11079 for freebsd-commit-outgoing; Sun, 28 Jan 1996 15:43:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11066 for cvs-all-outgoing; Sun, 28 Jan 1996 15:43:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11056 for cvs-sys-outgoing; Sun, 28 Jan 1996 15:43:11 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11048 Sun, 28 Jan 1996 15:43:09 -0800 (PST) Date: Sun, 28 Jan 1996 15:43:09 -0800 (PST) From: John Dyson Message-Id: <199601282343.PAA11048@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/conf files Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/28 15:43:08 Modified: sys/conf files Log: Added sys_pipe into files. Revision Changes Path 1.58 +1 -0 src/sys/conf/files From owner-freebsd-commit Sun Jan 28 15:43:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11152 for freebsd-commit-outgoing; Sun, 28 Jan 1996 15:43:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11141 for cvs-all-outgoing; Sun, 28 Jan 1996 15:43:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11131 for cvs-usrbin-outgoing; Sun, 28 Jan 1996 15:43:43 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11122 Sun, 28 Jan 1996 15:43:41 -0800 (PST) Date: Sun, 28 Jan 1996 15:43:41 -0800 (PST) From: Wolfram Schneider Message-Id: <199601282343.PAA11122@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/from from.1 from.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 15:43:40 Modified: usr.bin/from from.1 from.c Log: Read from standard input if file name "-" is given. Revision Changes Path 1.2 +3 -0 src/usr.bin/from/from.1 1.2 +7 -2 src/usr.bin/from/from.c From owner-freebsd-commit Sun Jan 28 15:49:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11513 for freebsd-commit-outgoing; Sun, 28 Jan 1996 15:49:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11504 for cvs-all-outgoing; Sun, 28 Jan 1996 15:49:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11494 for cvs-sbin-outgoing; Sun, 28 Jan 1996 15:49:09 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11487 Sun, 28 Jan 1996 15:49:07 -0800 (PST) Date: Sun, 28 Jan 1996 15:49:07 -0800 (PST) From: Wolfram Schneider Message-Id: <199601282349.PAA11487@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/nologin nologin.5 Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 15:49:06 Modified: sbin/nologin Makefile Added: sbin/nologin nologin.5 Log: A manpage. May be the file nologin.5 should located in src/share/man/man5. Revision Changes Path 1.4 +1 -0 src/sbin/nologin/Makefile From owner-freebsd-commit Sun Jan 28 15:57:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA12089 for freebsd-commit-outgoing; Sun, 28 Jan 1996 15:57:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA12079 for cvs-all-outgoing; Sun, 28 Jan 1996 15:57:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA12069 for cvs-libexec-outgoing; Sun, 28 Jan 1996 15:57:42 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA12061 Sun, 28 Jan 1996 15:57:40 -0800 (PST) Date: Sun, 28 Jan 1996 15:57:40 -0800 (PST) From: Wolfram Schneider Message-Id: <199601282357.PAA12061@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/rshd rshd.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 15:57:39 Modified: libexec/rlogind rlogind.8 Log: Section FILES and SEE ALSO completed Revision Changes Path 1.3 +13 -1 src/libexec/rlogind/rlogind.8 Modified: libexec/rshd rshd.8 Log: Section FILES and SEE ALSO completed Section FILES and SEE ALSO completed Revision Changes Path 1.2 +18 -1 src/libexec/rshd/rshd.8 From owner-freebsd-commit Sun Jan 28 16:01:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12310 for freebsd-commit-outgoing; Sun, 28 Jan 1996 16:01:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12299 for cvs-all-outgoing; Sun, 28 Jan 1996 16:00:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12289 for cvs-usrbin-outgoing; Sun, 28 Jan 1996 16:00:52 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12281 Sun, 28 Jan 1996 16:00:50 -0800 (PST) Date: Sun, 28 Jan 1996 16:00:50 -0800 (PST) From: Wolfram Schneider Message-Id: <199601290000.QAA12281@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rsh rsh.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 16:00:49 Modified: usr.bin/rsh rsh.1 Log: Section FILES and SEE ALSO complete Revision Changes Path 1.2 +7 -1 src/usr.bin/rsh/rsh.1 From owner-freebsd-commit Sun Jan 28 16:02:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12420 for freebsd-commit-outgoing; Sun, 28 Jan 1996 16:02:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12411 for cvs-all-outgoing; Sun, 28 Jan 1996 16:02:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12399 for cvs-usrbin-outgoing; Sun, 28 Jan 1996 16:02:45 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12392 Sun, 28 Jan 1996 16:02:42 -0800 (PST) Date: Sun, 28 Jan 1996 16:02:42 -0800 (PST) From: Wolfram Schneider Message-Id: <199601290002.QAA12392@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rlogin rlogin.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 16:02:41 Modified: usr.bin/rlogin rlogin.1 Log: Section FILES and SEE ALSO complete Revision Changes Path 1.3 +18 -1 src/usr.bin/rlogin/rlogin.1 From owner-freebsd-commit Sun Jan 28 16:06:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12731 for freebsd-commit-outgoing; Sun, 28 Jan 1996 16:06:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12671 for cvs-all-outgoing; Sun, 28 Jan 1996 16:05:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12661 for cvs-usrbin-outgoing; Sun, 28 Jan 1996 16:05:40 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA12654 Sun, 28 Jan 1996 16:05:38 -0800 (PST) Date: Sun, 28 Jan 1996 16:05:38 -0800 (PST) From: Wolfram Schneider Message-Id: <199601290005.QAA12654@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/telnet telnet.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 16:05:38 Modified: usr.bin/telnet telnet.1 Log: Section SEE ALSO complete Revision Changes Path 1.2 +7 -0 src/usr.bin/telnet/telnet.1 From owner-freebsd-commit Sun Jan 28 16:13:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13095 for freebsd-commit-outgoing; Sun, 28 Jan 1996 16:13:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13082 for cvs-all-outgoing; Sun, 28 Jan 1996 16:13:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13072 for cvs-usrbin-outgoing; Sun, 28 Jan 1996 16:13:03 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA13065 Sun, 28 Jan 1996 16:13:00 -0800 (PST) Date: Sun, 28 Jan 1996 16:13:00 -0800 (PST) From: Wolfram Schneider Message-Id: <199601290013.QAA13065@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 - New directory Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 16:13:00 src/usr.bin/calendar/calendars/de_DE.ISO8859-1 - New directory From owner-freebsd-commit Sun Jan 28 16:34:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14787 for freebsd-commit-outgoing; Sun, 28 Jan 1996 16:34:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14769 for cvs-all-outgoing; Sun, 28 Jan 1996 16:34:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14759 for cvs-usrbin-outgoing; Sun, 28 Jan 1996 16:34:25 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14742 Sun, 28 Jan 1996 16:34:22 -0800 (PST) Date: Sun, 28 Jan 1996 16:34:22 -0800 (PST) From: Wolfram Schneider Message-Id: <199601290034.QAA14742@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.all calendar.feiertag calendar.geschichte calendar.kirche calendar.literatur calendar.musik calendar.wissenschaft Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/28 16:34:21 Modified: usr.bin/calendar Makefile Log: install new calendars/de_DE.ISO8859-1/calendar.* files Revision Changes Path 1.3 +13 -2 src/usr.bin/calendar/Makefile Modified: usr.bin/calendar/calendars calendar.birthday calendar.christian calendar.computer calendar.history calendar.holiday calendar.judaic calendar.music calendar.usholiday Added: usr.bin/calendar/calendars calendar.all calendar.german calendar.world Log: include preprocessor commands like #ifndef _calendar_christian_ #define _calendar_christian_ [...] #endif Revision Changes Path 1.2 +11 -0 src/usr.bin/calendar/calendars/calendar.birthday 1.2 +11 -0 src/usr.bin/calendar/calendars/calendar.christian 1.2 +11 -0 src/usr.bin/calendar/calendars/calendar.computer 1.2 +11 -0 src/usr.bin/calendar/calendars/calendar.history 1.2 +11 -0 src/usr.bin/calendar/calendars/calendar.holiday 1.2 +11 -0 src/usr.bin/calendar/calendars/calendar.judaic 1.3 +11 -0 src/usr.bin/calendar/calendars/calendar.music 1.3 +11 -0 src/usr.bin/calendar/calendars/calendar.usholiday Added: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.all calendar.feiertag calendar.geschichte calendar.kirche calendar.literatur calendar.musik calendar.wissenschaft Log: german calenda From owner-freebsd-commit Sun Jan 28 17:19:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16569 for freebsd-commit-outgoing; Sun, 28 Jan 1996 17:19:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16558 for cvs-all-outgoing; Sun, 28 Jan 1996 17:19:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA16547 for cvs-sys-outgoing; Sun, 28 Jan 1996 17:19:05 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA16541 Sun, 28 Jan 1996 17:19:02 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id RAA06868; Sun, 28 Jan 1996 17:18:59 -0800 To: Julian Elischer cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/scsi scsiconf.c In-reply-to: Your message of "Sun, 28 Jan 1996 14:41:46 PST." <199601282241.OAA07580@freefall.freebsd.org> Date: Sun, 28 Jan 1996 17:18:59 -0800 Message-ID: <6866.822878339@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk Our convention is that when a simple name is used (in this case, "rich") you can take it to equal "rich@FreeBSD.org" because the submitter is a core member. > julian 96/01/28 14:41:45 > > Modified: sys/scsi scsiconf.c > Log: > Submitted by: rich (which one?) > > Another special case for probing multi-CD cdrom drives. > > 2nd try at this patch. > > Revision Changes Path > 1.48 +5 -1 src/sys/scsi/scsiconf.c From owner-freebsd-commit Sun Jan 28 18:57:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21283 for freebsd-commit-outgoing; Sun, 28 Jan 1996 18:57:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21271 for cvs-all-outgoing; Sun, 28 Jan 1996 18:57:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21261 for cvs-sys-outgoing; Sun, 28 Jan 1996 18:57:40 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21253 Sun, 28 Jan 1996 18:57:36 -0800 (PST) Date: Sun, 28 Jan 1996 18:57:36 -0800 (PST) From: John Dyson Message-Id: <199601290257.SAA21253@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/28 18:57:35 Modified: sys/kern sys_pipe.c Log: Fixed an uninitialized variable (argument to vm_map_find) -- problem that DG detected, and promptly found a fix. Submitted by: davidg Revision Changes Path 1.2 +8 -5 src/sys/kern/sys_pipe.c From owner-freebsd-commit Sun Jan 28 18:58:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21345 for freebsd-commit-outgoing; Sun, 28 Jan 1996 18:58:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21336 for cvs-all-outgoing; Sun, 28 Jan 1996 18:58:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21324 for cvs-usrsbin-outgoing; Sun, 28 Jan 1996 18:58:15 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA21315 Sun, 28 Jan 1996 18:58:14 -0800 (PST) Date: Sun, 28 Jan 1996 18:58:14 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601290258.SAA21315@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src conf.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/28 18:58:13 Modified: usr.sbin/sendmail/src conf.h Log: Whoops! Include paths.h instead of sys/cdefs.h - that results in PATH_VARTMP having a somewhat saner value. Submitted by: matthew green By way of: Eric Allman Revision Changes Path 1.10 +1 -1 src/usr.sbin/sendmail/src/conf.h From owner-freebsd-commit Sun Jan 28 19:21:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA22938 for freebsd-commit-outgoing; Sun, 28 Jan 1996 19:21:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA22920 for cvs-all-outgoing; Sun, 28 Jan 1996 19:20:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA22908 for cvs-sys-outgoing; Sun, 28 Jan 1996 19:20:51 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA22896 Sun, 28 Jan 1996 19:20:49 -0800 (PST) Date: Sun, 28 Jan 1996 19:20:49 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601290320.TAA22896@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys queue.h systm.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/28 19:20:47 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Performance optimizations. Unroll all bcopies. Use PIO to transfer SCBs since setting up the DMA is too costly. Restructure for efficiency. Pause the sequencer when a parity error occurs so that the kernel driver knows during which phase the error was encountered. Revision Changes Path 1.30 +120 -160 src/sys/dev/aic7xxx/aic7xxx.seq 1.5 +17 -33 src/sys/dev/aic7xxx/aic7xxx_reg.h Modified: sys/i386/eisa aha1742.c aic7770.c bt74x.c eisaconf.c eisaconf.h Log: Another pass through eisaconf. Ioaddrs and Maddrs are link lists now. The Bt driver is the only one that actually registers multiple addresses. Probe output is formatted to 80 columns. Revision Changes Path 1.49 +18 -11 src/sys/i386/eisa/aha1742.c 1.23 +19 -12 src/sys/i386/eisa/aic7770.c 1.3 +198 -80 src/sys/i386/eisa/bt74x.c 1.13 +277 -63 src/sys/i386/eisa/eisaconf.c 1.7 +27 -10 src/sys/i386/eisa/eisaconf.h Modified: sys/i386/isa if_ep.c if_epreg.h Log: Finally commit Serge's multicast and "misc other changes" patch. I don't have a network to test it on here, but it does probe my card okay. Submitted by: "Serge A. Babkin" Revision Changes Path 1.39 +70 -42 src/sys/i386/isa/if_ep.c 1.9 +14 -1 src/sys/i386/isa/if_epreg.h Modified: sys/i386/scsi aic7xxx.c aic7xxx.h Log: Changes to support Performance enhancements in the sequencer. Bring back the polling code (for dumps mostly), but protect it with splbio() to make it safe for reprobes. Revision Changes Path 1.55 +170 -123 src/sys/i386/scsi/aic7xxx.c 1.20 +5 -12 src/sys/i386/scsi/aic7xxx.h Modified: sys/kern subr_prf.c Log: Kernel printf now returns int. Revision Changes Path 1.29 +5 -3 src/sys/kern/subr_prf.c Modified: sys/pci aic7870.c Log: Update copyright. Revision Changes Path 1.25 +2 -2 src/sys/pci/aic7870.c Modified: sys/scsi st.c Log: Prevent media eject on first open and re-enable ejection on last close. The previous behavior was based on the lifetime of a "mount session" which isn't very obvious. Revision Changes Path 1.59 +6 -3 src/sys/scsi/st.c Modified: sys/sys queue.h systm.h Log: Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. These are used by the new eisaconf code. Revision Changes Path 1.5 +15 -1 src/sys/sys/queue.h 1.35 +2 -2 src/sys/sys/systm.h From owner-freebsd-commit Sun Jan 28 19:23:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23106 for freebsd-commit-outgoing; Sun, 28 Jan 1996 19:23:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23097 for cvs-all-outgoing; Sun, 28 Jan 1996 19:23:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23087 for cvs-share-outgoing; Sun, 28 Jan 1996 19:23:11 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA23080 Sun, 28 Jan 1996 19:23:08 -0800 (PST) Date: Sun, 28 Jan 1996 19:23:08 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601290323.TAA23080@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/man/man3 queue.3 Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/28 19:23:07 Modified: share/man/man3 queue.3 Log: Add LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE. Change examples to actually free() the nodes removed from lists. Give examples of faster list deletion routines. Revision Changes Path 1.2 +78 -10 src/share/man/man3/queue.3 From owner-freebsd-commit Sun Jan 28 20:44:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28710 for freebsd-commit-outgoing; Sun, 28 Jan 1996 20:44:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28695 for cvs-all-outgoing; Sun, 28 Jan 1996 20:44:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28685 for cvs-sys-outgoing; Sun, 28 Jan 1996 20:44:21 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA28678 Sun, 28 Jan 1996 20:44:18 -0800 (PST) Date: Sun, 28 Jan 1996 20:44:18 -0800 (PST) From: Bruce Evans Message-Id: <199601290444.UAA28678@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/28 20:44:17 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa cy.c Log: Brought in critical changes from main branch (one in rev.1.19): Fixed setting of speed B0 - don't output a bogus divisor of 0 and a random prescaler, just hang up. This may fix hangup problems with mgetty. Revision Changes Path 1.7.4.3 +9 -5 src/sys/i386/isa/cy.c From owner-freebsd-commit Mon Jan 29 00:17:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12762 for freebsd-commit-outgoing; Mon, 29 Jan 1996 00:17:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12753 for cvs-all-outgoing; Mon, 29 Jan 1996 00:17:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12743 for cvs-sys-outgoing; Mon, 29 Jan 1996 00:17:19 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA12735 Mon, 29 Jan 1996 00:17:17 -0800 (PST) Date: Mon, 29 Jan 1996 00:17:17 -0800 (PST) From: Bruce Evans Message-Id: <199601290817.AAA12735@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 96/01/29 00:17:17 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa sio.c Log: Brought in some critical changes from main branch: part of rev.1.115: Fix the tests for being a console by reverting to the ones that were used before the the RB_SERIAL changes... all of rev.1.123: Removed builtin list of port addresses. The address for sio3 conflicted with S3 graphics cards... Revision Changes Path 1.99.4.2 +18 -35 src/sys/i386/isa/sio.c From owner-freebsd-commit Mon Jan 29 00:46:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14044 for freebsd-commit-outgoing; Mon, 29 Jan 1996 00:46:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14035 for cvs-all-outgoing; Mon, 29 Jan 1996 00:46:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14025 for cvs-etc-outgoing; Mon, 29 Jan 1996 00:46:18 -0800 (PST) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA14015 Mon, 29 Jan 1996 00:46:16 -0800 (PST) Date: Mon, 29 Jan 1996 00:46:16 -0800 (PST) From: Gary Palmer Message-Id: <199601290846.AAA14015@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc rc sysconfig Sender: owner-commit@FreeBSD.ORG Precedence: bulk gpalmer 96/01/29 00:46:15 Modified: etc rc sysconfig Log: Add an option to start mrouted. Off by default Revision Changes Path 1.83 +6 -1 src/etc/rc 1.33 +5 -1 src/etc/sysconfig From owner-freebsd-commit Mon Jan 29 01:37:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA17107 for freebsd-commit-outgoing; Mon, 29 Jan 1996 01:37:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA17098 for cvs-all-outgoing; Mon, 29 Jan 1996 01:37:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA17088 for cvs-sys-outgoing; Mon, 29 Jan 1996 01:36:58 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA17058 Mon, 29 Jan 1996 01:36:16 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA22293; Mon, 29 Jan 1996 10:35:21 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id KAA17293; Mon, 29 Jan 1996 10:35:21 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id KAA07143; Mon, 29 Jan 1996 10:11:44 +0100 (MET) From: J Wunsch Message-Id: <199601290911.KAA07143@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/scsi scsiconf.c To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Mon, 29 Jan 1996 10:11:44 +0100 (MET) Cc: julian@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <6866.822878339@time.cdrom.com> from "Jordan K. Hubbard" at Jan 28, 96 05:18:59 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk As Jordan K. Hubbard wrote: > > Our convention is that when a simple name is used (in this case, "rich") > you can take it to equal "rich@FreeBSD.org" because the submitter is > a core member. s/core member/committer/ (Strictly spoken, anybody with an account on freefall.) -- 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-freebsd-commit Mon Jan 29 01:58:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA18180 for freebsd-commit-outgoing; Mon, 29 Jan 1996 01:58:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA18171 for cvs-all-outgoing; Mon, 29 Jan 1996 01:58:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA18161 for cvs-sys-outgoing; Mon, 29 Jan 1996 01:58:40 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA18154 Mon, 29 Jan 1996 01:58:37 -0800 (PST) Date: Mon, 29 Jan 1996 01:58:37 -0800 (PST) From: David Greenman Message-Id: <199601290958.BAA18154@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 01:58:36 Modified: sys/kern kern_malloc.c Log: Fixed two bugs in the calculation of the malloc area (kmem_map) size: 1) The calculation didn't account for NMBCLUSTERS, so if a large number of clusters was specified, it would leave little or no space for kernel malloc. 2) It was bogusly restricted to v_page_count. This doesn't take into account the sparseness of the malloc area and would have caused problems on machines with small amounts of memory. It should probably instead be changed to set the malloc limit to be constrained by the amount of memory, but I didn't do this. Revision Changes Path 1.18 +9 -7 src/sys/kern/kern_malloc.c From owner-freebsd-commit Mon Jan 29 02:08:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18668 for freebsd-commit-outgoing; Mon, 29 Jan 1996 02:08:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18496 for cvs-all-outgoing; Mon, 29 Jan 1996 02:05:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18474 for cvs-usrbin-outgoing; Mon, 29 Jan 1996 02:04:56 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA18337 Mon, 29 Jan 1996 02:01:16 -0800 (PST) Received: by sequent.kiae.su id AA29559 (5.65.kiae-2 ); Mon, 29 Jan 1996 12:48:45 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 29 Jan 96 12:48:43 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.3/8.7.3) id MAA01041; Mon, 29 Jan 1996 12:07:56 +0300 (MSK) To: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, Wolfram Schneider References: <199601290013.QAA13065@freefall.freebsd.org> In-Reply-To: <199601290013.QAA13065@freefall.freebsd.org>; from Wolfram Schneider at Sun, 28 Jan 1996 16:13:00 -0800 (PST) Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 29 Jan 1996 12:07:56 +0300 (MSK) X-Mailer: Mail/@ [v2.42 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 - New directory Lines: 14 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk In message <199601290013.QAA13065@freefall.freebsd.org> Wolfram Schneider writes: >wosch 96/01/28 16:13:00 > src/usr.bin/calendar/calendars/de_DE.ISO8859-1 - New directory Wrong name, must be de_DE.ISO_8859-1 per RFC1700 -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Mon Jan 29 02:08:15 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18677 for freebsd-commit-outgoing; Mon, 29 Jan 1996 02:08:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18553 for cvs-all-outgoing; Mon, 29 Jan 1996 02:05:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18543 for cvs-usrbin-outgoing; Mon, 29 Jan 1996 02:05:50 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA18510 Mon, 29 Jan 1996 02:05:19 -0800 (PST) Received: by sequent.kiae.su id AA29473 (5.65.kiae-2 ); Mon, 29 Jan 1996 12:48:32 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 29 Jan 96 12:48:29 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.3/8.7.3) id MAA01018; Mon, 29 Jan 1996 12:04:25 +0300 (MSK) To: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, Wolfram Schneider Cc: peter@freebsd.org References: <199601290034.QAA14742@freefall.freebsd.org> In-Reply-To: <199601290034.QAA14742@freefall.freebsd.org>; from Wolfram Schneider at Sun, 28 Jan 1996 16:34:22 -0800 (PST) Message-Id: Organization: Olahm Ha-Yetzirah Date: Mon, 29 Jan 1996 12:04:24 +0300 (MSK) X-Mailer: Mail/@ [v2.42 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.all calendar.feiertag calendar.geschichte calendar.kirche calendar.literatur calendar.musik calendar.wissenschaft Lines: 19 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-commit@freebsd.org Precedence: bulk In message <199601290034.QAA14742@freefall.freebsd.org> Wolfram Schneider writes: > Added: usr.bin/calendar/calendars/de_DE.ISO8859-1 calendar.all > calendar.feiertag calendar.geschichte > calendar.kirche calendar.literatur calendar.musik > calendar.wissenschaft > Log: > german calenda You pick wrong directory name, it must be de_DE.ISO_8859-1, please fix it. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Mon Jan 29 03:12:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22282 for freebsd-commit-outgoing; Mon, 29 Jan 1996 03:12:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22272 for cvs-all-outgoing; Mon, 29 Jan 1996 03:12:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22261 for cvs-sys-outgoing; Mon, 29 Jan 1996 03:12:45 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22251 Mon, 29 Jan 1996 03:12:40 -0800 (PST) Date: Mon, 29 Jan 1996 03:12:40 -0800 (PST) From: David Greenman Message-Id: <199601291112.DAA22251@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 03:12:40 Modified: sys/kern kern_malloc.c Log: Implement what I mentioned in rev 1.18: limit per-bucket allocations to 60% of physical memory or 60% of malloc area size, whichever is smaller. Revision Changes Path 1.19 +7 -3 src/sys/kern/kern_malloc.c From owner-freebsd-commit Mon Jan 29 03:15:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22399 for freebsd-commit-outgoing; Mon, 29 Jan 1996 03:15:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22387 for cvs-all-outgoing; Mon, 29 Jan 1996 03:15:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22380 for cvs-sys-outgoing; Mon, 29 Jan 1996 03:15:20 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA22355 Mon, 29 Jan 1996 03:15:04 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id DAA00221; Mon, 29 Jan 1996 03:15:11 -0800 Message-Id: <199601291115.DAA00221@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c In-reply-to: Your message of "Mon, 29 Jan 1996 03:12:40 PST." <199601291112.DAA22251@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Mon, 29 Jan 1996 03:15:11 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >davidg 96/01/29 03:12:40 > > Modified: sys/kern kern_malloc.c > Log: > Implement what I mentioned in rev 1.18: limit per-bucket allocations to ^^^^^^^^^^ Woops, I meant "per-type" allocations. > 60% of physical memory or 60% of malloc area size, whichever is smaller. > > Revision Changes Path > 1.19 +7 -3 src/sys/kern/kern_malloc.c -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-freebsd-commit Mon Jan 29 03:20:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22894 for freebsd-commit-outgoing; Mon, 29 Jan 1996 03:20:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22881 for cvs-all-outgoing; Mon, 29 Jan 1996 03:20:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22866 for cvs-sys-outgoing; Mon, 29 Jan 1996 03:20:33 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22855 Mon, 29 Jan 1996 03:20:31 -0800 (PST) Date: Mon, 29 Jan 1996 03:20:31 -0800 (PST) From: David Greenman Message-Id: <199601291120.DAA22855@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 03:20:30 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern kern_malloc.c Log: Retrofitted changes from revs 1.18 and 1.19: fix bugs with malloc area size calculations. Revision Changes Path 1.12.4.1 +13 -7 src/sys/kern/kern_malloc.c From owner-freebsd-commit Mon Jan 29 04:11:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25633 for freebsd-commit-outgoing; Mon, 29 Jan 1996 04:11:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25572 for cvs-all-outgoing; Mon, 29 Jan 1996 04:11:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25520 for cvs-sys-outgoing; Mon, 29 Jan 1996 04:10:39 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25507 Mon, 29 Jan 1996 04:10:34 -0800 (PST) Date: Mon, 29 Jan 1996 04:10:34 -0800 (PST) From: David Greenman Message-Id: <199601291210.EAA25507@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 04:10:33 Modified: sys/vm vm_glue.c Log: Added a check/panic for vm_map_find failing to find space for the page tables/u-pages when forking. This is a "can't happen" case. :-) Revision Changes Path 1.38 +7 -5 src/sys/vm/vm_glue.c From owner-freebsd-commit Mon Jan 29 04:11:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25659 for freebsd-commit-outgoing; Mon, 29 Jan 1996 04:11:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25622 for cvs-all-outgoing; Mon, 29 Jan 1996 04:11:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25607 for cvs-sys-outgoing; Mon, 29 Jan 1996 04:11:39 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25598 Mon, 29 Jan 1996 04:11:36 -0800 (PST) Date: Mon, 29 Jan 1996 04:11:36 -0800 (PST) From: David Greenman Message-Id: <199601291211.EAA25598@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 04:11:34 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_glue.c Log: Retrofitted change from rev 1.38: check for failure of vm_map_find when forking. Revision Changes Path 1.20.4.3 +9 -7 src/sys/vm/vm_glue.c From owner-freebsd-commit Mon Jan 29 04:31:35 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26673 for freebsd-commit-outgoing; Mon, 29 Jan 1996 04:31:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26655 for cvs-all-outgoing; Mon, 29 Jan 1996 04:31:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26638 for cvs-sys-outgoing; Mon, 29 Jan 1996 04:31:13 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26625 Mon, 29 Jan 1996 04:31:09 -0800 (PST) Date: Mon, 29 Jan 1996 04:31:09 -0800 (PST) From: David Greenman Message-Id: <199601291231.EAA26625@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/include pcb.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 04:31:06 Branch: sys/i386/i386 RELENG_2_1_0 sys/i386/include RELENG_2_1_0 Modified: sys/i386/i386 machdep.c swtch.s vm_machdep.c sys/i386/include pcb.h Log: Brought in changes from rev 1.26 of swtch.s and related changes: bugfix for savectx() returning garbage in %eax for the child. Revision Changes Path 1.128.4.6 +2 -2 src/sys/i386/i386/machdep.c 1.20.4.1 +8 -21 src/sys/i386/i386/swtch.s 1.39.4.1 +2 -2 src/sys/i386/i386/vm_machdep.c 1.8.4.1 +2 -2 src/sys/i386/include/pcb.h From owner-freebsd-commit Mon Jan 29 04:33:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26848 for freebsd-commit-outgoing; Mon, 29 Jan 1996 04:33:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26839 for cvs-all-outgoing; Mon, 29 Jan 1996 04:33:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26827 for cvs-sys-outgoing; Mon, 29 Jan 1996 04:33:19 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26820 Mon, 29 Jan 1996 04:33:16 -0800 (PST) Date: Mon, 29 Jan 1996 04:33:16 -0800 (PST) From: David Greenman Message-Id: <199601291233.EAA26820@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys socket.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 04:33:15 Branch: sys/sys RELENG_2_1_0 Modified: sys/sys socket.h Log: Brought in change from rev 1.8: increase SOMAXCONN to 128. Revision Changes Path 1.6.4.2 +2 -2 src/sys/sys/socket.h From owner-freebsd-commit Mon Jan 29 04:35:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27018 for freebsd-commit-outgoing; Mon, 29 Jan 1996 04:35:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26992 for cvs-all-outgoing; Mon, 29 Jan 1996 04:35:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26968 for cvs-etc-outgoing; Mon, 29 Jan 1996 04:34:56 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA26959 Mon, 29 Jan 1996 04:34:51 -0800 (PST) Date: Mon, 29 Jan 1996 04:34:51 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601291234.EAA26959@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/mtree BSD.usr.dist Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/29 04:34:50 Modified: etc/mtree BSD.usr.dist Log: Add missing cat9 Revision Changes Path 1.51 +5 -1 src/etc/mtree/BSD.usr.dist From owner-freebsd-commit Mon Jan 29 04:37:02 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27174 for freebsd-commit-outgoing; Mon, 29 Jan 1996 04:37:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27162 for cvs-all-outgoing; Mon, 29 Jan 1996 04:36:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27152 for cvs-sys-outgoing; Mon, 29 Jan 1996 04:36:49 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA27145 Mon, 29 Jan 1996 04:36:42 -0800 (PST) Date: Mon, 29 Jan 1996 04:36:42 -0800 (PST) From: David Greenman Message-Id: <199601291236.EAA27145@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 04:36:41 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_object.c Log: Brought in change from rev 1.61: increased vm_object_cache_max to handle more small files. Revision Changes Path 1.48.2.2 +2 -2 src/sys/vm/vm_object.c From owner-freebsd-commit Mon Jan 29 05:00:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28449 for freebsd-commit-outgoing; Mon, 29 Jan 1996 05:00:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28423 for cvs-all-outgoing; Mon, 29 Jan 1996 05:00:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28371 for cvs-sys-outgoing; Mon, 29 Jan 1996 05:00:03 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA28340 Mon, 29 Jan 1996 04:59:58 -0800 (PST) Date: Mon, 29 Jan 1996 04:59:58 -0800 (PST) From: David Greenman Message-Id: <199601291259.EAA28340@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 04:59:55 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci if_fxp.c Log: Changes to make this driver work properly with the 2.1 kernel. Revision Changes Path 1.8.2.1 +7 -5 src/sys/pci/if_fxp.c From owner-freebsd-commit Mon Jan 29 05:03:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28690 for freebsd-commit-outgoing; Mon, 29 Jan 1996 05:03:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28677 for cvs-all-outgoing; Mon, 29 Jan 1996 05:03:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28659 for cvs-sys-outgoing; Mon, 29 Jan 1996 05:03:32 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28650 Mon, 29 Jan 1996 05:03:25 -0800 (PST) Date: Mon, 29 Jan 1996 05:03:25 -0800 (PST) From: David Greenman Message-Id: <199601291303.FAA28650@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/conf files Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 05:03:23 Branch: sys/conf RELENG_2_1_0 Modified: sys/conf files Log: Added fxp device driver. Sorted pci/ entries. Revision Changes Path 1.41.4.3 +4 -3 src/sys/conf/files From owner-freebsd-commit Mon Jan 29 05:20:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00949 for freebsd-commit-outgoing; Mon, 29 Jan 1996 05:20:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00885 for cvs-all-outgoing; Mon, 29 Jan 1996 05:20:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00850 for cvs-usrsbin-outgoing; Mon, 29 Jan 1996 05:20:05 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00807 Mon, 29 Jan 1996 05:19:59 -0800 (PST) Date: Mon, 29 Jan 1996 05:19:59 -0800 (PST) From: Mike Pritchard Message-Id: <199601291319.FAA00807@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/sendmail/src Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 05:19:56 Modified: usr.sbin/sendmail/src Makefile Log: Don't install sendmail setgid kmem since it doesn't really require kmem access. It is currently configured to call getloadavg(3), which uses sysctl(2) to determine the load average, which is the only reason some sendmails require kmem access. Revision Changes Path 1.8 +1 -2 src/usr.sbin/sendmail/src/Makefile From owner-freebsd-commit Mon Jan 29 06:47:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA06079 for freebsd-commit-outgoing; Mon, 29 Jan 1996 06:47:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA06068 for cvs-all-outgoing; Mon, 29 Jan 1996 06:47:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA06058 for cvs-etc-outgoing; Mon, 29 Jan 1996 06:47:13 -0800 (PST) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA06051 Mon, 29 Jan 1996 06:47:07 -0800 (PST) Date: Mon, 29 Jan 1996 06:47:07 -0800 (PST) From: Gary Palmer Message-Id: <199601291447.GAA06051@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/etc.i386 rc.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk gpalmer 96/01/29 06:47:06 Branch: etc RELENG_2_1_0 etc/etc.i386 RELENG_2_1_0 Modified: etc rc sysconfig etc/etc.i386 rc.i386 Log: Changes from the HEAD branch: add options to load the linux LKM, mrouted and disable lpd. Revision Changes Path 1.66.4.8 +8 -2 src/etc/rc 1.14.4.6 +11 -1 src/etc/sysconfig 1.9.4.2 +8 -1 src/etc/etc.i386/rc.i386 From owner-freebsd-commit Mon Jan 29 08:04:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10210 for freebsd-commit-outgoing; Mon, 29 Jan 1996 08:04:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10198 for cvs-all-outgoing; Mon, 29 Jan 1996 08:04:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10184 for cvs-usrsbin-outgoing; Mon, 29 Jan 1996 08:04:38 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10175 Mon, 29 Jan 1996 08:04:33 -0800 (PST) Date: Mon, 29 Jan 1996 08:04:33 -0800 (PST) From: Peter Wemm Message-Id: <199601291604.IAA10175@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mrouted igmp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/29 08:04:31 Modified: usr.sbin/mrouted igmp.c Log: Minor tweak to allow the mbone mapper to work again on hosts which are themselves acting as multicast routers. Reviewed by: Bill Fenner (quite some time ago) Revision Changes Path 1.10 +2 -2 src/usr.sbin/mrouted/igmp.c From owner-freebsd-commit Mon Jan 29 11:47:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25718 for freebsd-commit-outgoing; Mon, 29 Jan 1996 11:47:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25697 for cvs-all-outgoing; Mon, 29 Jan 1996 11:46:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25674 for cvs-sys-outgoing; Mon, 29 Jan 1996 11:46:41 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25666 Mon, 29 Jan 1996 11:46:36 -0800 (PST) Date: Mon, 29 Jan 1996 11:46:36 -0800 (PST) From: Joerg Wunsch Message-Id: <199601291946.LAA25666@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi worm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/29 11:46:34 Modified: sys/scsi worm.c Log: Remove redundant declaration for worminit(). Dunno why my config(8) didn't generate it, but it's supposed to. Revision Changes Path 1.23 +1 -2 src/sys/scsi/worm.c From owner-freebsd-commit Mon Jan 29 12:16:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29011 for freebsd-commit-outgoing; Mon, 29 Jan 1996 12:16:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28996 for cvs-all-outgoing; Mon, 29 Jan 1996 12:16:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28958 for cvs-lib-outgoing; Mon, 29 Jan 1996 12:16:40 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28943 Mon, 29 Jan 1996 12:16:36 -0800 (PST) Date: Mon, 29 Jan 1996 12:16:36 -0800 (PST) From: Mike Pritchard Message-Id: <199601292016.MAA28943@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/net getservent.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 12:16:34 Modified: lib/libc/gen getpwent.c lib/libc/net getservent.c Log: Getpwent() and getservent() can wind up calling free() with an invalid pointer if a call to yp_first() fails. Closes PR # 964, and possibly # 952. Revision Changes Path 1.31 +0 -1 src/lib/libc/gen/getpwent.c 1.3 +0 -1 src/lib/libc/net/getservent.c From owner-freebsd-commit Mon Jan 29 12:17:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29185 for freebsd-commit-outgoing; Mon, 29 Jan 1996 12:17:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29147 for cvs-all-outgoing; Mon, 29 Jan 1996 12:17:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29135 for cvs-user-outgoing; Mon, 29 Jan 1996 12:17:38 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29110 Mon, 29 Jan 1996 12:17:32 -0800 (PST) Date: Mon, 29 Jan 1996 12:17:32 -0800 (PST) From: Joerg Wunsch Message-Id: <199601292017.MAA29110@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release/sysinstall install.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/29 12:17:31 Modified: release/sysinstall install.c Log: Add the -u flag to the cpio's used to install the initial files, just to make sure they will be overwritten even in cases where the've bogusly got more recent timestamps. Revision Changes Path 1.75 +4 -4 src/release/sysinstall/install.c From owner-freebsd-commit Mon Jan 29 12:22:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29563 for freebsd-commit-outgoing; Mon, 29 Jan 1996 12:22:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29548 for cvs-all-outgoing; Mon, 29 Jan 1996 12:22:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA29541 for cvs-sys-outgoing; Mon, 29 Jan 1996 12:22:06 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id MAA29493 Mon, 29 Jan 1996 12:21:04 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id VAA18618; Mon, 29 Jan 1996 21:16:47 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id VAA23637; Mon, 29 Jan 1996 21:16:47 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id UAA08863; Mon, 29 Jan 1996 20:25:55 +0100 (MET) From: J Wunsch Message-Id: <199601291925.UAA08863@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/kern kern_malloc.c To: davidg@freefall.freebsd.org (David Greenman) Date: Mon, 29 Jan 1996 20:25:54 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199601290958.BAA18154@freefall.freebsd.org> from "David Greenman" at Jan 29, 96 01:58:37 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk As David Greenman wrote: > > Fixed two bugs in the calculation of the malloc area (kmem_map) size: > > 1) The calculation didn't account for NMBCLUSTERS, so if a large number of > clusters was specified, it would leave little or no space for kernel > malloc. Is this the reason why i've got a ``kmem_map too small'' on my 2 MB machine? -- 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-freebsd-commit Mon Jan 29 14:54:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18018 for freebsd-commit-outgoing; Mon, 29 Jan 1996 14:54:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA18004 for cvs-all-outgoing; Mon, 29 Jan 1996 14:54:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17996 for cvs-bin-outgoing; Mon, 29 Jan 1996 14:53:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17956 Mon, 29 Jan 1996 14:53:31 -0800 (PST) Date: Mon, 29 Jan 1996 14:53:31 -0800 (PST) From: Mike Pritchard Message-Id: <199601292253.OAA17956@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/expr expr.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 14:53:29 Modified: bin/expr expr.1 Log: Fix some spelling errors. Revision Changes Path 1.4 +5 -5 src/bin/expr/expr.1 From owner-freebsd-commit Mon Jan 29 15:53:10 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24065 for freebsd-commit-outgoing; Mon, 29 Jan 1996 15:53:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24049 for cvs-all-outgoing; Mon, 29 Jan 1996 15:53:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24037 for cvs-sbin-outgoing; Mon, 29 Jan 1996 15:52:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA24030 Mon, 29 Jan 1996 15:52:49 -0800 (PST) Date: Mon, 29 Jan 1996 15:52:49 -0800 (PST) From: Mike Pritchard Message-Id: <199601292352.PAA24030@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/startslip startslip.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 15:52:46 Modified: sbin/ifconfig ifconfig.8 sbin/ipfw ipfw.8 sbin/mount_nfs mount_nfs.8 sbin/mount_null mount_null.8 sbin/mountd netgroup.5 sbin/newfs newfs.8 sbin/nologin nologin.5 sbin/reboot boot_i386.8 sbin/scsiformat scsiformat.8 sbin/slattach slattach.8 sbin/startslip startslip.1 Log: Fix a bunch of spelling errors. Revision Changes Path 1.5 +1 -1 src/sbin/ifconfig/ifconfig.8 1.10 +3 -3 src/sbin/ipfw/ipfw.8 1.4 +2 -2 src/sbin/mount_nfs/mount_nfs.8 1.3 +2 -2 src/sbin/mount_null/mount_null.8 1.3 +2 -2 src/sbin/mountd/netgroup.5 1.7 +1 -1 src/sbin/newfs/newfs.8 1.2 +2 -2 src/sbin/nologin/nologin.5 1.4 +2 -2 src/sbin/reboot/boot_i386.8 1.3 +2 -2 src/sbin/scsiformat/scsiformat.8 1.9 +5 -5 src/sbin/slattach/slattach.8 1.10 +4 -4 src/sbin/startslip/startslip.1 From owner-freebsd-commit Mon Jan 29 16:51:22 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29029 for freebsd-commit-outgoing; Mon, 29 Jan 1996 16:51:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA29007 for cvs-all-outgoing; Mon, 29 Jan 1996 16:51:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28999 for cvs-CVSROOT-outgoing; Mon, 29 Jan 1996 16:51:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28970 Mon, 29 Jan 1996 16:50:58 -0800 (PST) Date: Mon, 29 Jan 1996 16:50:58 -0800 (PST) From: Mike Pritchard Message-Id: <199601300050.QAA28970@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 16:50:56 Modified: . modules Log: Added sasc -> src/usr.bin/sasc. Revision Changes Path 1.622 +2 -1 CVSROOT/modules From owner-freebsd-commit Mon Jan 29 17:14:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01638 for freebsd-commit-outgoing; Mon, 29 Jan 1996 17:14:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01624 for cvs-all-outgoing; Mon, 29 Jan 1996 17:14:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01609 for cvs-sys-outgoing; Mon, 29 Jan 1996 17:14:46 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01594 Mon, 29 Jan 1996 17:14:41 -0800 (PST) Date: Mon, 29 Jan 1996 17:14:41 -0800 (PST) From: Stefan Esser Message-Id: <199601300114.RAA01594@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/01/29 17:14:39 Modified: sys/pci pci.c Log: Add heuristic to detect multi-function devices that don't announce this feature in the header type register, though it is required by the PCI spec. This should correctly probe both functions of the Intel 82371FB chip, without the need for a special case based on the device ID. Revision Changes Path 1.44 +79 -34 src/sys/pci/pci.c From owner-freebsd-commit Mon Jan 29 17:17:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01965 for freebsd-commit-outgoing; Mon, 29 Jan 1996 17:17:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01953 for cvs-all-outgoing; Mon, 29 Jan 1996 17:17:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01937 for cvs-CVSROOT-outgoing; Mon, 29 Jan 1996 17:17:36 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA01911 Mon, 29 Jan 1996 17:17:30 -0800 (PST) Date: Mon, 29 Jan 1996 17:17:30 -0800 (PST) From: Mike Pritchard Message-Id: <199601300117.RAA01911@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 17:17:26 Modified: . modules Log: Added: ypcat -> src/usr.bin/ypcat ypmatch -> src/usr.bin/ypmatch Revision Changes Path 1.623 +3 -1 CVSROOT/modules From owner-freebsd-commit Mon Jan 29 18:35:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09302 for freebsd-commit-outgoing; Mon, 29 Jan 1996 18:35:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09289 for cvs-all-outgoing; Mon, 29 Jan 1996 18:35:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09278 for cvs-usrsbin-outgoing; Mon, 29 Jan 1996 18:35:22 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA09266 Mon, 29 Jan 1996 18:35:16 -0800 (PST) Date: Mon, 29 Jan 1996 18:35:16 -0800 (PST) From: Joerg Wunsch Message-Id: <199601300235.SAA09266@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mkdosfs mkdosfs.1 mkdosfs.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/29 18:35:14 Modified: usr.sbin/mkdosfs mkdosfs.1 mkdosfs.c Log: Attempt to figure out the size of the device/file we are about to format. A bit tricky, but i believe this to work for 98 % of the cases. Revision Changes Path 1.2 +9 -2 src/usr.sbin/mkdosfs/mkdosfs.1 1.2 +81 -11 src/usr.sbin/mkdosfs/mkdosfs.c From owner-freebsd-commit Mon Jan 29 18:56:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA12290 for freebsd-commit-outgoing; Mon, 29 Jan 1996 18:56:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA12280 for cvs-all-outgoing; Mon, 29 Jan 1996 18:56:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA12264 for cvs-sys-outgoing; Mon, 29 Jan 1996 18:56:20 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA12208 Mon, 29 Jan 1996 18:56:15 -0800 (PST) Date: Mon, 29 Jan 1996 18:56:15 -0800 (PST) From: Mike Pritchard Message-Id: <199601300256.SAA12208@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys cdio.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/29 18:56:14 Modified: sys/sys cdio.h Log: Fix a typo in a comment. Revision Changes Path 1.9 +2 -2 src/sys/sys/cdio.h From owner-freebsd-commit Mon Jan 29 21:22:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA25421 for freebsd-commit-outgoing; Mon, 29 Jan 1996 21:22:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA25398 for cvs-all-outgoing; Mon, 29 Jan 1996 21:22:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA25380 for cvs-user-outgoing; Mon, 29 Jan 1996 21:22:22 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA25369 Mon, 29 Jan 1996 21:22:15 -0800 (PST) Date: Mon, 29 Jan 1996 21:22:15 -0800 (PST) From: Nate Williams Message-Id: <199601300522.VAA25369@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/01/29 21:22:12 Modified: . Makefile Log: Kludge alert! Add new 'include-tools' target, which the 'includes' target depends on. Currently, it consists of rpcgen. Revision Changes Path 1.73 +10 -4 src/Makefile From owner-freebsd-commit Mon Jan 29 21:47:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27830 for freebsd-commit-outgoing; Mon, 29 Jan 1996 21:47:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27816 for cvs-all-outgoing; Mon, 29 Jan 1996 21:46:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27799 for cvs-user-outgoing; Mon, 29 Jan 1996 21:46:54 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27789 Mon, 29 Jan 1996 21:46:46 -0800 (PST) Date: Mon, 29 Jan 1996 21:46:46 -0800 (PST) From: Nate Williams Message-Id: <199601300546.VAA27789@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/01/29 21:46:44 Modified: . Makefile Log: Added 'install' to the inclde-tools target, as it has a new options "-C" which is used when installing the include files. Submitted by: John Hay -- John.Hay@csir.co.za Revision Changes Path 1.74 +3 -1 src/Makefile From owner-freebsd-commit Mon Jan 29 21:55:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28980 for freebsd-commit-outgoing; Mon, 29 Jan 1996 21:55:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28962 for cvs-all-outgoing; Mon, 29 Jan 1996 21:55:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28934 for cvs-lib-outgoing; Mon, 29 Jan 1996 21:55:37 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA28917 Mon, 29 Jan 1996 21:55:30 -0800 (PST) Date: Mon, 29 Jan 1996 21:55:30 -0800 (PST) From: Nate Williams Message-Id: <199601300555.VAA28917@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/csu/i386 crt0.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/01/29 21:55:28 Modified: lib/csu/i386 crt0.c Log: Back out the thread_init code in order to allow -current to bootstrap from -stable, until a better solution is found. Submitted by: Consensus of mailing list and the almighty Jordan :) Revision Changes Path 1.23 +0 -8 src/lib/csu/i386/crt0.c From owner-freebsd-commit Mon Jan 29 23:26:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09386 for freebsd-commit-outgoing; Mon, 29 Jan 1996 23:26:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09357 for cvs-all-outgoing; Mon, 29 Jan 1996 23:26:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09338 for cvs-sys-outgoing; Mon, 29 Jan 1996 23:26:00 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA09322 Mon, 29 Jan 1996 23:25:55 -0800 (PST) Date: Mon, 29 Jan 1996 23:25:55 -0800 (PST) From: David Greenman Message-Id: <199601300725.XAA09322@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa if_lnc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 23:25:53 Modified: sys/i386/isa if_lnc.c Log: Restore my change to the watchdog params that Paul spammed in rev 1.18. Revision Changes Path 1.20 +5 -6 src/sys/i386/isa/if_lnc.c From owner-freebsd-commit Mon Jan 29 23:59:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13234 for freebsd-commit-outgoing; Mon, 29 Jan 1996 23:59:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13217 for cvs-all-outgoing; Mon, 29 Jan 1996 23:59:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13202 for cvs-sys-outgoing; Mon, 29 Jan 1996 23:59:09 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13193 Mon, 29 Jan 1996 23:59:06 -0800 (PST) Date: Mon, 29 Jan 1996 23:59:06 -0800 (PST) From: David Greenman Message-Id: <199601300759.XAA13193@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/29 23:59:05 Modified: sys/i386/i386 locore.s Log: Increase tmpstk size to 8K and make certain it is longword aligned. Revision Changes Path 1.61 +3 -2 src/sys/i386/i386/locore.s From owner-freebsd-commit Tue Jan 30 00:00:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13470 for freebsd-commit-outgoing; Tue, 30 Jan 1996 00:00:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13456 for cvs-all-outgoing; Tue, 30 Jan 1996 00:00:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13441 for cvs-sys-outgoing; Tue, 30 Jan 1996 00:00:27 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA13428 Tue, 30 Jan 1996 00:00:22 -0800 (PST) Date: Tue, 30 Jan 1996 00:00:22 -0800 (PST) From: David Greenman Message-Id: <199601300800.AAA13428@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 locore.s Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/30 00:00:20 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 locore.s Log: Brought in change from rev 1.61: increased tmpstk size to 8K. Revision Changes Path 1.52.4.3 +3 -2 src/sys/i386/i386/locore.s From owner-freebsd-commit Tue Jan 30 01:20:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA21238 for freebsd-commit-outgoing; Tue, 30 Jan 1996 01:20:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA21216 for cvs-all-outgoing; Tue, 30 Jan 1996 01:19:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA21196 for cvs-sys-outgoing; Tue, 30 Jan 1996 01:19:45 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA21183 Tue, 30 Jan 1996 01:19:40 -0800 (PST) Date: Tue, 30 Jan 1996 01:19:40 -0800 (PST) From: David Greenman Message-Id: <199601300919.BAA21183@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_trace.c exception.s swtch.s Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/30 01:19:37 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 db_trace.c exception.s swtch.s Log: Brought in changes from revs 1.12-1.14 of db_trace.c and related changes: rewrite of DDB's stack traceback code to fix multiple bugs in it. Revision Changes Path 1.11.4.1 +167 -204 src/sys/i386/i386/db_trace.c 1.9.2.3 +1 -12 src/sys/i386/i386/exception.s 1.20.4.2 +3 -3 src/sys/i386/i386/swtch.s From owner-freebsd-commit Tue Jan 30 02:31:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29771 for freebsd-commit-outgoing; Tue, 30 Jan 1996 02:31:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29752 for cvs-all-outgoing; Tue, 30 Jan 1996 02:31:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29732 for cvs-sys-outgoing; Tue, 30 Jan 1996 02:31:33 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29703 Tue, 30 Jan 1996 02:31:23 -0800 (PST) Date: Tue, 30 Jan 1996 02:31:23 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301031.CAA29703@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c mcdreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 02:31:19 Modified: sys/i386/isa mcd.c mcdreg.h Log: Fix audio part, especially READTOCENTRYS inspired by NetBSD driver and my own ideas Revision Changes Path 1.60 +55 -46 src/sys/i386/isa/mcd.c 1.9 +3 -2 src/sys/i386/isa/mcdreg.h From owner-freebsd-commit Tue Jan 30 03:01:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03778 for freebsd-commit-outgoing; Tue, 30 Jan 1996 03:01:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03761 for cvs-all-outgoing; Tue, 30 Jan 1996 03:01:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA03747 for cvs-user-outgoing; Tue, 30 Jan 1996 03:01:52 -0800 (PST) Received: from skiddaw.elsevier.co.uk (skiddaw.elsevier.co.uk [193.131.222.60]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA03610 Tue, 30 Jan 1996 03:01:12 -0800 (PST) Received: from snowdon.elsevier.co.uk (snowdon.elsevier.co.uk [193.131.197.164]) by skiddaw.elsevier.co.uk (8.6.12/8.6.12) with ESMTP id KAA16160; Tue, 30 Jan 1996 10:58:48 GMT Received: from cadair.elsevier.co.uk (actually host cadair) by snowdon with SMTP (PP); Tue, 30 Jan 1996 10:58:55 +0000 Received: (from dpr@localhost) by cadair.elsevier.co.uk (8.6.12/8.6.12) id KAA16566; Tue, 30 Jan 1996 10:58:58 GMT From: Paul Richards Message-Id: <199601301058.KAA16566@cadair.elsevier.co.uk> Subject: Re: cvs commit: src Makefile To: nate@freefall.freebsd.org (Nate Williams) Date: Tue, 30 Jan 1996 10:58:57 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org In-Reply-To: <199601300522.VAA25369@freefall.freebsd.org> from "Nate Williams" at Jan 29, 96 09:22:15 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk In reply to Nate Williams who said > > nate 96/01/29 21:22:12 > > Modified: . Makefile > Log: > Kludge alert! > > Add new 'include-tools' target, which the 'includes' target depends on. > Currently, it consists of rpcgen. We used to have a bootstrap target for building those tools necessary to bootstrap from the last official release. I don't see why we can't solve these problems by bringing it back and leaving it in permanently. After each release we clean it out. -- Paul Richards. Originative Solutions Ltd. Internet: paul@netcraft.co.uk, http://www.netcraft.co.uk Phone: 0370 462071 (Mobile), +44 1225 447500 (work) From owner-freebsd-commit Tue Jan 30 03:07:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04379 for freebsd-commit-outgoing; Tue, 30 Jan 1996 03:07:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04363 for cvs-all-outgoing; Tue, 30 Jan 1996 03:07:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04351 for cvs-lib-outgoing; Tue, 30 Jan 1996 03:07:24 -0800 (PST) Received: from skiddaw.elsevier.co.uk (skiddaw.elsevier.co.uk [193.131.222.60]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id DAA04301 Tue, 30 Jan 1996 03:06:59 -0800 (PST) Received: from snowdon.elsevier.co.uk (snowdon.elsevier.co.uk [193.131.197.164]) by skiddaw.elsevier.co.uk (8.6.12/8.6.12) with ESMTP id LAA16210; Tue, 30 Jan 1996 11:05:07 GMT Received: from cadair.elsevier.co.uk (actually host cadair) by snowdon with SMTP (PP); Tue, 30 Jan 1996 11:05:32 +0000 Received: (from dpr@localhost) by cadair.elsevier.co.uk (8.6.12/8.6.12) id LAA16722; Tue, 30 Jan 1996 11:05:38 GMT From: Paul Richards Message-Id: <199601301105.LAA16722@cadair.elsevier.co.uk> Subject: Re: cvs commit: src/lib/csu/i386 crt0.c To: nate@freefall.freebsd.org (Nate Williams) Date: Tue, 30 Jan 1996 11:05:38 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org In-Reply-To: <199601300555.VAA28917@freefall.freebsd.org> from "Nate Williams" at Jan 29, 96 09:55:30 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-commit@FreeBSD.ORG Precedence: bulk In reply to Nate Williams who said > > nate 96/01/29 21:55:28 > > Modified: lib/csu/i386 crt0.c > Log: > Back out the thread_init code in order to allow -current to bootstrap > from -stable, until a better solution is found. > > Submitted by: Consensus of mailing list and the almighty Jordan :) Umm, I think this is a bit drastic! Bootstrapping is a problem we have to deal with now and again in -current and it shouldn't be a barrier to new development. I disagree with Jordan about -current being fundamentally broken when it's actually a bootstrapping issue, these are the sorts of things you have to deal with as a -current user while people strive to find solutions. Removing stuff from -current doesn't move things forward at all. -- Paul Richards. Originative Solutions Ltd. Internet: paul@netcraft.co.uk, http://www.netcraft.co.uk Phone: 0370 462071 (Mobile), +44 1225 447500 (work) From owner-freebsd-commit Tue Jan 30 03:09:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04776 for freebsd-commit-outgoing; Tue, 30 Jan 1996 03:09:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04755 for cvs-all-outgoing; Tue, 30 Jan 1996 03:09:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04726 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 03:09:07 -0800 (PST) Received: (from dfr@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA04706 Tue, 30 Jan 1996 03:09:02 -0800 (PST) Date: Tue, 30 Jan 1996 03:09:02 -0800 (PST) From: Doug Rabson Message-Id: <199601301109.DAA04706@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h main.c modem.c pap.c pred.c vjcomp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dfr 96/01/30 03:08:59 Modified: usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h main.c modem.c pap.c pred.c vjcomp.c Log: Some patches to ppp which improve stability. I have been running a ppp based on these patches for about 3 weeks with no downtime. The original submitters comments: Two features iijppp has over kernel ppp that I like are predictor1 compression and demand dialing. Here are a few bug fixes. I expanded the priority queueing scheme and discovered it was broken due to the assignment at ip.c line 300. All packets were being queued at the same priority. Fixing priority queueing broke predictor1 compression. Packets were compressed before being queued and predictor1 worked as long as the packets were popped off the queue in the same order they were pushed onto the queue. There were a few byte order problems in IP header tests also. There is a recursion problem in SendLqrReport(). LcpClose() is called when "Too many echo packets are lost" which winds up in SendLqrReport() again. I believe the original intention was to just stop the LQR timer with the call to StopLqr() but the side effects hurt. Submitted by: John Capo Revision Changes Path 1.5 +2 -2 src/usr.sbin/ppp/chap.c 1.6 +2 -2 src/usr.sbin/ppp/fsm.c 1.4 +8 -3 src/usr.sbin/ppp/hdlc.h 1.8 +16 -35 src/usr.sbin/ppp/ip.c 1.8 +2 -2 src/usr.sbin/ppp/lcp.c 1.6 +12 -6 src/usr.sbin/ppp/lqr.c 1.3 +2 -1 src/usr.sbin/ppp/lqr.h 1.14 +7 -3 src/usr.sbin/ppp/main.c 1.12 +17 -8 src/usr.sbin/ppp/modem.c 1.4 +3 -3 src/usr.sbin/ppp/pap.c 1.5 +11 -3 src/usr.sbin/ppp/pred.c 1.4 +3 -4 src/usr.sbin/ppp/vjcomp.c From owner-freebsd-commit Tue Jan 30 03:32:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07902 for freebsd-commit-outgoing; Tue, 30 Jan 1996 03:32:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07886 for cvs-all-outgoing; Tue, 30 Jan 1996 03:32:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07868 for cvs-sys-outgoing; Tue, 30 Jan 1996 03:32:38 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA07846 Tue, 30 Jan 1996 03:32:32 -0800 (PST) Date: Tue, 30 Jan 1996 03:32:32 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301132.DAA07846@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 03:32:30 Modified: sys/i386/isa wcd.c Log: Fix READTOCENTRYS partialy based on kientzle@netcom.com patch partialy on my own ideas Revision Changes Path 1.22 +24 -15 src/sys/i386/isa/wcd.c From owner-freebsd-commit Tue Jan 30 03:44:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA09318 for freebsd-commit-outgoing; Tue, 30 Jan 1996 03:44:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA09301 for cvs-all-outgoing; Tue, 30 Jan 1996 03:44:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA09285 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 03:44:46 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA09273 Tue, 30 Jan 1996 03:44:41 -0800 (PST) Date: Tue, 30 Jan 1996 03:44:41 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301144.DAA09273@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdplay cdplay.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 03:44:39 Modified: usr.sbin/cdplay cdplay.c Log: Use 0 as starting track number for READTOCENTRYS, should be converted to real starting track into CD driver. Old variant assume that starting track is always 1. Revision Changes Path 1.9 +2 -2 src/usr.sbin/cdplay/cdplay.c From owner-freebsd-commit Tue Jan 30 03:54:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA10515 for freebsd-commit-outgoing; Tue, 30 Jan 1996 03:54:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA10500 for cvs-all-outgoing; Tue, 30 Jan 1996 03:54:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA10439 for cvs-sys-outgoing; Tue, 30 Jan 1996 03:54:14 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA10415 Tue, 30 Jan 1996 03:54:08 -0800 (PST) Date: Tue, 30 Jan 1996 03:54:08 -0800 (PST) From: David Greenman Message-Id: <199601301154.DAA10415@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/nfs nfs_bio.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/30 03:54:05 Branch: sys/nfs RELENG_2_1_0 Modified: sys/nfs nfs_bio.c Log: Retrofitted fix from rev 1.22: fix panic due to a computational overflow with large sparse files. Revision Changes Path 1.14.4.1 +4 -3 src/sys/nfs/nfs_bio.c From owner-freebsd-commit Tue Jan 30 04:01:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11378 for freebsd-commit-outgoing; Tue, 30 Jan 1996 04:01:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11276 for cvs-all-outgoing; Tue, 30 Jan 1996 04:01:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11264 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 04:01:08 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11249 Tue, 30 Jan 1996 04:00:59 -0800 (PST) Date: Tue, 30 Jan 1996 04:00:59 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301200.EAA11249@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 04:00:55 Modified: usr.sbin/cdcontrol cdcontrol.c Log: Use starting track 0 for READTOCENTRYS, should be converted to real starting track in CD driver. Old code assume that starting track is always 1. Revision Changes Path 1.2 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Tue Jan 30 04:08:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA12367 for freebsd-commit-outgoing; Tue, 30 Jan 1996 04:08:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA12183 for cvs-all-outgoing; Tue, 30 Jan 1996 04:07:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA12151 for cvs-sys-outgoing; Tue, 30 Jan 1996 04:07:41 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA12120 Tue, 30 Jan 1996 04:07:32 -0800 (PST) Date: Tue, 30 Jan 1996 04:07:32 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301207.EAA12120@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 04:07:28 Modified: sys/i386/isa mcd.c wcd.c Log: Don't generate EINVAL for data_len too big in READTOCENTRYS, it reduces automatically to reasonable value in the code below Revision Changes Path 1.61 +3 -4 src/sys/i386/isa/mcd.c 1.23 +1 -2 src/sys/i386/isa/wcd.c From owner-freebsd-commit Tue Jan 30 04:25:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13797 for freebsd-commit-outgoing; Tue, 30 Jan 1996 04:25:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13655 for cvs-all-outgoing; Tue, 30 Jan 1996 04:23:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13644 for cvs-sys-outgoing; Tue, 30 Jan 1996 04:23:33 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA13637 Tue, 30 Jan 1996 04:23:27 -0800 (PST) Date: Tue, 30 Jan 1996 04:23:27 -0800 (PST) From: Peter Wemm Message-Id: <199601301223.EAA13637@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_stats.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/30 04:23:25 Modified: sys/i386/linux linux_stats.c Log: Call pipe_stat() when presented with a DTYPE_PIPE file in the linux fstat() syscall, rather than panic("linux newfstat"). (Note: I've extracted this from a larger set of diffs, I'm confident I've not missed any dependencies but can't modload it to test it on my system) Revision Changes Path 1.4 +5 -1 src/sys/i386/linux/linux_stats.c From owner-freebsd-commit Tue Jan 30 04:56:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16825 for freebsd-commit-outgoing; Tue, 30 Jan 1996 04:56:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16616 for cvs-all-outgoing; Tue, 30 Jan 1996 04:54:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16590 for cvs-sys-outgoing; Tue, 30 Jan 1996 04:54:37 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16579 Tue, 30 Jan 1996 04:54:31 -0800 (PST) Date: Tue, 30 Jan 1996 04:54:31 -0800 (PST) From: David Greenman Message-Id: <199601301254.EAA16579@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s vm_machdep.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/30 04:54:29 Modified: sys/i386/i386 swtch.s vm_machdep.c Log: savectx() strikes again: the saved stack pointer wasn't properly adjusted to remove the return address. It's only the frame pointer and luck that allowed the code to work at all. Revision Changes Path 1.27 +4 -3 src/sys/i386/i386/swtch.s 1.53 +3 -11 src/sys/i386/i386/vm_machdep.c From owner-freebsd-commit Tue Jan 30 04:58:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17048 for freebsd-commit-outgoing; Tue, 30 Jan 1996 04:58:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16921 for cvs-all-outgoing; Tue, 30 Jan 1996 04:56:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16908 for cvs-sys-outgoing; Tue, 30 Jan 1996 04:56:51 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA16900 Tue, 30 Jan 1996 04:56:45 -0800 (PST) Date: Tue, 30 Jan 1996 04:56:45 -0800 (PST) From: David Greenman Message-Id: <199601301256.EAA16900@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s vm_machdep.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/30 04:56:42 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 swtch.s vm_machdep.c Log: Brought in fix from rev 1.27 of swtch.s: properly adjust the saved stack pointer to pop the return address. Revision Changes Path 1.20.4.3 +4 -3 src/sys/i386/i386/swtch.s 1.39.4.2 +3 -11 src/sys/i386/i386/vm_machdep.c From owner-freebsd-commit Tue Jan 30 05:00:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA17351 for freebsd-commit-outgoing; Tue, 30 Jan 1996 05:00:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17137 for cvs-all-outgoing; Tue, 30 Jan 1996 04:59:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17122 for cvs-sys-outgoing; Tue, 30 Jan 1996 04:59:15 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17111 Tue, 30 Jan 1996 04:59:11 -0800 (PST) Date: Tue, 30 Jan 1996 04:59:11 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301259.EAA17111@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 04:59:08 Modified: sys/scsi cd.c Log: READTOCENTRYS: handle 0 and lead out requests, add argument checking Revision Changes Path 1.57 +34 -11 src/sys/scsi/cd.c From owner-freebsd-commit Tue Jan 30 05:17:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA18561 for freebsd-commit-outgoing; Tue, 30 Jan 1996 05:17:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA18383 for cvs-all-outgoing; Tue, 30 Jan 1996 05:15:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA18374 for cvs-sys-outgoing; Tue, 30 Jan 1996 05:15:40 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA18358 Tue, 30 Jan 1996 05:15:36 -0800 (PST) Date: Tue, 30 Jan 1996 05:15:36 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301315.FAA18358@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 05:15:34 Modified: sys/i386/isa mcd.c wcd.c Log: READTOCENTRYS: protect against stack overflow when incorrect data stored in CD's TOC Revision Changes Path 1.62 +13 -7 src/sys/i386/isa/mcd.c 1.24 +4 -3 src/sys/i386/isa/wcd.c From owner-freebsd-commit Tue Jan 30 05:54:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22336 for freebsd-commit-outgoing; Tue, 30 Jan 1996 05:54:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22219 for cvs-all-outgoing; Tue, 30 Jan 1996 05:53:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22209 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 05:52:58 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA22202 Tue, 30 Jan 1996 05:52:54 -0800 (PST) Date: Tue, 30 Jan 1996 05:52:54 -0800 (PST) From: Mike Pritchard Message-Id: <199601301352.FAA22202@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv ypserv.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 05:52:52 Modified: usr.sbin/ac ac.8 usr.sbin/adduser adduser.8 usr.sbin/cdcontrol cdcontrol.1 usr.sbin/cdplay cdplay.1 usr.bin/ctags ctags.1 usr.bin/ee ee.1 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdformat fdformat.1 usr.sbin/fdwrite fdwrite.1 usr.bin/file file.1 usr.bin/ftp ftp.1 usr.bin/getopt getopt.1 usr.sbin/inetd inetd.8 usr.sbin/kbdmap kbdmap.1 usr.bin/keyinit keyinit.1 usr.bin/killall killall.1 usr.bin/login login.1 usr.sbin/lsdev lsdev.8 usr.bin/lsvfs lsvfs.1 usr.bin/mail mail.1 usr.sbin/manctl manctl.8 usr.bin/mkstr mkstr.1 usr.sbin/mtree mtree.8 usr.sbin/ncrcontrol ncrcontrol.8 usr.sbin/pkg_manage pkg_manage.1 usr.sbin/ppp ppp.8 usr.sbin/quot quot.8 usr.sbin/rarpd rarpd.8 usr.sbin/rtprio rtprio.1 usr.bin/rup rup.1 usr.bin/rusers rusers.1 usr.bin/sasc sasc.1 usr.bin/sgmlfmt sgmlfmt.1 share/man/man3 fpgetround.3 share/man/man4 bpf.4 cd.4 ch.4 ipfirewall.4 iso.4 lkm.4 scsi.4 sd.4 snp.4 st.4 su.4 tty.4 uk.4 worm.4 yp.4 share/man/man5 a.out.5 dir.5 ethers.5 link.5 passwd.5 services.5 skey.access.5 sysconfig.5 share/man/man7 mdoc.samples.7 share/man/man9 devfs_add_devsw.9 intro.9 usr.sbin/sicontrol sicontrol.8 usr.sbin/sliplogin sliplogin.8 usr.sbin/slstat slstat.8 usr.sbin/sysctl sysctl.8 usr.bin/tconv tconv.1 usr.sbin/vidcontrol vidcontrol.1 usr.sbin/watch watch.8 usr.bin/xinstall install.1 usr.bin/ypcat ypcat.1 usr.bin/ypmatch ypmatch.1 usr.sbin/yppush yppush.8 usr.sbin/ypserv ypserv.8 Log: Fix a bunch of spelling errors in a bunch of man pages. Revision Changes Path 1.5 +3 -3 src/usr.sbin/ac/ac.8 1.8 +8 -8 src/usr.sbin/adduser/adduser.8 1.2 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.4 +1 -1 src/usr.sbin/cdplay/cdplay.1 1.2 +1 -1 src/usr.bin/ctags/ctags.1 1.2 +2 -2 src/usr.bin/ee/ee.1 1.2 +2 -2 src/usr.sbin/fdcontrol/fdcontrol.8 1.7 +1 -1 src/usr.sbin/fdformat/fdformat.1 1.2 +2 -2 src/usr.sbin/fdwrite/fdwrite.1 1.4 +3 -3 src/usr.bin/file/file.1 1.4 +1 -1 src/usr.bin/ftp/ftp.1 1.3 +1 -1 src/usr.bin/getopt/getopt.1 1.7 +2 -2 src/usr.sbin/inetd/inetd.8 1.2 +4 -4 src/usr.sbin/kbdmap/kbdmap.1 1.3 +2 -2 src/usr.bin/keyinit/keyinit.1 1.2 +2 -2 src/usr.bin/killall/killall.1 1.3 +1 -1 src/usr.bin/login/login.1 1.4 +3 -3 src/usr.sbin/lsdev/lsdev.8 1.3 +2 -2 src/usr.bin/lsvfs/lsvfs.1 1.4 +1 -1 src/usr.bin/mail/mail.1 1.2 +2 -2 src/usr.sbin/manctl/manctl.8 1.2 +1 -1 src/usr.bin/mkstr/mkstr.1 1.6 +2 -2 src/usr.sbin/mtree/mtree.8 1.3 +2 -2 src/usr.sbin/ncrcontrol/ncrcontrol.8 1.5 +2 -2 src/usr.sbin/pkg_manage/pkg_manage.1 1.13 +4 -4 src/usr.sbin/ppp/ppp.8 1.3 +2 -2 src/usr.sbin/quot/quot.8 1.3 +2 -2 src/usr.sbin/rarpd/rarpd.8 1.4 +2 -2 src/usr.sbin/rtprio/rtprio.1 1.3 +2 -2 src/usr.bin/rup/rup.1 1.2 +2 -2 src/usr.bin/rusers/rusers.1 1.3 +3 -3 src/usr.bin/sasc/sasc.1 1.7 +3 -3 src/usr.bin/sgmlfmt/sgmlfmt.1 1.2 +1 -1 src/share/man/man3/fpgetround.3 1.4 +8 -8 src/share/man/man4/bpf.4 1.4 +3 -3 src/share/man/man4/cd.4 1.3 +1 -1 src/share/man/man4/ch.4 1.3 +15 -15 src/share/man/man4/ipfirewall.4 1.2 +1 -1 src/share/man/man4/iso.4 1.5 +2 -2 src/share/man/man4/lkm.4 1.4 +5 -5 src/share/man/man4/scsi.4 1.4 +4 -4 src/share/man/man4/sd.4 1.7 +4 -4 src/share/man/man4/snp.4 1.7 +7 -7 src/share/man/man4/st.4 1.2 +2 -2 src/share/man/man4/su.4 1.3 +1 -1 src/share/man/man4/tty.4 1.3 +1 -1 src/share/man/man4/uk.4 1.3 +2 -2 src/share/man/man4/worm.4 1.5 +8 -8 src/share/man/man4/yp.4 1.3 +2 -2 src/share/man/man5/a.out.5 1.2 +1 -1 src/share/man/man5/dir.5 1.2 +3 -3 src/share/man/man5/ethers.5 1.4 +5 -5 src/share/man/man5/link.5 1.4 +12 -12 src/share/man/man5/passwd.5 1.3 +1 -1 src/share/man/man5/services.5 1.2 +2 -2 src/share/man/man5/skey.access.5 1.2 +2 -2 src/share/man/man5/sysconfig.5 1.2 +1 -1 src/share/man/man7/mdoc.samples.7 1.2 +2 -2 src/share/man/man9/devfs_add_devsw.9 1.3 +2 -2 src/share/man/man9/intro.9 1.3 +2 -2 src/usr.sbin/sicontrol/sicontrol.8 1.7 +1 -1 src/usr.sbin/sliplogin/sliplogin.8 1.4 +2 -2 src/usr.sbin/slstat/slstat.8 1.8 +3 -3 src/usr.sbin/sysctl/sysctl.8 1.3 +2 -2 src/usr.bin/tconv/tconv.1 1.7 +1 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.7 +2 -2 src/usr.sbin/watch/watch.8 1.3 +3 -3 src/usr.bin/xinstall/install.1 1.2 +2 -2 src/usr.bin/ypcat/ypcat.1 1.2 +2 -2 src/usr.bin/ypmatch/ypmatch.1 1.2 +3 -3 src/usr.sbin/yppush/yppush.8 1.2 +8 -8 src/usr.sbin/ypserv/ypserv.8 From owner-freebsd-commit Tue Jan 30 06:05:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA24113 for freebsd-commit-outgoing; Tue, 30 Jan 1996 06:05:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA23721 for cvs-all-outgoing; Tue, 30 Jan 1996 06:04:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA23679 for cvs-usrbin-outgoing; Tue, 30 Jan 1996 06:04:00 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA23671 Tue, 30 Jan 1996 06:03:55 -0800 (PST) Date: Tue, 30 Jan 1996 06:03:55 -0800 (PST) From: Mike Pritchard Message-Id: <199601301403.GAA23671@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/ypmatch ypmatch.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 06:03:53 Branch: usr.sbin/ac RELENG_2_1_0 usr.sbin/adduser RELENG_2_1_0 usr.sbin/cdcontrol RELENG_2_1_0 usr.sbin/cdplay RELENG_2_1_0 usr.bin/ctags RELENG_2_1_0 bin/expr RELENG_2_1_0 usr.sbin/fdcontrol RELENG_2_1_0 usr.sbin/fdformat RELENG_2_1_0 usr.sbin/fdwrite RELENG_2_1_0 usr.bin/file RELENG_2_1_0 usr.bin/ftp RELENG_2_1_0 usr.bin/getopt RELENG_2_1_0 sbin/ifconfig RELENG_2_1_0 usr.sbin/inetd RELENG_2_1_0 sbin/ipfw RELENG_2_1_0 usr.sbin/kbdmap RELENG_2_1_0 usr.bin/keyinit RELENG_2_1_0 usr.bin/login RELENG_2_1_0 usr.sbin/lsdev RELENG_2_1_0 usr.bin/lsvfs RELENG_2_1_0 usr.bin/mail RELENG_2_1_0 usr.bin/mkstr RELENG_2_1_0 sbin/mount_null RELENG_2_1_0 sbin/mountd RELENG_2_1_0 usr.sbin/mtree RELENG_2_1_0 usr.sbin/ncrcontrol RELENG_2_1_0 sbin/newfs RELENG_2_1_0 usr.sbin/pkg_manage RELENG_2_1_0 usr.sbin/rarpd RELENG_2_1_0 sbin/reboot RELENG_2_1_0 usr.sbin/rtprio RELENG_2_1_0 usr.bin/rup RELENG_2_1_0 usr.bin/rusers RELENG_2_1_0 usr.bin/sgmlfmt RELENG_2_1_0 share/man/man3 RELENG_2_1_0 share/man/man4 RELENG_2_1_0 share/man/man5 RELENG_2_1_0 share/man/man7 RELENG_2_1_0 usr.sbin/sicontrol RELENG_2_1_0 sbin/slattach RELENG_2_1_0 usr.sbin/sliplogin RELENG_2_1_0 usr.sbin/slstat RELENG_2_1_0 sbin/startslip RELENG_2_1_0 usr.sbin/sysctl RELENG_2_1_0 usr.bin/tconv RELENG_2_1_0 usr.sbin/vidcontrol RELENG_2_1_0 usr.sbin/watch RELENG_2_1_0 usr.bin/ypcat RELENG_2_1_0 usr.bin/ypmatch RELENG_2_1_0 Modified: usr.sbin/ac ac.8 usr.sbin/adduser adduser.8 usr.sbin/cdcontrol cdcontrol.1 usr.sbin/cdplay cdplay.1 usr.bin/ctags ctags.1 bin/expr expr.1 usr.sbin/fdcontrol fdcontrol.8 usr.sbin/fdformat fdformat.1 usr.sbin/fdwrite fdwrite.1 usr.bin/file file.1 usr.bin/ftp ftp.1 usr.bin/getopt getopt.1 sbin/ifconfig ifconfig.8 usr.sbin/inetd inetd.8 sbin/ipfw ipfw.8 usr.sbin/kbdmap kbdmap.1 usr.bin/keyinit keyinit.1 usr.bin/login login.1 usr.sbin/lsdev lsdev.8 usr.bin/lsvfs lsvfs.1 usr.bin/mail mail.1 usr.bin/mkstr mkstr.1 sbin/mount_null mount_null.8 sbin/mountd netgroup.5 usr.sbin/mtree mtree.8 usr.sbin/ncrcontrol ncrcontrol.8 sbin/newfs newfs.8 usr.sbin/pkg_manage pkg_manage.1 usr.sbin/rarpd rarpd.8 sbin/reboot boot_i386.8 usr.sbin/rtprio rtprio.1 usr.bin/rup rup.1 usr.bin/rusers rusers.1 usr.bin/sgmlfmt sgmlfmt.1 share/man/man3 fpgetround.3 share/man/man4 bpf.4 cd.4 ch.4 ipfirewall.4 iso.4 lkm.4 scsi.4 sd.4 snp.4 st.4 su.4 tty.4 uk.4 yp.4 share/man/man5 a.out.5 dir.5 ethers.5 link.5 passwd.5 skey.access.5 share/man/man7 mdoc.samples.7 usr.sbin/sicontrol sicontrol.8 sbin/slattach slattach.8 usr.sbin/sliplogin sliplogin.8 usr.sbin/slstat slstat.8 sbin/startslip startslip.1 usr.sbin/sysctl sysctl.8 usr.bin/tconv tconv.1 usr.sbin/vidcontrol vidcontrol.1 usr.sbin/watch watch.8 usr.bin/ypcat ypcat.1 usr.bin/ypmatch ypmatch.1 Log: Bring in changes from HEAD: Fix a bunch of spelling errors in a bunch of man pages. Revision Changes Path 1.2.6.1 +3 -3 src/usr.sbin/ac/ac.8 1.7.4.1 +8 -8 src/usr.sbin/adduser/adduser.8 1.1.2.1 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.2.4.1 +1 -1 src/usr.sbin/cdplay/cdplay.1 1.1.1.1.6.1 +1 -1 src/usr.bin/ctags/ctags.1 1.3.6.1 +5 -5 src/bin/expr/expr.1 1.1.1.1.6.1 +2 -2 src/usr.sbin/fdcontrol/fdcontrol.8 1.5.6.1 +1 -1 src/usr.sbin/fdformat/fdformat.1 1.1.1.1.6.1 +2 -2 src/usr.sbin/fdwrite/fdwrite.1 1.2.6.1 +3 -3 src/usr.bin/file/file.1 1.2.6.2 +1 -1 src/usr.bin/ftp/ftp.1 1.2.6.1 +1 -1 src/usr.bin/getopt/getopt.1 1.4.4.1 +1 -1 src/sbin/ifconfig/ifconfig.8 1.4.4.1 +2 -2 src/usr.sbin/inetd/inetd.8 1.7.4.3 +3 -3 src/sbin/ipfw/ipfw.8 1.1.4.1 +4 -4 src/usr.sbin/kbdmap/kbdmap.1 1.1.6.1 +2 -2 src/usr.bin/keyinit/keyinit.1 1.2.6.1 +1 -1 src/usr.bin/login/login.1 1.3.4.1 +3 -3 src/usr.sbin/lsdev/lsdev.8 1.2.4.1 +2 -2 src/usr.bin/lsvfs/lsvfs.1 1.1.1.1.6.2 +1 -1 src/usr.bin/mail/mail.1 1.1.1.1.6.1 +1 -1 src/usr.bin/mkstr/mkstr.1 1.2.6.1 +2 -2 src/sbin/mount_null/mount_null.8 1.1.1.1.6.2 +2 -2 src/sbin/mountd/netgroup.5 1.5.4.1 +2 -2 src/usr.sbin/mtree/mtree.8 1.2.4.1 +2 -2 src/usr.sbin/ncrcontrol/ncrcontrol.8 1.5.4.1 +1 -1 src/sbin/newfs/newfs.8 1.4.4.1 +2 -2 src/usr.sbin/pkg_manage/pkg_manage.1 1.2.4.1 +2 -2 src/usr.sbin/rarpd/rarpd.8 1.2.6.2 +2 -2 src/sbin/reboot/boot_i386.8 1.3.6.1 +2 -2 src/usr.sbin/rtprio/rtprio.1 1.2.4.1 +2 -2 src/usr.bin/rup/rup.1 1.1.1.1.6.1 +2 -2 src/usr.bin/rusers/rusers.1 1.1.1.1.4.3 +3 -3 src/usr.bin/sgmlfmt/sgmlfmt.1 1.1.4.1 +1 -1 src/share/man/man3/fpgetround.3 1.1.4.1 +6 -6 src/share/man/man4/bpf.4 1.2.4.1 +2 -2 src/share/man/man4/cd.4 1.2.4.1 +1 -1 src/share/man/man4/ch.4 1.2.4.1 +15 -15 src/share/man/man4/ipfirewall.4 1.1.1.1.6.1 +1 -1 src/share/man/man4/iso.4 1.3.4.1 +2 -2 src/share/man/man4/lkm.4 1.2.4.2 +5 -5 src/share/man/man4/scsi.4 1.2.4.1 +2 -2 src/share/man/man4/sd.4 1.6.4.1 +4 -4 src/share/man/man4/snp.4 1.2.4.2 +7 -7 src/share/man/man4/st.4 1.1.4.1 +2 -2 src/share/man/man4/su.4 1.2.4.1 +1 -1 src/share/man/man4/tty.4 1.2.4.1 +1 -1 src/share/man/man4/uk.4 1.3.4.2 +8 -8 src/share/man/man4/yp.4 1.2.4.1 +2 -2 src/share/man/man5/a.out.5 1.1.1.1.6.1 +1 -1 src/share/man/man5/dir.5 1.1.4.1 +3 -3 src/share/man/man5/ethers.5 1.2.4.1 +5 -5 src/share/man/man5/link.5 1.2.6.2 +12 -12 src/share/man/man5/passwd.5 1.1.6.1 +2 -2 src/share/man/man5/skey.access.5 1.1.1.1.6.1 +1 -1 src/share/man/man7/mdoc.samples.7 1.2.2.1 +2 -2 src/usr.sbin/sicontrol/sicontrol.8 1.4.4.4 +5 -5 src/sbin/slattach/slattach.8 1.1.1.1.6.2 +1 -1 src/usr.sbin/sliplogin/sliplogin.8 1.3.4.1 +2 -2 src/usr.sbin/slstat/slstat.8 1.2.4.2 +4 -4 src/sbin/startslip/startslip.1 1.6.4.1 +2 -2 src/usr.sbin/sysctl/sysctl.8 1.2.6.1 +2 -2 src/usr.bin/tconv/tconv.1 1.6.4.1 +1 -1 src/usr.sbin/vidcontrol/vidcontrol.1 1.5.4.1 +2 -2 src/usr.sbin/watch/watch.8 1.1.6.1 +2 -2 src/usr.bin/ypcat/ypcat.1 1.1.6.1 +2 -2 src/usr.bin/ypmatch/ypmatch.1 From owner-freebsd-commit Tue Jan 30 06:32:34 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25562 for freebsd-commit-outgoing; Tue, 30 Jan 1996 06:32:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25483 for cvs-all-outgoing; Tue, 30 Jan 1996 06:31:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25473 for cvs-sys-outgoing; Tue, 30 Jan 1996 06:30:58 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25461 Tue, 30 Jan 1996 06:30:53 -0800 (PST) Date: Tue, 30 Jan 1996 06:30:53 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301430.GAA25461@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 06:30:51 Modified: sys/scsi cd.c Log: READTOCENTRYS: make fake leadout entry Revision Changes Path 1.58 +26 -3 src/sys/scsi/cd.c From owner-freebsd-commit Tue Jan 30 06:38:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25884 for freebsd-commit-outgoing; Tue, 30 Jan 1996 06:38:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25837 for cvs-all-outgoing; Tue, 30 Jan 1996 06:37:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25827 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 06:37:18 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA25819 Tue, 30 Jan 1996 06:37:13 -0800 (PST) Date: Tue, 30 Jan 1996 06:37:13 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301437.GAA25819@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdplay cdplay.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 06:37:11 Modified: usr.sbin/cdplay cdplay.c Log: Don't replace leadout entry with 255 Revision Changes Path 1.10 +0 -1 src/usr.sbin/cdplay/cdplay.c From owner-freebsd-commit Tue Jan 30 07:26:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA27870 for freebsd-commit-outgoing; Tue, 30 Jan 1996 07:26:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA27789 for cvs-all-outgoing; Tue, 30 Jan 1996 07:25:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA27777 for cvs-sys-outgoing; Tue, 30 Jan 1996 07:25:24 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA27770 Tue, 30 Jan 1996 07:25:21 -0800 (PST) Date: Tue, 30 Jan 1996 07:25:21 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301525.HAA27770@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 07:25:19 Modified: sys/i386/isa wcd.c Log: Calculate leadout entry instead of honor ATAPI request (it can be wrong for some devices) Revision Changes Path 1.25 +8 -8 src/sys/i386/isa/wcd.c From owner-freebsd-commit Tue Jan 30 08:14:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA02766 for freebsd-commit-outgoing; Tue, 30 Jan 1996 08:14:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA02661 for cvs-all-outgoing; Tue, 30 Jan 1996 08:12:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA02640 for cvs-sys-outgoing; Tue, 30 Jan 1996 08:12:39 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA02601 Tue, 30 Jan 1996 08:12:34 -0800 (PST) Date: Tue, 30 Jan 1996 08:12:34 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301612.IAA02601@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 08:12:31 Modified: sys/scsi cd.c Log: Use ntohs/ntohl when reading TOC instead of hardcoded byte swapping. Put fake entry len for MSF format too. Revision Changes Path 1.59 +37 -9 src/sys/scsi/cd.c From owner-freebsd-commit Tue Jan 30 08:28:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA03868 for freebsd-commit-outgoing; Tue, 30 Jan 1996 08:28:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA03716 for cvs-all-outgoing; Tue, 30 Jan 1996 08:26:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA03708 for cvs-user-outgoing; Tue, 30 Jan 1996 08:26:30 -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 IAA03678 Tue, 30 Jan 1996 08:25:39 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA11956; Tue, 30 Jan 1996 09:26:25 -0700 Date: Tue, 30 Jan 1996 09:26:25 -0700 From: Nate Williams Message-Id: <199601301626.JAA11956@rocky.sri.MT.net> To: Paul Richards Cc: nate@freefall.freebsd.org (Nate Williams), CVS-committers@freefall.freebsd.org, cvs-user@freefall.freebsd.org Subject: Re: cvs commit: src Makefile In-Reply-To: <199601301058.KAA16566@cadair.elsevier.co.uk> References: <199601300522.VAA25369@freefall.freebsd.org> <199601301058.KAA16566@cadair.elsevier.co.uk> Sender: owner-commit@FreeBSD.ORG Precedence: bulk Paul Richards writes: [ Makefile changes to get the include files working ] > > Add new 'include-tools' target, which the 'includes' target depends on. > > Currently, it consists of rpcgen. > > We used to have a bootstrap target for building those tools necessary > to bootstrap from the last official release. I don't see why we can't > solve these problems by bringing it back and leaving it in permanently. > After each release we clean it out. Hmm, what do other folks think? I'm not partial one way or the other, and the bootstrap target would certainly make later make worlds easier, since the current solution causes both install and rpcgen to be installed *every* time the include files are installed. Nate From owner-freebsd-commit Tue Jan 30 08:30:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04094 for freebsd-commit-outgoing; Tue, 30 Jan 1996 08:30:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA03904 for cvs-all-outgoing; Tue, 30 Jan 1996 08:28:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA03848 for cvs-lib-outgoing; Tue, 30 Jan 1996 08:28:24 -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 IAA03744 Tue, 30 Jan 1996 08:27:24 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA11970; Tue, 30 Jan 1996 09:28:14 -0700 Date: Tue, 30 Jan 1996 09:28:14 -0700 From: Nate Williams Message-Id: <199601301628.JAA11970@rocky.sri.MT.net> To: Paul Richards Cc: nate@freefall.freebsd.org (Nate Williams), CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-Reply-To: <199601301105.LAA16722@cadair.elsevier.co.uk> References: <199601300555.VAA28917@freefall.freebsd.org> <199601301105.LAA16722@cadair.elsevier.co.uk> Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > Back out the thread_init code in order to allow -current to bootstrap > > from -stable, until a better solution is found. > > > > Submitted by: Consensus of mailing list and the almighty Jordan :) > > Umm, I think this is a bit drastic! Bootstrapping is a problem we have to > deal with now and again in -current and it shouldn't be a barrier to new > development. Agreed, but as has been hashed out, there is no way of bootstrapping right now inside the Makefiles. You can't do it automatically due to races, so until a Real (tm) solution is found where folks can automatically bootstrap, this is the temporary solution. Julian already is trying to get a -current system running so he can solve the problem, so it only slows us down. Nate From owner-freebsd-commit Tue Jan 30 08:37:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04870 for freebsd-commit-outgoing; Tue, 30 Jan 1996 08:37:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04706 for cvs-all-outgoing; Tue, 30 Jan 1996 08:35:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04699 for cvs-lib-outgoing; Tue, 30 Jan 1996 08:35:18 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04692 Tue, 30 Jan 1996 08:35:10 -0800 (PST) Date: Tue, 30 Jan 1996 08:35:10 -0800 (PST) From: Mike Pritchard Message-Id: <199601301635.IAA04692@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/sys fcntl.2 getpgrp.2 pipe.2 semctl.2 semop.2 shmat.2 shmctl.2 shmget.2 stat.2 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 08:35:07 Modified: games/bcd bcd.6 games/caesar caesar.6 sbin/i386/comcontrol comcontrol.8 sbin/i386/fdisk fdisk.8 lib/libc/gen config_open.3 directory.3 getnetgrent.3 rand48.3 lib/libc/net rcmd.3 lib/libc/nls catopen.3 lib/libc/rpc rpc.3 rstat.1 lib/libc/stdio stdio.3 lib/libc/stdlib getopt.3 malloc.3 lib/libc/string strcoll.3 strxfrm.3 lib/libc/sys fcntl.2 getpgrp.2 pipe.2 semctl.2 semop.2 shmat.2 shmctl.2 shmget.2 stat.2 Log: Fix even more spelling errors in some more man pages. Revision Changes Path 1.3 +1 -1 src/games/bcd/bcd.6 1.2 +2 -2 src/games/caesar/caesar.6 1.8 +1 -1 src/sbin/i386/comcontrol/comcontrol.8 1.6 +3 -3 src/sbin/i386/fdisk/fdisk.8 1.2 +2 -2 src/lib/libc/gen/config_open.3 1.2 +1 -1 src/lib/libc/gen/directory.3 1.2 +1 -1 src/lib/libc/gen/getnetgrent.3 1.3 +1 -1 src/lib/libc/gen/rand48.3 1.3 +1 -1 src/lib/libc/net/rcmd.3 1.2 +2 -2 src/lib/libc/nls/catopen.3 1.4 +2 -2 src/lib/libc/rpc/rpc.3 1.2 +1 -1 src/lib/libc/rpc/rstat.1 1.2 +3 -3 src/lib/libc/stdio/stdio.3 1.2 +1 -1 src/lib/libc/stdlib/getopt.3 1.4 +5 -5 src/lib/libc/stdlib/malloc.3 1.4 +1 -1 src/lib/libc/string/strcoll.3 1.4 +5 -5 src/lib/libc/string/strxfrm.3 1.3 +2 -2 src/lib/libc/sys/fcntl.2 1.2 +1 -1 src/lib/libc/sys/getpgrp.2 1.3 +1 -1 src/lib/libc/sys/pipe.2 1.2 +3 -3 src/lib/libc/sys/semctl.2 1.2 +2 -2 src/lib/libc/sys/semop.2 1.2 +3 -3 src/lib/libc/sys/shmat.2 1.2 +3 -3 src/lib/libc/sys/shmctl.2 1.2 +2 -2 src/lib/libc/sys/shmget.2 1.2 +1 -1 src/lib/libc/sys/stat.2 From owner-freebsd-commit Tue Jan 30 08:40:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA05112 for freebsd-commit-outgoing; Tue, 30 Jan 1996 08:40:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04965 for cvs-all-outgoing; Tue, 30 Jan 1996 08:38:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04955 for cvs-sys-outgoing; Tue, 30 Jan 1996 08:38:47 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA04947 Tue, 30 Jan 1996 08:38:42 -0800 (PST) Date: Tue, 30 Jan 1996 08:38:42 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301638.IAA04947@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 08:38:40 Modified: sys/scsi cd.c Log: OOPS, forget to adjust starting track to not physically read leadout entry Revision Changes Path 1.60 +9 -8 src/sys/scsi/cd.c From owner-freebsd-commit Tue Jan 30 08:49:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06141 for freebsd-commit-outgoing; Tue, 30 Jan 1996 08:49:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA05948 for cvs-all-outgoing; Tue, 30 Jan 1996 08:47:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA05935 for cvs-lib-outgoing; Tue, 30 Jan 1996 08:47:31 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA05926 Tue, 30 Jan 1996 08:47:23 -0800 (PST) Date: Tue, 30 Jan 1996 08:47:23 -0800 (PST) From: Mike Pritchard Message-Id: <199601301647.IAA05926@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/sys getpgrp.2 semctl.2 semop.2 shmat.2 shmctl.2 shmget.2 stat.2 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 08:47:18 Branch: sbin/i386/comcontrol RELENG_2_1_0 sbin/i386/fdisk RELENG_2_1_0 lib/libc/gen RELENG_2_1_0 lib/libc/net RELENG_2_1_0 lib/libc/nls RELENG_2_1_0 lib/libc/rpc RELENG_2_1_0 lib/libc/stdio RELENG_2_1_0 lib/libc/stdlib RELENG_2_1_0 lib/libc/string RELENG_2_1_0 lib/libc/sys RELENG_2_1_0 Modified: sbin/i386/comcontrol comcontrol.8 sbin/i386/fdisk fdisk.8 lib/libc/gen config_open.3 directory.3 getnetgrent.3 rand48.3 lib/libc/net rcmd.3 lib/libc/nls catopen.3 lib/libc/rpc rpc.3 rstat.1 lib/libc/stdio stdio.3 lib/libc/stdlib getopt.3 lib/libc/string strcoll.3 strxfrm.3 lib/libc/sys getpgrp.2 semctl.2 semop.2 shmat.2 shmctl.2 shmget.2 stat.2 Log: Bring in changes from HEAD: Fix even more spelling errors in various man pages. Revision Changes Path 1.7.4.1 +1 -1 src/sbin/i386/comcontrol/comcontrol.8 1.3.4.2 +3 -3 src/sbin/i386/fdisk/fdisk.8 1.1.4.1 +2 -2 src/lib/libc/gen/config_open.3 1.1.1.1.6.1 +1 -1 src/lib/libc/gen/directory.3 1.1.1.1.6.1 +1 -1 src/lib/libc/gen/getnetgrent.3 1.2.4.1 +1 -1 src/lib/libc/gen/rand48.3 1.2.6.1 +1 -1 src/lib/libc/net/rcmd.3 1.1.4.1 +2 -2 src/lib/libc/nls/catopen.3 1.2.4.1 +2 -2 src/lib/libc/rpc/rpc.3 1.1.6.1 +1 -1 src/lib/libc/rpc/rstat.1 1.1.1.1.6.1 +3 -3 src/lib/libc/stdio/stdio.3 1.1.1.1.6.1 +1 -1 src/lib/libc/stdlib/getopt.3 1.3.4.1 +1 -1 src/lib/libc/string/strcoll.3 1.3.4.1 +5 -5 src/lib/libc/string/strxfrm.3 1.1.1.1.6.1 +1 -1 src/lib/libc/sys/getpgrp.2 1.1.2.1 +3 -3 src/lib/libc/sys/semctl.2 1.1.2.1 +2 -2 src/lib/libc/sys/semop.2 1.1.2.1 +3 -3 src/lib/libc/sys/shmat.2 1.1.2.1 +3 -3 src/lib/libc/sys/shmctl.2 1.1.2.1 +2 -2 src/lib/libc/sys/shmget.2 1.1.1.1.6.1 +1 -1 src/lib/libc/sys/stat.2 From owner-freebsd-commit Tue Jan 30 08:51:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06288 for freebsd-commit-outgoing; Tue, 30 Jan 1996 08:51:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06207 for cvs-all-outgoing; Tue, 30 Jan 1996 08:50:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06199 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 08:49:52 -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 IAA06168 Tue, 30 Jan 1996 08:49:26 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id JAA12105; Tue, 30 Jan 1996 09:51:58 -0700 Date: Tue, 30 Jan 1996 09:51:58 -0700 From: Nate Williams Message-Id: <199601301651.JAA12105@rocky.sri.MT.net> To: Doug Rabson Cc: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h main.c modem.c pap.c pred.c vjcomp.c In-Reply-To: <199601301109.DAA04706@freefall.freebsd.org> References: <199601301109.DAA04706@freefall.freebsd.org> Sender: owner-commit@FreeBSD.ORG Precedence: bulk > dfr 96/01/30 03:08:59 > > Modified: usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h > main.c modem.c pap.c pred.c vjcomp.c > Log: > Some patches to ppp which improve stability. I have been running a > ppp based on these patches for about 3 weeks with no downtime. Can you bring these patches into -stable as well? I suspect they patch against -stable much better anyway. :) Nate From owner-freebsd-commit Tue Jan 30 09:05:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07559 for freebsd-commit-outgoing; Tue, 30 Jan 1996 09:05:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07308 for cvs-all-outgoing; Tue, 30 Jan 1996 09:03:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07290 for cvs-CVSROOT-outgoing; Tue, 30 Jan 1996 09:03:37 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07262 Tue, 30 Jan 1996 09:03:32 -0800 (PST) Date: Tue, 30 Jan 1996 09:03:32 -0800 (PST) From: Mike Pritchard Message-Id: <199601301703.JAA07262@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 09:03:29 Modified: . modules Log: Add a bunch of missing modules: dumpon, mount_devfs, mount_ext2fs, XNSrouted (was present, but had the wrong location), IPXrouted, bootpef, bootptest, yp_mkdb, lkm_{atapi,fpu,gnufpu,if_disc,if_ppp,if_sl,if_tun}, sys_netipx, sys_i386_{eisa,pci} Revision Changes Path 1.624 +19 -2 CVSROOT/modules From owner-freebsd-commit Tue Jan 30 09:14:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08618 for freebsd-commit-outgoing; Tue, 30 Jan 1996 09:14:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08497 for cvs-all-outgoing; Tue, 30 Jan 1996 09:12:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08463 for cvs-CVSROOT-outgoing; Tue, 30 Jan 1996 09:12:38 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08424 Tue, 30 Jan 1996 09:12:29 -0800 (PST) Date: Tue, 30 Jan 1996 09:12:29 -0800 (PST) From: Mike Pritchard Message-Id: <199601301712.JAA08424@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 09:12:25 Modified: . modules Log: Ooops, remove bootpef and bootptest - they were moved into the attic a while back, so they really aren't worth checking out :-). Revision Changes Path 1.625 +1 -3 CVSROOT/modules From owner-freebsd-commit Tue Jan 30 09:40:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10306 for freebsd-commit-outgoing; Tue, 30 Jan 1996 09:40:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10146 for cvs-all-outgoing; Tue, 30 Jan 1996 09:39:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10121 for cvs-sbin-outgoing; Tue, 30 Jan 1996 09:38:56 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA10108 Tue, 30 Jan 1996 09:38:51 -0800 (PST) Date: Tue, 30 Jan 1996 09:38:51 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601301738.JAA10108@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/ifconfig ifconfig.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 09:38:50 Modified: sbin/ifconfig ifconfig.c Log: Add missing comma in usage printf Revision Changes Path 1.13 +1 -1 src/sbin/ifconfig/ifconfig.c From owner-freebsd-commit Tue Jan 30 10:15:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13245 for freebsd-commit-outgoing; Tue, 30 Jan 1996 10:15:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13123 for cvs-all-outgoing; Tue, 30 Jan 1996 10:13:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13102 for cvs-lib-outgoing; Tue, 30 Jan 1996 10:13:22 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13086 Tue, 30 Jan 1996 10:13:16 -0800 (PST) Date: Tue, 30 Jan 1996 10:13:16 -0800 (PST) From: Mike Pritchard Message-Id: <199601301813.KAA13086@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libutil setproctitle.3 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 10:13:14 Modified: lib/libcompat/SysV ftok.3 lib/libkvm kvm.3 lib/libncurses curs_attr.3 terminfo.5 lib/libscsi scsi.3 lib/libutil setproctitle.3 Log: Another round of spelling fixes. Revision Changes Path 1.2 +2 -2 src/lib/libcompat/SysV/ftok.3 1.2 +2 -2 src/lib/libkvm/kvm.3 1.3 +1 -1 src/lib/libncurses/curs_attr.3 1.2 +8 -8 src/lib/libncurses/terminfo.5 1.3 +3 -3 src/lib/libscsi/scsi.3 1.3 +2 -2 src/lib/libutil/setproctitle.3 From owner-freebsd-commit Tue Jan 30 10:18:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13622 for freebsd-commit-outgoing; Tue, 30 Jan 1996 10:18:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13555 for cvs-all-outgoing; Tue, 30 Jan 1996 10:17:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13528 for cvs-lib-outgoing; Tue, 30 Jan 1996 10:17:03 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA13517 Tue, 30 Jan 1996 10:16:59 -0800 (PST) Date: Tue, 30 Jan 1996 10:16:59 -0800 (PST) From: Mike Pritchard Message-Id: <199601301816.KAA13517@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libscsi scsi.3 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 10:16:56 Branch: lib/libcompat/SysV RELENG_2_1_0 lib/libkvm RELENG_2_1_0 lib/libncurses RELENG_2_1_0 lib/libscsi RELENG_2_1_0 Modified: lib/libcompat/SysV ftok.3 lib/libkvm kvm.3 lib/libncurses curs_attr.3 terminfo.5 lib/libscsi scsi.3 Log: Bring in another batch of spelling fixes from the main branch. Revision Changes Path 1.1.4.1 +2 -2 src/lib/libcompat/SysV/ftok.3 1.1.1.1.6.1 +2 -2 src/lib/libkvm/kvm.3 1.2.4.1 +1 -1 src/lib/libncurses/curs_attr.3 1.1.1.1.6.1 +8 -8 src/lib/libncurses/terminfo.5 1.2.4.1 +3 -3 src/lib/libscsi/scsi.3 From owner-freebsd-commit Tue Jan 30 10:26:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14276 for freebsd-commit-outgoing; Tue, 30 Jan 1996 10:26:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14196 for cvs-all-outgoing; Tue, 30 Jan 1996 10:24:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14185 for cvs-usrbin-outgoing; Tue, 30 Jan 1996 10:24:51 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14166 Tue, 30 Jan 1996 10:24:41 -0800 (PST) Date: Tue, 30 Jan 1996 10:24:41 -0800 (PST) From: Peter Wemm Message-Id: <199601301824.KAA14166@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/30 10:24:38 Modified: usr.bin/calendar Makefile Log: de_DE.ISO8859-1 -> de_DE.ISO_8859-1 after repository operation on Andrey's request. Revision Changes Path 1.4 +1 -1 src/usr.bin/calendar/Makefile From owner-freebsd-commit Tue Jan 30 10:46:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16196 for freebsd-commit-outgoing; Tue, 30 Jan 1996 10:46:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16085 for cvs-all-outgoing; Tue, 30 Jan 1996 10:45:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16069 for cvs-sbin-outgoing; Tue, 30 Jan 1996 10:44:54 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16059 Tue, 30 Jan 1996 10:44:49 -0800 (PST) Date: Tue, 30 Jan 1996 10:44:49 -0800 (PST) From: Peter Wemm Message-Id: <199601301844.KAA16059@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/01/30 10:44:47 Modified: sbin Makefile Log: Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!) Revision Changes Path 1.27 +1 -1 src/sbin/Makefile From owner-freebsd-commit Tue Jan 30 10:58:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17429 for freebsd-commit-outgoing; Tue, 30 Jan 1996 10:58:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17348 for cvs-all-outgoing; Tue, 30 Jan 1996 10:57:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17334 for cvs-sys-outgoing; Tue, 30 Jan 1996 10:57:06 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17321 Tue, 30 Jan 1996 10:56:57 -0800 (PST) Date: Tue, 30 Jan 1996 10:56:57 -0800 (PST) From: Garrett Wollman Message-Id: <199601301856.KAA17321@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/30 10:56:51 Modified: sys/i386/include clock.h sys/i386/isa clock.c Log: No longer use the cyclecounter to attempt to correct for late or missed clock interrupts. Keep a 1-in-16 smoothed average of the length of each tick. If the CPU speed is correctly diagnosed, this should give experienced users enough information to figure out a more suitable value for `tick'. Revision Changes Path 1.9 +6 -6 src/sys/i386/include/clock.h 1.51 +2 -1 src/sys/i386/isa/clock.c From owner-freebsd-commit Tue Jan 30 11:09:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18574 for freebsd-commit-outgoing; Tue, 30 Jan 1996 11:09:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18112 for cvs-all-outgoing; Tue, 30 Jan 1996 11:04:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18085 for cvs-sys-outgoing; Tue, 30 Jan 1996 11:04:40 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA18063 Tue, 30 Jan 1996 11:04:29 -0800 (PST) Date: Tue, 30 Jan 1996 11:04:29 -0800 (PST) From: Garrett Wollman Message-Id: <199601301904.LAA18063@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci wd82371.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wollman 96/01/30 11:04:26 Modified: sys/pci wd82371.c Log: Fix a logic error in determining whether something is page-aligned that became evident while I was thinking about something else. (No, I am not working on the wd driver itself.) Revision Changes Path 1.2 +2 -2 src/sys/pci/wd82371.c From owner-freebsd-commit Tue Jan 30 12:08:02 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24537 for freebsd-commit-outgoing; Tue, 30 Jan 1996 12:08:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24332 for cvs-all-outgoing; Tue, 30 Jan 1996 12:04:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24321 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 12:04:43 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA24310 Tue, 30 Jan 1996 12:04:39 -0800 (PST) Date: Tue, 30 Jan 1996 12:04:39 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601302004.MAA24310@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ppp Makefile ccp.c chap.h command.c hdlc.c md5.h md5c.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/01/30 12:04:38 Modified: usr.sbin/ppp Makefile ccp.c chap.h command.c hdlc.c Removed: usr.sbin/ppp md5.h md5c.c Log: Use libmd's MD5. inline hdlc checksum calculation. make big tables const. Revision Changes Path 1.5 +4 -2 src/usr.sbin/ppp/Makefile 1.6 +2 -2 src/usr.sbin/ppp/ccp.c 1.3 +2 -2 src/usr.sbin/ppp/chap.h 1.14 +4 -4 src/usr.sbin/ppp/command.c 1.8 +3 -3 src/usr.sbin/ppp/hdlc.c From owner-freebsd-commit Tue Jan 30 12:27:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA26327 for freebsd-commit-outgoing; Tue, 30 Jan 1996 12:27:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA26129 for cvs-all-outgoing; Tue, 30 Jan 1996 12:24:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA26081 for cvs-sbin-outgoing; Tue, 30 Jan 1996 12:24:12 -0800 (PST) Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id MAA26016 Tue, 30 Jan 1996 12:23:58 -0800 (PST) Received: from localhost.shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.7.3/8.7.3) with SMTP id MAA02087; Tue, 30 Jan 1996 12:23:26 -0800 (PST) Message-Id: <199601302023.MAA02087@precipice.shockwave.com> To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org Subject: Re: cvs commit: src/sbin Makefile In-reply-to: Your message of "Tue, 30 Jan 1996 10:44:49 PST." <199601301844.KAA16059@freefall.freebsd.org> Date: Tue, 30 Jan 1996 12:23:25 -0800 From: Paul Traina Sender: owner-commit@FreeBSD.ORG Precedence: bulk It works for me too, in fact, we should document in /etc/sysconfig that router=rdisc route_flags=-s is a reccomended replacement for routed -q. Paul From: Peter Wemm Subject: cvs commit: src/sbin Makefile peter 96/01/30 10:44:47 Modified: sbin Makefile Log: Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!) Revision Changes Path 1.27 +1 -1 src/sbin/Makefile From owner-freebsd-commit Tue Jan 30 13:17:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00403 for freebsd-commit-outgoing; Tue, 30 Jan 1996 13:17:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00223 for cvs-all-outgoing; Tue, 30 Jan 1996 13:14:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00205 for cvs-sbin-outgoing; Tue, 30 Jan 1996 13:14:33 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA00177 Tue, 30 Jan 1996 13:13:59 -0800 (PST) Received: by sequent.kiae.su id AA12240 (5.65.kiae-2 ); Wed, 31 Jan 1996 00:01:05 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Wed, 31 Jan 96 00:01:04 +0300 Received: (from ache@localhost) by ache.dialup.ru (8.7.3/8.7.3) id XAA00782; Tue, 30 Jan 1996 23:54:22 +0300 (MSK) To: CVS-committers@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, Peter Wemm References: <199601301844.KAA16059@freefall.freebsd.org> In-Reply-To: <199601301844.KAA16059@freefall.freebsd.org>; from Peter Wemm at Tue, 30 Jan 1996 10:44:49 -0800 (PST) Message-Id: Organization: Olahm Ha-Yetzirah Date: Tue, 30 Jan 1996 23:54:21 +0300 (MSK) X-Mailer: Mail/@ [v2.42 FreeBSD] From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast Subject: Re: cvs commit: src/sbin Makefile Lines: 21 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk In message <199601301844.KAA16059@freefall.freebsd.org> Peter Wemm writes: >peter 96/01/30 10:44:47 > Modified: sbin Makefile > Log: > Add rdisc to subdirs.. It works for me. :-) (Thanks Bill!) > Revision Changes Path > 1.27 +1 -1 src/sbin/Makefile I think we need sysconfig variable (or two, one for host and one for server) to automatically start it. -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-freebsd-commit Tue Jan 30 13:45:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02232 for freebsd-commit-outgoing; Tue, 30 Jan 1996 13:45:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA02016 for cvs-all-outgoing; Tue, 30 Jan 1996 13:42:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA01987 for cvs-sys-outgoing; Tue, 30 Jan 1996 13:42:04 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA01975 Tue, 30 Jan 1996 13:41:55 -0800 (PST) Date: Tue, 30 Jan 1996 13:41:55 -0800 (PST) From: David Greenman Message-Id: <199601302141.NAA01975@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/30 13:41:48 Branch: sys/netinet RELENG_2_1_0 Modified: sys/netinet in.c Log: Brought in change from rev 1.21: fix for aliases & all-ones netmasks. Revision Changes Path 1.14.4.2 +8 -2 src/sys/netinet/in.c From owner-freebsd-commit Tue Jan 30 14:59:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA14405 for freebsd-commit-outgoing; Tue, 30 Jan 1996 14:59:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA14230 for cvs-all-outgoing; Tue, 30 Jan 1996 14:57:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA14215 for cvs-sbin-outgoing; Tue, 30 Jan 1996 14:57:36 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id OAA14127 Tue, 30 Jan 1996 14:56:37 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <14766(13)>; Tue, 30 Jan 1996 14:55:39 PST Received: from localhost ([127.0.0.1]) by crevenia.parc.xerox.com with SMTP id <177478>; Tue, 30 Jan 1996 14:55:32 -0800 X-Mailer: exmh version 1.6.4 10/10/95 To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: CVS-committers@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, Peter Wemm Subject: Re: cvs commit: src/sbin Makefile In-reply-to: Your message of "Tue, 30 Jan 1996 12:54:21 PST." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 30 Jan 1996 14:55:30 PST From: Bill Fenner Message-Id: <96Jan30.145532pst.177478@crevenia.parc.xerox.com> Sender: owner-commit@FreeBSD.ORG Precedence: bulk In message you write: >I think we need sysconfig variable (or two, one for host and >one for server) to automatically start it. Agreed, but please not yet, I have some more fixes before it will work on all machines. Bill From owner-freebsd-commit Tue Jan 30 15:04:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15139 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:04:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA14960 for cvs-all-outgoing; Tue, 30 Jan 1996 15:02:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA14949 for cvs-sys-outgoing; Tue, 30 Jan 1996 15:02:53 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA14938 Tue, 30 Jan 1996 15:02:46 -0800 (PST) Date: Tue, 30 Jan 1996 15:02:46 -0800 (PST) From: Mike Pritchard Message-Id: <199601302302.PAA14938@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.h vm_map.h vm_page.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 15:02:44 Modified: sys/i386/apm/apm_init real_prot.h sys/i386/conf LINT sys/i386/eisa eisaconf.h sys/i386/ibcs2 coff.h sys/i386/include console.h cputypes.h cronyx.h frame.h ieeefp.h ioctl_fd.h ioctl_meteor.h pcaudioio.h pcvt_ioctl.h pmap.h psl.h random.h reg.h segments.h soundcard.h specialreg.h tss.h ultrasound.h sys/i386/isa atapi.h b004.h cxreg.h if_edreg.h if_elreg.h if_epreg.h if_fereg.h if_ixreg.h if_lnc.h if_zpreg.h isa.h isa_device.h pcic.h scdreg.h syscons.h wtreg.h sys/i386/linux linux.h sys/i386/scsi aic7xxx.h btreg.h sys/miscfs/devfs devfsdefs.h sys/msdosfs bpb.h msdosfsmount.h sys/net bpf.h bpfdesc.h if_llc.h if_ppp.h if_pppvar.h if_slvar.h if_sppp.h route.h slcompress.h sys/netccitt pk.h pk_var.h sys/netinet igmp_var.h ip_icmp.h ip_var.h tcp_timer.h tcp_var.h sys/netipx ipx.h spx.h spx_timer.h sys/netiso clnp.h iso_var.h tp_pcb.h tp_tpdu.h sys/netns idp.h ns.h spp_var.h sys/nfs nfs.h sys/pccard cis.h sys/pci dc21040.h if_vxreg.h pcibus.h pdq_os.h pdqreg.h sys/sys buf.h chio.h diskslice.h fcntl.h ftape.h imgact_aout.h ioctl.h kernel.h mbuf.h mount.h mtio.h namei.h param.h pipe.h proc.h rlist.h scsiio.h shm.h socket.h socketvar.h systm.h ttydev.h vnode.h wait.h sys/ufs/ffs fs.h sys/ufs/ufs inode.h sys/vm swap_pager.h vm_map.h vm_page.h Log: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. Revision Changes Path 1.4 +2 -2 src/sys/i386/apm/apm_init/real_prot.h 1.235 +8 -8 src/sys/i386/conf/LINT 1.8 +2 -2 src/sys/i386/eisa/eisaconf.h 1.2 +2 -2 src/sys/i386/ibcs2/coff.h 1.20 +4 -4 src/sys/i386/include/console.h 1.5 +2 -2 src/sys/i386/include/cputypes.h 1.5 +4 -4 src/sys/i386/include/cronyx.h 1.12 +4 -4 src/sys/i386/include/frame.h 1.3 +4 -4 src/sys/i386/include/ieeefp.h 1.8 +2 -2 src/sys/i386/include/ioctl_fd.h 1.4 +2 -2 src/sys/i386/include/ioctl_meteor.h 1.5 +2 -2 src/sys/i386/include/pcaudioio.h 1.6 +4 -4 src/sys/i386/include/pcvt_ioctl.h 1.32 +2 -2 src/sys/i386/include/pmap.h 1.7 +2 -2 src/sys/i386/include/psl.h 1.4 +2 -2 src/sys/i386/include/random.h 1.11 +2 -2 src/sys/i386/include/reg.h 1.10 +3 -3 src/sys/i386/include/segments.h 1.15 +5 -5 src/sys/i386/include/soundcard.h 1.8 +3 -3 src/sys/i386/include/specialreg.h 1.6 +4 -4 src/sys/i386/include/tss.h 1.5 +1 -1 src/sys/i386/include/ultrasound.h 1.5 +2 -2 src/sys/i386/isa/atapi.h 1.4 +1 -1 src/sys/i386/isa/b004.h 1.3 +2 -2 src/sys/i386/isa/cxreg.h 1.20 +9 -9 src/sys/i386/isa/if_edreg.h 1.3 +5 -5 src/sys/i386/isa/if_elreg.h 1.10 +3 -3 src/sys/i386/isa/if_epreg.h 1.2 +1 -1 src/sys/i386/isa/if_fereg.h 1.7 +3 -3 src/sys/i386/isa/if_ixreg.h 1.4 +1 -1 src/sys/i386/isa/if_lnc.h 1.3 +3 -3 src/sys/i386/isa/if_zpreg.h 1.18 +2 -2 src/sys/i386/isa/isa.h 1.28 +2 -2 src/sys/i386/isa/isa_device.h 1.3 +1 -1 src/sys/i386/isa/pcic.h 1.2 +2 -2 src/sys/i386/isa/scdreg.h 1.15 +2 -2 src/sys/i386/isa/syscons.h 1.7 +2 -2 src/sys/i386/isa/wtreg.h 1.4 +2 -2 src/sys/i386/linux/linux.h 1.21 +3 -3 src/sys/i386/scsi/aic7xxx.h 1.3 +2 -2 src/sys/i386/scsi/btreg.h 1.9 +2 -2 src/sys/miscfs/devfs/devfsdefs.h 1.3 +3 -3 src/sys/msdosfs/bpb.h 1.6 +2 -2 src/sys/msdosfs/msdosfsmount.h 1.8 +2 -2 src/sys/net/bpf.h 1.7 +2 -2 src/sys/net/bpfdesc.h 1.4 +2 -2 src/sys/net/if_llc.h 1.6 +4 -4 src/sys/net/if_ppp.h 1.3 +2 -2 src/sys/net/if_pppvar.h 1.9 +3 -3 src/sys/net/if_slvar.h 1.4 +1 -1 src/sys/net/if_sppp.h 1.20 +3 -3 src/sys/net/route.h 1.9 +2 -2 src/sys/net/slcompress.h 1.6 +3 -3 src/sys/netccitt/pk.h 1.8 +3 -3 src/sys/netccitt/pk_var.h 1.8 +2 -2 src/sys/netinet/igmp_var.h 1.7 +2 -2 src/sys/netinet/ip_icmp.h 1.19 +2 -2 src/sys/netinet/ip_var.h 1.8 +3 -3 src/sys/netinet/tcp_timer.h 1.28 +2 -2 src/sys/netinet/tcp_var.h 1.7 +2 -2 src/sys/netipx/ipx.h 1.7 +2 -2 src/sys/netipx/spx.h 1.5 +3 -3 src/sys/netipx/spx_timer.h 1.5 +5 -5 src/sys/netiso/clnp.h 1.8 +3 -3 src/sys/netiso/iso_var.h 1.6 +3 -3 src/sys/netiso/tp_pcb.h 1.5 +3 -3 src/sys/netiso/tp_tpdu.h 1.4 +2 -2 src/sys/netns/idp.h 1.7 +2 -2 src/sys/netns/ns.h 1.5 +2 -2 src/sys/netns/spp_var.h 1.17 +3 -3 src/sys/nfs/nfs.h 1.2 +1 -1 src/sys/pccard/cis.h 1.6 +7 -7 src/sys/pci/dc21040.h 1.3 +2 -2 src/sys/pci/if_vxreg.h 1.4 +2 -2 src/sys/pci/pcibus.h 1.6 +5 -2 src/sys/pci/pdq_os.h 1.3 +5 -2 src/sys/pci/pdqreg.h 1.28 +2 -2 src/sys/sys/buf.h 1.6 +3 -3 src/sys/sys/chio.h 1.12 +3 -3 src/sys/sys/diskslice.h 1.3 +2 -2 src/sys/sys/fcntl.h 1.2 +2 -2 src/sys/sys/ftape.h 1.5 +2 -2 src/sys/sys/imgact_aout.h 1.3 +3 -3 src/sys/sys/ioctl.h 1.19 +6 -6 src/sys/sys/kernel.h 1.13 +2 -2 src/sys/sys/mbuf.h 1.31 +2 -2 src/sys/sys/mount.h 1.7 +3 -3 src/sys/sys/mtio.h 1.9 +2 -2 src/sys/sys/namei.h 1.11 +2 -2 src/sys/sys/param.h 1.2 +2 -2 src/sys/sys/pipe.h 1.20 +3 -3 src/sys/sys/proc.h 1.8 +2 -2 src/sys/sys/rlist.h 1.5 +3 -3 src/sys/sys/scsiio.h 1.7 +2 -2 src/sys/sys/shm.h 1.9 +2 -2 src/sys/sys/socket.h 1.10 +2 -2 src/sys/sys/socketvar.h 1.36 +2 -2 src/sys/sys/systm.h 1.4 +2 -2 src/sys/sys/ttydev.h 1.30 +6 -6 src/sys/sys/vnode.h 1.5 +3 -3 src/sys/sys/wait.h 1.6 +3 -3 src/sys/ufs/ffs/fs.h 1.8 +2 -2 src/sys/ufs/ufs/inode.h 1.14 +2 -2 src/sys/vm/swap_pager.h 1.12 +2 -2 src/sys/vm/vm_map.h 1.25 +2 -2 src/sys/vm/vm_page.h From owner-freebsd-commit Tue Jan 30 15:12:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15902 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:12:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15679 for cvs-all-outgoing; Tue, 30 Jan 1996 15:10:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15660 for cvs-sys-outgoing; Tue, 30 Jan 1996 15:10:30 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id PAA15647 Tue, 30 Jan 1996 15:10:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.3/8.6.9) with SMTP id PAA27958; Tue, 30 Jan 1996 15:10:19 -0800 (PST) To: Mike Pritchard cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm swap_pager.h vm_map.h vm_page.h In-reply-to: Your message of "Tue, 30 Jan 1996 15:02:46 PST." <199601302302.PAA14938@freefall.freebsd.org> Date: Tue, 30 Jan 1996 15:10:18 -0800 Message-ID: <27955.823043418@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > mpp 96/01/30 15:02:44 > > Modified: sys/i386/apm/apm_init real_prot.h > sys/i386/conf LINT > sys/i386/eisa eisaconf.h My god, he's a human patching machine! Let's put our hands together for Mike Pritchard, bogon fixer of the month! [actually, head bogon fixer for all of 1996, so far..] :-) Jordan From owner-freebsd-commit Tue Jan 30 15:13:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16062 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:13:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15799 for cvs-all-outgoing; Tue, 30 Jan 1996 15:11:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15777 for cvs-sys-outgoing; Tue, 30 Jan 1996 15:11:43 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15746 Tue, 30 Jan 1996 15:11:32 -0800 (PST) Date: Tue, 30 Jan 1996 15:11:32 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601302311.PAA15746@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 15:11:25 Modified: sys/scsi cd.c Log: Don't convert LBA to host order, they must stay in network order as old code does. Revision Changes Path 1.61 +1 -6 src/sys/scsi/cd.c From owner-freebsd-commit Tue Jan 30 15:14:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16138 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:14:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15968 for cvs-all-outgoing; Tue, 30 Jan 1996 15:12:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15892 for cvs-sys-outgoing; Tue, 30 Jan 1996 15:12:25 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA15825 Tue, 30 Jan 1996 15:12:08 -0800 (PST) Date: Tue, 30 Jan 1996 15:12:08 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601302312.PAA15825@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 15:12:02 Modified: sys/i386/isa wcd.c Log: Bugfix: don't convert LBA to host order, they must stay in network order. Revision Changes Path 1.26 +8 -10 src/sys/i386/isa/wcd.c From owner-freebsd-commit Tue Jan 30 15:16:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16275 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:16:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16094 for cvs-all-outgoing; Tue, 30 Jan 1996 15:14:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16047 for cvs-share-outgoing; Tue, 30 Jan 1996 15:13:47 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16009 Tue, 30 Jan 1996 15:13:09 -0800 (PST) Date: Tue, 30 Jan 1996 15:13:09 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601302313.PAA16009@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/termcap termcap.src Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/30 15:12:57 Modified: share/termcap termcap.src Log: Correct someone's cut-and-paste errors. Some lines began incorrectly with spaces instead of tabs. Submitted by: Jeremy Chatfield Revision Changes Path 1.54 +11 -11 src/share/termcap/termcap.src From owner-freebsd-commit Tue Jan 30 15:17:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16506 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:17:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16290 for cvs-all-outgoing; Tue, 30 Jan 1996 15:16:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16233 for cvs-sbin-outgoing; Tue, 30 Jan 1996 15:15:52 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA16179 Tue, 30 Jan 1996 15:15:25 -0800 (PST) Date: Tue, 30 Jan 1996 15:15:25 -0800 (PST) From: Joerg Wunsch Message-Id: <199601302315.PAA16179@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/newfs mkfs.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/30 15:14:58 Modified: sbin/newfs mkfs.c Log: A better algorithm to place the numbers on the lines. Submitted by: satoshi Revision Changes Path 1.10 +17 -17 src/sbin/newfs/mkfs.c From owner-freebsd-commit Tue Jan 30 15:29:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17815 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:29:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17589 for cvs-all-outgoing; Tue, 30 Jan 1996 15:28:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17556 for cvs-sys-outgoing; Tue, 30 Jan 1996 15:27:48 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17533 Tue, 30 Jan 1996 15:27:38 -0800 (PST) Date: Tue, 30 Jan 1996 15:27:38 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601302327.PAA17533@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/01/30 15:27:30 Modified: sys/i386/isa mcd.c Log: Audio part: various improvements from NetBSD driver Convert LBA to network order now Revision Changes Path 1.63 +32 -19 src/sys/i386/isa/mcd.c From owner-freebsd-commit Tue Jan 30 15:35:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18530 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:35:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18383 for cvs-all-outgoing; Tue, 30 Jan 1996 15:33:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18369 for cvs-include-outgoing; Tue, 30 Jan 1996 15:33:20 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18359 Tue, 30 Jan 1996 15:33:12 -0800 (PST) Date: Tue, 30 Jan 1996 15:33:12 -0800 (PST) From: Mike Pritchard Message-Id: <199601302333.PAA18359@freefall.freebsd.org> To: CVS-committers, cvs-include Subject: cvs commit: src/include/rpcsvc yp_prot.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/30 15:33:09 Modified: include link.h netdb.h resolv.h stdio.h vis.h include/arpa nameser.h telnet.h include/rpc auth.h auth_unix.h clnt.h pmap_clnt.h pmap_prot.h pmap_rmt.h rpc.h rpc_msg.h svc.h svc_auth.h types.h xdr.h include/rpcsvc yp_prot.h Log: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. Revision Changes Path 1.6 +4 -4 src/include/link.h 1.4 +3 -3 src/include/netdb.h 1.6 +2 -2 src/include/resolv.h 1.4 +2 -2 src/include/stdio.h 1.2 +1 -1 src/include/vis.h 1.7 +3 -3 src/include/arpa/nameser.h 1.3 +1 -1 src/include/arpa/telnet.h 1.4 +3 -3 src/include/rpc/auth.h 1.4 +2 -2 src/include/rpc/auth_unix.h 1.4 +4 -4 src/include/rpc/clnt.h 1.4 +2 -2 src/include/rpc/pmap_clnt.h 1.4 +2 -2 src/include/rpc/pmap_prot.h 1.4 +2 -2 src/include/rpc/pmap_rmt.h 1.5 +2 -2 src/include/rpc/rpc.h 1.5 +2 -2 src/include/rpc/rpc_msg.h 1.5 +3 -3 src/include/rpc/svc.h 1.4 +2 -2 src/include/rpc/svc_auth.h 1.4 +2 -2 src/include/rpc/types.h 1.4 +5 -5 src/include/rpc/xdr.h 1.3 +4 -4 src/include/rpcsvc/yp_prot.h From owner-freebsd-commit Tue Jan 30 15:39:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18983 for freebsd-commit-outgoing; Tue, 30 Jan 1996 15:39:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18837 for cvs-all-outgoing; Tue, 30 Jan 1996 15:37:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18828 for cvs-usrbin-outgoing; Tue, 30 Jan 1996 15:37:10 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18816 Tue, 30 Jan 1996 15:37:02 -0800 (PST) Date: Tue, 30 Jan 1996 15:37:02 -0800 (PST) From: Wolfram Schneider Message-Id: <199601302337.PAA18816@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1 calendar.all Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/01/30 15:36:56 Modified: usr.bin/calendar/calendars calendar.german usr.bin/calendar/calendars/de_DE.ISO_8859-1 calendar.all Log: de_DE.ISO8859-1 -> de_DE.ISO_8859-1 Revision Changes Path 1.2 +2 -2 src/usr.bin/calendar/calendars/calendar.german 1.2 +10 -10 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.all From owner-freebsd-commit Tue Jan 30 17:59:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA00885 for freebsd-commit-outgoing; Tue, 30 Jan 1996 17:59:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA00856 for cvs-all-outgoing; Tue, 30 Jan 1996 17:58:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA00843 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 17:58:49 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA00827 Tue, 30 Jan 1996 17:58:41 -0800 (PST) Date: Tue, 30 Jan 1996 17:58:41 -0800 (PST) From: Nate Williams Message-Id: <199601310158.RAA00827@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm ctm.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/01/30 17:58:36 Modified: usr.sbin/ctm/ctm ctm.1 Log: ctm(5) has been written, so remove comment about it not existing. :) Revision Changes Path 1.3 +1 -2 src/usr.sbin/ctm/ctm/ctm.1 From owner-freebsd-commit Tue Jan 30 18:02:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01318 for freebsd-commit-outgoing; Tue, 30 Jan 1996 18:02:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01279 for cvs-all-outgoing; Tue, 30 Jan 1996 18:02:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01263 for cvs-usrsbin-outgoing; Tue, 30 Jan 1996 18:02:14 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01252 Tue, 30 Jan 1996 18:02:06 -0800 (PST) Date: Tue, 30 Jan 1996 18:02:06 -0800 (PST) From: Nate Williams Message-Id: <199601310202.SAA01252@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ctm/ctm ctm.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk nate 96/01/30 18:02:04 Branch: usr.sbin/ctm/ctm RELENG_2_1_0 Modified: usr.sbin/ctm/ctm ctm.1 Log: ctm(5) has been written, so remove comment about it not existing. :) Revision Changes Path 1.2.4.1 +1 -2 src/usr.sbin/ctm/ctm/ctm.1 From owner-freebsd-commit Tue Jan 30 18:07:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01583 for freebsd-commit-outgoing; Tue, 30 Jan 1996 18:07:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01530 for cvs-all-outgoing; Tue, 30 Jan 1996 18:05:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01514 for cvs-sys-outgoing; Tue, 30 Jan 1996 18:05:40 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA01497 Tue, 30 Jan 1996 18:05:27 -0800 (PST) Date: Tue, 30 Jan 1996 18:05:27 -0800 (PST) From: John Dyson Message-Id: <199601310205.SAA01497@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/30 18:05:23 Modified: sys/kern sys_pipe.c Log: Fix some problems with return codes on the new pipe stuff. Bruce Evans found the problems, and this commit will fix the "first batch" :-). Revision Changes Path 1.3 +8 -4 src/sys/kern/sys_pipe.c From owner-freebsd-commit Tue Jan 30 18:36:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA03416 for freebsd-commit-outgoing; Tue, 30 Jan 1996 18:36:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA03389 for cvs-all-outgoing; Tue, 30 Jan 1996 18:35:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA03368 for cvs-ports-outgoing; Tue, 30 Jan 1996 18:35:15 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA03332 Tue, 30 Jan 1996 18:34:51 -0800 (PST) Date: Tue, 30 Jan 1996 18:34:51 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601310234.SAA03332@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/lang/tclX Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/30 18:34:44 Modified: lang/tclX Makefile Log: Whoops! We need both ports. Revision Changes Path 1.12 +2 -2 ports/lang/tclX/Makefile From owner-freebsd-commit Tue Jan 30 22:01:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20171 for freebsd-commit-outgoing; Tue, 30 Jan 1996 22:01:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20151 for cvs-all-outgoing; Tue, 30 Jan 1996 22:01:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20126 for cvs-sys-outgoing; Tue, 30 Jan 1996 22:01:10 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA20109 Tue, 30 Jan 1996 22:01:01 -0800 (PST) Date: Tue, 30 Jan 1996 22:01:01 -0800 (PST) From: John Dyson Message-Id: <199601310601.WAA20109@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk dyson 96/01/30 22:00:55 Modified: sys/kern sys_pipe.c Log: Fix another problem with the new pipe code, pointed out by Bruce Evans. This one fixes a problem with interactions with signals. Revision Changes Path 1.4 +6 -7 src/sys/kern/sys_pipe.c From owner-freebsd-commit Tue Jan 30 22:48:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22870 for freebsd-commit-outgoing; Tue, 30 Jan 1996 22:48:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22861 for cvs-all-outgoing; Tue, 30 Jan 1996 22:47:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22854 for cvs-usrbin-outgoing; Tue, 30 Jan 1996 22:47:50 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA22820 Tue, 30 Jan 1996 22:46:55 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id WAA01047; Tue, 30 Jan 1996 22:46:46 -0800 (PST) Date: Tue, 30 Jan 1996 22:46:46 -0800 (PST) Message-Id: <199601310646.WAA01047@silvia.HIP.Berkeley.EDU> To: wosch@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org In-reply-to: <199601302337.PAA18816@freefall.freebsd.org> (message from Wolfram Schneider on Tue, 30 Jan 1996 15:37:02 -0800 (PST)) Subject: Re: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1 calendar.all From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * wosch 96/01/30 15:36:56 * * Modified: usr.bin/calendar/calendars calendar.german * usr.bin/calendar/calendars/de_DE.ISO_8859-1 calendar.all There is a file called `?' (without the quotes) in this directory of the cvs repository. The timestamp is 9 minutes after this commit, and the owner is `wosch'. Just FYI. If it's a bug in cvs, Nate/Peter will look into it, I guess. Satoshi From owner-freebsd-commit Tue Jan 30 23:33:08 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26286 for freebsd-commit-outgoing; Tue, 30 Jan 1996 23:33:08 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26266 for cvs-all-outgoing; Tue, 30 Jan 1996 23:32:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26248 for cvs-sys-outgoing; Tue, 30 Jan 1996 23:32:42 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA26229 Tue, 30 Jan 1996 23:32:30 -0800 (PST) Date: Tue, 30 Jan 1996 23:32:30 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601310732.XAA26229@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/30 23:32:22 Modified: sys/scsi scsiconf.c Log: Add an entry for my HP Model 4020i CDR drive. Revision Changes Path 1.49 +5 -1 src/sys/scsi/scsiconf.c From owner-freebsd-commit Wed Jan 31 00:03:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28572 for freebsd-commit-outgoing; Wed, 31 Jan 1996 00:03:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28538 for cvs-all-outgoing; Wed, 31 Jan 1996 00:02:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28514 for cvs-include-outgoing; Wed, 31 Jan 1996 00:02:46 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA28500 Wed, 31 Jan 1996 00:02:29 -0800 (PST) Date: Wed, 31 Jan 1996 00:02:29 -0800 (PST) From: Jeffrey Hsu Message-Id: <199601310802.AAA28500@freefall.freebsd.org> To: CVS-committers, cvs-include Subject: cvs commit: src/include/rpc auth.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk hsu 96/01/31 00:02:25 Modified: include/rpc auth.h Log: Remove unnecessary typedef. All inclusions of in the source tree are preceded by an inclusion of , so the 32-bit fixed sized type u_int32_t is already available to us. Revision Changes Path 1.5 +3 -7 src/include/rpc/auth.h From owner-freebsd-commit Wed Jan 31 00:13:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA29726 for freebsd-commit-outgoing; Wed, 31 Jan 1996 00:13:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA29707 for cvs-all-outgoing; Wed, 31 Jan 1996 00:13:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA29688 for cvs-sys-outgoing; Wed, 31 Jan 1996 00:13:05 -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 AAA29666 Wed, 31 Jan 1996 00:12:45 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0thXeg-0003wqC; Wed, 31 Jan 96 00:12 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 JAA04291; Wed, 31 Jan 1996 09:12:34 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: "Jordan K. Hubbard" cc: Mike Pritchard , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm swap_pager.h vm_map.h vm_page.h In-reply-to: Your message of "Tue, 30 Jan 1996 15:10:18 PST." <27955.823043418@time.cdrom.com> Date: Wed, 31 Jan 1996 09:12:33 +0100 Message-ID: <4289.823075953@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > mpp 96/01/30 15:02:44 > > > > Modified: sys/i386/apm/apm_init real_prot.h > > sys/i386/conf LINT > > sys/i386/eisa eisaconf.h > > My god, he's a human patching machine! Let's put our hands together > for Mike Pritchard, bogon fixer of the month! [actually, head bogon > fixer for all of 1996, so far..] :-) I guess that particular Perl script got moved to a P6 :-) Seriously: Bravo! -- 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-freebsd-commit Wed Jan 31 00:22:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00494 for freebsd-commit-outgoing; Wed, 31 Jan 1996 00:22:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00483 for cvs-all-outgoing; Wed, 31 Jan 1996 00:22:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00473 for cvs-sys-outgoing; Wed, 31 Jan 1996 00:22:41 -0800 (PST) Received: (from olah@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA00465 Wed, 31 Jan 1996 00:22:34 -0800 (PST) Date: Wed, 31 Jan 1996 00:22:34 -0800 (PST) From: Andras Olah Message-Id: <199601310822.AAA00465@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk olah 96/01/31 00:22:31 Modified: sys/netinet tcp_input.c Log: Fix a bug related to the interworking of T/TCP and window scaling: when a connection enters the ESTBLS state using T/TCP, then window scaling wasn't properly handled. The fix is twofold. 1) When the 3WHS completes, make sure that we update our window scaling state variables. 2) When setting the `virtual advertized window', then make sure that we do not try to offer a window that is larger than the maximum window without scaling (TCP_MAXWIN). Reviewed by: davidg Reported by: Jerry Chen Revision Changes Path 1.35 +19 -6 src/sys/netinet/tcp_input.c From owner-freebsd-commit Wed Jan 31 01:08:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02848 for freebsd-commit-outgoing; Wed, 31 Jan 1996 01:08:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02827 for cvs-all-outgoing; Wed, 31 Jan 1996 01:07:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02814 for cvs-CVSROOT-outgoing; Wed, 31 Jan 1996 01:07:54 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA02780 Wed, 31 Jan 1996 01:07:47 -0800 (PST) Date: Wed, 31 Jan 1996 01:07:47 -0800 (PST) From: Satoshi Asami Message-Id: <199601310907.BAA02780@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 01:07:43 Modified: . modules Log: pgcc --> ports/lang/pgcc Revision Changes Path 1.626 +2 -1 CVSROOT/modules From owner-freebsd-commit Wed Jan 31 01:13:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03176 for freebsd-commit-outgoing; Wed, 31 Jan 1996 01:13:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03166 for cvs-all-outgoing; Wed, 31 Jan 1996 01:13:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03152 for cvs-ports-outgoing; Wed, 31 Jan 1996 01:12:55 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03133 Wed, 31 Jan 1996 01:12:44 -0800 (PST) Date: Wed, 31 Jan 1996 01:12:44 -0800 (PST) From: Satoshi Asami Message-Id: <199601310912.BAA03133@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/lang/pgcc - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 01:12:34 Branch: lang/pgcc 1.1.1 Log: gcc-2.7.2 with Pentium optimization patch (pl6). Try it with -O6 -mpentium. Note the patch site is an http site. We are testing Jean-Marc's new ftpget script here. This wouldn't be a problem in the future. The patch file is also on wcarchive's distfiles/ dir so regular ncftp can deal with it fine too. Submitted by: Andreas Klemm Status: Vendor Tag: KLEMM Release Tags: pgcc_2_7_2p_p6 N ports/lang/pgcc/Makefile N ports/lang/pgcc/patches/patch-aa N ports/lang/pgcc/pkg/PLIST N ports/lang/pgcc/pkg/DESCR N ports/lang/pgcc/pkg/COMMENT N ports/lang/pgcc/files/md5 No conflicts created by this import From owner-freebsd-commit Wed Jan 31 01:14:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03289 for freebsd-commit-outgoing; Wed, 31 Jan 1996 01:14:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03270 for cvs-all-outgoing; Wed, 31 Jan 1996 01:14:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03261 for cvs-ports-outgoing; Wed, 31 Jan 1996 01:14:43 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA03253 Wed, 31 Jan 1996 01:14:38 -0800 (PST) Date: Wed, 31 Jan 1996 01:14:38 -0800 (PST) From: Satoshi Asami Message-Id: <199601310914.BAA03253@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/lang Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 01:14:36 Modified: lang Makefile Log: Added pgcc. Revision Changes Path 1.42 +2 -1 ports/lang/Makefile From owner-freebsd-commit Wed Jan 31 03:04:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11562 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:04:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11375 for cvs-all-outgoing; Wed, 31 Jan 1996 03:02:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11365 for cvs-sys-outgoing; Wed, 31 Jan 1996 03:02:15 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11358 Wed, 31 Jan 1996 03:02:13 -0800 (PST) Date: Wed, 31 Jan 1996 03:02:13 -0800 (PST) From: David Greenman Message-Id: <199601311102.DAA11358@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet tcp_output.c tcp_usrreq.c tcp_var.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 03:02:12 Branch: sys/netinet RELENG_2_1_0 Modified: sys/netinet tcp_output.c tcp_usrreq.c tcp_var.h Log: Brought in T/TCP fixes from main branch: retransmitted SYN segments could have different CC options. Revision Changes Path 1.11.4.2 +3 -10 src/sys/netinet/tcp_output.c 1.15.2.3 +20 -1 src/sys/netinet/tcp_usrreq.c 1.11.4.3 +2 -1 src/sys/netinet/tcp_var.h From owner-freebsd-commit Wed Jan 31 03:10:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11952 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:10:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11942 for cvs-all-outgoing; Wed, 31 Jan 1996 03:10:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11907 for cvs-sys-outgoing; Wed, 31 Jan 1996 03:09:54 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA11900 Wed, 31 Jan 1996 03:09:52 -0800 (PST) Date: Wed, 31 Jan 1996 03:09:52 -0800 (PST) From: David Greenman Message-Id: <199601311109.DAA11900@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 03:09:50 Branch: sys/netinet RELENG_2_1_0 Modified: sys/netinet tcp_output.c Log: Brought in 'fix' from rev 1.18: be sure not to send data and/or FIN in SYN segments if not doing T/TCP. Revision Changes Path 1.11.4.3 +14 -1 src/sys/netinet/tcp_output.c From owner-freebsd-commit Wed Jan 31 03:12:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12178 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:12:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12147 for cvs-all-outgoing; Wed, 31 Jan 1996 03:12:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12111 for cvs-CVSROOT-outgoing; Wed, 31 Jan 1996 03:12:03 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12060 Wed, 31 Jan 1996 03:11:59 -0800 (PST) Date: Wed, 31 Jan 1996 03:11:59 -0800 (PST) From: Satoshi Asami Message-Id: <199601311111.DAA12060@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 03:11:58 Modified: . modules Log: tgif --> ports/graphics/tgif Revision Changes Path 1.627 +2 -1 CVSROOT/modules From owner-freebsd-commit Wed Jan 31 03:13:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12329 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:13:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12318 for cvs-all-outgoing; Wed, 31 Jan 1996 03:13:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12305 for cvs-ports-outgoing; Wed, 31 Jan 1996 03:12:51 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12298 Wed, 31 Jan 1996 03:12:49 -0800 (PST) Date: Wed, 31 Jan 1996 03:12:49 -0800 (PST) From: Satoshi Asami Message-Id: <199601311112.DAA12298@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/graphics/tgif - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 03:12:48 Branch: graphics/tgif 1.1.1 Log: tgif, an X11-based drawing tool. Submitted by: Brian Clapper Status: Vendor Tag: CLAPPER Release Tags: tgif_2_16_12 N ports/graphics/tgif/Makefile N ports/graphics/tgif/files/md5 N ports/graphics/tgif/patches/patch-aa N ports/graphics/tgif/pkg/PLIST N ports/graphics/tgif/pkg/DESCR N ports/graphics/tgif/pkg/COMMENT No conflicts created by this import From owner-freebsd-commit Wed Jan 31 03:13:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12447 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:13:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12427 for cvs-all-outgoing; Wed, 31 Jan 1996 03:13:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12415 for cvs-ports-outgoing; Wed, 31 Jan 1996 03:13:42 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA12400 Wed, 31 Jan 1996 03:13:39 -0800 (PST) Date: Wed, 31 Jan 1996 03:13:39 -0800 (PST) From: Satoshi Asami Message-Id: <199601311113.DAA12400@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/graphics Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 03:13:38 Modified: graphics Makefile Log: Added tgif. Revision Changes Path 1.18 +2 -1 ports/graphics/Makefile From owner-freebsd-commit Wed Jan 31 03:23:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15281 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:23:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15251 for cvs-all-outgoing; Wed, 31 Jan 1996 03:23:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15208 for cvs-etc-outgoing; Wed, 31 Jan 1996 03:23:06 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA15148 Wed, 31 Jan 1996 03:23:03 -0800 (PST) Date: Wed, 31 Jan 1996 03:23:03 -0800 (PST) From: David Greenman Message-Id: <199601311123.DAA15148@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/namedb named.root Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 03:23:02 Modified: etc/namedb named.root Log: Updated to Nov 8, 1995 version from internic.net. Revision Changes Path 1.5 +3 -3 src/etc/namedb/named.root From owner-freebsd-commit Wed Jan 31 03:26:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18363 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:26:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18348 for cvs-all-outgoing; Wed, 31 Jan 1996 03:26:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18323 for cvs-etc-outgoing; Wed, 31 Jan 1996 03:26:23 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18297 Wed, 31 Jan 1996 03:26:21 -0800 (PST) Date: Wed, 31 Jan 1996 03:26:21 -0800 (PST) From: David Greenman Message-Id: <199601311126.DAA18297@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/namedb named.root Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 03:26:21 Branch: etc/namedb RELENG_2_1_0 Modified: etc/namedb named.root Log: Brought in changes from rev 1.5: Nov 8, 1995 version from the InterNIC. Revision Changes Path 1.2.4.3 +3 -3 src/etc/namedb/named.root From owner-freebsd-commit Wed Jan 31 03:30:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18736 for freebsd-commit-outgoing; Wed, 31 Jan 1996 03:30:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18726 for cvs-all-outgoing; Wed, 31 Jan 1996 03:30:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18716 for cvs-ports-outgoing; Wed, 31 Jan 1996 03:30:31 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA18704 Wed, 31 Jan 1996 03:30:28 -0800 (PST) Date: Wed, 31 Jan 1996 03:30:28 -0800 (PST) From: Satoshi Asami Message-Id: <199601311130.DAA18704@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports INDEX Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 03:30:26 Modified: . INDEX Log: Latest INDEX file. Some version ups, tgif and pgcc added. Revision Changes Path 1.58 +9 -7 ports/INDEX From owner-freebsd-commit Wed Jan 31 04:06:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22618 for freebsd-commit-outgoing; Wed, 31 Jan 1996 04:06:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22607 for cvs-all-outgoing; Wed, 31 Jan 1996 04:06:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22597 for cvs-sys-outgoing; Wed, 31 Jan 1996 04:05:57 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22588 Wed, 31 Jan 1996 04:05:55 -0800 (PST) Date: Wed, 31 Jan 1996 04:05:55 -0800 (PST) From: David Greenman Message-Id: <199601311205.EAA22588@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_kern.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 04:05:54 Modified: sys/vm vm_kern.c Log: Print a more descriptive message when the mb_map is filled (out of mbuf clusters), and tell the operator what to do about it (increase maxusers). Revision Changes Path 1.22 +2 -2 src/sys/vm/vm_kern.c From owner-freebsd-commit Wed Jan 31 04:07:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22707 for freebsd-commit-outgoing; Wed, 31 Jan 1996 04:07:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22684 for cvs-all-outgoing; Wed, 31 Jan 1996 04:06:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22674 for cvs-sys-outgoing; Wed, 31 Jan 1996 04:06:51 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA22667 Wed, 31 Jan 1996 04:06:50 -0800 (PST) Date: Wed, 31 Jan 1996 04:06:50 -0800 (PST) From: David Greenman Message-Id: <199601311206.EAA22667@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_kern.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 04:06:49 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_kern.c Log: Brought in change from rev 1.22: better message when mb_map is filled. Revision Changes Path 1.13.4.1 +2 -2 src/sys/vm/vm_kern.c From owner-freebsd-commit Wed Jan 31 04:44:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25443 for freebsd-commit-outgoing; Wed, 31 Jan 1996 04:44:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25434 for cvs-all-outgoing; Wed, 31 Jan 1996 04:44:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25423 for cvs-sys-outgoing; Wed, 31 Jan 1996 04:44:37 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA25416 Wed, 31 Jan 1996 04:44:35 -0800 (PST) Date: Wed, 31 Jan 1996 04:44:35 -0800 (PST) From: David Greenman Message-Id: <199601311244.EAA25416@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 04:44:34 Modified: sys/kern kern_sig.c kern_synch.c sys/sys signalvar.h sys/vm vm_pageout.c Log: Improved killproc() log message and made it and the other similar message tolerant of p_ucred being invalid. Starting using killproc() where appropriate. Revision Changes Path 1.18 +7 -8 src/sys/kern/kern_sig.c 1.18 +2 -2 src/sys/kern/kern_synch.c 1.9 +3 -2 src/sys/sys/signalvar.h 1.65 +2 -3 src/sys/vm/vm_pageout.c From owner-freebsd-commit Wed Jan 31 05:13:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26732 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:13:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26708 for cvs-all-outgoing; Wed, 31 Jan 1996 05:12:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26698 for cvs-sys-outgoing; Wed, 31 Jan 1996 05:12:43 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26691 Wed, 31 Jan 1996 05:12:41 -0800 (PST) Date: Wed, 31 Jan 1996 05:12:41 -0800 (PST) From: David Greenman Message-Id: <199601311312.FAA26691@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 05:12:41 Branch: sys/kern RELENG_2_1_0 sys/sys RELENG_2_1_0 sys/vm RELENG_2_1_0 Modified: sys/kern kern_sig.c kern_synch.c sys/sys signalvar.h sys/vm vm_pageout.c Log: Brought in sigexit()/killproc() bugfix, associated improvement to their output, and new killproc usage from main branch. Revision Changes Path 1.11.4.1 +7 -6 src/sys/kern/kern_sig.c 1.11.4.1 +2 -2 src/sys/kern/kern_synch.c 1.5.4.1 +3 -2 src/sys/sys/signalvar.h 1.51.4.1 +2 -3 src/sys/vm/vm_pageout.c From owner-freebsd-commit Wed Jan 31 05:14:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26822 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:14:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26812 for cvs-all-outgoing; Wed, 31 Jan 1996 05:14:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26802 for cvs-sys-outgoing; Wed, 31 Jan 1996 05:14:24 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26795 Wed, 31 Jan 1996 05:14:23 -0800 (PST) Date: Wed, 31 Jan 1996 05:14:23 -0800 (PST) From: David Greenman Message-Id: <199601311314.FAA26795@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 05:14:22 Modified: sys/vm swap_pager.c Log: "out of space" -> "out of swap space". Revision Changes Path 1.60 +2 -2 src/sys/vm/swap_pager.c From owner-freebsd-commit Wed Jan 31 05:15:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26911 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:15:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26900 for cvs-all-outgoing; Wed, 31 Jan 1996 05:15:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26889 for cvs-sys-outgoing; Wed, 31 Jan 1996 05:15:25 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA26882 Wed, 31 Jan 1996 05:15:23 -0800 (PST) Date: Wed, 31 Jan 1996 05:15:23 -0800 (PST) From: David Greenman Message-Id: <199601311315.FAA26882@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/01/31 05:15:22 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm swap_pager.c Log: Brought in change from rev 1.60: "out of space" -> "out of swap space" Revision Changes Path 1.41.4.3 +2 -2 src/sys/vm/swap_pager.c From owner-freebsd-commit Wed Jan 31 05:40:50 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28700 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:40:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28686 for cvs-all-outgoing; Wed, 31 Jan 1996 05:40:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28676 for cvs-usrbin-outgoing; Wed, 31 Jan 1996 05:40:45 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28666 Wed, 31 Jan 1996 05:40:43 -0800 (PST) Date: Wed, 31 Jan 1996 05:40:43 -0800 (PST) From: Mike Pritchard Message-Id: <199601311340.FAA28666@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars calendar.history calendar.holiday calendar.music Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 05:40:42 Modified: usr.bin/calendar/calendars calendar.history calendar.holiday calendar.music Log: Fix some spelling errors in the calendar files. Revision Changes Path 1.3 +13 -13 src/usr.bin/calendar/calendars/calendar.history 1.3 +18 -18 src/usr.bin/calendar/calendars/calendar.holiday 1.4 +3 -3 src/usr.bin/calendar/calendars/calendar.music From owner-freebsd-commit Wed Jan 31 05:42:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28931 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:42:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28917 for cvs-all-outgoing; Wed, 31 Jan 1996 05:42:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28907 for cvs-usrbin-outgoing; Wed, 31 Jan 1996 05:42:51 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28900 Wed, 31 Jan 1996 05:42:49 -0800 (PST) Date: Wed, 31 Jan 1996 05:42:49 -0800 (PST) From: Mike Pritchard Message-Id: <199601311342.FAA28900@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars calendar.history calendar.holiday calendar.music Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 05:42:48 Branch: usr.bin/calendar/calendars RELENG_2_1_0 Modified: usr.bin/calendar/calendars calendar.history calendar.holiday calendar.music Log: Bring in spelling fixes. Revision Changes Path 1.1.1.1.6.1 +11 -11 src/usr.bin/calendar/calendars/calendar.history 1.1.1.1.6.1 +17 -17 src/usr.bin/calendar/calendars/calendar.holiday 1.1.1.1.6.2 +2 -2 src/usr.bin/calendar/calendars/calendar.music From owner-freebsd-commit Wed Jan 31 05:49:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29441 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:49:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29431 for cvs-all-outgoing; Wed, 31 Jan 1996 05:49:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29416 for cvs-CVSROOT-outgoing; Wed, 31 Jan 1996 05:49:50 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29396 Wed, 31 Jan 1996 05:49:48 -0800 (PST) Date: Wed, 31 Jan 1996 05:49:48 -0800 (PST) From: Mike Pritchard Message-Id: <199601311349.FAA29396@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 05:49:48 Modified: . modules Log: Added share_sgml -> src/share/sgml Revision Changes Path 1.628 +2 -2 CVSROOT/modules From owner-freebsd-commit Wed Jan 31 05:53:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29822 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:53:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29812 for cvs-all-outgoing; Wed, 31 Jan 1996 05:53:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29797 for cvs-share-outgoing; Wed, 31 Jan 1996 05:53:05 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29789 Wed, 31 Jan 1996 05:53:03 -0800 (PST) Date: Wed, 31 Jan 1996 05:53:03 -0800 (PST) From: Mike Pritchard Message-Id: <199601311353.FAA29789@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/sgml/FreeBSD/doc example.sgml guide.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 05:53:03 Modified: share/misc flowers ipfw.samp.filters ipfw.samp.scripts share/sgml/FreeBSD/doc example.sgml guide.sgml Log: Fix some more spelling errors. Revision Changes Path 1.2 +2 -2 src/share/misc/flowers 1.2 +22 -22 src/share/misc/ipfw.samp.filters 1.2 +5 -5 src/share/misc/ipfw.samp.scripts 1.2 +1 -1 src/share/sgml/FreeBSD/doc/example.sgml 1.2 +5 -5 src/share/sgml/FreeBSD/doc/guide.sgml From owner-freebsd-commit Wed Jan 31 05:55:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00152 for freebsd-commit-outgoing; Wed, 31 Jan 1996 05:55:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00143 for cvs-all-outgoing; Wed, 31 Jan 1996 05:55:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00133 for cvs-share-outgoing; Wed, 31 Jan 1996 05:55:19 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA00124 Wed, 31 Jan 1996 05:55:17 -0800 (PST) Date: Wed, 31 Jan 1996 05:55:17 -0800 (PST) From: Mike Pritchard Message-Id: <199601311355.FAA00124@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/sgml/FreeBSD/doc example.sgml guide.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 05:55:16 Branch: share/misc RELENG_2_1_0 share/sgml/FreeBSD/doc RELENG_2_1_0 Modified: share/misc flowers ipfw.samp.filters ipfw.samp.scripts share/sgml/FreeBSD/doc example.sgml guide.sgml Log: Bring in spelling fixes. Revision Changes Path 1.1.1.1.6.1 +2 -2 src/share/misc/flowers 1.1.6.1 +22 -22 src/share/misc/ipfw.samp.filters 1.1.6.1 +5 -5 src/share/misc/ipfw.samp.scripts 1.1.1.1.4.1 +1 -1 src/share/sgml/FreeBSD/doc/example.sgml 1.1.1.1.4.1 +5 -5 src/share/sgml/FreeBSD/doc/guide.sgml From owner-freebsd-commit Wed Jan 31 06:26:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02936 for freebsd-commit-outgoing; Wed, 31 Jan 1996 06:26:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02924 for cvs-all-outgoing; Wed, 31 Jan 1996 06:26:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02910 for cvs-share-outgoing; Wed, 31 Jan 1996 06:26:30 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02903 Wed, 31 Jan 1996 06:26:27 -0800 (PST) Date: Wed, 31 Jan 1996 06:26:27 -0800 (PST) From: Mike Pritchard Message-Id: <199601311426.GAA02903@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook authors.sgml booting.sgml contrib.sgml ctm.sgml current.sgml dialup.sgml diskless.sgml dma.sgml eresources.sgml esdi.sgml firewalls.sgml handbook.sgml history.sgml hw.sgml install.sgml kernelconfig.sgml kerneldebug.sgml nutshell.sgml porting.sgml printing.sgml relnotes.sgml routing.sgml scsi.sgml skey.sgml slips.sgml submitters.sgml userppp.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 06:26:26 Modified: share/doc/FAQ freebsd-faq.sgml share/doc/handbook authors.sgml booting.sgml contrib.sgml ctm.sgml current.sgml dialup.sgml diskless.sgml dma.sgml eresources.sgml esdi.sgml firewalls.sgml handbook.sgml history.sgml hw.sgml install.sgml kernelconfig.sgml kerneldebug.sgml nutshell.sgml porting.sgml printing.sgml relnotes.sgml routing.sgml scsi.sgml skey.sgml slips.sgml submitters.sgml userppp.sgml Log: Some more spelling fixes. Revision Changes Path 1.32 +30 -30 src/share/doc/FAQ/freebsd-faq.sgml 1.16 +2 -2 src/share/doc/handbook/authors.sgml 1.9 +7 -7 src/share/doc/handbook/booting.sgml 1.47 +4 -4 src/share/doc/handbook/contrib.sgml 1.6 +6 -6 src/share/doc/handbook/ctm.sgml 1.8 +3 -3 src/share/doc/handbook/current.sgml 1.5 +6 -6 src/share/doc/handbook/dialup.sgml 1.3 +4 -4 src/share/doc/handbook/diskless.sgml 1.3 +2 -2 src/share/doc/handbook/dma.sgml 1.19 +2 -2 src/share/doc/handbook/eresources.sgml 1.5 +16 -16 src/share/doc/handbook/esdi.sgml 1.3 +12 -12 src/share/doc/handbook/firewalls.sgml 1.39 +3 -3 src/share/doc/handbook/handbook.sgml 1.13 +2 -2 src/share/doc/handbook/history.sgml 1.12 +8 -8 src/share/doc/handbook/hw.sgml 1.22 +10 -10 src/share/doc/handbook/install.sgml 1.8 +8 -8 src/share/doc/handbook/kernelconfig.sgml 1.7 +3 -3 src/share/doc/handbook/kerneldebug.sgml 1.8 +2 -2 src/share/doc/handbook/nutshell.sgml 1.13 +6 -6 src/share/doc/handbook/porting.sgml 1.4 +22 -22 src/share/doc/handbook/printing.sgml 1.9 +4 -4 src/share/doc/handbook/relnotes.sgml 1.2 +8 -8 src/share/doc/handbook/routing.sgml 1.11 +7 -7 src/share/doc/handbook/scsi.sgml 1.4 +3 -3 src/share/doc/handbook/skey.sgml 1.8 +2 -2 src/share/doc/handbook/slips.sgml 1.15 +11 -11 src/share/doc/handbook/submitters.sgml 1.6 +6 -6 src/share/doc/handbook/userppp.sgml From owner-freebsd-commit Wed Jan 31 06:32:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03804 for freebsd-commit-outgoing; Wed, 31 Jan 1996 06:32:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03794 for cvs-all-outgoing; Wed, 31 Jan 1996 06:32:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03781 for cvs-share-outgoing; Wed, 31 Jan 1996 06:32:39 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03774 Wed, 31 Jan 1996 06:32:38 -0800 (PST) Date: Wed, 31 Jan 1996 06:32:38 -0800 (PST) From: Mike Pritchard Message-Id: <199601311432.GAA03774@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook booting.sgml contrib.sgml ctm.sgml dialup.sgml diskless.sgml dma.sgml eresources.sgml esdi.sgml firewalls.sgml handbook.sgml hw.sgml install.sgml kernelconfig.sgml kerneldebug.sgml nutshell.sgml porting.sgml printing.sgml relnotes.sgml routing.sgml scsi.sgml skey.sgml slips.sgml userppp.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 06:32:37 Branch: share/doc/FAQ RELENG_2_1_0 share/doc/handbook RELENG_2_1_0 Modified: share/doc/FAQ freebsd-faq.sgml share/doc/handbook booting.sgml contrib.sgml ctm.sgml dialup.sgml diskless.sgml dma.sgml eresources.sgml esdi.sgml firewalls.sgml handbook.sgml hw.sgml install.sgml kernelconfig.sgml kerneldebug.sgml nutshell.sgml porting.sgml printing.sgml relnotes.sgml routing.sgml scsi.sgml skey.sgml slips.sgml userppp.sgml Log: Bring in some of the spelling fixes from the main branch. Revision Changes Path 1.4.4.4 +18 -18 src/share/doc/FAQ/freebsd-faq.sgml 1.2.4.4 +7 -7 src/share/doc/handbook/booting.sgml 1.15.2.6 +3 -3 src/share/doc/handbook/contrib.sgml 1.1.1.1.4.4 +6 -6 src/share/doc/handbook/ctm.sgml 1.1.1.1.4.3 +6 -6 src/share/doc/handbook/dialup.sgml 1.1.1.1.4.3 +4 -4 src/share/doc/handbook/diskless.sgml 1.1.2.3 +2 -2 src/share/doc/handbook/dma.sgml 1.2.4.4 +2 -2 src/share/doc/handbook/eresources.sgml 1.2.2.1 +15 -15 src/share/doc/handbook/esdi.sgml 1.1.2.2 +12 -12 src/share/doc/handbook/firewalls.sgml 1.7.4.6 +3 -3 src/share/doc/handbook/handbook.sgml 1.6.2.2 +6 -6 src/share/doc/handbook/hw.sgml 1.9.2.6 +9 -9 src/share/doc/handbook/install.sgml 1.1.2.2 +8 -8 src/share/doc/handbook/kernelconfig.sgml 1.3.2.3 +3 -3 src/share/doc/handbook/kerneldebug.sgml 1.1.4.3 +2 -2 src/share/doc/handbook/nutshell.sgml 1.2.4.4 +4 -4 src/share/doc/handbook/porting.sgml 1.2.2.1 +22 -22 src/share/doc/handbook/printing.sgml 1.4.2.5 +5 -5 src/share/doc/handbook/relnotes.sgml 1.1.2.1 +8 -8 src/share/doc/handbook/routing.sgml 1.1.1.1.4.4 +5 -5 src/share/doc/handbook/scsi.sgml 1.3.2.1 +3 -3 src/share/doc/handbook/skey.sgml 1.2.4.3 +2 -2 src/share/doc/handbook/slips.sgml 1.3.2.1 +6 -6 src/share/doc/handbook/userppp.sgml From owner-freebsd-commit Wed Jan 31 07:03:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA06575 for freebsd-commit-outgoing; Wed, 31 Jan 1996 07:03:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA06562 for cvs-all-outgoing; Wed, 31 Jan 1996 07:03:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA06550 for cvs-etc-outgoing; Wed, 31 Jan 1996 07:03:31 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA06538 Wed, 31 Jan 1996 07:03:27 -0800 (PST) Date: Wed, 31 Jan 1996 07:03:27 -0800 (PST) From: Mike Pritchard Message-Id: <199601311503.HAA06538@freefall.freebsd.org> To: CVS-committers, cvs-etc Subject: cvs commit: src/etc/root dot.fvwmrc dot.login dot.xsession Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 07:03:26 Modified: etc csh.login netstart profile rc.serial sysconfig termcap.small etc/etc.i386 MAKEDEV rc.i386 etc/ppp ppp.conf.iij ppp.conf.sample ppp.linkup.sample etc/root dot.fvwmrc dot.login dot.xsession Log: Another round of spelling fixes. Revision Changes Path 1.15 +2 -2 src/etc/csh.login 1.40 +2 -2 src/etc/netstart 1.7 +2 -2 src/etc/profile 1.5 +1 -1 src/etc/rc.serial 1.34 +5 -5 src/etc/sysconfig 1.15 +1 -1 src/etc/termcap.small 1.112 +11 -11 src/etc/etc.i386/MAKEDEV 1.15 +3 -3 src/etc/etc.i386/rc.i386 1.2 +4 -4 src/etc/ppp/ppp.conf.iij 1.4 +6 -6 src/etc/ppp/ppp.conf.sample 1.2 +6 -6 src/etc/ppp/ppp.linkup.sample 1.2 +3 -3 src/etc/root/dot.fvwmrc 1.12 +2 -2 src/etc/root/dot.login 1.4 +1 -1 src/etc/root/dot.xsession From owner-freebsd-commit Wed Jan 31 07:16:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA07988 for freebsd-commit-outgoing; Wed, 31 Jan 1996 07:16:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA07925 for cvs-all-outgoing; Wed, 31 Jan 1996 07:16:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA07858 for cvs-usrsbin-outgoing; Wed, 31 Jan 1996 07:16:01 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA07830 Wed, 31 Jan 1996 07:15:56 -0800 (PST) Date: Wed, 31 Jan 1996 07:15:56 -0800 (PST) From: Bill Paul Message-Id: <199601311515.HAA07830@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yppush yppush_main.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/31 07:15:52 Modified: usr.sbin/yppush yppush_main.c Log: Sync with my sources at home: - Don't do longjmp()s from inside a signal handler. Even though I got things to work the way I wanted, it's bad karma. - Remember to clear the sa_mask with sigemptyset() before masking signals when using sigaction() to set up the SIGIO handler. - Break out of the wait loop in yppush_exit() when the five minute timeout expires instead of looping around for another pass. If ypxfr on the other end fails somehow and never sends a response, we don't want to wait around forever. Revision Changes Path 1.2 +39 -4 src/usr.sbin/yppush/yppush_main.c From owner-freebsd-commit Wed Jan 31 07:22:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA08427 for freebsd-commit-outgoing; Wed, 31 Jan 1996 07:22:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA08416 for cvs-all-outgoing; Wed, 31 Jan 1996 07:22:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA08398 for cvs-usrsbin-outgoing; Wed, 31 Jan 1996 07:22:06 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA08389 Wed, 31 Jan 1996 07:22:02 -0800 (PST) Date: Wed, 31 Jan 1996 07:22:02 -0800 (PST) From: Bill Paul Message-Id: <199601311522.HAA08389@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv yp_server.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/31 07:22:01 Modified: usr.sbin/ypserv yp_server.c Log: Found an instance of yp_error() in yp_maplist_create() that had two %s tokens but only one argument; fixed by putting in missing argument. Revision Changes Path 1.4 +2 -2 src/usr.sbin/ypserv/yp_server.c From owner-freebsd-commit Wed Jan 31 08:35:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14630 for freebsd-commit-outgoing; Wed, 31 Jan 1996 08:35:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14607 for cvs-all-outgoing; Wed, 31 Jan 1996 08:35:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14594 for cvs-gnu-outgoing; Wed, 31 Jan 1996 08:35:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14569 Wed, 31 Jan 1996 08:34:55 -0800 (PST) Date: Wed, 31 Jan 1996 08:34:55 -0800 (PST) From: Mike Pritchard Message-Id: <199601311634.IAA14569@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-common doc-syms Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 08:34:54 Modified: gnu/usr.bin/groff/tmac doc-common doc-syms Log: Teach the .Os macro about FreeBSD and our releases. E.g. .Os FreeBSD 2.1 will now display "FreeBSD 2.1" at the bottom of the man page, instead of just "FreeBSD". Added a bunch of missing standards to the .St macro. 4.4BSD is no longer "BSD Experimental". Obtained from: Partially obtained from NetBSD & 4.4BSD-lite2 Revision Changes Path 1.2 +22 -15 src/gnu/usr.bin/groff/tmac/doc-common 1.2 +68 -8 src/gnu/usr.bin/groff/tmac/doc-syms From owner-freebsd-commit Wed Jan 31 09:30:32 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18851 for freebsd-commit-outgoing; Wed, 31 Jan 1996 09:30:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18753 for cvs-all-outgoing; Wed, 31 Jan 1996 09:28:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18725 for cvs-sbin-outgoing; Wed, 31 Jan 1996 09:28:26 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18716 Wed, 31 Jan 1996 09:28:25 -0800 (PST) Date: Wed, 31 Jan 1996 09:28:25 -0800 (PST) From: Mike Pritchard Message-Id: <199601311728.JAA18716@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/mount_ext2fs mount_ext2fs.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 09:28:24 Modified: sbin/mount_ext2fs mount_ext2fs.8 Log: Hacked up a small man page for mount_ext2fs. The existing man page was simply a copy of the mount_lfs man page. Revision Changes Path 1.2 +10 -61 src/sbin/mount_ext2fs/mount_ext2fs.8 From owner-freebsd-commit Wed Jan 31 09:42:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20011 for freebsd-commit-outgoing; Wed, 31 Jan 1996 09:42:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19928 for cvs-all-outgoing; Wed, 31 Jan 1996 09:41:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19908 for cvs-ports-outgoing; Wed, 31 Jan 1996 09:40:57 -0800 (PST) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19899 Wed, 31 Jan 1996 09:40:55 -0800 (PST) Date: Wed, 31 Jan 1996 09:40:55 -0800 (PST) From: Gary Palmer Message-Id: <199601311740.JAA19899@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/net/gated/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk gpalmer 96/01/31 09:40:54 Modified: net/gated Makefile net/gated/files md5 Log: Update to 3.5 Beta 3. Revision Changes Path 1.9 +4 -5 ports/net/gated/Makefile 1.5 +1 -1 ports/net/gated/files/md5 From owner-freebsd-commit Wed Jan 31 09:45:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20381 for freebsd-commit-outgoing; Wed, 31 Jan 1996 09:45:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20368 for cvs-all-outgoing; Wed, 31 Jan 1996 09:45:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20356 for cvs-sys-outgoing; Wed, 31 Jan 1996 09:45:13 -0800 (PST) Received: from mpp.minn.net (root@mpp.Minn.Net [204.157.201.242]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA20349 Wed, 31 Jan 1996 09:45:03 -0800 (PST) Received: (from mpp@localhost) by mpp.minn.net (8.7.3/8.6.9) id LAA00919; Wed, 31 Jan 1996 11:44:43 -0600 (CST) Message-Id: <199601311744.LAA00919@mpp.minn.net> Subject: Re: cvs commit: src/sys/vm swap_pager.h vm_map.h vm_page.h To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Wed, 31 Jan 1996 11:44:43 -0600 (CST) From: "Mike Pritchard" Cc: jkh@time.cdrom.com, mpp@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <4289.823075953@critter.tfs.com> from "Poul-Henning Kamp" at Jan 31, 96 09:12:33 am X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk Poul-Henning Kamp wrote: > > > > mpp 96/01/30 15:02:44 > > > > > > Modified: sys/i386/apm/apm_init real_prot.h > > > sys/i386/conf LINT > > > sys/i386/eisa eisaconf.h > > > > My god, he's a human patching machine! Let's put our hands together > > for Mike Pritchard, bogon fixer of the month! [actually, head bogon > > fixer for all of 1996, so far..] :-) > > I guess that particular Perl script got moved to a P6 :-) You mean I could have gotten a Perl script to do all that? Now you tell me! :-) -- Mike Pritchard mpp@minn.net "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-commit Wed Jan 31 10:01:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22224 for freebsd-commit-outgoing; Wed, 31 Jan 1996 10:01:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22185 for cvs-all-outgoing; Wed, 31 Jan 1996 10:01:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22167 for cvs-usrsbin-outgoing; Wed, 31 Jan 1996 10:01:29 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22144 Wed, 31 Jan 1996 10:01:26 -0800 (PST) Date: Wed, 31 Jan 1996 10:01:26 -0800 (PST) From: Mike Pritchard Message-Id: <199601311801.KAA22144@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/mixer mixer.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 10:01:25 Modified: usr.sbin/mixer mixer.c Log: Make mixer print out all of the current mixer settings by defualt instead of making the user run a separate command for each setting they are interested in. Closes PR#432. Revision Changes Path 1.4 +16 -0 src/usr.sbin/mixer/mixer.c From owner-freebsd-commit Wed Jan 31 10:05:45 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22772 for freebsd-commit-outgoing; Wed, 31 Jan 1996 10:05:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22745 for cvs-all-outgoing; Wed, 31 Jan 1996 10:05:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22734 for cvs-sys-outgoing; Wed, 31 Jan 1996 10:05:24 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22726 Wed, 31 Jan 1996 10:05:22 -0800 (PST) Date: Wed, 31 Jan 1996 10:05:22 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601311805.KAA22726@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_devconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/31 10:05:21 Modified: sys/i386/eisa aha1742.c aic7770.c bt74x.c eisaconf.c Log: aha1742.c aic7770.c bt74x.c - Call eisa_registerdev as soon as we have a device match. This allows the "eisa_add_*" routines to tweak kdc_datalen as the kdc grows and shrinks. eisaconf.c - externalize the linked lists that hold our ioaddrs and maddrs. Revision Changes Path 1.50 +2 -2 src/sys/i386/eisa/aha1742.c 1.24 +2 -2 src/sys/i386/eisa/aic7770.c 1.4 +4 -2 src/sys/i386/eisa/bt74x.c 1.14 +76 -7 src/sys/i386/eisa/eisaconf.c Modified: sys/kern kern_devconf.c Log: Properly calculate the amount of the devconf to output in SYSCTL_OUT. The code outputs the dc then calls the device specific externalize routines to fill in the dc_data area. The old code assumed that dc_data started one byte from the end of the dc, but with the compiler optimizing alignment and padding, this isn't always the case. Do an explicit &(dc.dc_data) - &dc. This fixes lsdev -c which must have been broken for some time. Revision Changes Path 1.14 +10 -2 src/sys/kern/kern_devconf.c From owner-freebsd-commit Wed Jan 31 10:07:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22881 for freebsd-commit-outgoing; Wed, 31 Jan 1996 10:07:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22870 for cvs-all-outgoing; Wed, 31 Jan 1996 10:07:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22853 for cvs-usrsbin-outgoing; Wed, 31 Jan 1996 10:07:00 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22843 Wed, 31 Jan 1996 10:06:57 -0800 (PST) Date: Wed, 31 Jan 1996 10:06:57 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601311806.KAA22843@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/lsdev i386.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/31 10:06:56 Modified: usr.sbin/lsdev i386.c Log: Decend the list of ioaddrs and maddrs for eisa devices and print them out for lsdev -c. Revision Changes Path 1.13 +17 -6 src/usr.sbin/lsdev/i386.c From owner-freebsd-commit Wed Jan 31 10:46:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA28092 for freebsd-commit-outgoing; Wed, 31 Jan 1996 10:46:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA28078 for cvs-all-outgoing; Wed, 31 Jan 1996 10:46:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA28048 for cvs-sys-outgoing; Wed, 31 Jan 1996 10:46:39 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA28037 Wed, 31 Jan 1996 10:46:38 -0800 (PST) Date: Wed, 31 Jan 1996 10:46:38 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601311846.KAA28037@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk gibbs 96/01/31 10:46:37 Modified: sys/i386/eisa eisaconf.c Log: Free the externalizing buffer. Revision Changes Path 1.15 +5 -2 src/sys/i386/eisa/eisaconf.c From owner-freebsd-commit Wed Jan 31 11:03:15 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00124 for freebsd-commit-outgoing; Wed, 31 Jan 1996 11:03:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00102 for cvs-all-outgoing; Wed, 31 Jan 1996 11:03:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA29988 for cvs-share-outgoing; Wed, 31 Jan 1996 11:03:08 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA29980 Wed, 31 Jan 1996 11:03:06 -0800 (PST) Date: Wed, 31 Jan 1996 11:03:06 -0800 (PST) From: Mike Pritchard Message-Id: <199601311903.LAA29980@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook booting.sgml esdi.sgml firewalls.sgml install.sgml kerneldebug.sgml memoryuse.sgml printing.sgml scsi.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 11:03:05 Modified: share/doc/handbook booting.sgml esdi.sgml firewalls.sgml install.sgml kerneldebug.sgml memoryuse.sgml printing.sgml scsi.sgml Log: Fix some grammar problems (mainly its/it's stuff). Revision Changes Path 1.10 +2 -2 src/share/doc/handbook/booting.sgml 1.6 +6 -6 src/share/doc/handbook/esdi.sgml 1.4 +4 -4 src/share/doc/handbook/firewalls.sgml 1.23 +6 -6 src/share/doc/handbook/install.sgml 1.8 +2 -2 src/share/doc/handbook/kerneldebug.sgml 1.6 +2 -2 src/share/doc/handbook/memoryuse.sgml 1.5 +7 -7 src/share/doc/handbook/printing.sgml 1.12 +8 -8 src/share/doc/handbook/scsi.sgml From owner-freebsd-commit Wed Jan 31 11:24:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01921 for freebsd-commit-outgoing; Wed, 31 Jan 1996 11:24:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01902 for cvs-all-outgoing; Wed, 31 Jan 1996 11:24:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01892 for cvs-sys-outgoing; Wed, 31 Jan 1996 11:24:40 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA01883 Wed, 31 Jan 1996 11:24:37 -0800 (PST) Date: Wed, 31 Jan 1996 11:24:37 -0800 (PST) From: Stefan Esser Message-Id: <199601311924.LAA01883@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/01/31 11:24:36 Modified: sys/pci ncr.c Log: Slight modification of ncr_setmaxtags: set usrtags=0 for drives that don't announce support for command queues. SCSI_NCR_DFLT_TAGS can be specified in the kernel config file and sets the default number of tags per disk drive. A value of 0 means "no tags". Minor correction in debug messages: Values from the msg_in buffer were being printed in the msg_out trace message ... Revision Changes Path 1.62 +16 -17 src/sys/pci/ncr.c From owner-freebsd-commit Wed Jan 31 12:56:04 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09806 for freebsd-commit-outgoing; Wed, 31 Jan 1996 12:56:04 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09755 for cvs-all-outgoing; Wed, 31 Jan 1996 12:55:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09745 for cvs-gnu-outgoing; Wed, 31 Jan 1996 12:55:40 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA09738 Wed, 31 Jan 1996 12:55:38 -0800 (PST) Date: Wed, 31 Jan 1996 12:55:38 -0800 (PST) From: Mike Pritchard Message-Id: <199601312055.MAA09738@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-syms Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 12:55:37 Modified: gnu/usr.bin/groff/tmac doc-syms Log: Updated the ".St -ansiC" macro to report "ISO 9899: 1990 (``ISO C'')" You can also specify -iso9899, or -isoC. Use -ansiC-89 if you still need the X3.159-1989 string reported. Suggested by Garrett Wollman. Revision Changes Path 1.3 +24 -4 src/gnu/usr.bin/groff/tmac/doc-syms From owner-freebsd-commit Wed Jan 31 13:07:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10782 for freebsd-commit-outgoing; Wed, 31 Jan 1996 13:07:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10762 for cvs-all-outgoing; Wed, 31 Jan 1996 13:07:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10742 for cvs-gnu-outgoing; Wed, 31 Jan 1996 13:07:37 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10726 Wed, 31 Jan 1996 13:07:27 -0800 (PST) Date: Wed, 31 Jan 1996 13:07:27 -0800 (PST) From: Mike Pritchard Message-Id: <199601312107.NAA10726@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac mm.diff Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/01/31 13:07:24 Removed: gnu/usr.bin/groff/tmac mm.diff Log: Remove groff/tmac/mm.diff - it is just a small file containing a context diff that was probably mistakenly committed when the package was brought in. From owner-freebsd-commit Wed Jan 31 14:18:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17305 for freebsd-commit-outgoing; Wed, 31 Jan 1996 14:18:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17291 for cvs-all-outgoing; Wed, 31 Jan 1996 14:17:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17280 for cvs-share-outgoing; Wed, 31 Jan 1996 14:17:42 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA17266 Wed, 31 Jan 1996 14:17:40 -0800 (PST) Date: Wed, 31 Jan 1996 14:17:40 -0800 (PST) From: Joerg Wunsch Message-Id: <199601312217.OAA17266@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/examples Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/31 14:17:38 Branch: share/examples RELENG_2_1_0 Modified: share/examples Makefile Log: Pull from HEAD: . No need to leave out the Makefiles when installing the examples. . Let find(1) do all the dirty work, instead of grepping. Revision Changes Path 1.13.4.4 +3 -3 src/share/examples/Makefile From owner-freebsd-commit Wed Jan 31 21:24:14 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA23836 for freebsd-commit-outgoing; Wed, 31 Jan 1996 21:24:14 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA23800 for cvs-all-outgoing; Wed, 31 Jan 1996 21:24:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA23770 for cvs-ports-outgoing; Wed, 31 Jan 1996 21:24:01 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA23754 Wed, 31 Jan 1996 21:23:56 -0800 (PST) Date: Wed, 31 Jan 1996 21:23:56 -0800 (PST) From: Satoshi Asami Message-Id: <199602010523.VAA23754@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/x11/fvwm/pkg COMMENT Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 21:23:54 Modified: x11/fvwm/pkg COMMENT Log: Take out version number. Revision Changes Path 1.3 +1 -1 ports/x11/fvwm/pkg/COMMENT From owner-freebsd-commit Wed Jan 31 22:19:16 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27337 for freebsd-commit-outgoing; Wed, 31 Jan 1996 22:19:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27329 for cvs-all-outgoing; Wed, 31 Jan 1996 22:19:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27321 for cvs-lib-outgoing; Wed, 31 Jan 1996 22:19:07 -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 WAA27303 Wed, 31 Jan 1996 22:18:49 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.6.12/8.6.12) with ESMTP id WAA13878; Wed, 31 Jan 1996 22:18:36 -0800 Message-Id: <199602010618.WAA13878@austin.polstra.com> To: nate@sri.MT.net Cc: CVS-committers@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-Reply-To: <199601301628.JAA11970@rocky.sri.MT.net> Date: Wed, 31 Jan 1996 22:18:35 -0800 From: John Polstra Sender: owner-commit@freebsd.org Precedence: bulk Nate wrote: > > > Back out the thread_init code in order to allow -current to bootstrap > > > from -stable, until a better solution is found. > > > > Umm, I think this is a bit drastic! Bootstrapping is a problem we have to > > deal with now and again in -current and it shouldn't be a barrier to new > > development. > > Agreed, but as has been hashed out, there is no way of bootstrapping > right now inside the Makefiles. You can't do it automatically due to > races, so until a Real (tm) solution is found where folks can > automatically bootstrap, this is the temporary solution. I was studying my logs from a recent make world, and also the top-level Makefile. I was looking for something else, but in the process I came to understand the cause of the thread_init-crt0-libc bootstrapping problem. I think it could be solved in the top-level Makefile without too much trouble. The problem is in this section of code under the "libraries:" target (note: crt0 is in lib/csu/i386): .if exists(lib) cd ${.CURDIR}/lib/csu/i386 && \ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/lib && \ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} .endif The first command does this: depend in lib/csu/i386 build in lib/csu/i386 install from lib/csu/i386 Then, the second command does this: depend in lib/csu/i386 depend in lib/libc depend in lib/libcompat depend in lib/libcom_err ... the same for many more subdirectories of lib depend in lib/msun build in lib/csu/i386 build in lib/libc build in lib/libcompat build in lib/libcom_err ... the same for many more subdirectories of lib build in lib/msun install from lib/csu/i386 install from lib/libc install from lib/libcompat install from lib/libcom_err ... the same for many more subdirectories of lib install from lib/msun The problem is that the new crt0.o gets installed loooooong before the new libc gets installed -- but really, they need to be installed at almost the same time. Between the time that crt0.o is installed and libc is installed, much work is put into building the libraries in the other subdirectories of lib. For some of them (e.g., libmytinfo, where the bootstrapping problem first shows up), the build process involves compiling some programs and executing them. Those programs get linked with the new crt0.o (because it's already installed) but with the old libc. That's why the undefined symbol error is occurring. I think this particular problem could be solved quite simply, by just deleting the first command from the top-level Makefile: cd ${.CURDIR}/lib/csu/i386 && \ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} That would defer the installation of crt0.o until immediately before the installation of libc. I _believe_ there would be no negative side-effects from this change. Unfortunately, I can't test my proposed fix at the moment. But maybe this explanation will help Julian or somebody else who's working on it. If you all already knew about this, just ignore me. But I've seen some misleading stuff go by on the mailing list, referring to mysterious hidden dependencies from the makedepend step, and that's just wrong. The actual explanation is much simpler. -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth From owner-freebsd-commit Wed Jan 31 22:46:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28982 for freebsd-commit-outgoing; Wed, 31 Jan 1996 22:46:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28968 for cvs-all-outgoing; Wed, 31 Jan 1996 22:46:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28951 for cvs-CVSROOT-outgoing; Wed, 31 Jan 1996 22:46:04 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA28931 Wed, 31 Jan 1996 22:46:02 -0800 (PST) Date: Wed, 31 Jan 1996 22:46:02 -0800 (PST) From: Satoshi Asami Message-Id: <199602010646.WAA28931@freefall.freebsd.org> To: CVS-committers, cvs-CVSROOT Subject: cvs commit: CVSROOT modules Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 22:46:01 Modified: . modules Log: jp-tgif --> ports/japanese/tgif Revision Changes Path 1.629 +2 -1 CVSROOT/modules From owner-freebsd-commit Wed Jan 31 22:47:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29047 for freebsd-commit-outgoing; Wed, 31 Jan 1996 22:47:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29038 for cvs-all-outgoing; Wed, 31 Jan 1996 22:47:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29028 for cvs-ports-outgoing; Wed, 31 Jan 1996 22:47:44 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29019 Wed, 31 Jan 1996 22:47:43 -0800 (PST) Date: Wed, 31 Jan 1996 22:47:43 -0800 (PST) From: Satoshi Asami Message-Id: <199602010647.WAA29019@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/japanese/tgif - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 22:47:42 Branch: japanese/tgif 1.1.1 Log: tgif, Japanese version. But it's still Wednesday! Submitted by: Mita Yoshio Status: Vendor Tag: MITA Release Tags: tgif_2_6_12 N ports/japanese/tgif/Makefile N ports/japanese/tgif/patches/patch-aa N ports/japanese/tgif/patches/patch-ab N ports/japanese/tgif/files/md5 N ports/japanese/tgif/pkg/COMMENT N ports/japanese/tgif/pkg/DESCR N ports/japanese/tgif/pkg/PLIST No conflicts created by this import From owner-freebsd-commit Wed Jan 31 22:48:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29151 for freebsd-commit-outgoing; Wed, 31 Jan 1996 22:48:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29141 for cvs-all-outgoing; Wed, 31 Jan 1996 22:48:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29126 for cvs-ports-outgoing; Wed, 31 Jan 1996 22:48:30 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29117 Wed, 31 Jan 1996 22:48:25 -0800 (PST) Date: Wed, 31 Jan 1996 22:48:25 -0800 (PST) From: Satoshi Asami Message-Id: <199602010648.WAA29117@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/japanese Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 22:48:25 Modified: japanese Makefile Log: Added tgif. Revision Changes Path 1.23 +2 -1 ports/japanese/Makefile From owner-freebsd-commit Wed Jan 31 22:55:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29522 for freebsd-commit-outgoing; Wed, 31 Jan 1996 22:55:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29513 for cvs-all-outgoing; Wed, 31 Jan 1996 22:55:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29503 for cvs-share-outgoing; Wed, 31 Jan 1996 22:55:22 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA29495 Wed, 31 Jan 1996 22:55:21 -0800 (PST) Date: Wed, 31 Jan 1996 22:55:21 -0800 (PST) From: Satoshi Asami Message-Id: <199602010655.WAA29495@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook contrib.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 22:55:20 Modified: share/doc/handbook contrib.sgml Log: Added Mita Yoshio for his contribution of the tgif port. Revision Changes Path 1.48 +2 -1 src/share/doc/handbook/contrib.sgml From owner-freebsd-commit Wed Jan 31 23:22:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01149 for freebsd-commit-outgoing; Wed, 31 Jan 1996 23:22:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01125 for cvs-all-outgoing; Wed, 31 Jan 1996 23:22:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01114 for cvs-ports-outgoing; Wed, 31 Jan 1996 23:22:28 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01107 Wed, 31 Jan 1996 23:22:26 -0800 (PST) Date: Wed, 31 Jan 1996 23:22:26 -0800 (PST) From: Satoshi Asami Message-Id: <199602010722.XAA01107@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/benchmarks/lmbench/files Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 23:22:25 Modified: benchmarks/lmbench/files Makefile Log: Fix a couple of relative paths. Revision Changes Path 1.2 +3 -3 ports/benchmarks/lmbench/files/Makefile From owner-freebsd-commit Wed Jan 31 23:31:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01870 for freebsd-commit-outgoing; Wed, 31 Jan 1996 23:31:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01861 for cvs-all-outgoing; Wed, 31 Jan 1996 23:31:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01851 for cvs-share-outgoing; Wed, 31 Jan 1996 23:31:53 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01844 Wed, 31 Jan 1996 23:31:51 -0800 (PST) Date: Wed, 31 Jan 1996 23:31:51 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602010731.XAA01844@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook hw.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/31 23:31:50 Modified: share/doc/handbook hw.sgml Log: Update my hardware section. Still waiting for more "Picks" configurations, folks! Am I to be the only hardware blow-hard in here? :-) Revision Changes Path 1.13 +29 -10 src/share/doc/handbook/hw.sgml From owner-freebsd-commit Wed Jan 31 23:37:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02551 for freebsd-commit-outgoing; Wed, 31 Jan 1996 23:37:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02507 for cvs-all-outgoing; Wed, 31 Jan 1996 23:36:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02497 for cvs-sys-outgoing; Wed, 31 Jan 1996 23:36:39 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02489 Wed, 31 Jan 1996 23:36:37 -0800 (PST) Date: Wed, 31 Jan 1996 23:36:37 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602010736.XAA02489@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci meteor.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/01/31 23:36:36 Modified: sys/i386/include ioctl_meteor.h sys/i386/isa spigot.c sys/pci meteor.c Log: Sync with latest Meteor and Spigot sources from James. Submitted by: Jim Lowe Revision Changes Path 1.5 +10 -0 src/sys/i386/include/ioctl_meteor.h 1.22 +8 -2 src/sys/i386/isa/spigot.c 1.13 +200 -72 src/sys/pci/meteor.c From owner-freebsd-commit Wed Jan 31 23:55:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03701 for freebsd-commit-outgoing; Wed, 31 Jan 1996 23:55:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03684 for cvs-all-outgoing; Wed, 31 Jan 1996 23:55:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03668 for cvs-ports-outgoing; Wed, 31 Jan 1996 23:55:45 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03661 Wed, 31 Jan 1996 23:55:43 -0800 (PST) Date: Wed, 31 Jan 1996 23:55:43 -0800 (PST) From: Satoshi Asami Message-Id: <199602010755.XAA03661@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/benchmarks/lmbench/patches patch-ab Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 23:55:42 Added: benchmarks/lmbench/patches patch-ab Log: Comment out setsockopt() in bw_tcp. Now the local TCP results are much better. Submitted by: John Dyson via Chris Stenton From owner-freebsd-commit Wed Jan 31 23:56:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03868 for freebsd-commit-outgoing; Wed, 31 Jan 1996 23:56:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03854 for cvs-all-outgoing; Wed, 31 Jan 1996 23:56:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03842 for cvs-ports-outgoing; Wed, 31 Jan 1996 23:56:13 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA03834 Wed, 31 Jan 1996 23:56:12 -0800 (PST) Date: Wed, 31 Jan 1996 23:56:12 -0800 (PST) From: Satoshi Asami Message-Id: <199602010756.XAA03834@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/benchmarks/lmbench/pkg PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/01/31 23:56:11 Modified: benchmarks/lmbench/pkg PLIST Log: Expand subdirectory (lib/lmbench). Revision Changes Path 1.2 +60 -1 ports/benchmarks/lmbench/pkg/PLIST From owner-freebsd-commit Thu Feb 1 00:06:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04552 for freebsd-commit-outgoing; Thu, 1 Feb 1996 00:06:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04542 for cvs-all-outgoing; Thu, 1 Feb 1996 00:06:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04530 for cvs-ports-outgoing; Thu, 1 Feb 1996 00:06:07 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA04522 Thu, 1 Feb 1996 00:06:05 -0800 (PST) Date: Thu, 1 Feb 1996 00:06:05 -0800 (PST) From: Satoshi Asami Message-Id: <199602010806.AAA04522@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/print/ghostview/pkg PLIST Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/02/01 00:06:04 Modified: print/ghostview/pkg PLIST Log: Delete "@cwd /usr/X386" (another example why @cwd is completely useless) and add the man page. Fixes PR misc/985. Revision Changes Path 1.2 +1 -1 ports/print/ghostview/pkg/PLIST From owner-freebsd-commit Thu Feb 1 00:32:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06400 for freebsd-commit-outgoing; Thu, 1 Feb 1996 00:32:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06389 for cvs-all-outgoing; Thu, 1 Feb 1996 00:32:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06375 for cvs-ports-outgoing; Thu, 1 Feb 1996 00:32:30 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA06366 Thu, 1 Feb 1996 00:32:27 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.3/8.6.9) with SMTP id AAA04734; Thu, 1 Feb 1996 00:32:24 -0800 (PST) To: Satoshi Asami cc: CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org Subject: Re: cvs commit: ports/print/ghostview/pkg PLIST In-reply-to: Your message of "Thu, 01 Feb 1996 00:06:05 PST." <199602010806.AAA04522@freefall.freebsd.org> Date: Thu, 01 Feb 1996 00:32:24 -0800 Message-ID: <4731.823163544@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-commit@FreeBSD.ORG Precedence: bulk > Delete "@cwd /usr/X386" (another example why @cwd is completely useless) > and add the man page. Fixes PR misc/985. Actually, not *completely* useless. You know we have an @option directive for doing an in-place extract, right? @option extract-in-place @cwd /usr/local bin/emacs lib/... Would, for example, turn the bloated emacs package into something not requiring any temporary space to extract.. I think in this case it's not so much a question of useless options as it is undocumented ones. :-) The following @cwd is mandatory with extract-in-place. You aren't allowed to override the prefix of an extract-in-place package. Jordan From owner-freebsd-commit Thu Feb 1 00:39:22 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06785 for freebsd-commit-outgoing; Thu, 1 Feb 1996 00:39:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06776 for cvs-all-outgoing; Thu, 1 Feb 1996 00:39:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06765 for cvs-ports-outgoing; Thu, 1 Feb 1996 00:39:15 -0800 (PST) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id AAA06758 Thu, 1 Feb 1996 00:39:11 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id AAA02132; Thu, 1 Feb 1996 00:39:00 -0800 (PST) Date: Thu, 1 Feb 1996 00:39:00 -0800 (PST) Message-Id: <199602010839.AAA02132@silvia.HIP.Berkeley.EDU> To: jkh@time.cdrom.com CC: CVS-committers@freefall.freebsd.org, cvs-ports@freefall.freebsd.org In-reply-to: <4731.823163544@time.cdrom.com> (jkh@time.cdrom.com) Subject: Re: cvs commit: ports/print/ghostview/pkg PLIST From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-commit@FreeBSD.ORG Precedence: bulk * Actually, not *completely* useless. You know we have an @option * directive for doing an in-place extract, right? * * @option extract-in-place * @cwd /usr/local * bin/emacs * lib/... * * Would, for example, turn the bloated emacs package into something not * requiring any temporary space to extract.. I think in this case it's * not so much a question of useless options as it is undocumented * ones. :-) * * The following @cwd is mandatory with extract-in-place. You aren't * allowed to override the prefix of an extract-in-place package. Wow, extract-in-place! Didn't know that! BTW, I know @cwd is not completely useless, it is still required for things like multi-tree packages (e.g., ImageMagick). But for most ports, @cwd, @mode, @owner etc. are not necessary and just confuse new porters. Some day I'll go through the entire ports tree and get rid of all of them.... :) Satoshi From owner-freebsd-commit Thu Feb 1 01:31:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10228 for freebsd-commit-outgoing; Thu, 1 Feb 1996 01:31:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10217 for cvs-all-outgoing; Thu, 1 Feb 1996 01:31:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA10206 for cvs-lib-outgoing; Thu, 1 Feb 1996 01:31:38 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id BAA10171 Thu, 1 Feb 1996 01:31:04 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id RAA13154; Thu, 1 Feb 1996 17:30:23 +0800 (WST) Message-Id: <199602010930.RAA13154@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: John Polstra cc: nate@sri.MT.net, CVS-committers@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-reply-to: Your message of "Wed, 31 Jan 1996 22:18:35 PST." <199602010618.WAA13878@austin.polstra.com> Date: Thu, 01 Feb 1996 17:30:23 +0800 From: Peter Wemm Sender: owner-commit@freebsd.org Precedence: bulk >Nate wrote: > >> > > Back out the thread_init code in order to allow -current to bootstrap >> > > from -stable, until a better solution is found. >> > >> > Umm, I think this is a bit drastic! Bootstrapping is a problem we have to >> > deal with now and again in -current and it shouldn't be a barrier to new >> > development. >> >> Agreed, but as has been hashed out, there is no way of bootstrapping >> right now inside the Makefiles. You can't do it automatically due to >> races, so until a Real (tm) solution is found where folks can >> automatically bootstrap, this is the temporary solution. > >I was studying my logs from a recent make world, and also the top-level >Makefile. I was looking for something else, but in the process I came >to understand the cause of the thread_init-crt0-libc bootstrapping >problem. I think it could be solved in the top-level Makefile without >too much trouble. > >The problem is in this section of code under the "libraries:" target >(note: crt0 is in lib/csu/i386): > > .if exists(lib) > cd ${.CURDIR}/lib/csu/i386 && \ > ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} > cd ${.CURDIR}/lib && \ > ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} > .endif > >The first command does this: > > depend in lib/csu/i386 > build in lib/csu/i386 > install from lib/csu/i386 > >Then, the second command does this: > > depend in lib/csu/i386 > depend in lib/libc > depend in lib/libcompat > depend in lib/libcom_err > ... the same for many more subdirectories of lib > depend in lib/msun > > build in lib/csu/i386 > build in lib/libc > build in lib/libcompat > build in lib/libcom_err > ... the same for many more subdirectories of lib > build in lib/msun > > install from lib/csu/i386 > install from lib/libc > install from lib/libcompat > install from lib/libcom_err > ... the same for many more subdirectories of lib > install from lib/msun > >The problem is that the new crt0.o gets installed loooooong before >the new libc gets installed -- but really, they need to be installed >at almost the same time. Between the time that crt0.o is installed >and libc is installed, much work is put into building the libraries >in the other subdirectories of lib. For some of them (e.g., >libmytinfo, where the bootstrapping problem first shows up), the >build process involves compiling some programs and executing them. >Those programs get linked with the new crt0.o (because it's already >installed) but with the old libc. That's why the undefined symbol >error is occurring. > >I think this particular problem could be solved quite simply, by just >deleting the first command from the top-level Makefile: > > cd ${.CURDIR}/lib/csu/i386 && \ > ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} > >That would defer the installation of crt0.o until immediately before the >installation of libc. I _believe_ there would be no negative >side-effects from this change. > >Unfortunately, I can't test my proposed fix at the moment. But maybe >this explanation will help Julian or somebody else who's working on it. > >If you all already knew about this, just ignore me. But I've seen >some misleading stuff go by on the mailing list, referring to >mysterious hidden dependencies from the makedepend step, and that's >just wrong. The actual explanation is much simpler. I'm sorry I didn't pipe up and say something about this before.. I was waiting to test my fix but have not had a chance to do a make world with a thread_init present in crt0.c and not in the installed libc. I think we can fix this problem by doing a 'make depend' pass over the entire lib source BEFORE installing anything. Doing a 'make depend' causes all the compile programs to be generated before we mess with anything. ie: cd ${.CURDIR}/lib/csu/i386 && \ ${MAKE} depend cd ${.CURDIR}/lib && \ ${MAKE} depend cd ${.CURDIR}/lib/csu/i386 && \ ${MAKE} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/lib && \ ${MAKE} all install ${CLEANDIR} ${OBJDIR} The "cd lib ; make depend" stage will cause the libmytinfo compilation tools: caplist, caporder, mkbinorder and mkversion to be compiled and linked BEFORE crt0.o is installed. I think this will solve the problem... (with thread_init in crt0.o and not yet in /usr/lib/libc.*) Because from the moment crt0.o is installed we do not need to link any other executables until well after libc is installed. Compilation is not affected by those two getting out of sync, just linking. The 'make depend' should have taken care of that. Index: Makefile =================================================================== RCS file: /home/ncvs/src/Makefile,v retrieving revision 1.74 diff -u -r1.74 Makefile --- Makefile 1996/01/30 05:46:35 1.74 +++ Makefile 1996/02/01 09:19:48 @@ -307,10 +307,16 @@ ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} .endif .if exists(lib) + # make depend first, this will build code generation tools + # otherwise once crt0.o is installed we might get spammed cd ${.CURDIR}/lib/csu/i386 && \ - ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} + ${MAKE} depend cd ${.CURDIR}/lib && \ - ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} + ${MAKE} depend + cd ${.CURDIR}/lib/csu/i386 && \ + ${MAKE} all install ${CLEANDIR} ${OBJDIR} + cd ${.CURDIR}/lib && \ + ${MAKE} all install ${CLEANDIR} ${OBJDIR} .endif .if exists(usr.sbin/lex/lib) cd ${.CURDIR}/usr.bin/lex/lib && \ Cheers, -Peter From owner-freebsd-commit Thu Feb 1 06:01:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA27680 for freebsd-commit-outgoing; Thu, 1 Feb 1996 06:01:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA27656 for cvs-all-outgoing; Thu, 1 Feb 1996 06:01:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA27640 for cvs-sbin-outgoing; Thu, 1 Feb 1996 06:01:31 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA27630 Thu, 1 Feb 1996 06:01:28 -0800 (PST) Date: Thu, 1 Feb 1996 06:01:28 -0800 (PST) From: Mark Murray Message-Id: <199602011401.GAA27630@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/02/01 06:01:25 Modified: sbin Makefile Log: Add mount_devfs to the subdir list. Revision Changes Path 1.28 +1 -1 src/sbin/Makefile From owner-freebsd-commit Thu Feb 1 06:14:31 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28843 for freebsd-commit-outgoing; Thu, 1 Feb 1996 06:14:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28834 for cvs-all-outgoing; Thu, 1 Feb 1996 06:14:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28824 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 06:14:26 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA28817 Thu, 1 Feb 1996 06:14:24 -0800 (PST) Date: Thu, 1 Feb 1996 06:14:24 -0800 (PST) From: Joerg Wunsch Message-Id: <199602011414.GAA28817@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/wormcontrol wormcontrol.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/01 06:14:23 Modified: usr.sbin/wormcontrol wormcontrol.8 Log: Correct a minor but important error in the rtprio example. Revision Changes Path 1.2 +2 -2 src/usr.sbin/wormcontrol/wormcontrol.8 From owner-freebsd-commit Thu Feb 1 08:12:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06611 for freebsd-commit-outgoing; Thu, 1 Feb 1996 08:12:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06471 for cvs-all-outgoing; Thu, 1 Feb 1996 08:11:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06460 for cvs-sys-outgoing; Thu, 1 Feb 1996 08:11:51 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06452 Thu, 1 Feb 1996 08:11:47 -0800 (PST) Date: Thu, 1 Feb 1996 08:11:47 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011611.IAA06452@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 08:11:45 Modified: sys/i386/isa wcd.c Log: Oops, I pick wrong size field for leadout entry Revision Changes Path 1.27 +9 -8 src/sys/i386/isa/wcd.c From owner-freebsd-commit Thu Feb 1 08:16:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06994 for freebsd-commit-outgoing; Thu, 1 Feb 1996 08:16:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06983 for cvs-all-outgoing; Thu, 1 Feb 1996 08:16:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06967 for cvs-sys-outgoing; Thu, 1 Feb 1996 08:16:18 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA06959 Thu, 1 Feb 1996 08:16:15 -0800 (PST) Date: Thu, 1 Feb 1996 08:16:15 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011616.IAA06959@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys cdio.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 08:16:14 Modified: sys/sys cdio.h Log: Add comment: reflect the fact that lba stored in network byte order Revision Changes Path 1.10 +2 -2 src/sys/sys/cdio.h From owner-freebsd-commit Thu Feb 1 08:23:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07354 for freebsd-commit-outgoing; Thu, 1 Feb 1996 08:23:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07344 for cvs-all-outgoing; Thu, 1 Feb 1996 08:23:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07334 for cvs-sys-outgoing; Thu, 1 Feb 1996 08:23:09 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07327 Thu, 1 Feb 1996 08:23:06 -0800 (PST) Date: Thu, 1 Feb 1996 08:23:06 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011623.IAA07327@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 08:23:03 Modified: sys/scsi cd.c Log: Oops, pick wrong volume size for leadout entry Revision Changes Path 1.62 +3 -3 src/sys/scsi/cd.c From owner-freebsd-commit Thu Feb 1 08:25:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07603 for freebsd-commit-outgoing; Thu, 1 Feb 1996 08:25:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07593 for cvs-all-outgoing; Thu, 1 Feb 1996 08:25:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07583 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 08:25:37 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA07573 Thu, 1 Feb 1996 08:25:33 -0800 (PST) Date: Thu, 1 Feb 1996 08:25:33 -0800 (PST) From: Bill Fenner Message-Id: <199602011625.IAA07573@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/routed inet.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk fenner 96/02/01 08:25:32 Modified: usr.sbin/routed inet.c Log: Make routed use real netmasks when installing routes; for unknown class B and C networks routed would use the network number as the netmask. This can cause some real interesting behaviour. Revision Changes Path 1.2 +4 -4 src/usr.sbin/routed/inet.c From owner-freebsd-commit Thu Feb 1 08:52:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA09732 for freebsd-commit-outgoing; Thu, 1 Feb 1996 08:52:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA09722 for cvs-all-outgoing; Thu, 1 Feb 1996 08:52:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA09690 for cvs-sys-outgoing; Thu, 1 Feb 1996 08:52:03 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA09636 Thu, 1 Feb 1996 08:51:59 -0800 (PST) Date: Thu, 1 Feb 1996 08:51:59 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011651.IAA09636@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 08:51:58 Modified: sys/i386/isa mcd.c Log: Fix TOC size calculation: old code assing volume size here Revision Changes Path 1.64 +4 -2 src/sys/i386/isa/mcd.c From owner-freebsd-commit Thu Feb 1 09:17:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11154 for freebsd-commit-outgoing; Thu, 1 Feb 1996 09:17:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11136 for cvs-all-outgoing; Thu, 1 Feb 1996 09:17:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11122 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 09:17:32 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11113 Thu, 1 Feb 1996 09:17:30 -0800 (PST) Date: Thu, 1 Feb 1996 09:17:30 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011717.JAA11113@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 09:17:29 Modified: usr.sbin/cdcontrol cdcontrol.c Log: Wrong field was used to determine audio/data disks Revision Changes Path 1.3 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Thu Feb 1 09:19:59 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11327 for freebsd-commit-outgoing; Thu, 1 Feb 1996 09:19:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11307 for cvs-all-outgoing; Thu, 1 Feb 1996 09:19:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11292 for cvs-sys-outgoing; Thu, 1 Feb 1996 09:19:49 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11285 Thu, 1 Feb 1996 09:19:47 -0800 (PST) Date: Thu, 1 Feb 1996 09:19:47 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011719.JAA11285@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcdreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 09:19:47 Modified: sys/i386/isa mcdreg.h Log: Return to #pragma pack(4) after header is done Obtained from: NetBSD Revision Changes Path 1.10 +6 -1 src/sys/i386/isa/mcdreg.h From owner-freebsd-commit Thu Feb 1 09:27:15 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11800 for freebsd-commit-outgoing; Thu, 1 Feb 1996 09:27:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11790 for cvs-all-outgoing; Thu, 1 Feb 1996 09:27:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11774 for cvs-sys-outgoing; Thu, 1 Feb 1996 09:27:04 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11767 Thu, 1 Feb 1996 09:27:03 -0800 (PST) Date: Thu, 1 Feb 1996 09:27:03 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011727.JAA11767@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 09:27:02 Modified: sys/i386/isa wcd.c Log: addr_type field was ever not assigned, control field was assigned incorrectly Revision Changes Path 1.28 +3 -2 src/sys/i386/isa/wcd.c From owner-freebsd-commit Thu Feb 1 09:35:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12375 for freebsd-commit-outgoing; Thu, 1 Feb 1996 09:35:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12338 for cvs-all-outgoing; Thu, 1 Feb 1996 09:35:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12323 for cvs-sys-outgoing; Thu, 1 Feb 1996 09:35:22 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12314 Thu, 1 Feb 1996 09:35:20 -0800 (PST) Date: Thu, 1 Feb 1996 09:35:20 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011735.JAA12314@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 09:35:19 Modified: sys/scsi cd.c Log: Remove statement that does nothing now, forget in my prev. commit Revision Changes Path 1.63 +1 -2 src/sys/scsi/cd.c From owner-freebsd-commit Thu Feb 1 09:44:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12987 for freebsd-commit-outgoing; Thu, 1 Feb 1996 09:44:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12970 for cvs-all-outgoing; Thu, 1 Feb 1996 09:44:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA12954 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 09:44:27 -0800 (PST) Received: from minnow.render.com (render.demon.co.uk [158.152.30.118]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA12846 Thu, 1 Feb 1996 09:43:34 -0800 (PST) Received: (from dfr@localhost) by minnow.render.com (8.6.12/8.6.9) id QAA28801; Thu, 1 Feb 1996 16:55:34 GMT Date: Thu, 1 Feb 1996 16:55:33 +0000 (GMT) From: Doug Rabson To: Nate Williams cc: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h main.c modem.c pap.c pred.c vjcomp.c In-Reply-To: <199601301651.JAA12105@rocky.sri.MT.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-commit@FreeBSD.ORG Precedence: bulk On Tue, 30 Jan 1996, Nate Williams wrote: > > dfr 96/01/30 03:08:59 > > > > Modified: usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h > > main.c modem.c pap.c pred.c vjcomp.c > > Log: > > Some patches to ppp which improve stability. I have been running a > > ppp based on these patches for about 3 weeks with no downtime. > > Can you bring these patches into -stable as well? I suspect they patch > against -stable much better anyway. :) I don't know if I am qualified to commit to -stable :-) The patches go on top of the previous set of compile-warning patches, so they wouldn't apply directly to -stable. For what its worth, I am running this ppp on -stable, with approximately 4 weeks uptime. -- Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com Phone: +44 171 251 4411 FAX: +44 171 251 0939 From owner-freebsd-commit Thu Feb 1 09:45:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13076 for freebsd-commit-outgoing; Thu, 1 Feb 1996 09:45:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13063 for cvs-all-outgoing; Thu, 1 Feb 1996 09:45:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13041 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 09:45: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 JAA13028 Thu, 1 Feb 1996 09:45:42 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id KAA20232; Thu, 1 Feb 1996 10:44:35 -0700 Date: Thu, 1 Feb 1996 10:44:35 -0700 From: Nate Williams Message-Id: <199602011744.KAA20232@rocky.sri.MT.net> To: Doug Rabson Cc: Nate Williams , CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h main.c modem.c pap.c pred.c vjcomp.c In-Reply-To: References: <199601301651.JAA12105@rocky.sri.MT.net> Sender: owner-commit@FreeBSD.ORG Precedence: bulk > > > dfr 96/01/30 03:08:59 > > > > > > Modified: usr.sbin/ppp chap.c fsm.c hdlc.h ip.c lcp.c lqr.c lqr.h > > > main.c modem.c pap.c pred.c vjcomp.c > > > Log: > > > Some patches to ppp which improve stability. I have been running a > > > ppp based on these patches for about 3 weeks with no downtime. > > > > Can you bring these patches into -stable as well? I suspect they patch > > against -stable much better anyway. :) > > I don't know if I am qualified to commit to -stable :-) If you are sure that the patches make the system more stable, commit it. :) > The patches go on top of the previous set of compile-warning patches, so > they wouldn't apply directly to -stable. For what its worth, I am > running this ppp on -stable, with approximately 4 weeks uptime. Can you figure out which ones are relevant and which are not and then commit them? Nate From owner-freebsd-commit Thu Feb 1 09:46:03 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13117 for freebsd-commit-outgoing; Thu, 1 Feb 1996 09:46:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13095 for cvs-all-outgoing; Thu, 1 Feb 1996 09:45:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13075 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 09:45:55 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13051 Thu, 1 Feb 1996 09:45:50 -0800 (PST) Date: Thu, 1 Feb 1996 09:45:50 -0800 (PST) From: Bill Fenner Message-Id: <199602011745.JAA13051@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/routed inet.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk fenner 96/02/01 09:45:49 Branch: usr.sbin/routed RELENG_2_1_0 Modified: usr.sbin/routed inet.c Log: Bring in changes from HEAD; install correct netmasks. Revision Changes Path 1.1.1.1.6.1 +4 -4 src/usr.sbin/routed/inet.c From owner-freebsd-commit Thu Feb 1 10:04:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14462 for freebsd-commit-outgoing; Thu, 1 Feb 1996 10:04:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14430 for cvs-all-outgoing; Thu, 1 Feb 1996 10:04:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14416 for cvs-gnu-outgoing; Thu, 1 Feb 1996 10:04:30 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA14405 Thu, 1 Feb 1996 10:04:27 -0800 (PST) Date: Thu, 1 Feb 1996 10:04:27 -0800 (PST) From: Mike Pritchard Message-Id: <199602011804.KAA14405@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-common Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/01 10:04:26 Modified: gnu/usr.bin/groff/tmac doc-common Log: Fix the ".Os" macro to not display "BSD Experimental" if no arguments are specified. Just "BSD" is displayed instead. Revision Changes Path 1.3 +1 -1 src/gnu/usr.bin/groff/tmac/doc-common From owner-freebsd-commit Thu Feb 1 10:19:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15736 for freebsd-commit-outgoing; Thu, 1 Feb 1996 10:19:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15721 for cvs-all-outgoing; Thu, 1 Feb 1996 10:19:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15707 for cvs-sys-outgoing; Thu, 1 Feb 1996 10:18:58 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA15700 Thu, 1 Feb 1996 10:18:57 -0800 (PST) Date: Thu, 1 Feb 1996 10:18:57 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011818.KAA15700@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys cdio.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 10:18:56 Modified: sys/sys cdio.h Log: Frame whole file with #pragma pack(1) and #pragma pack(4), structures listed here used to access hardware data directly Revision Changes Path 1.11 +13 -1 src/sys/sys/cdio.h From owner-freebsd-commit Thu Feb 1 10:23:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16065 for freebsd-commit-outgoing; Thu, 1 Feb 1996 10:23:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16055 for cvs-all-outgoing; Thu, 1 Feb 1996 10:23:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16045 for cvs-gnu-outgoing; Thu, 1 Feb 1996 10:23:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA16038 Thu, 1 Feb 1996 10:22:58 -0800 (PST) Date: Thu, 1 Feb 1996 10:22:58 -0800 (PST) From: Mike Pritchard Message-Id: <199602011822.KAA16038@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/groff/tmac doc-common doc-syms Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/01 10:22:58 Branch: gnu/usr.bin/groff/tmac RELENG_2_1_0 Modified: gnu/usr.bin/groff/tmac doc-common doc-syms Log: Bring in changes from HEAD: mdoc macro package updated: Added/updated some standards for the .St macro. Updated the .Os macro to stop reporting "BSD Experimental", and taught it about FreeBSD and our various versions. Revision Changes Path 1.1.1.1.4.1 +23 -16 src/gnu/usr.bin/groff/tmac/doc-common 1.1.1.1.4.1 +90 -10 src/gnu/usr.bin/groff/tmac/doc-syms From owner-freebsd-commit Thu Feb 1 11:04:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19381 for freebsd-commit-outgoing; Thu, 1 Feb 1996 11:04:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19368 for cvs-all-outgoing; Thu, 1 Feb 1996 11:04:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19356 for cvs-sbin-outgoing; Thu, 1 Feb 1996 11:04:21 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19349 Thu, 1 Feb 1996 11:04:19 -0800 (PST) Date: Thu, 1 Feb 1996 11:04:19 -0800 (PST) From: Mike Pritchard Message-Id: <199602011904.LAA19349@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/01 11:04:18 Modified: sbin Makefile Log: Added mount_ext2fs to SUBDIR list. Revision Changes Path 1.29 +2 -2 src/sbin/Makefile From owner-freebsd-commit Thu Feb 1 11:10:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19861 for freebsd-commit-outgoing; Thu, 1 Feb 1996 11:10:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19818 for cvs-all-outgoing; Thu, 1 Feb 1996 11:09:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19803 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 11:09:55 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA19793 Thu, 1 Feb 1996 11:09:54 -0800 (PST) Date: Thu, 1 Feb 1996 11:09:54 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011909.LAA19793@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 11:09:52 Modified: usr.sbin/cdcontrol cdcontrol.c Log: Fix user input parser, play command even not work in old variant Revision Changes Path 1.4 +6 -7 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Thu Feb 1 11:15:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20436 for freebsd-commit-outgoing; Thu, 1 Feb 1996 11:15:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20424 for cvs-all-outgoing; Thu, 1 Feb 1996 11:15:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20414 for cvs-sys-outgoing; Thu, 1 Feb 1996 11:15:50 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA20404 Thu, 1 Feb 1996 11:15:48 -0800 (PST) Date: Thu, 1 Feb 1996 11:15:48 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602011915.LAA20404@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/01 11:15:47 Modified: sys/i386/isa mcd.c Log: Implement PLAYBLOCKS ioctl, add argument checking to other PLAY* ioctls Obtained from: NetBSD (partially) Revision Changes Path 1.65 +53 -10 src/sys/i386/isa/mcd.c From owner-freebsd-commit Thu Feb 1 13:00:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29343 for freebsd-commit-outgoing; Thu, 1 Feb 1996 13:00:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29333 for cvs-all-outgoing; Thu, 1 Feb 1996 13:00:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29322 for cvs-share-outgoing; Thu, 1 Feb 1996 13:00:44 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA29314 Thu, 1 Feb 1996 13:00:42 -0800 (PST) Date: Thu, 1 Feb 1996 13:00:42 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602012100.NAA29314@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook submitters.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/02/01 13:00:41 Modified: share/doc/handbook submitters.sgml Log: Reshuffle the task list somewhat, add Alexander Seth Jones as the coordinator for the AFS port, since he just volunteered! Revision Changes Path 1.16 +8 -7 src/share/doc/handbook/submitters.sgml From owner-freebsd-commit Thu Feb 1 14:19:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05640 for freebsd-commit-outgoing; Thu, 1 Feb 1996 14:19:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05626 for cvs-all-outgoing; Thu, 1 Feb 1996 14:19:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA05614 for cvs-lib-outgoing; Thu, 1 Feb 1996 14:19:05 -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 OAA05589 Thu, 1 Feb 1996 14:18:12 -0800 (PST) Received: from YAZ-PISTACHIO.MIT.EDU by MIT.EDU with SMTP id AA22490; Thu, 1 Feb 96 17:17:33 EST Received: by yaz-pistachio.MIT.EDU (5.57/4.7) id AA07409; Thu, 1 Feb 96 17:17:42 -0500 Message-Id: <9602012217.AA07409@yaz-pistachio.MIT.EDU> To: Peter Wemm Cc: John Polstra , nate@sri.MT.net, CVS-committers@freebsd.org, cvs-lib@freebsd.org, proven@MIT.EDU Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-Reply-To: Your message of "Thu, 01 Feb 1996 17:30:23 +0800." <199602010930.RAA13154@jhome.DIALix.COM> Date: Thu, 01 Feb 1996 17:17:41 EST From: Christopher Provenzano Sender: owner-commit@freebsd.org Precedence: bulk Since the bootstrapping problem is a basic mess. Might I suggest using what pthreads has done. Make a c++ constructor in the library that is called when the program is initialized. It removes the problem of having to deal with crt0.o at all. Here is how pthreads does it. init.cc extern "C" void pthread_init (void); struct __pthread_init_hack_t { __pthread_init_hack_t () { pthread_init (); } }; __pthread_init_hack_t __pthread_init_hack_x; char __pthread_init_hack = 42; In any one file that is always linked in with the library eg signal.c /* This will force init.o to get dragged in; if you've got support for C++ initialization, that'll cause pthread_init to be called at program startup automatically, so the application won't need to call it explicitly. */ extern char __pthread_init_hack; char *__pthread_init_hack_2 = &__pthread_init_hack; CAP From owner-freebsd-commit Thu Feb 1 15:16:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09633 for freebsd-commit-outgoing; Thu, 1 Feb 1996 15:16:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09620 for cvs-all-outgoing; Thu, 1 Feb 1996 15:16:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09613 for cvs-lib-outgoing; Thu, 1 Feb 1996 15:16:30 -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 PAA09594 Thu, 1 Feb 1996 15:16:18 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.6.12/8.6.12) with ESMTP id PAA29370; Thu, 1 Feb 1996 15:15:50 -0800 Message-Id: <199602012315.PAA29370@austin.polstra.com> To: Peter Wemm cc: nate@sri.MT.net, CVS-committers@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-reply-to: Your message of "Thu, 01 Feb 1996 17:30:23 +0800." <199602010930.RAA13154@jhome.DIALix.COM> Date: Thu, 01 Feb 1996 15:15:50 -0800 From: John Polstra Sender: owner-commit@freebsd.org Precedence: bulk Peter wrote: > >The problem is in this section of code under the "libraries:" target > >(note: crt0 is in lib/csu/i386): > > > > .if exists(lib) > > cd ${.CURDIR}/lib/csu/i386 && \ > > ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} > > cd ${.CURDIR}/lib && \ > > ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} > > .endif > > ... > >I think this particular problem could be solved quite simply, by just > >deleting the first command from the top-level Makefile: > > > > cd ${.CURDIR}/lib/csu/i386 && \ > > ${MAKE} depend all install ${CLEANDIR} ${OBJDIR} > > > >That would defer the installation of crt0.o until immediately before the > >installation of libc. > > I think we can fix this problem by doing a 'make depend' pass over the entire > lib source BEFORE installing anything. Er, my solution does that, too. > Doing a 'make depend' causes all > the compile programs to be generated before we mess with anything. > > ie: > cd ${.CURDIR}/lib/csu/i386 && \ > ${MAKE} depend > cd ${.CURDIR}/lib && \ > ${MAKE} depend > cd ${.CURDIR}/lib/csu/i386 && \ > ${MAKE} all install ${CLEANDIR} ${OBJDIR} > cd ${.CURDIR}/lib && \ > ${MAKE} all install ${CLEANDIR} ${OBJDIR} > > The "cd lib ; make depend" stage will cause the libmytinfo compilation > tools: caplist, caporder, mkbinorder and mkversion to be compiled and > linked BEFORE crt0.o is installed. Yes, but so will the simpler solution that I proposed, above. > > I think this will solve the problem... I think it will, too. But, why do you want to solve the problem by adding 4 lines to the Makefile, when you could solve it instead by removing 2 lines?? -- John From owner-freebsd-commit Thu Feb 1 16:22:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14089 for freebsd-commit-outgoing; Thu, 1 Feb 1996 16:22:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14029 for cvs-all-outgoing; Thu, 1 Feb 1996 16:22:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14016 for cvs-lib-outgoing; Thu, 1 Feb 1996 16:22:02 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA13983 Thu, 1 Feb 1996 16:21:36 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id IAA17373; Fri, 2 Feb 1996 08:20:48 +0800 (WST) Message-Id: <199602020020.IAA17373@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: John Polstra cc: nate@sri.MT.net, CVS-committers@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-reply-to: Your message of "Thu, 01 Feb 1996 15:15:50 PST." <199602012315.PAA29370@austin.polstra.com> Date: Fri, 02 Feb 1996 08:20:47 +0800 From: Peter Wemm Sender: owner-commit@freebsd.org Precedence: bulk >Peter wrote: >> >> I think this will solve the problem... > >I think it will, too. But, why do you want to solve the problem by >adding 4 lines to the Makefile, when you could solve it instead by >removing 2 lines?? The only thing I was wondering about was if anything in "lib" had c++t0.o linked into it... It doesn't look like it, but it nearly was a while ago... >-- John Cheers, -Peter From owner-freebsd-commit Thu Feb 1 16:26:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14475 for freebsd-commit-outgoing; Thu, 1 Feb 1996 16:26:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14462 for cvs-all-outgoing; Thu, 1 Feb 1996 16:26:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14450 for cvs-usrbin-outgoing; Thu, 1 Feb 1996 16:26:21 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14442 Thu, 1 Feb 1996 16:26:16 -0800 (PST) Date: Thu, 1 Feb 1996 16:26:16 -0800 (PST) From: Mike Pritchard Message-Id: <199602020026.QAA14442@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/window window.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/01 16:26:14 Modified: secure/usr.bin/bdes bdes.1 usr.bin/ee ee.1 usr.bin/file file.1 gnu/usr.bin/groff/grops grops.man gnu/usr.bin/gzip Makefile gzip.1 usr.bin/hexdump hexdump.1 usr.bin/rpcgen rpcgen.1 usr.bin/tconv tconv.1 usr.sbin/tcpdump/tcpdump tcpdump.1 gnu/libexec/uucp/uustat uustat.1 usr.bin/vacation vacation.1 usr.bin/window window.1 Log: Correct some manual page cross reference errors. E.g. su is a section one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one. Revision Changes Path 1.2 +1 -1 src/secure/usr.bin/bdes/bdes.1 1.3 +2 -2 src/usr.bin/ee/ee.1 1.5 +2 -2 src/usr.bin/file/file.1 1.2 +1 -1 src/gnu/usr.bin/groff/grops/grops.man 1.9 +2 -0 src/gnu/usr.bin/gzip/Makefile 1.4 +1 -2 src/gnu/usr.bin/gzip/gzip.1 1.2 +1 -1 src/usr.bin/hexdump/hexdump.1 1.3 +4 -6 src/usr.bin/rpcgen/rpcgen.1 1.4 +4 -7 src/usr.bin/tconv/tconv.1 1.5 +3 -3 src/usr.sbin/tcpdump/tcpdump/tcpdump.1 1.6 +2 -2 src/gnu/libexec/uucp/uustat/uustat.1 1.2 +2 -2 src/usr.bin/vacation/vacation.1 1.2 +1 -1 src/usr.bin/window/window.1 From owner-freebsd-commit Thu Feb 1 16:30:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14810 for freebsd-commit-outgoing; Thu, 1 Feb 1996 16:30:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14801 for cvs-all-outgoing; Thu, 1 Feb 1996 16:30:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA14793 for cvs-lib-outgoing; Thu, 1 Feb 1996 16:30:37 -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 QAA14780 Thu, 1 Feb 1996 16:30:27 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.6.12/8.6.12) with ESMTP id QAA01165; Thu, 1 Feb 1996 16:29:53 -0800 Message-Id: <199602020029.QAA01165@austin.polstra.com> To: Peter Wemm cc: nate@sri.MT.net, CVS-committers@freebsd.org, cvs-lib@freebsd.org Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-reply-to: Your message of "Fri, 02 Feb 1996 08:20:47 +0800." <199602020020.IAA17373@jhome.DIALix.COM> Date: Thu, 01 Feb 1996 16:29:53 -0800 From: John Polstra Sender: owner-commit@freebsd.org Precedence: bulk Peter wrote: > >> I think this will solve the problem... > > > >I think it will, too. But, why do you want to solve the problem by > >adding 4 lines to the Makefile, when you could solve it instead by > >removing 2 lines?? > > The only thing I was wondering about was if anything in "lib" had > c++t0.o linked into it... It doesn't look like it, but it nearly was > a while ago... Oh! Very good point! I hadn't thought of that. Probably, nothing in "lib" has c++rt0.o linked into it at the moment. But, you're right, eventually *every* shared library will have it linked in. (I figured out why that caused problems before, when I eliminated CPLUSPLUSLIB. It's easy to fix. But I haven't figured out a way to solve the associated bootstrapping problems. Sigh...) Also, if we implement Chris P's proposed solution for thread_init (using a C++ static constructor), then we will have to link c++rt0.o into libc, at least. Anyway, now I agree that we should use your solution in the top-level Makefile, and not mine. Thanks! -- John From owner-freebsd-commit Thu Feb 1 19:09:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25978 for freebsd-commit-outgoing; Thu, 1 Feb 1996 19:09:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25965 for cvs-all-outgoing; Thu, 1 Feb 1996 19:09:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA25955 for cvs-lib-outgoing; Thu, 1 Feb 1996 19:09:29 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id TAA25903 Thu, 1 Feb 1996 19:08:36 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id NAA23300; Fri, 2 Feb 1996 13:57:55 +1100 Date: Fri, 2 Feb 1996 13:57:55 +1100 From: Bruce Evans Message-Id: <199602020257.NAA23300@godzilla.zeta.org.au> To: jdp@polstra.com, peter@jhome.dialix.com Subject: Re: cvs commit: src/lib/csu/i386 crt0.c Cc: CVS-committers@FreeBSD.org, cvs-lib@FreeBSD.org, nate@sri.MT.net Sender: owner-commit@FreeBSD.org Precedence: bulk >> >> I think this will solve the problem... >> > >> >I think it will, too. But, why do you want to solve the problem by >> >adding 4 lines to the Makefile, when you could solve it instead by >> >removing 2 lines?? >> >> The only thing I was wondering about was if anything in "lib" had >> c++t0.o linked into it... It doesn't look like it, but it nearly was >> a while ago... >Anyway, now I agree that we should use your solution in the top-level >Makefile, and not mine. I prefer John's solution together with fixing what it breaks. csu is built first to incorrectly fix `make world -DCLOBBER'. See the log for rev.1.28. The problem was that -DCLOBBER blows away the used library file crt0.o although it preserves the used library files `*.s[ao].*'. If DESTDIR isn't set, then building and installing crt0.o early results in the build utilities being linked with the _new_ crt0.o and the _old_ shared libraries (or the link failing if someone sets NOSHARED globally). Better quick fixes for this problem include: - don't remove any library files. Little would be lost, because the critical shared libraries aren't removed, so links that should fail because the appropriate new library hasn't been installed may bogusly succeed using an old shared library, and garbage shared libraries aren't removed, so -DCLOBBER's main purpose of removing junk is half defeated. - don't remove any library files if ${DESTDIR}==""; otherwise remove all library files. - remove all library files except those required to link and run the build utilities. Bruce From owner-freebsd-commit Thu Feb 1 21:07:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA11682 for freebsd-commit-outgoing; Thu, 1 Feb 1996 21:07:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA11580 for cvs-all-outgoing; Thu, 1 Feb 1996 21:06:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA11558 for cvs-lib-outgoing; Thu, 1 Feb 1996 21:06:51 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA11538 Thu, 1 Feb 1996 21:06:43 -0800 (PST) Date: Thu, 1 Feb 1996 21:06:43 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020506.VAA11538@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/sys madvise.2 mincore.2 mmap.2 mprotect.2 msync.2 munmap.2 Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 21:06:39 Modified: lib/libc/sys madvise.2 mincore.2 mmap.2 mprotect.2 msync.2 munmap.2 Log: Submitted by: bruce, davidg, dyson add a BUG section for mmap with current limitation section SYNOPSIS completed Revision Changes Path 1.3 +2 -0 src/lib/libc/sys/madvise.2 1.2 +2 -0 src/lib/libc/sys/mincore.2 1.2 +19 -1 src/lib/libc/sys/mmap.2 1.2 +2 -0 src/lib/libc/sys/mprotect.2 1.3 +2 -0 src/lib/libc/sys/msync.2 1.2 +2 -0 src/lib/libc/sys/munmap.2 From owner-freebsd-commit Thu Feb 1 21:15:07 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12960 for freebsd-commit-outgoing; Thu, 1 Feb 1996 21:15:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12904 for cvs-all-outgoing; Thu, 1 Feb 1996 21:14:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12866 for cvs-usrbin-outgoing; Thu, 1 Feb 1996 21:14:25 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12844 Thu, 1 Feb 1996 21:14:17 -0800 (PST) Date: Thu, 1 Feb 1996 21:14:17 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020514.VAA12844@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/mail mail.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 21:14:15 Modified: usr.bin/mail mail.1 Log: filenames corrected Revision Changes Path 1.5 +2 -2 src/usr.bin/mail/mail.1 From owner-freebsd-commit Thu Feb 1 21:19:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13718 for freebsd-commit-outgoing; Thu, 1 Feb 1996 21:19:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13689 for cvs-all-outgoing; Thu, 1 Feb 1996 21:19:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13667 for cvs-sys-outgoing; Thu, 1 Feb 1996 21:19:32 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA13651 Thu, 1 Feb 1996 21:19:27 -0800 (PST) Date: Thu, 1 Feb 1996 21:19:27 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020519.VAA13651@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_status.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 21:19:25 Modified: sys/miscfs/procfs procfs_status.c Log: add ruid and rgid to file 'status' Revision Changes Path 1.5 +12 -4 src/sys/miscfs/procfs/procfs_status.c From owner-freebsd-commit Thu Feb 1 21:27:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15522 for freebsd-commit-outgoing; Thu, 1 Feb 1996 21:27:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15508 for cvs-all-outgoing; Thu, 1 Feb 1996 21:27:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15488 for cvs-share-outgoing; Thu, 1 Feb 1996 21:27:35 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA15469 Thu, 1 Feb 1996 21:27:32 -0800 (PST) Date: Thu, 1 Feb 1996 21:27:32 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020527.VAA15469@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook ctm.sgml relnotes.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 21:27:30 Modified: share/doc/handbook ctm.sgml relnotes.sgml Log: Umlauts corrected Revision Changes Path 1.7 +2 -2 src/share/doc/handbook/ctm.sgml 1.10 +2 -2 src/share/doc/handbook/relnotes.sgml From owner-freebsd-commit Thu Feb 1 22:05:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22155 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:05:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22131 for cvs-all-outgoing; Thu, 1 Feb 1996 22:05:31 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22120 for cvs-usrbin-outgoing; Thu, 1 Feb 1996 22:05:28 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22108 Thu, 1 Feb 1996 22:05:25 -0800 (PST) Date: Thu, 1 Feb 1996 22:05:25 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020605.WAA22108@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar/calendars/de_DE.ISO_8859-1 calendar.feiertag calendar.geschichte calendar.kirche calendar.literatur calendar.musik calendar.wissenschaft Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 22:05:24 Modified: usr.bin/calendar Makefile calendar.1 calendar.c pathnames.h Added: usr.bin/calendar day.c io.c ostern.c Log: - handle events that move around from year to year, i.e., ``the last Monday in April' - handle easter new options -f calendarfile -A days -B days Calendar HOME directory ~/.calendar don't sent mail if ~/.calendar/nomail exist Revision Changes Path 1.5 +1 -0 src/usr.bin/calendar/Makefile 1.4 +69 -14 src/usr.bin/calendar/calendar.1 1.7 +38 -313 src/usr.bin/calendar/calendar.c 1.2 +1 -0 src/usr.bin/calendar/pathnames.h Modified: usr.bin/calendar/calendars calendar.christian Log: easter and easter depending day Revision Changes Path 1.3 +15 -14 src/usr.bin/calendar/calendars/calendar.christian Modified: usr.bin/calendar/calendars/de_DE.ISO_8859-1 calendar.feiertag calendar.geschichte calendar.kirche calendar.literatur calendar.musik calendar.wissenschaft Log: _de_DE_ISO8859_1_* -> _de_DE_ISO_8859_1_* + Muttertag + first german newspaper(s) in WWW + Konrad Zuse Revision Changes Path 1.2 +7 -4 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.feiertag 1.2 +4 -4 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.geschichte 1.2 +4 -4 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.kirche 1.2 +9 -4 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.literatur 1.2 +4 -4 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.musik 1.2 +7 -4 src/usr.bin/calendar/calendars/de_DE.ISO_8859-1/calendar.wissenschaft From owner-freebsd-commit Thu Feb 1 22:14:33 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22864 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:14:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22846 for cvs-all-outgoing; Thu, 1 Feb 1996 22:14:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22831 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 22:14:17 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22821 Thu, 1 Feb 1996 22:14:14 -0800 (PST) Date: Thu, 1 Feb 1996 22:14:14 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020614.WAA22821@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/vnconfig Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 22:14:13 Modified: usr.sbin/vnconfig Makefile Log: man page link swapfile.8 -> vnconfig.8 Revision Changes Path 1.2 +2 -1 src/usr.sbin/vnconfig/Makefile From owner-freebsd-commit Thu Feb 1 22:18:02 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23126 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:18:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23111 for cvs-all-outgoing; Thu, 1 Feb 1996 22:17:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23099 for cvs-usrsbin-outgoing; Thu, 1 Feb 1996 22:17:46 -0800 (PST) Received: (from hsu@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23091 Thu, 1 Feb 1996 22:17:44 -0800 (PST) Date: Thu, 1 Feb 1996 22:17:44 -0800 (PST) From: Jeffrey Hsu Message-Id: <199602020617.WAA23091@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/tcpdump/tcpdump md.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk hsu 96/02/01 22:17:44 Modified: usr.sbin/tcpdump/tcpdump md.h Log: There is no longer a typedef clash with , so remove conditional. Also, use the system defined fixed sized types. This removes a 32-bit dependency on non-32-bit architectures. Revision Changes Path 1.3 +3 -5 src/usr.sbin/tcpdump/tcpdump/md.h From owner-freebsd-commit Thu Feb 1 22:32:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA24325 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:32:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA24281 for cvs-all-outgoing; Thu, 1 Feb 1996 22:32:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA24243 for cvs-sbin-outgoing; Thu, 1 Feb 1996 22:32:05 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA24206 Thu, 1 Feb 1996 22:32:00 -0800 (PST) Date: Thu, 1 Feb 1996 22:32:00 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020632.WAA24206@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/newfs Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 22:31:59 Modified: sbin/newfs Makefile Log: man page link tmpfs.8 -> mfs.8 for former SunOS users Revision Changes Path 1.3 +1 -1 src/sbin/newfs/Makefile From owner-freebsd-commit Thu Feb 1 22:44:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25599 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:44:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25579 for cvs-all-outgoing; Thu, 1 Feb 1996 22:44:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25570 for cvs-user-outgoing; Thu, 1 Feb 1996 22:44:08 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25561 Thu, 1 Feb 1996 22:44:06 -0800 (PST) Date: Thu, 1 Feb 1996 22:44:06 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602020644.WAA25561@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release/sysinstall dist.c dist.h menus.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/02/01 22:44:04 Modified: release/sysinstall dist.c dist.h menus.c Log: Understand about the doc distribution. Revision Changes Path 1.39 +2 -2 src/release/sysinstall/dist.c 1.8 +3 -3 src/release/sysinstall/dist.h 1.45 +3 -1 src/release/sysinstall/menus.c From owner-freebsd-commit Thu Feb 1 22:45:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25687 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:45:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25674 for cvs-all-outgoing; Thu, 1 Feb 1996 22:45:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25664 for cvs-gnu-outgoing; Thu, 1 Feb 1996 22:45:30 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25657 Thu, 1 Feb 1996 22:45:29 -0800 (PST) Date: Thu, 1 Feb 1996 22:45:29 -0800 (PST) From: Wolfram Schneider Message-Id: <199602020645.WAA25657@freefall.freebsd.org> To: CVS-committers, cvs-gnu Subject: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/01 22:45:28 Modified: gnu/usr.bin/grep Makefile grep.1 grep.c Log: recursive grep, enabled with -DHAVE_FTS=1 enable mmap (-DHAVE_MMAP=1) Revision Changes Path 1.9 +1 -1 src/gnu/usr.bin/grep/Makefile 1.3 +40 -16 src/gnu/usr.bin/grep/grep.1 1.5 +220 -3 src/gnu/usr.bin/grep/grep.c From owner-freebsd-commit Thu Feb 1 22:46:53 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25747 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:46:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25735 for cvs-all-outgoing; Thu, 1 Feb 1996 22:46:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA25728 for cvs-lib-outgoing; Thu, 1 Feb 1996 22:46:38 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id WAA25703 Thu, 1 Feb 1996 22:45:50 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id OAA18603; Fri, 2 Feb 1996 14:44:24 +0800 (WST) Message-Id: <199602020644.OAA18603@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: Bruce Evans cc: jdp@polstra.com, 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 "Fri, 02 Feb 1996 13:57:55 +1100." <199602020257.NAA23300@godzilla.zeta.org.au> Date: Fri, 02 Feb 1996 14:44:24 +0800 From: Peter Wemm Sender: owner-commit@FreeBSD.org Precedence: bulk >>> >> I think this will solve the problem... >>> > >>> >I think it will, too. But, why do you want to solve the problem by >>> >adding 4 lines to the Makefile, when you could solve it instead by >>> >removing 2 lines?? >>> >>> The only thing I was wondering about was if anything in "lib" had >>> c++t0.o linked into it... It doesn't look like it, but it nearly was >>> a while ago... > >>Anyway, now I agree that we should use your solution in the top-level >>Makefile, and not mine. > >I prefer John's solution together with fixing what it breaks. > >csu is built first to incorrectly fix `make world -DCLOBBER'. See the >log for rev.1.28. The problem was that -DCLOBBER blows away the used >library file crt0.o although it preserves the used library files >`*.s[ao].*'. If DESTDIR isn't set, then building and installing crt0.o >early results in the build utilities being linked with the _new_ crt0.o >and the _old_ shared libraries (or the link failing if someone sets >NOSHARED globally). IMHO, the "safest" thing to do is ensure that we do all the compiling of the utility programs to generate library code first, before we even touch anything in /usr/lib or /usr/include. ie: (cd lib ; make depend) before doing the CLOBBER in the libraries target. Yes, we should take out the special step for csu/i386 and fix the "CLOBBER" option so that it leaves c*rt*.o alone as well. >Better quick fixes for this problem include: >- don't remove any library files. Little would be lost, because the > critical shared libraries aren't removed, so links that should fail > because the appropriate new library hasn't been installed may bogusly > succeed using an old shared library, and garbage shared libraries > aren't removed, so -DCLOBBER's main purpose of removing junk is > half defeated. >- don't remove any library files if ${DESTDIR}==""; otherwise remove > all library files. >- remove all library files except those required to link and run the > build utilities. > >Bruce -DCLOBBER doesn't seem very useful to me... We dont clean out any old junk from /usr/bin or /usr/sbin for example. -DCLOBBER should be rm -rf ${DESTDIR} - but that's probably a bit brutal. :-) :-) Cheers, -Peter From owner-freebsd-commit Thu Feb 1 22:55:49 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26329 for freebsd-commit-outgoing; Thu, 1 Feb 1996 22:55:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26312 for cvs-all-outgoing; Thu, 1 Feb 1996 22:55:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26302 for cvs-sys-outgoing; Thu, 1 Feb 1996 22:55:39 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26295 Thu, 1 Feb 1996 22:55:38 -0800 (PST) Date: Thu, 1 Feb 1996 22:55:38 -0800 (PST) From: Paul Traina Message-Id: <199602020655.WAA26295@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT files.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/01 22:55:37 Modified: sys/i386/conf LINT files.i386 Log: Add in hooks for quickcam driver Revision Changes Path 1.236 +2 -1 src/sys/i386/conf/LINT 1.127 +2 -1 src/sys/i386/conf/files.i386 From owner-freebsd-commit Fri Feb 2 09:20:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04301 for freebsd-commit-outgoing; Fri, 2 Feb 1996 09:20:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04229 for cvs-all-outgoing; Fri, 2 Feb 1996 09:20:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04221 for cvs-usrsbin-outgoing; Fri, 2 Feb 1996 09:20:16 -0800 (PST) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA03207 Fri, 2 Feb 1996 09:16:25 -0800 (PST) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA22413; Fri, 2 Feb 1996 10:50:55 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id KAA11808; Fri, 2 Feb 1996 10:50:54 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.7.3/8.6.9) id KAA04309; Fri, 2 Feb 1996 10:30:51 +0100 (MET) From: J Wunsch Message-Id: <199602020930.KAA04309@uriah.heep.sax.de> Subject: Re: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c To: ache@freefall.freebsd.org (Andrey A. Chernov) Date: Fri, 2 Feb 1996 10:30:51 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199602011909.LAA19793@freefall.freebsd.org> from "Andrey A. Chernov" at Feb 1, 96 11:09:54 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-commit@FreeBSD.ORG Precedence: bulk As Andrey A. Chernov wrote: > > ache 96/02/01 11:09:52 > > Modified: usr.sbin/cdcontrol cdcontrol.c > Log: > Fix user input parser, play command even not work in old variant It actually worked, but in a very weird way. You could only use the abbreviation (shown in CAPS in the help), not the full command name. -- 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-freebsd-commit Fri Feb 2 09:21:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04406 for freebsd-commit-outgoing; Fri, 2 Feb 1996 09:21:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04367 for cvs-all-outgoing; Fri, 2 Feb 1996 09:20:59 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA04353 for cvs-gnu-outgoing; Fri, 2 Feb 1996 09:20:56 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA04233 Fri, 2 Feb 1996 09:20:21 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id CAA07372; Fri, 2 Feb 1996 02:58:52 -0800 Message-Id: <199602021058.CAA07372@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c In-reply-to: Your message of "Thu, 01 Feb 1996 22:45:29 PST." <199602020645.WAA25657@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 02 Feb 1996 02:58:52 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >wosch 96/02/01 22:45:28 > > Modified: gnu/usr.bin/grep Makefile grep.1 grep.c > Log: > recursive grep, enabled with -DHAVE_FTS=1 Gack...Why? Why don't you just use find/xargs like it was intended? -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-freebsd-commit Fri Feb 2 09:50:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07571 for freebsd-commit-outgoing; Fri, 2 Feb 1996 09:50:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07504 for cvs-all-outgoing; Fri, 2 Feb 1996 09:48:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07494 for cvs-games-outgoing; Fri, 2 Feb 1996 09:48:49 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA07487 Fri, 2 Feb 1996 09:48:47 -0800 (PST) Date: Fri, 2 Feb 1996 09:48:47 -0800 (PST) From: Mike Pritchard Message-Id: <199602021748.JAA07487@freefall.freebsd.org> To: CVS-committers, cvs-games Subject: cvs commit: src/games/snake/snake Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/02 09:48:47 Modified: libexec/bootpd Makefile games/canfield/canfield Makefile lib/libc/rpc Makefile.inc lib/libc/stdtime Makefile.inc games/snake/snake Makefile Log: Add some missing manual page links. Revision Changes Path 1.5 +2 -1 src/libexec/bootpd/Makefile 1.3 +1 -0 src/games/canfield/canfield/Makefile 1.5 +1 -0 src/lib/libc/rpc/Makefile.inc 1.3 +2 -1 src/lib/libc/stdtime/Makefile.inc 1.3 +1 -0 src/games/snake/snake/Makefile From owner-freebsd-commit Fri Feb 2 10:00:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA08237 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:00:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA08227 for cvs-all-outgoing; Fri, 2 Feb 1996 10:00:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08117 for cvs-sys-outgoing; Fri, 2 Feb 1996 09:59:58 -0800 (PST) Received: from mail.cs.tu-berlin.de (mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA08096 Fri, 2 Feb 1996 09:59:20 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id LAA13688; Fri, 2 Feb 1996 11:32:45 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id LAA22190; Fri, 2 Feb 1996 11:32:40 +0100 Date: Fri, 2 Feb 1996 11:32:40 +0100 Message-Id: <199602021032.LAA22190@caramba.cs.tu-berlin.de> To: Wolfram Schneider , "Garrett A. Wollman" Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: cvs commit: src/sys/miscfs/procfs procfs_status.c In-Reply-To: <199602020519.VAA13651@freefall.freebsd.org> References: <199602020519.VAA13651@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Sender: owner-commit@FreeBSD.ORG Precedence: bulk We have to manpages, procfs(5) and mount_procfs(8). Mount_procfs(8) is more verbose, but may be not up to date. Can someone review this pages and remove the redundant parts? Wolfram Schneider writes: >wosch 96/02/01 21:19:25 > > Modified: sys/miscfs/procfs procfs_status.c > Log: > add ruid and rgid to file 'status' > > Revision Changes Path > 1.5 +12 -4 src/sys/miscfs/procfs/procfs_status.c From owner-freebsd-commit Fri Feb 2 10:12:19 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09129 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:12:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09119 for cvs-all-outgoing; Fri, 2 Feb 1996 10:12:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09106 for cvs-share-outgoing; Fri, 2 Feb 1996 10:12:15 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09099 Fri, 2 Feb 1996 10:12:13 -0800 (PST) Date: Fri, 2 Feb 1996 10:12:13 -0800 (PST) From: Mike Pritchard Message-Id: <199602021812.KAA09099@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/man/man4 gsc.4 Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/02 10:12:13 Modified: share/man/man4 Makefile Added: share/man/man4 gsc.4 Log: Added missing gsc(4) (Genius scanner related man page). Revision Changes Path 1.15 +2 -2 src/share/man/man4/Makefile From owner-freebsd-commit Fri Feb 2 10:15:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09257 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:15:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09247 for cvs-all-outgoing; Fri, 2 Feb 1996 10:15:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09233 for cvs-gnu-outgoing; Fri, 2 Feb 1996 10:15:38 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id KAA09193 Fri, 2 Feb 1996 10:14:46 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id SAA00445; Fri, 2 Feb 1996 18:30:18 +0100 From: Wolfram Schneider Received: (wosch@localhost) by caramba.cs.tu-berlin.de (8.6.12/8.6.9) id SAA19274; Fri, 2 Feb 1996 18:30:10 +0100 Date: Fri, 2 Feb 1996 18:30:10 +0100 Message-Id: <199602021730.SAA19274@caramba.cs.tu-berlin.de> To: davidg@Root.COM Cc: Wolfram Schneider , CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c In-Reply-To: <199602021058.CAA07372@Root.COM> References: <199602020645.WAA25657@freefall.freebsd.org> <199602021058.CAA07372@Root.COM> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Conversion: prohibited Sender: owner-commit@FreeBSD.ORG Precedence: bulk David Greenman writes: >>wosch 96/02/01 22:45:28 >> >> Modified: gnu/usr.bin/grep Makefile grep.1 grep.c >> Log: >> recursive grep, enabled with -DHAVE_FTS=1 > > Gack...Why? Why don't you just use find/xargs like it was intended? Because it is more comfortable. Do you use find/xargs for chmod(1) etc? Why FreeBSD has fts(3)? Wolfram From owner-freebsd-commit Fri Feb 2 10:17:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09410 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:17:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09402 for cvs-all-outgoing; Fri, 2 Feb 1996 10:17:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09391 for cvs-gnu-outgoing; Fri, 2 Feb 1996 10:17:08 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA09375 Fri, 2 Feb 1996 10:16:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id KAA07849; Fri, 2 Feb 1996 10:14:51 -0800 Message-Id: <199602021814.KAA07849@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Wolfram Schneider cc: CVS-committers@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org Subject: Re: cvs commit: src/gnu/usr.bin/grep Makefile grep.1 grep.c In-reply-to: Your message of "Fri, 02 Feb 1996 18:30:10 +0100." <199602021730.SAA19274@caramba.cs.tu-berlin.de> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 02 Feb 1996 10:14:50 -0800 Sender: owner-commit@FreeBSD.ORG Precedence: bulk >David Greenman writes: >>>wosch 96/02/01 22:45:28 >>> >>> Modified: gnu/usr.bin/grep Makefile grep.1 grep.c >>> Log: >>> recursive grep, enabled with -DHAVE_FTS=1 >> >> Gack...Why? Why don't you just use find/xargs like it was >intended? > >Because it is more comfortable. That's not a very good argument. >Do you use find/xargs for chmod(1) etc? Why FreeBSD has fts(3)? -R shouldn't have been added to chmod(1). For one thing, it then leads to the need for the -H, -L, and -P options. This is escentially completely duplicating functionality that is already in find(1). I think there are times when new options/features should be added to commands - whenever there isn't another way to easily accomplish something. Adding file hierarchy traversal to simple commands isn't one of them. IMO, there's no end to this slippery path. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-freebsd-commit Fri Feb 2 10:22:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09771 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:22:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09759 for cvs-all-outgoing; Fri, 2 Feb 1996 10:22:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09745 for cvs-usrbin-outgoing; Fri, 2 Feb 1996 10:22:07 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA09738 Fri, 2 Feb 1996 10:22:05 -0800 (PST) Date: Fri, 2 Feb 1996 10:22:05 -0800 (PST) From: Mike Pritchard Message-Id: <199602021822.KAA09738@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rwho rwho.1 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/02 10:22:05 Modified: bin/ps ps.1 usr.bin/rwho rwho.1 Log: Fix some incorrect locations in the FILES sections of some man pages. Revision Changes Path 1.7 +3 -3 src/bin/ps/ps.1 1.2 +1 -1 src/usr.bin/rwho/rwho.1 From owner-freebsd-commit Fri Feb 2 10:30:17 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10429 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:30:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10415 for cvs-all-outgoing; Fri, 2 Feb 1996 10:30:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10405 for cvs-sys-outgoing; Fri, 2 Feb 1996 10:30:11 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10393 Fri, 2 Feb 1996 10:30:09 -0800 (PST) Date: Fri, 2 Feb 1996 10:30:09 -0800 (PST) From: David Greenman Message-Id: <199602021830.KAA10393@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/02/02 10:30:09 Modified: sys/i386/i386 swtch.s Log: Killed last change - it was bogus. cpu_switch() already assumes that return address is on the stack. Revision Changes Path 1.28 +2 -3 src/sys/i386/i386/swtch.s From owner-freebsd-commit Fri Feb 2 10:32:09 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10728 for freebsd-commit-outgoing; Fri, 2 Feb 1996 10:32:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10690 for cvs-all-outgoing; Fri, 2 Feb 1996 10:32:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10652 for cvs-sys-outgoing; Fri, 2 Feb 1996 10:32:05 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA10601 Fri, 2 Feb 1996 10:32:03 -0800 (PST) Date: Fri, 2 Feb 1996 10:32:03 -0800 (PST) From: David Greenman Message-Id: <199602021832.KAA10601@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-commit@FreeBSD.ORG Precedence: bulk davidg 96/02/02 10:32:00 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 swtch.s Log: Brought in fix from rev 1.28: back out of rev 1.27 fix. Revision Changes Path 1.20.4.4 +2 -3 src/sys/i386/i386/swtch.s From owner-freebsd-commit Fri Feb 2 11:12:54 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15216 for freebsd-commit-outgoing; Fri, 2 Feb 1996 11:12:54 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15207 for cvs-all-outgoing; Fri, 2 Feb 1996 11:12:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15192 for cvs-sys-outgoing; Fri, 2 Feb 1996 11:12:46 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA15185 Fri, 2 Feb 1996 11:12:45 -0800 (PST) Date: Fri, 2 Feb 1996 11:12:45 -0800 (PST) From: Paul Traina Message-Id: <199602021912.LAA15185@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/02 11:12:44 Added: sys/i386/conf majors.i386 Log: Add Peter's list of major numbers From owner-freebsd-commit Fri Feb 2 11:20:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16092 for freebsd-commit-outgoing; Fri, 2 Feb 1996 11:20:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16081 for cvs-all-outgoing; Fri, 2 Feb 1996 11:20:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA02170 for cvs-lib-outgoing; Fri, 2 Feb 1996 09:09:32 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [192.216.222.3]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA02072 Fri, 2 Feb 1996 09:09:11 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id AAA04817 ; Fri, 2 Feb 1996 00:33:44 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id TAA04149; Fri, 2 Feb 1996 19:19:46 +1100 Date: Fri, 2 Feb 1996 19:19:46 +1100 From: Bruce Evans Message-Id: <199602020819.TAA04149@godzilla.zeta.org.au> To: bde@zeta.org.au, peter@jhome.DIALix.COM Subject: Re: cvs commit: src/lib/csu/i386 crt0.c Cc: CVS-committers@freebsd.org, cvs-lib@freebsd.org, jdp@polstra.com, nate@sri.MT.net Sender: owner-commit@freebsd.org Precedence: bulk >IMHO, the "safest" thing to do is ensure that we do all the compiling of the >utility programs to generate library code first, before we even touch >anything in /usr/lib or /usr/include. ie: (cd lib ; make depend) before >doing the CLOBBER in the libraries target. There's no guarantee that `make depend' creates all the utilities. It has to create most of them to get the dependencies right, however. If I ran `make world' a lot (I haven't tried it yet!) then I would remove the `make depend' step to speed it up a little. If NOCLEANDIR isn't defined, the .depend files are almost never used for `make world' because `make depend all' gives bogus dependencies for the `all' target (the .depend files don't exist when the dependencies are determined). Bruce From owner-freebsd-commit Fri Feb 2 11:28:06 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16704 for freebsd-commit-outgoing; Fri, 2 Feb 1996 11:28:06 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16669 for cvs-all-outgoing; Fri, 2 Feb 1996 11:28:03 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16638 for cvs-sys-outgoing; Fri, 2 Feb 1996 11:28:01 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA16620 Fri, 2 Feb 1996 11:27:59 -0800 (PST) Date: Fri, 2 Feb 1996 11:27:59 -0800 (PST) From: Paul Traina Message-Id: <199602021927.LAA16620@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa qcam.c qcamreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/02 11:27:58 Modified: etc/etc.i386 MAKEDEV share/man/man4/man4.i386 Makefile Added: share/man/man4/man4.i386 qcam.4 Log: Add support for Connectix QuickCam(tm) Revision Changes Path 1.113 +9 -1 src/etc/etc.i386/MAKEDEV 1.38 +1 -0 src/share/man/man4/man4.i386/Makefile Added: sys/i386/include qcam.h Log: Add support for Connectix QuickCam(tm) * warning: this user interface is still in flux pending negotiations * with other quickcam driver authors. It is _not_ compatible with the * original linux interface due to the fact that it was too restrictive. Added: sys/i386/isa qcam.c qcamreg.h Log: Add support for Connectix QuickCam(tm) * this is my unoptimized driver, it works fine, it's not as fast as it * could be (yet) -- I have yet to merge in ideas from other QuickCam * developers. From owner-freebsd-commit Fri Feb 2 12:38:01 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22137 for freebsd-commit-outgoing; Fri, 2 Feb 1996 12:38:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22127 for cvs-all-outgoing; Fri, 2 Feb 1996 12:37:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22115 for cvs-sys-outgoing; Fri, 2 Feb 1996 12:37:55 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22108 Fri, 2 Feb 1996 12:37:53 -0800 (PST) Date: Fri, 2 Feb 1996 12:37:53 -0800 (PST) From: Paul Traina Message-Id: <199602022037.MAA22108@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa qcam.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/02 12:37:52 Modified: sys/i386/include qcam.h sys/i386/isa qcam.c Log: Remove the ability for the user mode programs to specify bidirectional vs unidirectional transfer modes. The kernel handles hardware, user mode programs shouldn't get in the way. This cleans up some really ugly grots that I hated too. :-) Suggested by: Sujal Patel Revision Changes Path 1.2 +1 -8 src/sys/i386/include/qcam.h 1.2 +2 -20 src/sys/i386/isa/qcam.c From owner-freebsd-commit Fri Feb 2 12:41:29 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22565 for freebsd-commit-outgoing; Fri, 2 Feb 1996 12:41:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22554 for cvs-all-outgoing; Fri, 2 Feb 1996 12:41:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22537 for cvs-sys-outgoing; Fri, 2 Feb 1996 12:41:18 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22528 Fri, 2 Feb 1996 12:41:15 -0800 (PST) Date: Fri, 2 Feb 1996 12:41:15 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022041.MAA22528@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys cdio.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 12:41:13 Modified: sys/sys cdio.h Log: Remove #pragma pack, use byte filler in ioc_read_subchannel instead, all other structures already aligned Revision Changes Path 1.12 +2 -13 src/sys/sys/cdio.h From owner-freebsd-commit Fri Feb 2 12:43:20 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22692 for freebsd-commit-outgoing; Fri, 2 Feb 1996 12:43:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22682 for cvs-all-outgoing; Fri, 2 Feb 1996 12:43:17 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22672 for cvs-sys-outgoing; Fri, 2 Feb 1996 12:43:15 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22664 Fri, 2 Feb 1996 12:43:13 -0800 (PST) Date: Fri, 2 Feb 1996 12:43:13 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022043.MAA22664@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 12:43:13 Modified: sys/scsi cd.c Log: I forget the fact that cd_read_toc reads toc header in any case Revision Changes Path 1.64 +3 -3 src/sys/scsi/cd.c From owner-freebsd-commit Fri Feb 2 12:46:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23024 for freebsd-commit-outgoing; Fri, 2 Feb 1996 12:46:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23015 for cvs-all-outgoing; Fri, 2 Feb 1996 12:46:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23003 for cvs-usrsbin-outgoing; Fri, 2 Feb 1996 12:46:53 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA22996 Fri, 2 Feb 1996 12:46:51 -0800 (PST) Date: Fri, 2 Feb 1996 12:46:51 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022046.MAA22996@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 12:46:49 Modified: usr.sbin/cdcontrol cdcontrol.c Log: Back out my control->addr_type change, need to be fixed in another place Revision Changes Path 1.5 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Fri Feb 2 12:50:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23441 for freebsd-commit-outgoing; Fri, 2 Feb 1996 12:50:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23430 for cvs-all-outgoing; Fri, 2 Feb 1996 12:50:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23419 for cvs-sys-outgoing; Fri, 2 Feb 1996 12:50:12 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23410 Fri, 2 Feb 1996 12:50:08 -0800 (PST) Date: Fri, 2 Feb 1996 12:50:08 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022050.MAA23410@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c mcdreg.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 12:50:08 Modified: sys/i386/isa mcd.c mcdreg.h Log: Calculate TOC size to match what scsi cd says. Exchange control<->addr_type fields Revision Changes Path 1.66 +2 -2 src/sys/i386/isa/mcd.c 1.11 +2 -2 src/sys/i386/isa/mcdreg.h From owner-freebsd-commit Fri Feb 2 12:54:39 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23830 for freebsd-commit-outgoing; Fri, 2 Feb 1996 12:54:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23821 for cvs-all-outgoing; Fri, 2 Feb 1996 12:54:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23806 for cvs-sys-outgoing; Fri, 2 Feb 1996 12:54:30 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA23796 Fri, 2 Feb 1996 12:54:28 -0800 (PST) Date: Fri, 2 Feb 1996 12:54:28 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022054.MAA23796@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 12:54:28 Modified: sys/i386/isa wcd.c Log: Exchange addr_type<->control Revision Changes Path 1.29 +3 -3 src/sys/i386/isa/wcd.c From owner-freebsd-commit Fri Feb 2 13:18:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA25971 for freebsd-commit-outgoing; Fri, 2 Feb 1996 13:18:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA25957 for cvs-all-outgoing; Fri, 2 Feb 1996 13:18:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA25939 for cvs-sys-outgoing; Fri, 2 Feb 1996 13:18:12 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA25925 Fri, 2 Feb 1996 13:18:08 -0800 (PST) Date: Fri, 2 Feb 1996 13:18:08 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022118.NAA25925@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 13:18:07 Modified: sys/i386/isa mcd.c Log: Remove close tray on open - works very bad with xcdplayer Revision Changes Path 1.67 +2 -2 src/sys/i386/isa/mcd.c From owner-freebsd-commit Fri Feb 2 14:03:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00745 for freebsd-commit-outgoing; Fri, 2 Feb 1996 14:03:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00724 for cvs-all-outgoing; Fri, 2 Feb 1996 14:03:45 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00704 for cvs-usrsbin-outgoing; Fri, 2 Feb 1996 14:03:43 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00693 Fri, 2 Feb 1996 14:03:40 -0800 (PST) Date: Fri, 2 Feb 1996 14:03:40 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022203.OAA00693@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 14:03:39 Modified: usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: Implement 'inject' command Revision Changes Path 1.3 +4 -1 src/usr.sbin/cdcontrol/cdcontrol.1 1.6 +21 -12 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Fri Feb 2 14:08:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01857 for freebsd-commit-outgoing; Fri, 2 Feb 1996 14:08:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01828 for cvs-all-outgoing; Fri, 2 Feb 1996 14:08:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01805 for cvs-sys-outgoing; Fri, 2 Feb 1996 14:08:46 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA01775 Fri, 2 Feb 1996 14:08:39 -0800 (PST) Date: Fri, 2 Feb 1996 14:08:39 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022208.OAA01775@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 14:08:35 Modified: sys/i386/isa mcd.c Log: Implement PREVENT & CLOSE ioctls Revision Changes Path 1.68 +19 -2 src/sys/i386/isa/mcd.c From owner-freebsd-commit Fri Feb 2 14:14:55 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA02786 for freebsd-commit-outgoing; Fri, 2 Feb 1996 14:14:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA02760 for cvs-all-outgoing; Fri, 2 Feb 1996 14:14:50 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA02741 for cvs-usrsbin-outgoing; Fri, 2 Feb 1996 14:14:47 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA02724 Fri, 2 Feb 1996 14:14:43 -0800 (PST) Date: Fri, 2 Feb 1996 14:14:43 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022214.OAA02724@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 14:14:42 Modified: usr.sbin/cdcontrol cdcontrol.c Log: Don't mask last track number with end word, better be shure that it is 170 Revision Changes Path 1.7 +1 -1 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Fri Feb 2 14:17:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03242 for freebsd-commit-outgoing; Fri, 2 Feb 1996 14:17:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03219 for cvs-all-outgoing; Fri, 2 Feb 1996 14:17:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03194 for cvs-share-outgoing; Fri, 2 Feb 1996 14:17:15 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA03165 Fri, 2 Feb 1996 14:17:09 -0800 (PST) Date: Fri, 2 Feb 1996 14:17:09 -0800 (PST) From: Mike Pritchard Message-Id: <199602022217.OAA03165@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/man/man8/man8.i386 crash.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk mpp 96/02/02 14:17:06 Added: share/man/man8/man8.i386 crash.8 Removed: share/man/man8 makedev.8 Log: Added a FreeBSD specific crash(8) man page that was adapted from the hp300 crash(8) man page in the lite-2 source tree. Also removed man8/makedev.8 (this was vax specific and was replaced by man8/man8.i386/MAKEDEV.8 a long time ago - it was just never removed from the source tree). From owner-freebsd-commit Fri Feb 2 14:52:13 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08050 for freebsd-commit-outgoing; Fri, 2 Feb 1996 14:52:13 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08036 for cvs-all-outgoing; Fri, 2 Feb 1996 14:52:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07958 for cvs-ports-outgoing; Fri, 2 Feb 1996 14:52:01 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA07932 Fri, 2 Feb 1996 14:52:00 -0800 (PST) Date: Fri, 2 Feb 1996 14:52:00 -0800 (PST) From: Stefan Esser Message-Id: <199602022252.OAA07932@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/emulators/wine/patches patch-ad Sender: owner-commit@FreeBSD.ORG Precedence: bulk se 96/02/02 14:51:59 Modified: emulators/wine Makefile emulators/wine/files md5 emulators/wine/patches patch-ad Log: Upgrade to January 31st version. CAUTION: The format of $PREFIX/etc/wine.conf has changed! Check against wine.ini from the build directory ... Revision Changes Path 1.20 +3 -3 ports/emulators/wine/Makefile 1.5 +1 -1 ports/emulators/wine/files/md5 1.2 +47 -50 ports/emulators/wine/patches/patch-ad From owner-freebsd-commit Fri Feb 2 14:57:41 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08884 for freebsd-commit-outgoing; Fri, 2 Feb 1996 14:57:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08861 for cvs-all-outgoing; Fri, 2 Feb 1996 14:57:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08846 for cvs-sys-outgoing; Fri, 2 Feb 1996 14:57:30 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA08831 Fri, 2 Feb 1996 14:57:29 -0800 (PST) Date: Fri, 2 Feb 1996 14:57:29 -0800 (PST) From: Joerg Wunsch Message-Id: <199602022257.OAA08831@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/02 14:57:28 Modified: sys/scsi scsiconf.c Log: Add the Emulex MD21 ESDI-to-SCSI bridge as a known device (with more than one LUN). Submitted by: Wilko Bulte Revision Changes Path 1.50 +5 -1 src/sys/scsi/scsiconf.c From owner-freebsd-commit Fri Feb 2 14:59:57 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09141 for freebsd-commit-outgoing; Fri, 2 Feb 1996 14:59:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09129 for cvs-all-outgoing; Fri, 2 Feb 1996 14:59:55 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09115 for cvs-sys-outgoing; Fri, 2 Feb 1996 14:59:52 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09108 Fri, 2 Feb 1996 14:59:50 -0800 (PST) Date: Fri, 2 Feb 1996 14:59:50 -0800 (PST) From: Joerg Wunsch Message-Id: <199602022259.OAA09108@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c worm.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/02 14:59:50 Modified: sys/scsi scsiconf.c worm.c Log: Add the HP4020i CD-R as a known device. Reorder the CD-R entries in knowndevs[]. Submitted by: fred@jjarray.umd.edu (Fred Cawthorne) Revision Changes Path 1.51 +11 -3 src/sys/scsi/scsiconf.c 1.24 +246 -2 src/sys/scsi/worm.c From owner-freebsd-commit Fri Feb 2 15:01:27 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09521 for freebsd-commit-outgoing; Fri, 2 Feb 1996 15:01:27 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09510 for cvs-all-outgoing; Fri, 2 Feb 1996 15:01:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09492 for cvs-usrsbin-outgoing; Fri, 2 Feb 1996 15:01:21 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA09483 Fri, 2 Feb 1996 15:01:19 -0800 (PST) Date: Fri, 2 Feb 1996 15:01:19 -0800 (PST) From: Joerg Wunsch Message-Id: <199602022301.PAA09483@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/wormcontrol wormcontrol.8 Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/02 15:01:18 Modified: usr.sbin/wormcontrol wormcontrol.8 Log: Mention the currently supported vendor/model strings. Revision Changes Path 1.3 +11 -1 src/usr.sbin/wormcontrol/wormcontrol.8 From owner-freebsd-commit Fri Feb 2 15:43:56 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17464 for freebsd-commit-outgoing; Fri, 2 Feb 1996 15:43:56 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17448 for cvs-all-outgoing; Fri, 2 Feb 1996 15:43:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17413 for cvs-sys-outgoing; Fri, 2 Feb 1996 15:43:45 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA17402 Fri, 2 Feb 1996 15:43:43 -0800 (PST) Date: Fri, 2 Feb 1996 15:43:43 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602022343.PAA17402@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 15:43:43 Modified: sys/scsi cd.c Log: Simplify READTOCENTRYS by removing fake leadout code, SCSI system do it for us Revision Changes Path 1.65 +5 -37 src/sys/scsi/cd.c From owner-freebsd-commit Fri Feb 2 15:53:58 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA19502 for freebsd-commit-outgoing; Fri, 2 Feb 1996 15:53:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA19492 for cvs-all-outgoing; Fri, 2 Feb 1996 15:53:53 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA19481 for cvs-user-outgoing; Fri, 2 Feb 1996 15:53:51 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA19474 Fri, 2 Feb 1996 15:53:49 -0800 (PST) Date: Fri, 2 Feb 1996 15:53:49 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199602022353.PAA19474@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/release/scripts doc-install.sh bin-install.sh Sender: owner-commit@FreeBSD.ORG Precedence: bulk jkh 96/02/02 15:53:49 Modified: release/scripts bin-install.sh Added: release/scripts doc-install.sh Log: Add install script for doc, make bin install more intelligent. Revision Changes Path 1.2 +5 -3 src/release/scripts/bin-install.sh From owner-freebsd-commit Fri Feb 2 16:07:00 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21215 for freebsd-commit-outgoing; Fri, 2 Feb 1996 16:07:00 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21204 for cvs-all-outgoing; Fri, 2 Feb 1996 16:06:57 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21192 for cvs-sys-outgoing; Fri, 2 Feb 1996 16:06:54 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21185 Fri, 2 Feb 1996 16:06:52 -0800 (PST) Date: Fri, 2 Feb 1996 16:06:52 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602030006.QAA21185@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/02 16:06:51 Modified: sys/i386/isa mcd.c Log: Detect yet one kind of device (taken from NetBSD) Use more accurate TOC size calculation Revision Changes Path 1.69 +13 -9 src/sys/i386/isa/mcd.c From owner-freebsd-commit Fri Feb 2 21:14:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27397 for freebsd-commit-outgoing; Fri, 2 Feb 1996 21:14:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27380 for cvs-all-outgoing; Fri, 2 Feb 1996 21:14:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27370 for cvs-ports-outgoing; Fri, 2 Feb 1996 21:14:08 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27360 Fri, 2 Feb 1996 21:14:06 -0800 (PST) Date: Fri, 2 Feb 1996 21:14:06 -0800 (PST) From: Satoshi Asami Message-Id: <199602030514.VAA27360@freefall.freebsd.org> To: CVS-committers, cvs-ports Subject: cvs commit: ports/mail/popper/files md5 Sender: owner-commit@FreeBSD.ORG Precedence: bulk asami 96/02/02 21:14:06 Modified: mail/popper/files md5 Log: New checksum, filename not changed at master site. Submitted by: pst Revision Changes Path 1.6 +1 -1 ports/mail/popper/files/md5 From owner-freebsd-commit Fri Feb 2 22:33:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02598 for freebsd-commit-outgoing; Fri, 2 Feb 1996 22:33:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02578 for cvs-all-outgoing; Fri, 2 Feb 1996 22:33:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02567 for cvs-sbin-outgoing; Fri, 2 Feb 1996 22:33:26 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA02560 Fri, 2 Feb 1996 22:33:24 -0800 (PST) Date: Fri, 2 Feb 1996 22:33:24 -0800 (PST) From: Paul Traina Message-Id: <199602030633.WAA02560@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/rdisc rdisc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/02 22:33:24 Modified: sbin/rdisc rdisc.c Log: Only print statistics in verbose mode Revision Changes Path 1.5 +6 -5 src/sbin/rdisc/rdisc.c From owner-freebsd-commit Fri Feb 2 23:43:30 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA05460 for freebsd-commit-outgoing; Fri, 2 Feb 1996 23:43:30 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA05450 for cvs-all-outgoing; Fri, 2 Feb 1996 23:43:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA05438 for cvs-share-outgoing; Fri, 2 Feb 1996 23:43:24 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA05431 Fri, 2 Feb 1996 23:43:23 -0800 (PST) Date: Fri, 2 Feb 1996 23:43:23 -0800 (PST) From: Paul Traina Message-Id: <199602030743.XAA05431@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/man/man4/man4.i386 Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk pst 96/02/02 23:43:22 Modified: share/man/man4/man4.i386 Makefile Log: Add qcam.4 to directory, was only mlinking Revision Changes Path 1.39 +2 -2 src/share/man/man4/man4.i386/Makefile From owner-freebsd-commit Sat Feb 3 02:58:26 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19858 for freebsd-commit-outgoing; Sat, 3 Feb 1996 02:58:26 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19843 for cvs-all-outgoing; Sat, 3 Feb 1996 02:58:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19833 for cvs-usrbin-outgoing; Sat, 3 Feb 1996 02:58:15 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA19825 Sat, 3 Feb 1996 02:58:13 -0800 (PST) Date: Sat, 3 Feb 1996 02:58:13 -0800 (PST) From: Wolfram Schneider Message-Id: <199602031058.CAA19825@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/calendar calendar.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/03 02:58:13 Added: usr.bin/calendar calendar.h Log: Submitted by: pst add forgotten file calendar.h. Sorry. From owner-freebsd-commit Sat Feb 3 03:40:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21761 for freebsd-commit-outgoing; Sat, 3 Feb 1996 03:40:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21741 for cvs-all-outgoing; Sat, 3 Feb 1996 03:40:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21727 for cvs-user-outgoing; Sat, 3 Feb 1996 03:40:28 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA21708 Sat, 3 Feb 1996 03:40:23 -0800 (PST) Date: Sat, 3 Feb 1996 03:40:23 -0800 (PST) From: Mark Murray Message-Id: <199602031140.DAA21708@freefall.freebsd.org> To: CVS-committers, cvs-user Subject: cvs commit: src/eBones/usr.bin/register register.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/02/03 03:40:20 Modified: eBones/include krb.h eBones/lib/libkrb des_rw.c eBones/libexec/registerd registerd.c eBones/usr.bin/register register.c Log: Rename des_set_key -> des_set_key_krb. This was a name conflict with a documented routine in libdes. Revision Changes Path 1.8 +3 -1 src/eBones/include/krb.h 1.5 +4 -3 src/eBones/lib/libkrb/des_rw.c 1.6 +1 -1 src/eBones/libexec/registerd/registerd.c 1.5 +1 -1 src/eBones/usr.bin/register/register.c From owner-freebsd-commit Sat Feb 3 03:46:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22200 for freebsd-commit-outgoing; Sat, 3 Feb 1996 03:46:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22187 for cvs-all-outgoing; Sat, 3 Feb 1996 03:46:16 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22168 for cvs-usrbin-outgoing; Sat, 3 Feb 1996 03:46:11 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22146 Sat, 3 Feb 1996 03:46:07 -0800 (PST) Date: Sat, 3 Feb 1996 03:46:07 -0800 (PST) From: Mark Murray Message-Id: <199602031146.DAA22146@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rlogin rlogin.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/02/03 03:46:06 Modified: usr.bin/rlogin rlogin.c Log: Rename des_set_key -> des_set_key_krb. (libdes conflict) Revision Changes Path 1.9 +1 -1 src/usr.bin/rlogin/rlogin.c From owner-freebsd-commit Sat Feb 3 03:47:40 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22312 for freebsd-commit-outgoing; Sat, 3 Feb 1996 03:47:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22297 for cvs-all-outgoing; Sat, 3 Feb 1996 03:47:33 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22287 for cvs-libexec-outgoing; Sat, 3 Feb 1996 03:47:29 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22279 Sat, 3 Feb 1996 03:47:24 -0800 (PST) Date: Sat, 3 Feb 1996 03:47:24 -0800 (PST) From: Mark Murray Message-Id: <199602031147.DAA22279@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/rlogind rlogind.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/02/03 03:47:22 Modified: libexec/rlogind rlogind.c Log: Rename des_set_key -> des_set_key_krb. (libdes conflict) Revision Changes Path 1.9 +1 -1 src/libexec/rlogind/rlogind.c From owner-freebsd-commit Sat Feb 3 03:48:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22432 for freebsd-commit-outgoing; Sat, 3 Feb 1996 03:48:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22417 for cvs-all-outgoing; Sat, 3 Feb 1996 03:48:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22400 for cvs-sys-outgoing; Sat, 3 Feb 1996 03:48:19 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22392 Sat, 3 Feb 1996 03:48:16 -0800 (PST) Date: Sat, 3 Feb 1996 03:48:16 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602031148.DAA22392@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-commit@FreeBSD.ORG Precedence: bulk phk 96/02/03 03:48:15 Modified: sys/netinet ip_fw.c sys/i386/conf LINT Log: Make the sorting of IPFW rules an option. You don't want it to sort them. >>>WARNING<<< you may have to revisit your firewall setup. Revision Changes Path 1.28 +3 -1 src/sys/netinet/ip_fw.c 1.237 +4 -1 src/sys/i386/conf/LINT From owner-freebsd-commit Sat Feb 3 03:49:46 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22513 for freebsd-commit-outgoing; Sat, 3 Feb 1996 03:49:46 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22501 for cvs-all-outgoing; Sat, 3 Feb 1996 03:49:40 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22494 for cvs-usrbin-outgoing; Sat, 3 Feb 1996 03:49:36 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22487 Sat, 3 Feb 1996 03:49:33 -0800 (PST) Date: Sat, 3 Feb 1996 03:49:33 -0800 (PST) From: Mark Murray Message-Id: <199602031149.DAA22487@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/rsh rsh.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/02/03 03:49:32 Modified: usr.bin/rsh rsh.c Log: Rename des_set_key -> des_set_key. (libdes conflict) Revision Changes Path 1.6 +2 -2 src/usr.bin/rsh/rsh.c From owner-freebsd-commit Sat Feb 3 03:51:36 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22668 for freebsd-commit-outgoing; Sat, 3 Feb 1996 03:51:36 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22653 for cvs-all-outgoing; Sat, 3 Feb 1996 03:51:29 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22644 for cvs-libexec-outgoing; Sat, 3 Feb 1996 03:51:26 -0800 (PST) Received: (from markm@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22631 Sat, 3 Feb 1996 03:51:22 -0800 (PST) Date: Sat, 3 Feb 1996 03:51:22 -0800 (PST) From: Mark Murray Message-Id: <199602031151.DAA22631@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/rshd rshd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk markm 96/02/03 03:51:20 Modified: libexec/rshd rshd.c Log: Rename des_set_key -> des_set_key_krb. (libdes conflict) Revision Changes Path 1.5 +1 -1 src/libexec/rshd/rshd.c From owner-freebsd-commit Sat Feb 3 03:57:38 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA23030 for freebsd-commit-outgoing; Sat, 3 Feb 1996 03:57:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA23015 for cvs-all-outgoing; Sat, 3 Feb 1996 03:57:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA22996 for cvs-usrbin-outgoing; Sat, 3 Feb 1996 03:57:28 -0800 (PST) Received: from grumble.grondar.za (root@grumble.grondar.za [196.7.18.130]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id DAA22977 Sat, 3 Feb 1996 03:57:18 -0800 (PST) Received: from localhost (mark@localhost [127.0.0.1]) by grumble.grondar.za (8.7.3/8.7.3) with SMTP id NAA13852; Sat, 3 Feb 1996 13:57:12 +0200 (SAT) Message-Id: <199602031157.NAA13852@grumble.grondar.za> X-Authentication-Warning: grumble.grondar.za: Host mark@localhost [127.0.0.1] didn't use HELO protocol To: Mark Murray cc: CVS-committers@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org Subject: Re: cvs commit: src/usr.bin/rsh rsh.c Date: Sat, 03 Feb 1996 13:57:11 +0200 From: Mark Murray Sender: owner-commit@FreeBSD.ORG Precedence: bulk Mark Murray wrote: > markm 96/02/03 03:49:32 > > Modified: usr.bin/rsh rsh.c > Log: > Rename des_set_key -> des_set_key. (libdes conflict) ^^^^^^^^^^^ Rats. This was supposed to be des_set_key_krb. M -- Mark Murray 46 Harvey Rd, Claremont, Cape Town 7700, South Africa +27 21 61-3768 GMT+0200 Finger mark@grondar.za for PGP key From owner-freebsd-commit Sat Feb 3 05:28:11 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28890 for freebsd-commit-outgoing; Sat, 3 Feb 1996 05:28:11 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28872 for cvs-all-outgoing; Sat, 3 Feb 1996 05:28:07 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28865 for cvs-bin-outgoing; Sat, 3 Feb 1996 05:28:06 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28833 Sat, 3 Feb 1996 05:27:56 -0800 (PST) Date: Sat, 3 Feb 1996 05:27:56 -0800 (PST) From: Joerg Wunsch Message-Id: <199602031327.FAA28833@freefall.freebsd.org> To: cvs-bin, CVS-committers Subject: cvs commit: src/bin/sh Makefile parser.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/03 05:27:56 Modified: bin/sh Makefile parser.c Log: Fix the borokeness that crept in with rev 1.10 of parser.c, the sh didn't correctly start background jobs anymore. Strange that nobody was complaining... Add a dummy target for `builtins' in the Makefile, to prevent it from attempting to build this file by compiling builtins.c. :-/ Revision Changes Path 1.9 +4 -1 src/bin/sh/Makefile 1.11 +2 -2 src/bin/sh/parser.c From owner-freebsd-commit Sat Feb 3 05:31:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29213 for freebsd-commit-outgoing; Sat, 3 Feb 1996 05:31:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29198 for cvs-all-outgoing; Sat, 3 Feb 1996 05:31:20 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29183 for cvs-sys-outgoing; Sat, 3 Feb 1996 05:31:17 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29175 Sat, 3 Feb 1996 05:31:16 -0800 (PST) Date: Sat, 3 Feb 1996 05:31:16 -0800 (PST) From: Joerg Wunsch Message-Id: <199602031331.FAA29175@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c scsiconf.h st.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/03 05:31:15 Modified: sys/scsi scsiconf.c scsiconf.h st.c Log: Add a quirk record for the Tandberg 42XX series. Not only that these drives require ST_Q_SNS_HLP, they also wrongly accept a blocksize of 1024 in the first place (for a QIC-150 cartridge), but complain later about it. The hack is to only probe for 512 for them. Reorder the entries in st_decide_mode() so that QIC >= 525 is properly accepted as variable blocksize. Revision Changes Path 1.52 +12 -1 src/sys/scsi/scsiconf.c 1.39 +2 -1 src/sys/scsi/scsiconf.h 1.60 +5 -5 src/sys/scsi/st.c From owner-freebsd-commit Sat Feb 3 06:13:44 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01524 for freebsd-commit-outgoing; Sat, 3 Feb 1996 06:13:44 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01515 for cvs-all-outgoing; Sat, 3 Feb 1996 06:13:41 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01505 for cvs-usrsbin-outgoing; Sat, 3 Feb 1996 06:13:39 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01497 Sat, 3 Feb 1996 06:13:37 -0800 (PST) Date: Sat, 3 Feb 1996 06:13:37 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602031413.GAA01497@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/03 06:13:37 Modified: usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: Implement several new commands Revision Changes Path 1.4 +13 -5 src/usr.sbin/cdcontrol/cdcontrol.1 1.8 +89 -30 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Sat Feb 3 06:19:21 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01810 for freebsd-commit-outgoing; Sat, 3 Feb 1996 06:19:21 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01801 for cvs-all-outgoing; Sat, 3 Feb 1996 06:19:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01791 for cvs-sys-outgoing; Sat, 3 Feb 1996 06:19:16 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA01783 Sat, 3 Feb 1996 06:19:14 -0800 (PST) Date: Sat, 3 Feb 1996 06:19:14 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602031419.GAA01783@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys cdio.h Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/03 06:19:14 Modified: sys/sys cdio.h Log: Since ioc_read_subchannel don't used for hardware, remove padding. Now almost all my changes backed out, expect one comment about network byte order of LBA. Revision Changes Path 1.13 +1 -2 src/sys/sys/cdio.h From owner-freebsd-commit Sat Feb 3 06:34:05 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02568 for freebsd-commit-outgoing; Sat, 3 Feb 1996 06:34:05 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02520 for cvs-all-outgoing; Sat, 3 Feb 1996 06:34:01 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02496 for cvs-sys-outgoing; Sat, 3 Feb 1996 06:33:59 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02489 Sat, 3 Feb 1996 06:33:57 -0800 (PST) Date: Sat, 3 Feb 1996 06:33:57 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602031433.GAA02489@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/03 06:33:57 Modified: sys/i386/isa mcd.c Log: Implement CD_MEDIA_CATALOG request for read_subchannel Obtained from: NetBSD Revision Changes Path 1.70 +38 -27 src/sys/i386/isa/mcd.c From owner-freebsd-commit Sat Feb 3 06:51:02 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03184 for freebsd-commit-outgoing; Sat, 3 Feb 1996 06:51:02 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03169 for cvs-all-outgoing; Sat, 3 Feb 1996 06:50:58 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03156 for cvs-sys-outgoing; Sat, 3 Feb 1996 06:50:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03149 Sat, 3 Feb 1996 06:50:54 -0800 (PST) Date: Sat, 3 Feb 1996 06:50:54 -0800 (PST) From: Peter Wemm Message-Id: <199602031450.GAA03149@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-commit@FreeBSD.ORG Precedence: bulk peter 96/02/03 06:50:53 Modified: sys/i386/conf majors.i386 Log: Fill in a lot of the missing blanks from the version I posted... (better check to see that I've not misspelt somebody's name here, this info was collected from some strange places..) Revision Changes Path 1.2 +89 -84 src/sys/i386/conf/majors.i386 From owner-freebsd-commit Sat Feb 3 07:02:42 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03670 for freebsd-commit-outgoing; Sat, 3 Feb 1996 07:02:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03661 for cvs-all-outgoing; Sat, 3 Feb 1996 07:02:38 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03654 for cvs-sys-outgoing; Sat, 3 Feb 1996 07:02:36 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id HAA03634 Sat, 3 Feb 1996 07:02:20 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id XAA24896; Sat, 3 Feb 1996 23:02:16 +0800 (WST) Message-Id: <199602031502.XAA24896@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: CVS-committers@freefall.freebsd.org cc: cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf majors.i386 In-reply-to: Your message of "Sat, 03 Feb 1996 06:50:54 PST." <199602031450.GAA03149@freefall.freebsd.org> Date: Sat, 03 Feb 1996 23:02:16 +0800 From: Peter Wemm Sender: owner-commit@FreeBSD.ORG Precedence: bulk >peter 96/02/03 06:50:53 > > Modified: sys/i386/conf majors.i386 > Log: > Fill in a lot of the missing blanks from the version I posted... I also added the file to the 2.1 branch. Cheers, -Peter From owner-freebsd-commit Sat Feb 3 07:07:47 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03943 for freebsd-commit-outgoing; Sat, 3 Feb 1996 07:07:47 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03934 for cvs-all-outgoing; Sat, 3 Feb 1996 07:07:42 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03920 for cvs-usrsbin-outgoing; Sat, 3 Feb 1996 07:07:38 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA03910 Sat, 3 Feb 1996 07:07:35 -0800 (PST) Date: Sat, 3 Feb 1996 07:07:35 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602031507.HAA03910@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/03 07:07:34 Modified: usr.sbin/cdcontrol cdcontrol.1 cdcontrol.c Log: Request/print out media catalog validation info in status command Revision Changes Path 1.5 +1 -0 src/usr.sbin/cdcontrol/cdcontrol.1 1.9 +18 -4 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Sat Feb 3 07:21:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04673 for freebsd-commit-outgoing; Sat, 3 Feb 1996 07:21:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04653 for cvs-all-outgoing; Sat, 3 Feb 1996 07:21:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04642 for cvs-usrsbin-outgoing; Sat, 3 Feb 1996 07:21:36 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA04634 Sat, 3 Feb 1996 07:21:34 -0800 (PST) Date: Sat, 3 Feb 1996 07:21:34 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602031521.HAA04634@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/cdcontrol cdcontrol.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk ache 96/02/03 07:21:33 Modified: usr.sbin/cdcontrol cdcontrol.c Log: Print out media catalog number, if exists Revision Changes Path 1.10 +6 -2 src/usr.sbin/cdcontrol/cdcontrol.c From owner-freebsd-commit Sat Feb 3 08:27:28 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA08876 for freebsd-commit-outgoing; Sat, 3 Feb 1996 08:27:28 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA08864 for cvs-all-outgoing; Sat, 3 Feb 1996 08:27:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA08856 for cvs-lib-outgoing; Sat, 3 Feb 1996 08:27:22 -0800 (PST) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA08805 Sat, 3 Feb 1996 08:26:56 -0800 (PST) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id IAA22687; Sat, 3 Feb 1996 08:26:33 -0800 From: "Rodney W. Grimes" Message-Id: <199602031626.IAA22687@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/lib/csu/i386 crt0.c To: bde@zeta.org.au (Bruce Evans) Date: Sat, 3 Feb 1996 08:26:33 -0800 (PST) Cc: bde@zeta.org.au, peter@jhome.dialix.com, CVS-committers@freebsd.org, cvs-lib@freebsd.org, jdp@polstra.com, nate@sri.MT.net In-Reply-To: <199602020819.TAA04149@godzilla.zeta.org.au> from "Bruce Evans" at Feb 2, 96 07:19:46 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-commit@freebsd.org Precedence: bulk > > >IMHO, the "safest" thing to do is ensure that we do all the compiling of the > >utility programs to generate library code first, before we even touch > >anything in /usr/lib or /usr/include. ie: (cd lib ; make depend) before > >doing the CLOBBER in the libraries target. > > There's no guarantee that `make depend' creates all the utilities. It > has to create most of them to get the dependencies right, however. > > If I ran `make world' a lot (I haven't tried it yet!) then I would > remove the `make depend' step to speed it up a little. If NOCLEANDIR > isn't defined, the .depend files are almost never used for `make world' > because `make depend all' gives bogus dependencies for the `all' target > (the .depend files don't exist when the dependencies are determined). You keep saying this, but it is not totally true, _especially_ when this command is run from a high level in the source tree. Ie, cd /usr/src; make depend all; does infact DTRT as first a full sweep over the src tree creating .depends is run, then a full pass over the tree running make all (at this point the .depends do exist). There are several cases though that should be changed to: make depend && make all. -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-freebsd-commit Sat Feb 3 08:49:25 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10324 for freebsd-commit-outgoing; Sat, 3 Feb 1996 08:49:25 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10314 for cvs-all-outgoing; Sat, 3 Feb 1996 08:49:22 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA10305 for cvs-lib-outgoing; Sat, 3 Feb 1996 08:49:21 -0800 (PST) Received: from jhome.DIALix.COM (root@jhome.DIALix.COM [192.203.228.69]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id IAA10289 Sat, 3 Feb 1996 08:49:07 -0800 (PST) Received: from localhost.DIALix.oz.au (peter@localhost.DIALix.oz.au [127.0.0.1]) by jhome.DIALix.COM (8.7.3/8.7.3) with SMTP id AAA25239; Sun, 4 Feb 1996 00:48:30 +0800 (WST) Message-Id: <199602031648.AAA25239@jhome.DIALix.COM> X-Authentication-Warning: jhome.DIALix.COM: Host peter@localhost.DIALix.oz.au [127.0.0.1] didn't use HELO protocol To: "Rodney W. Grimes" cc: bde@zeta.org.au (Bruce Evans), CVS-committers@freebsd.org, cvs-lib@freebsd.org, jdp@polstra.com, nate@sri.MT.net Subject: Re: cvs commit: src/lib/csu/i386 crt0.c In-reply-to: Your message of "Sat, 03 Feb 1996 08:26:33 PST." <199602031626.IAA22687@GndRsh.aac.dev.com> Date: Sun, 04 Feb 1996 00:48:29 +0800 From: Peter Wemm Sender: owner-commit@freebsd.org Precedence: bulk >> >> >IMHO, the "safest" thing to do is ensure that we do all the compiling of th >e >> >utility programs to generate library code first, before we even touch >> >anything in /usr/lib or /usr/include. ie: (cd lib ; make depend) before >> >doing the CLOBBER in the libraries target. >> >> There's no guarantee that `make depend' creates all the utilities. It >> has to create most of them to get the dependencies right, however. >> >> If I ran `make world' a lot (I haven't tried it yet!) then I would >> remove the `make depend' step to speed it up a little. If NOCLEANDIR >> isn't defined, the .depend files are almost never used for `make world' >> because `make depend all' gives bogus dependencies for the `all' target >> (the .depend files don't exist when the dependencies are determined). > >You keep saying this, but it is not totally true, _especially_ when >this command is run from a high level in the source tree. > >Ie, cd /usr/src; make depend all; does infact DTRT as first a full sweep >over the src tree creating .depends is run, then a full pass over the >tree running make all (at this point the .depends do exist). > >There are several cases though that should be changed to: >make depend && make all. Like the kernel compile area for example. I use 'config -n' (because I'm very aware of the dependency sideeffects when I do this and manually clean either the files themselves or do a make clean.) and have always done a "make depend ; make all". It's good to know I haven't been wasting my keystrokes.. :-) Anyway, a slight diversion.. :-) A question about the original topic. :-) It seems that linker_sets are not constructed at run-time by the dynamic linker.. (although I could be wrong) Why can't we use a c++ style constructor? all gcc supplied "main()" code contains calls to __main() in libgcc.a. ie: foo.c: main() {} becomes foo.s: .file "foo.c" gcc2_compiled.: ___gnu_compiled_c: .text .align 2 .globl _main .type _main,@function _main: pushl %ebp movl %esp,%ebp call ___main L1: leave ret Lfe1: .size _main,Lfe1-_main So, 99.999% of the problems could be solved by using the built-in gcc "glue" for linking and calling c++ code from a "c" main. It also means we can put the init code inside only libc_r and it'll all "just work" without messing with libc at all. A "c++" constructor will appear and it will call the "c" thread_init() function. This is, of course, assuming that c++ constructors in dynamic loaded shared libs is "working".... -Peter >-- >Rod Grimes rgrimes@gndrsh.aac.dev.com >Accurate Automation Company Reliable computers for FreeBSD Cheers, -Peter From owner-freebsd-commit Sat Feb 3 09:18:24 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13205 for freebsd-commit-outgoing; Sat, 3 Feb 1996 09:18:24 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13179 for cvs-all-outgoing; Sat, 3 Feb 1996 09:18:15 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13163 for cvs-share-outgoing; Sat, 3 Feb 1996 09:18:11 -0800 (PST) Received: (from jfieber@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13147 Sat, 3 Feb 1996 09:18:05 -0800 (PST) Date: Sat, 3 Feb 1996 09:18:05 -0800 (PST) From: John Fieber Message-Id: <199602031718.JAA13147@freefall.freebsd.org> To: CVS-committers, cvs-share Subject: cvs commit: src/share/doc/handbook submitters.sgml Sender: owner-commit@FreeBSD.ORG Precedence: bulk jfieber 96/02/03 09:18:02 Modified: share/doc/handbook submitters.sgml Log: Fixed botched addition of Alexander Seth Jones. Remember, checking for botched changes is as simple as typing `make'! Revision Changes Path 1.17 +3 -3 src/share/doc/handbook/submitters.sgml From owner-freebsd-commit Sat Feb 3 09:27:12 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA14000 for freebsd-commit-outgoing; Sat, 3 Feb 1996 09:27:12 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13991 for cvs-all-outgoing; Sat, 3 Feb 1996 09:27:09 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA13984 for cvs-lib-outgoing; Sat, 3 Feb 1996 09:27:07 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id JAA13972 Sat, 3 Feb 1996 09:26:45 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id EAA22622; Sun, 4 Feb 1996 04:24:13 +1100 Date: Sun, 4 Feb 1996 04:24:13 +1100 From: Bruce Evans Message-Id: <199602031724.EAA22622@godzilla.zeta.org.au> To: bde@zeta.org.au, rgrimes@GndRsh.aac.dev.com Subject: Re: cvs commit: src/lib/csu/i386 crt0.c Cc: CVS-committers@freebsd.org, cvs-lib@freebsd.org, jdp@polstra.com, nate@sri.MT.net, peter@jhome.dialix.com Sender: owner-commit@freebsd.org Precedence: bulk >> If I ran `make world' a lot (I haven't tried it yet!) then I would >> remove the `make depend' step to speed it up a little. If NOCLEANDIR >> isn't defined, the .depend files are almost never used for `make world' >> because `make depend all' gives bogus dependencies for the `all' target >> (the .depend files don't exist when the dependencies are determined). >You keep saying this, but it is not totally true, _especially_ when >this command is run from a high level in the source tree. >Ie, cd /usr/src; make depend all; does infact DTRT as first a full sweep >over the src tree creating .depends is run, then a full pass over the >tree running make all (at this point the .depends do exist). Oops. I keep forgetting that it works for SUBDIRs. >There are several cases though that should be changed to: >make depend && make all. It should be changed for all directories that have objects in them. E.g., it should be changed for building `make' as part of the build-tools target, but it doesn't need to be changed for building cc as part of the tools target. It should be changed for building cc anyway, because the top top level Makefile shouldn't know about the layout of the lower level directories. Only 1 of the 29 `${MAKE} depend all ...' commands in /usr/src/Makefile doesn't need to be changed :-). Bruce From owner-freebsd-commit Sat Feb 3 10:18:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17542 for freebsd-commit-outgoing; Sat, 3 Feb 1996 10:18:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17530 for cvs-all-outgoing; Sat, 3 Feb 1996 10:18:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA17514 for cvs-lib-outgoing; Sat, 3 Feb 1996 10:18:44 -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 KAA17488 Sat, 3 Feb 1996 10:18:24 -0800 (PST) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.6.12/8.6.12) with ESMTP id KAA00907; Sat, 3 Feb 1996 10:17:53 -0800 Message-Id: <199602031817.KAA00907@austin.polstra.com> To: Peter Wemm cc: "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 "Sun, 04 Feb 1996 00:48:29 +0800." <199602031648.AAA25239@jhome.DIALix.COM> Date: Sat, 03 Feb 1996 10:17:53 -0800 From: John Polstra Sender: owner-commit@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. > This is, of course, assuming that c++ constructors in dynamic loaded > shared libs is "working".... They work perfectly fine, since well before the 2.1 release. -- John From owner-freebsd-commit Sat Feb 3 13:12:48 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00511 for freebsd-commit-outgoing; Sat, 3 Feb 1996 13:12:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00480 for cvs-all-outgoing; Sat, 3 Feb 1996 13:12:35 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00466 for cvs-sys-outgoing; Sat, 3 Feb 1996 13:12:33 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00457 Sat, 3 Feb 1996 13:12:30 -0800 (PST) Date: Sat, 3 Feb 1996 13:12:30 -0800 (PST) From: Joerg Wunsch Message-Id: <199602032112.NAA00457@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/03 13:12:29 Modified: sys/i386/boot/biosboot Makefile Log: Create symlinks for vnboot and bootvn, too. Revision Changes Path 1.37 +2 -2 src/sys/i386/boot/biosboot/Makefile From owner-freebsd-commit Sat Feb 3 13:14:23 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00655 for freebsd-commit-outgoing; Sat, 3 Feb 1996 13:14:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00642 for cvs-all-outgoing; Sat, 3 Feb 1996 13:14:19 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00630 for cvs-sbin-outgoing; Sat, 3 Feb 1996 13:14:16 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA00621 Sat, 3 Feb 1996 13:14:14 -0800 (PST) Date: Sat, 3 Feb 1996 13:14:14 -0800 (PST) From: Joerg Wunsch Message-Id: <199602032114.NAA00621@freefall.freebsd.org> To: CVS-committers, cvs-sbin Subject: cvs commit: src/sbin/disklabel disklabel.8 disklabel.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/02/03 13:14:13 Modified: sbin/disklabel disklabel.8 disklabel.c Log: Try to preserve the fdisk table in the primary bootstrap, should it already exist. Mention the cases where this doesn't work in the BUGS section of the man page. Revision Changes Path 1.3 +20 -0 src/sbin/disklabel/disklabel.8 1.8 +27 -0 src/sbin/disklabel/disklabel.c From owner-freebsd-commit Sat Feb 3 14:52:37 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09278 for freebsd-commit-outgoing; Sat, 3 Feb 1996 14:52:37 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09267 for cvs-all-outgoing; Sat, 3 Feb 1996 14:52:32 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09257 for cvs-usrbin-outgoing; Sat, 3 Feb 1996 14:52:31 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA09250 Sat, 3 Feb 1996 14:52:29 -0800 (PST) Date: Sat, 3 Feb 1996 14:52:29 -0800 (PST) From: Wolfram Schneider Message-Id: <199602032252.OAA09250@freefall.freebsd.org> To: CVS-committers, cvs-usrbin Subject: cvs commit: src/usr.bin/killall killall.1 killall.pl Sender: owner-commit@FreeBSD.ORG Precedence: bulk wosch 96/02/03 14:52:28 Modified: usr.bin/killall killall.1 killall.pl Log: Support killing of suid programs. Now ``killall xterm'' works :-) Don't fail for processes with meta chars (c+++) Revision Changes Path 1.3 +25 -11 src/usr.bin/killall/killall.1 1.3 +40 -27 src/usr.bin/killall/killall.pl From owner-freebsd-commit Sat Feb 3 21:06:52 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26276 for freebsd-commit-outgoing; Sat, 3 Feb 1996 21:06:52 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26163 for cvs-all-outgoing; Sat, 3 Feb 1996 21:05:49 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26149 for cvs-lib-outgoing; Sat, 3 Feb 1996 21:05:47 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA26138 Sat, 3 Feb 1996 21:05:46 -0800 (PST) Date: Sat, 3 Feb 1996 21:05:46 -0800 (PST) From: Bill Paul Message-Id: <199602040505.VAA26138@freefall.freebsd.org> To: CVS-committers, cvs-lib Subject: cvs commit: src/lib/libc/yp xdryp.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/02/03 21:05:45 Modified: lib/libc/yp xdryp.c Log: Make sure xdr_ypresp_all_seq() always returns a sane 'status' value. (There were cases where it was leaving the status uninitialized.) Revision Changes Path 1.5 +3 -1 src/lib/libc/yp/xdryp.c From owner-freebsd-commit Sat Feb 3 21:18:51 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27618 for freebsd-commit-outgoing; Sat, 3 Feb 1996 21:18:51 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27609 for cvs-all-outgoing; Sat, 3 Feb 1996 21:18:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27598 for cvs-libexec-outgoing; Sat, 3 Feb 1996 21:18:46 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA27589 Sat, 3 Feb 1996 21:18:45 -0800 (PST) Date: Sat, 3 Feb 1996 21:18:45 -0800 (PST) From: Bill Paul Message-Id: <199602040518.VAA27589@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec/ypxfr ypxfr_getmap.c ypxfr_misc.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/02/03 21:18:45 Modified: libexec/ypxfr ypxfr_getmap.c ypxfr_misc.c Log: ypxfr_getmap.c: - Handle 'empty' maps more gracefully. By empty I mean a valid map that just happens not to have any entries in it, such as you would get if you built a map database from an empty file. Previously, trying to ypxfr such a map would yield an 'NIS map/database error' which is not the correct behavior. ypxfr_misc: - Make sure to free() or xdr_free() dynamically allocated memory in ypxfr_get_master() as necessary. Revision Changes Path 1.2 +5 -2 src/libexec/ypxfr/ypxfr_getmap.c 1.2 +30 -11 src/libexec/ypxfr/ypxfr_misc.c From owner-freebsd-commit Sat Feb 3 21:39:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA29230 for freebsd-commit-outgoing; Sat, 3 Feb 1996 21:39:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA29220 for cvs-all-outgoing; Sat, 3 Feb 1996 21:39:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA29210 for cvs-usrsbin-outgoing; Sat, 3 Feb 1996 21:39:37 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA29203 Sat, 3 Feb 1996 21:39:36 -0800 (PST) Date: Sat, 3 Feb 1996 21:39:36 -0800 (PST) From: Bill Paul Message-Id: <199602040539.VAA29203@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin/ypserv Makefile.yp yp_dblookup.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/02/03 21:39:36 Modified: usr.sbin/ypserv Makefile.yp yp_dblookup.c Log: Makefile.yp: - Improve support for multiple domains. (In preparation for new rpc.yppasswdd.) yp_dblookup.c: - Improve error reporting: be more selective as to what error code we return when a (dbp->get) fails. Revision Changes Path 1.3 +6 -2 src/usr.sbin/ypserv/Makefile.yp 1.3 +28 -9 src/usr.sbin/ypserv/yp_dblookup.c