From owner-cvs-sys Sun Jan 14 03:00:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA27400 for cvs-sys-outgoing; Sun, 14 Jan 1996 03:00:05 -0800 (PST) Received: (from sos@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA27367 Sun, 14 Jan 1996 03:00:00 -0800 (PST) Date: Sun, 14 Jan 1996 03:00:00 -0800 (PST) From: Soren Schmidt Message-Id: <199601141100.DAA27367@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_misc.c linux_sysent.c sysproto.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk sos 96/01/14 03:00:00 Modified: sys/i386/linux linux_misc.c linux_sysent.c sysproto.h Log: Add linux_mknod so that it will do mkfifo if needed... Revision Changes Path 1.10 +16 -1 src/sys/i386/linux/linux_misc.c 1.4 +42 -42 src/sys/i386/linux/linux_sysent.c 1.2 +3 -0 src/sys/i386/linux/sysproto.h From owner-cvs-sys Sun Jan 14 08:29:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11144 for cvs-sys-outgoing; Sun, 14 Jan 1996 08:29:12 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA11129 Sun, 14 Jan 1996 08:29:07 -0800 (PST) Date: Sun, 14 Jan 1996 08:29:07 -0800 (PST) From: Joerg Wunsch Message-Id: <199601141629.IAA11129@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi st.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk joerg 96/01/14 08:29:05 Modified: sys/scsi st.c Log: Bump the timeout in st_load() from 5 to 15 minutes. My Tandberg TDC3620 takes 4.5 minutes to retenstion a QIC-250 cartridge, so the 5 minutes seem to be too tight. Revision Changes Path 1.58 +2 -2 src/sys/scsi/st.c From owner-cvs-sys Sun Jan 14 12:32:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21106 for cvs-sys-outgoing; Sun, 14 Jan 1996 12:32:20 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21099 Sun, 14 Jan 1996 12:32:17 -0800 (PST) Date: Sun, 14 Jan 1996 12:32:17 -0800 (PST) From: Bruce Evans Message-Id: <199601142032.MAA21099@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/vn vn.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/14 12:32:17 Modified: sys/dev/vn vn.c Log: Fixed an overflowing multiplication in vnstrategy() by replacing it with the standard macro dbtob(). The non-B_PAGING case now works well enough to run newfs on a 32GB virtual drive. Fixed numerous bogus variable types and one overflowing multiplication in the B_PAGING case of vnstrategy(). Swapping to virtual drives larger than 2GB might work now. Revision Changes Path 1.31 +16 -13 src/sys/dev/vn/vn.c From owner-cvs-sys Sun Jan 14 13:43:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA24728 for cvs-sys-outgoing; Sun, 14 Jan 1996 13:43:16 -0800 (PST) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA24667 Sun, 14 Jan 1996 13:42:02 -0800 (PST) Received: from critter.tfs.com ([194.19.141.63]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id WAA26560; Sun, 14 Jan 1996 22:38:32 +0100 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 WAA02947; Sun, 14 Jan 1996 22:41:22 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Bruce Evans cc: CVS-committers@freebsd.org, cvs-sys@freebsd.org Subject: Re: cvs commit: src/sys/dev/vn vn.c In-reply-to: Your message of "Sun, 14 Jan 1996 12:32:17 PST." <199601142032.MAA21099@freefall.freebsd.org> Date: Sun, 14 Jan 1996 22:41:22 +0100 Message-ID: <2945.821655682@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@freebsd.org Precedence: bulk > bde 96/01/14 12:32:17 > > Modified: sys/dev/vn vn.c > Log: > Fixed an overflowing multiplication in vnstrategy() by replacing it with > the standard macro dbtob(). The non-B_PAGING case now works well enough > to run newfs on a 32GB virtual drive. Say WHAT ???? where did you get that one Bruce ? -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-cvs-sys Sun Jan 14 16:10:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA02726 for cvs-sys-outgoing; Sun, 14 Jan 1996 16:10:27 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA02716 Sun, 14 Jan 1996 16:10:23 -0800 (PST) Date: Sun, 14 Jan 1996 16:10:23 -0800 (PST) From: Stefan Esser Message-Id: <199601150010.QAA02716@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/14 16:10:22 Modified: sys/pci ncr.c Log: Make the NCR driver on the boot floppy kernel not negotiate synch. SCSI transfers for CDROM drives. Revision Changes Path 1.57 +3 -3 src/sys/pci/ncr.c From owner-cvs-sys Sun Jan 14 22:14:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22016 for cvs-sys-outgoing; Sun, 14 Jan 1996 22:14:17 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA22009 Sun, 14 Jan 1996 22:14:15 -0800 (PST) Date: Sun, 14 Jan 1996 22:14:15 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199601150614.WAA22009@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk jkh 96/01/14 22:14:14 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci ncr.c Log: Merge change 1.57 from HEAD. Leave other diffs alone for now as it appears that some infrastructural changes have occurred as well. Revision Changes Path 1.37.4.5 +3 -3 src/sys/pci/ncr.c From owner-cvs-sys Sun Jan 14 22:40:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23272 for cvs-sys-outgoing; Sun, 14 Jan 1996 22:40:27 -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 WAA23258 Sun, 14 Jan 1996 22:40:14 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA09810; Mon, 15 Jan 1996 17:35:04 +1100 Date: Mon, 15 Jan 1996 17:35:04 +1100 From: Bruce Evans Message-Id: <199601150635.RAA09810@godzilla.zeta.org.au> To: bde@freebsd.org, phk@critter.tfs.com Subject: Re: cvs commit: src/sys/dev/vn vn.c Cc: CVS-committers@freebsd.org, cvs-sys@freebsd.org Sender: owner-cvs-sys@freebsd.org Precedence: bulk >> Fixed an overflowing multiplication in vnstrategy() by replacing it with >> the standard macro dbtob(). The non-B_PAGING case now works well enough >> to run newfs on a 32GB virtual drive. >Say WHAT ???? >where did you get that one Bruce ? fd = creat("32GB virtual drive", 0600); lseek(fd, (off_t)32 * 1024 * 1024 * 1024 - 1, SEEK_SET); write(fd, "", 1); Bruce From owner-cvs-sys Mon Jan 15 02:03:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02078 for cvs-sys-outgoing; Mon, 15 Jan 1996 02:03:56 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02064 Mon, 15 Jan 1996 02:03:52 -0800 (PST) Date: Mon, 15 Jan 1996 02:03:52 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601151003.CAA02064@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/libkern bcd.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/15 02:03:50 Added: sys/libkern bcd.c Log: Add the bcd <-> bin and hex -> ascii tables. From owner-cvs-sys Mon Jan 15 02:12:58 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02858 for cvs-sys-outgoing; Mon, 15 Jan 1996 02:12:58 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02844 Mon, 15 Jan 1996 02:12:51 -0800 (PST) Date: Mon, 15 Jan 1996 02:12:51 -0800 (PST) From: David Greenman Message-Id: <199601151012.CAA02844@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/15 02:12:49 Modified: sys/pci if_fxp.c Log: This driver really is for the Pro/100B and not for the Pro/100 (and in fact doesn't even work with a Pro/100)...updated to reflect this. Revision Changes Path 1.8 +3 -3 src/sys/pci/if_fxp.c From owner-cvs-sys Mon Jan 15 02:28:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA03793 for cvs-sys-outgoing; Mon, 15 Jan 1996 02:28:49 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA03785 Mon, 15 Jan 1996 02:28:46 -0800 (PST) Date: Mon, 15 Jan 1996 02:28:46 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601151028.CAA03785@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/15 02:28:45 Modified: sys/i386/conf files.i386 sys/i386/isa clock.c mcd.c scd.c sys/sys systm.h Log: Make bin2bcd and bcd2bin global macroes instead of having local implementations all over the place. Revision Changes Path 1.124 +2 -1 src/sys/i386/conf/files.i386 1.47 +12 -23 src/sys/i386/isa/clock.c 1.58 +1 -15 src/sys/i386/isa/mcd.c 1.17 +1 -15 src/sys/i386/isa/scd.c 1.31 +8 -2 src/sys/sys/systm.h From owner-cvs-sys Mon Jan 15 08:15:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20804 for cvs-sys-outgoing; Mon, 15 Jan 1996 08:15:36 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA20796 Mon, 15 Jan 1996 08:15:32 -0800 (PST) Date: Mon, 15 Jan 1996 08:15:32 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601151615.IAA20796@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa ultra14f.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/15 08:15:31 Modified: sys/i386/isa ultra14f.c Log: Remove some unused vars, use new hex2ascii macro. Revision Changes Path 1.45 +9 -22 src/sys/i386/isa/ultra14f.c From owner-cvs-sys Mon Jan 15 13:13:01 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA08850 for cvs-sys-outgoing; Mon, 15 Jan 1996 13:13:01 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA08841 Mon, 15 Jan 1996 13:12:57 -0800 (PST) Date: Mon, 15 Jan 1996 13:12:57 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601152112.NAA08841@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/15 13:12:56 Modified: sys/i386/isa clock.c Log: Soren called an said that I screwed up badly, so I backup until I find out how... Sorry. Revision Changes Path 1.48 +22 -11 src/sys/i386/isa/clock.c From owner-cvs-sys Mon Jan 15 13:26:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10022 for cvs-sys-outgoing; Mon, 15 Jan 1996 13:26:50 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA10014 Mon, 15 Jan 1996 13:26:46 -0800 (PST) Date: Mon, 15 Jan 1996 13:26:46 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601152126.NAA10014@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/15 13:26:45 Modified: sys/libkern bcd.c sys/i386/isa clock.c Log: My wife is busy making me a new conical hat, so you don't need to send any to me this time. Commited an old copy of this files where the tables were swapped. Duh!. Revision Changes Path 1.2 +2 -2 src/sys/libkern/bcd.c 1.49 +12 -23 src/sys/i386/isa/clock.c From owner-cvs-sys Mon Jan 15 14:41:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA15764 for cvs-sys-outgoing; Mon, 15 Jan 1996 14:41:14 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA15752 Mon, 15 Jan 1996 14:41:11 -0800 (PST) Date: Mon, 15 Jan 1996 14:41:11 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601152241.OAA15752@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/15 14:41:10 Modified: sys/ddb db_examine.c db_output.c db_sym.c sys/i386/i386 db_disasm.c sys/i386/isa/pcvt pcvt_drv.c sys/kern subr_prf.c sys/sys systm.h Log: Get rid of two and a half printf in the kernel. Add more features to the one remaining to handle the job: + signed quantity. # alternate format - left padding * read width as next arg. n numeric in (argument specified) default radix. Fix the DDB debugger to use these. Use vprintf in debug routine in pcvt. The warnings from gcc may become more wrong and intolerable because of this. Warning: I have not checked the entire source for unsupported or changed constructs, but generally belive that there are only a few. Suggested by: bde Revision Changes Path 1.13 +4 -4 src/sys/ddb/db_examine.c 1.16 +2 -180 src/sys/ddb/db_output.c 1.15 +2 -2 src/sys/ddb/db_sym.c 1.13 +4 -4 src/sys/i386/i386/db_disasm.c 1.19 +1 -1 src/sys/i386/isa/pcvt/pcvt_drv.c 1.21 +231 -223 src/sys/kern/subr_prf.c 1.32 +4 -3 src/sys/sys/systm.h From owner-cvs-sys Mon Jan 15 15:16:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18212 for cvs-sys-outgoing; Mon, 15 Jan 1996 15:16:44 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA18204 Mon, 15 Jan 1996 15:16:42 -0800 (PST) Date: Mon, 15 Jan 1996 15:16:42 -0800 (PST) From: Stefan Esser Message-Id: <199601152316.PAA18204@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/15 15:16:41 Modified: sys/pci ncr.c Log: Disable handshake timeout. Some devices don't send an ACK for several seconds ... Submitted by: wolf Revision Changes Path 1.58 +3 -3 src/sys/pci/ncr.c From owner-cvs-sys Mon Jan 15 15:51:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21014 for cvs-sys-outgoing; Mon, 15 Jan 1996 15:51:18 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA21002 Mon, 15 Jan 1996 15:51:15 -0800 (PST) Date: Mon, 15 Jan 1996 15:51:15 -0800 (PST) From: Stefan Esser Message-Id: <199601152351.PAA21002@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/15 15:51:14 Modified: sys/pci ncr.c Log: Back out patch 1.53. The problem report that had made me commit this change turned out to have been caused by some other change, and the patch should have had no effect at all (just made the code a little longer). Revision Changes Path 1.59 +3 -3 src/sys/pci/ncr.c From owner-cvs-sys Mon Jan 15 17:47:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA29530 for cvs-sys-outgoing; Mon, 15 Jan 1996 17:47:20 -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 RAA29510 Mon, 15 Jan 1996 17:47:09 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id JAA00965; Tue, 16 Jan 1996 09:46:59 +0800 (WST) Date: Tue, 16 Jan 1996 09:46:58 +0800 (WST) From: Peter Wemm To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa clock.c In-Reply-To: <199601152112.NAA08841@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk On Mon, 15 Jan 1996, Poul-Henning Kamp wrote: > Modified: sys/i386/isa clock.c > Log: > Soren called an said that I screwed up badly, so I backup until > I find out how... Sorry. You can say that again!! :-) I had a major fright last light after just getting some major extenstions to the linux emulator working... when I booted it, xntpd had a heart attack about the large (50 years) discrepancy, and trying to change it made things worse.. I was too tired to investigate and went into "panic mode" and backed out the kernel image.. BTW: I discovered that if you have a named doing zone transfers and they get bogus timestamps on them, the quickest way out is to "touch -m 01010101 *" on the transfered db files and restart named. It may have eventually recovered by hand, but I was not willing to wait.. :-) Cheers, -Peter From owner-cvs-sys Mon Jan 15 22:07:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA14769 for cvs-sys-outgoing; Mon, 15 Jan 1996 22:07:14 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA14762 Mon, 15 Jan 1996 22:07:12 -0800 (PST) Date: Mon, 15 Jan 1996 22:07:12 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601160607.WAA14762@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound os.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/01/15 22:07:11 Modified: sys/i386/isa/sound os.h Log: sleep/wakeup macros was designed to do it on random address in the stack. This random address can be matched (with some probability) with another sleep addresses from other drivers, which can cause strange sleep/wakeup sequence. Rewrite this ugly code to do the right thing. Revision Changes Path 1.23 +3 -4 src/sys/i386/isa/sound/os.h From owner-cvs-sys Mon Jan 15 22:35:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16512 for cvs-sys-outgoing; Mon, 15 Jan 1996 22:35:47 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA16505 Mon, 15 Jan 1996 22:35:44 -0800 (PST) Date: Mon, 15 Jan 1996 22:35:44 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601160635.WAA16505@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/01/15 22:35:43 Modified: sys/i386/isa clock.c Log: Since new bcd* macros not argument range overflow resistant, fix argument overflow for years >= 2000 Revision Changes Path 1.50 +2 -4 src/sys/i386/isa/clock.c From owner-cvs-sys Mon Jan 15 23:42:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA19504 for cvs-sys-outgoing; Mon, 15 Jan 1996 23:42:14 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA19497 Mon, 15 Jan 1996 23:42:11 -0800 (PST) Date: Mon, 15 Jan 1996 23:42:11 -0800 (PST) From: Bruce Evans Message-Id: <199601160742.XAA19497@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/include cpufunc.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/15 23:42:10 Modified: sys/i386/include cpufunc.h Log: Removed declarations of nonexistent functions. Revision Changes Path 1.45 +2 -10 src/sys/i386/include/cpufunc.h From owner-cvs-sys Tue Jan 16 01:57:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01111 for cvs-sys-outgoing; Tue, 16 Jan 1996 01:57:37 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA01096 Tue, 16 Jan 1996 01:57:33 -0800 (PST) Date: Tue, 16 Jan 1996 01:57:33 -0800 (PST) From: Bruce Evans Message-Id: <199601160957.BAA01096@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/16 01:57:31 Modified: sys/sys systm.h Log: Removed declarations of nonexistent functions copyoutstr(), fuiword() and suiword(). They are no longer referenced in the machine-independent code (I think fuiword() and suiword() were only used by old versions of ptrace(), and copyoutstr() by old versions of exec). Added `const' where appropriate. Changed u_int to size_t' where appropriate. Named last arg of copystr() and copyinstr() better. Revision Changes Path 1.33 +10 -11 src/sys/sys/systm.h From owner-cvs-sys Tue Jan 16 02:19:34 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02397 for cvs-sys-outgoing; Tue, 16 Jan 1996 02:19:34 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02389 Tue, 16 Jan 1996 02:19:30 -0800 (PST) Date: Tue, 16 Jan 1996 02:19:30 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601161019.CAA02389@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound os.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/01/16 02:19:28 Modified: sys/i386/isa/sound os.h Log: 1) Fix comments: 386bsd -> FreeBSD, some other wrong info. 2) Use CURSIG(curproc) in PROCESS_ABORTING instead of junk code was there. 3) Reanimate timeout code in DO_SLEEP by setting WK_TIMEOUT flag which is never set in old code. 4) DO_SLEEP: set aborting flag on interrupting singnals as supposed, not on signals which do nothing as in old code. 5) Cleanup WAKE_UP macro, WK_WAKEUP not used. 6) Remove wrong typecasts in sleep/wakeup code. Revision Changes Path 1.24 +17 -15 src/sys/i386/isa/sound/os.h From owner-cvs-sys Tue Jan 16 02:23:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02732 for cvs-sys-outgoing; Tue, 16 Jan 1996 02:23:32 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA02716 Tue, 16 Jan 1996 02:23:25 -0800 (PST) Date: Tue, 16 Jan 1996 02:23:25 -0800 (PST) From: Bruce Evans Message-Id: <199601161023.CAA02716@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/libkern bcd.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/16 02:23:25 Modified: sys/sys libkern.h systm.h sys/libkern bcd.c Log: Moved BCD declarations to the correct header (libkern.h). Fixed BCD declarations. They didn't match their definitions... libkern.h, bcd.c: KNFised. `indent' worked 99% perfectly on bcd.c. It worked 99% _imperfectly_ on subr_prf.c. Revision Changes Path 1.9 +16 -2 src/sys/sys/libkern.h 1.34 +1 -8 src/sys/sys/systm.h 1.3 +25 -25 src/sys/libkern/bcd.c From owner-cvs-sys Tue Jan 16 04:29:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11700 for cvs-sys-outgoing; Tue, 16 Jan 1996 04:29:47 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA11692 Tue, 16 Jan 1996 04:29:44 -0800 (PST) Date: Tue, 16 Jan 1996 04:29:44 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601161229.EAA11692@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound os.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/01/16 04:29:41 Modified: sys/i386/isa/sound os.h Log: Small modification to my prev change: 1) set aborting flags for all signals because tsleep exited not by timeout and not by wakeup. 2) Simplify expression. Revision Changes Path 1.25 +4 -6 src/sys/i386/isa/sound/os.h From owner-cvs-sys Tue Jan 16 05:07:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA14009 for cvs-sys-outgoing; Tue, 16 Jan 1996 05:07:28 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA14002 Tue, 16 Jan 1996 05:07:24 -0800 (PST) Date: Tue, 16 Jan 1996 05:07:24 -0800 (PST) From: David Greenman Message-Id: <199601161307.FAA14002@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/16 05:07:20 Modified: sys/kern vfs_syscalls.c Log: Make sure the mountpoint is marked busy before doing operations on it. This fixes a panic that freefall suffered last night. Obtained partially from 4.4-lite2, but minus the new bug that it introduced Revision Changes Path 1.46 +14 -4 src/sys/kern/vfs_syscalls.c From owner-cvs-sys Tue Jan 16 05:09:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA14354 for cvs-sys-outgoing; Tue, 16 Jan 1996 05:09:38 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA14347 Tue, 16 Jan 1996 05:09:36 -0800 (PST) Date: Tue, 16 Jan 1996 05:09:36 -0800 (PST) From: David Greenman Message-Id: <199601161309.FAA14347@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/16 05:09:35 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern vfs_syscalls.c Log: Retrofitted fix from rev 1.46: make sure mp is busy before doing a stat on it. Revision Changes Path 1.25.4.4 +14 -4 src/sys/kern/vfs_syscalls.c From owner-cvs-sys Tue Jan 16 10:09:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29991 for cvs-sys-outgoing; Tue, 16 Jan 1996 10:09:04 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA29984 Tue, 16 Jan 1996 10:09:00 -0800 (PST) Date: Tue, 16 Jan 1996 10:09:00 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601161809.KAA29984@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/16 10:09:00 Modified: sys/kern subr_prf.c Log: Add support for %.{int|*}s Revision Changes Path 1.22 +13 -4 src/sys/kern/subr_prf.c From owner-cvs-sys Tue Jan 16 10:10:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00246 for cvs-sys-outgoing; Tue, 16 Jan 1996 10:10:24 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00237 Tue, 16 Jan 1996 10:10:22 -0800 (PST) Date: Tue, 16 Jan 1996 10:10:22 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601161810.KAA00237@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_resource.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/16 10:10:21 Modified: sys/kern kern_resource.c Log: Fix a printf, well, actually break it, that is... We don't have the ability to print 64bit things yet... Revision Changes Path 1.18 +10 -10 src/sys/kern/kern_resource.c From owner-cvs-sys Tue Jan 16 10:11:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00391 for cvs-sys-outgoing; Tue, 16 Jan 1996 10:11:36 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00363 Tue, 16 Jan 1996 10:11:28 -0800 (PST) Date: Tue, 16 Jan 1996 10:11:28 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601161811.KAA00363@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/16 10:11:27 Modified: sys/kern subr_diskslice.c Log: Remove local TRUE & FALSE definitions. Fall into debugger on negative blk#. Revision Changes Path 1.17 +4 -5 src/sys/kern/subr_diskslice.c From owner-cvs-sys Tue Jan 16 10:13:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00717 for cvs-sys-outgoing; Tue, 16 Jan 1996 10:13:24 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA00708 Tue, 16 Jan 1996 10:13:21 -0800 (PST) Date: Tue, 16 Jan 1996 10:13:21 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601161813.KAA00708@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa wd.c si.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/16 10:13:20 Modified: sys/i386/isa wd.c si.c Log: Use the new & improved printf rather than homegrown kludges. Proposed by: bde Revision Changes Path 1.102 +6 -10 src/sys/i386/isa/wd.c 1.35 +5 -9 src/sys/i386/isa/si.c From owner-cvs-sys Tue Jan 16 11:58:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06357 for cvs-sys-outgoing; Tue, 16 Jan 1996 11:58:32 -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 LAA06344 Tue, 16 Jan 1996 11:58:21 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id LAA00867; Tue, 16 Jan 1996 11:58:15 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id LAA01741; Tue, 16 Jan 1996 11:58:17 -0800 (PST) Message-Id: <199601161958.LAA01741@corbin.Root.COM> To: Poul-Henning Kamp cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern subr_diskslice.c In-reply-to: Your message of "Tue, 16 Jan 1996 10:11:28 PST." <199601161811.KAA00363@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 16 Jan 1996 11:58:16 -0800 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >phk 96/01/16 10:11:27 > > Modified: sys/kern subr_diskslice.c > Log: > Remove local TRUE & FALSE definitions. > Fall into debugger on negative blk#. I think it would be better if we paniced in this case. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-cvs-sys Tue Jan 16 13:46:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA18011 for cvs-sys-outgoing; Tue, 16 Jan 1996 13:46:43 -0800 (PST) Received: from ra.dkuug.dk (ra.dkuug.dk [193.88.44.193]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA17988 Tue, 16 Jan 1996 13:46:25 -0800 (PST) Received: from critter.tfs.com ([194.19.141.66]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id WAA12171; Tue, 16 Jan 1996 22:42:00 +0100 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 WAA00712; Tue, 16 Jan 1996 22:45:30 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: davidg@Root.COM cc: Poul-Henning Kamp , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern subr_diskslice.c In-reply-to: Your message of "Tue, 16 Jan 1996 11:58:16 PST." <199601161958.LAA01741@corbin.Root.COM> Date: Tue, 16 Jan 1996 22:45:28 +0100 Message-ID: <710.821828728@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > >phk 96/01/16 10:11:27 > > > > Modified: sys/kern subr_diskslice.c > > Log: > > Remove local TRUE & FALSE definitions. > > Fall into debugger on negative blk#. > > I think it would be better if we paniced in this case. Well, we can do that, just returning error lets you plan your shutdown a little bit. Havn't seen it since my change though... -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-cvs-sys Tue Jan 16 21:30:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA17444 for cvs-sys-outgoing; Tue, 16 Jan 1996 21:30:28 -0800 (PST) Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id VAA17431 Tue, 16 Jan 1996 21:30:08 -0800 (PST) Message-Id: <199601170530.VAA17431@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: se cc: CVS-committers, cvs-sys Subject: Re: cvs commit: src/sys/pci ncr.c In-reply-to: Your message of "Sun, 14 Jan 1996 16:10:23 PST." <199601150010.QAA02716@freefall.freebsd.org> Date: Tue, 16 Jan 1996 21:30:07 -0800 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >se 96/01/14 16:10:22 > > Modified: sys/pci ncr.c > Log: > Make the NCR driver on the boot floppy kernel not negotiate synch. SCSI > transfers for CDROM drives. > > Revision Changes Path > 1.57 +3 -3 src/sys/pci/ncr.c Does config still add a -DKERNEL_NAME to the build process? -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-sys Tue Jan 16 21:43:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA18156 for cvs-sys-outgoing; Tue, 16 Jan 1996 21:43:43 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA18149 Tue, 16 Jan 1996 21:43:41 -0800 (PST) Date: Tue, 16 Jan 1996 21:43:41 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601170543.VAA18149@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound dmabuf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/01/16 21:43:40 Modified: sys/i386/isa/sound dmabuf.c Log: Workaround missing interrupts - dma_reset on them (when timeout occurse). When you start tracker and produce some heavy disk activity, output interrupts becomes lost and I don't know how to solve it finally. Newly added code at least allows recovery after timeout. Revision Changes Path 1.20 +2 -0 src/sys/i386/isa/sound/dmabuf.c From owner-cvs-sys Wed Jan 17 00:50:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA26648 for cvs-sys-outgoing; Wed, 17 Jan 1996 00:50:27 -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 AAA26636 Wed, 17 Jan 1996 00:50:07 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id QAA04104; Wed, 17 Jan 1996 16:50:03 +0800 (WST) Date: Wed, 17 Jan 1996 16:50:03 +0800 (WST) From: Peter Wemm To: "Justin T. Gibbs" cc: se@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci ncr.c In-Reply-To: <199601170530.VAA17431@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk On Tue, 16 Jan 1996, Justin T. Gibbs wrote: > >se 96/01/14 16:10:22 > > > > Modified: sys/pci ncr.c > > Log: > > Make the NCR driver on the boot floppy kernel not negotiate synch. SCSI > > transfers for CDROM drives. > > Does config still add a -DKERNEL_NAME to the build process? No.. I wonder if we should add "options GENERIC" to the GENERIC config file... Either that, or make the test conditional on something else like MFS_ROOT.. -Peter From owner-cvs-sys Wed Jan 17 01:35:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA29000 for cvs-sys-outgoing; Wed, 17 Jan 1996 01:35:36 -0800 (PST) Received: (from olah@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28984 Wed, 17 Jan 1996 01:35:31 -0800 (PST) Date: Wed, 17 Jan 1996 01:35:31 -0800 (PST) From: Andras Olah Message-Id: <199601170935.BAA28984@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk olah 96/01/17 01:35:28 Modified: sys/netinet tcp_output.c Log: Be more conservative when T/TCP extensions are disabled. In particular, do not send data and/or FIN on SYN segments in this case. Revision Changes Path 1.18 +14 -1 src/sys/netinet/tcp_output.c From owner-cvs-sys Wed Jan 17 08:03:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA18221 for cvs-sys-outgoing; Wed, 17 Jan 1996 08:03:07 -0800 (PST) Received: from Sysiphos (Sysiphos.MI.Uni-Koeln.DE [134.95.212.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA18173 Wed, 17 Jan 1996 08:01:40 -0800 (PST) Received: by Sysiphos id AA08461 (5.67b/IDA-1.5); Wed, 17 Jan 1996 17:01:35 +0100 Message-Id: <199601171601.AA08461@Sysiphos> From: se@zpr.uni-koeln.de (Stefan Esser) Date: Wed, 17 Jan 1996 17:01:34 +0100 In-Reply-To: "Justin T. Gibbs" "Re: cvs commit: src/sys/pci ncr.c" (Jan 16, 21:30) X-Mailer: Mail User's Shell (7.2.6 alpha(2) 7/9/95) To: "Justin T. Gibbs" Subject: Re: cvs commit: src/sys/pci ncr.c Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk On Jan 16, 21:30, "Justin T. Gibbs" wrote: } Subject: Re: cvs commit: src/sys/pci ncr.c } >se 96/01/14 16:10:22 } > } > Modified: sys/pci ncr.c } > Log: } > Make the NCR driver on the boot floppy kernel not negotiate synch. SCSI } > transfers for CDROM drives. } > } > Revision Changes Path } > 1.57 +3 -3 src/sys/pci/ncr.c } } Does config still add a -DKERNEL_NAME to the build process? AFAIK it still does for 2.1, but doesn't do it anymore for -current. I want to suggest some "official" way to make a kernel abstain from trying generally useful performance obtimizations, which might fail in very rare situations, though. There should be a kernel variable (like bootverbose), whose default value should be set by a kernel CONFIG OPTION (e.g. using options FAILSAVEMODE or something like that) and should be made available as a BOOT OPTION (is -f already used ?). Install kernels must work on as much (even buggy) hardware as possible, while the kernel run everyday should be able to make best use of available performance features, IMHO. All INSTALL kernels should default to failsave, and I'd make this have the following effects in drivers I'm working on: 1) switch off NCR tagged commands (failed for 2 drives in the last 20 months) 2) disable synch. negotiation requests for CDROM drives (which might be a show stopper if the drive else does lock up) 3) PCI might use shorter burst length or other performance options that might make an install fail could be disabled I don't know which other drivers might be able to take advantage of such a feature. Does this sound reasonable ? Regards, STefan -- Stefan Esser, Zentrum fuer Paralleles Rechnen Tel: +49 221 4706021 Universitaet zu Koeln, Weyertal 80, 50931 Koeln FAX: +49 221 4705160 ============================================================================== http://www.zpr.uni-koeln.de/~se From owner-cvs-sys Thu Jan 18 02:23:11 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA21560 for cvs-sys-outgoing; Thu, 18 Jan 1996 02:23:11 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA21551 Thu, 18 Jan 1996 02:23:06 -0800 (PST) Date: Thu, 18 Jan 1996 02:23:06 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601181023.CAA21551@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/18 02:23:05 Modified: sys/kern subr_prf.c Log: Make %.*s work. Revision Changes Path 1.23 +21 -16 src/sys/kern/subr_prf.c From owner-cvs-sys Thu Jan 18 11:59:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28257 for cvs-sys-outgoing; Thu, 18 Jan 1996 11:59:30 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28250 Thu, 18 Jan 1996 11:59:28 -0800 (PST) Date: Thu, 18 Jan 1996 11:59:28 -0800 (PST) From: Stefan Esser Message-Id: <199601181959.LAA28250@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/18 11:59:27 Modified: sys/pci ncr.c Log: Change default value of MAX_LUN from 1 to 8. Revision Changes Path 1.60 +3 -3 src/sys/pci/ncr.c From owner-cvs-sys Thu Jan 18 12:54:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02075 for cvs-sys-outgoing; Thu, 18 Jan 1996 12:54:19 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA02068 Thu, 18 Jan 1996 12:54:18 -0800 (PST) Date: Thu, 18 Jan 1996 12:54:18 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601182054.MAA02068@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound ad1848.c dmabuf.c pas2_pcm.c sb_dsp.c soundcard.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/01/18 12:54:17 Modified: sys/i386/isa/sound ad1848.c dmabuf.c pas2_pcm.c sb_dsp.c soundcard.c Log: Fix buffer sizes calculation looking into new Linux driver. Save 112K for SB, 64K for PAS and 64K for MSS. Since PAS use SB emulation, 176K normally saved for it. Few minor optimizations added like in Linux driver. Revision Changes Path 1.12 +1 -1 src/sys/i386/isa/sound/ad1848.c 1.21 +19 -16 src/sys/i386/isa/sound/dmabuf.c 1.15 +1 -1 src/sys/i386/isa/sound/pas2_pcm.c 1.27 +3 -1 src/sys/i386/isa/sound/sb_dsp.c 1.41 +3 -2 src/sys/i386/isa/sound/soundcard.c From owner-cvs-sys Thu Jan 18 17:19:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19117 for cvs-sys-outgoing; Thu, 18 Jan 1996 17:19:12 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA19110 Thu, 18 Jan 1996 17:19:11 -0800 (PST) Date: Thu, 18 Jan 1996 17:19:11 -0800 (PST) From: Bill Fenner Message-Id: <199601190119.RAA19110@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet ip_icmp.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk fenner 96/01/18 17:19:10 Modified: sys/netinet ip_icmp.h Log: Add definitions for ICMP router discovery. Reviewed by: wollman Revision Changes Path 1.6 +20 -1 src/sys/netinet/ip_icmp.h From owner-cvs-sys Thu Jan 18 20:00:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01624 for cvs-sys-outgoing; Thu, 18 Jan 1996 20:00:49 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA01613 Thu, 18 Jan 1996 20:00:46 -0800 (PST) Date: Thu, 18 Jan 1996 20:00:46 -0800 (PST) From: John Dyson Message-Id: <199601190400.UAA01613@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm default_pager.c device_pager.c swap_pager.c vm_fault.c vm_glue.c vm_kern.c vm_map.c vm_map.h vm_mmap.c vm_object.c vm_page.c vm_page.h vm_pageout.c vm_unix.c vnode_pager.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/01/18 20:00:44 Modified: sys/gnu/ext2fs ext2_inode.c ext2_readwrite.c sys/i386/i386 machdep.c pmap.c trap.c vm_machdep.c sys/kern imgact_aout.c imgact_gzip.c init_main.c kern_exec.c kern_exit.c sys_process.c vfs_bio.c vfs_cache.c vfs_cluster.c vfs_subr.c vfs_vnops.c sys/miscfs/procfs procfs_mem.c sys/msdosfs msdosfs_denode.c sys/nfs nfs_subs.c sys/sys buf.h vnode.h sys/ufs/ffs ffs_balloc.c ffs_inode.c ffs_vfsops.c sys/ufs/ufs ufs_bmap.c ufs_readwrite.c ufs_vnops.c sys/vm default_pager.c device_pager.c swap_pager.c vm_fault.c vm_glue.c vm_kern.c vm_map.c vm_map.h vm_mmap.c vm_object.c vm_page.c vm_page.h vm_pageout.c vm_unix.c vnode_pager.c Log: Eliminated many redundant vm_map_lookup operations for vm_mmap. Speed up for vfs_bio -- addition of a routine bqrelse to greatly diminish overhead for merged cache. Efficiency improvement for vfs_cluster. It used to do alot of redundant calls to cluster_rbuild. Correct the ordering for vrele of .text and release of credentials. Use the selective tlb update for 486/586/P6. Numerous fixes to the size of objects allocated for files. Additionally, fixes in the various pagers. Fixes for proper positioning of vnode_pager_setsize in msdosfs and ext2fs. Fixes in the swap pager for exhausted resources. The pageout code will not as readily thrash. Change the page queue flags (PG_ACTIVE, PG_INACTIVE, PG_FREE, PG_CACHE) into page queue indices (PQ_ACTIVE, PQ_INACTIVE, PQ_FREE, PQ_CACHE), thereby improving efficiency of several routines. Eliminate even more unnecessary vm_page_protect operations. Significantly speed up process forks. Make vm_object_page_clean more efficient, thereby eliminating the pause that happens every 30seconds. Make sequential clustered writes B_ASYNC instead of B_DELWRI even in the case of filesystems mounted async. Fix a panic with busy pages when write clustering is done for non-VMIO buffers. Revision Changes Path 1.4 +2 -1 src/sys/gnu/ext2fs/ext2_inode.c 1.4 +6 -3 src/sys/gnu/ext2fs/ext2_readwrite.c 1.170 +2 -2 src/sys/i386/i386/machdep.c 1.73 +315 -102 src/sys/i386/i386/pmap.c 1.71 +3 -2 src/sys/i386/i386/trap.c 1.51 +14 -14 src/sys/i386/i386/vm_machdep.c 1.22 +11 -18 src/sys/kern/imgact_aout.c 1.18 +2 -2 src/sys/kern/imgact_gzip.c 1.37 +2 -2 src/sys/kern/init_main.c 1.33 +2 -2 src/sys/kern/kern_exec.c 1.27 +7 -7 src/sys/kern/kern_exit.c 1.20 +6 -6 src/sys/kern/sys_process.c 1.84 +166 -153 src/sys/kern/vfs_bio.c 1.20 +7 -1 src/sys/kern/vfs_cache.c 1.32 +26 -31 src/sys/kern/vfs_cluster.c 1.52 +14 -5 src/sys/kern/vfs_subr.c 1.23 +3 -3 src/sys/kern/vfs_vnops.c 1.15 +3 -2 src/sys/miscfs/procfs/procfs_mem.c 1.16 +5 -3 src/sys/msdosfs/msdosfs_denode.c 1.28 +2 -2 src/sys/nfs/nfs_subs.c 1.27 +2 -1 src/sys/sys/buf.h 1.29 +2 -1 src/sys/sys/vnode.h 1.10 +2 -2 src/sys/ufs/ffs/ffs_balloc.c 1.20 +3 -3 src/sys/ufs/ffs/ffs_inode.c 1.35 +3 -3 src/sys/ufs/ffs/ffs_vfsops.c 1.11 +3 -3 src/sys/ufs/ufs/ufs_bmap.c 1.20 +9 -6 src/sys/ufs/ufs/ufs_readwrite.c 1.37 +2 -1 src/sys/ufs/ufs/ufs_vnops.c 1.6 +2 -2 src/sys/vm/default_pager.c 1.20 +6 -6 src/sys/vm/device_pager.c 1.59 +38 -28 src/sys/vm/swap_pager.c 1.40 +9 -11 src/sys/vm/vm_fault.c 1.36 +102 -51 src/sys/vm/vm_glue.c 1.21 +11 -9 src/sys/vm/vm_kern.c 1.32 +36 -26 src/sys/vm/vm_map.c 1.11 +10 -3 src/sys/vm/vm_map.h 1.35 +36 -43 src/sys/vm/vm_mmap.c 1.63 +108 -56 src/sys/vm/vm_object.c 1.46 +169 -182 src/sys/vm/vm_page.c 1.24 +26 -21 src/sys/vm/vm_page.h 1.64 +38 -43 src/sys/vm/vm_pageout.c 1.10 +4 -2 src/sys/vm/vm_unix.c 1.58 +3 -2 src/sys/vm/vnode_pager.c From owner-cvs-sys Fri Jan 19 00:01:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25920 for cvs-sys-outgoing; Fri, 19 Jan 1996 00:01:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA25911 Fri, 19 Jan 1996 00:01:01 -0800 (PST) Date: Fri, 19 Jan 1996 00:01:01 -0800 (PST) From: Peter Wemm Message-Id: <199601190801.AAA25911@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in.h in_pcb.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/19 00:01:00 Modified: sys/netinet in.h in_pcb.c Log: Change the default local address range for IP from 1024 through 5000 to 20000 through 30000. These numbers are used for local IP port numbers when an explicit address is not specified. The values are sysctl modifiable under: net.inet.ip.port_{first|last}_auto These numbers do not overlap with any known server addresses, without going above 32768 which are "negative" on some other implementations. 20000 through 30000 is 2.5 times larger than the old range, but some have suggested even that may not be enough... (gasp!) Setting a low address of 10000 should be plenty.. :-) Revision Changes Path 1.14 +15 -1 src/sys/netinet/in.h 1.16 +18 -4 src/sys/netinet/in_pcb.c From owner-cvs-sys Fri Jan 19 00:02:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA26089 for cvs-sys-outgoing; Fri, 19 Jan 1996 00:02:37 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA26082 Fri, 19 Jan 1996 00:02:36 -0800 (PST) Date: Fri, 19 Jan 1996 00:02:36 -0800 (PST) From: Peter Wemm Message-Id: <199601190802.AAA26082@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet tcp_var.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/19 00:02:35 Modified: sys/netinet tcp_var.h Log: remove tcp_lastport - it has not been used for quite a while (at least since the hashed pcb's I think). Revision Changes Path 1.27 +1 -2 src/sys/netinet/tcp_var.h From owner-cvs-sys Fri Jan 19 03:38:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA09649 for cvs-sys-outgoing; Fri, 19 Jan 1996 03:38:24 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id DAA09642 Fri, 19 Jan 1996 03:38:21 -0800 (PST) Date: Fri, 19 Jan 1996 03:38:21 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601191138.DAA09642@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/19 03:38:20 Modified: sys/kern subr_prf.c Log: Make result of sprintf zero terminated. Fix %r for sprintf case. Revision Changes Path 1.24 +10 -6 src/sys/kern/subr_prf.c From owner-cvs-sys Fri Jan 19 06:20:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA16255 for cvs-sys-outgoing; Fri, 19 Jan 1996 06:20:00 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA16248 Fri, 19 Jan 1996 06:19:58 -0800 (PST) Date: Fri, 19 Jan 1996 06:19:58 -0800 (PST) From: Peter Wemm Message-Id: <199601191419.GAA16248@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/19 06:19:58 Modified: sys/i386/i386 pmap.c Log: Some trivial fixes to get it to compile again, plus some new lint: - cpuclass should be cpu_class - CPUCLASS_I386 should be CPUCLASS_386 (^^ those only show up if you compile for i386) - two missing prototypes on new functions - one missing static Revision Changes Path 1.74 +7 -4 src/sys/i386/i386/pmap.c From owner-cvs-sys Fri Jan 19 11:01:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA04710 for cvs-sys-outgoing; Fri, 19 Jan 1996 11:01:25 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA04703 Fri, 19 Jan 1996 11:01:22 -0800 (PST) Date: Fri, 19 Jan 1996 11:01:22 -0800 (PST) From: Stefan Esser Message-Id: <199601191901.LAA04703@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/19 11:01:21 Modified: sys/pci pci.c Log: Improve PCI probe messages by printing the bus number. Add missing newline to PCI to PCI bridge message. Submitted by: Matt Thomas Revision Changes Path 1.40 +3 -3 src/sys/pci/pci.c From owner-cvs-sys Fri Jan 19 11:03:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA04831 for cvs-sys-outgoing; Fri, 19 Jan 1996 11:03:50 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA04824 Fri, 19 Jan 1996 11:03:49 -0800 (PST) Date: Fri, 19 Jan 1996 11:03:49 -0800 (PST) From: Stefan Esser Message-Id: <199601191903.LAA04824@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pcireg.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/19 11:03:49 Modified: sys/pci pcireg.h Log: Fix bad typo: > was used instead of >> ... Submitted by: Matt Thomas Revision Changes Path 1.6 +4 -4 src/sys/pci/pcireg.h From owner-cvs-sys Fri Jan 19 11:09:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05332 for cvs-sys-outgoing; Fri, 19 Jan 1996 11:09:38 -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 LAA05315 Fri, 19 Jan 1996 11:09:26 -0800 (PST) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id MAA15847; Fri, 19 Jan 1996 12:12:04 -0700 Date: Fri, 19 Jan 1996 12:12:04 -0700 From: Nate Williams Message-Id: <199601191912.MAA15847@rocky.sri.MT.net> To: Stefan Esser Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci pcireg.h In-Reply-To: <199601191903.LAA04824@freefall.freebsd.org> References: <199601191903.LAA04824@freefall.freebsd.org> Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > Modified: sys/pci pcireg.h > Log: > Fix bad typo: > was used instead of >> ... > > Submitted by: Matt Thomas Shouldn't this and the previous fix go into -stable? From owner-cvs-sys Fri Jan 19 11:15:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05651 for cvs-sys-outgoing; Fri, 19 Jan 1996 11:15:42 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05644 Fri, 19 Jan 1996 11:15:38 -0800 (PST) Date: Fri, 19 Jan 1996 11:15:38 -0800 (PST) From: Stefan Esser Message-Id: <199601191915.LAA05644@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pcireg.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/19 11:15:37 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci pcireg.h Log: Fix bad typo: > was used instead of >> ... Submitted by: Matt Thomas Revision Changes Path 1.5.4.1 +4 -4 src/sys/pci/pcireg.h From owner-cvs-sys Fri Jan 19 11:21:06 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06087 for cvs-sys-outgoing; Fri, 19 Jan 1996 11:21:06 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA06080 Fri, 19 Jan 1996 11:21:05 -0800 (PST) Date: Fri, 19 Jan 1996 11:21:05 -0800 (PST) From: Stefan Esser Message-Id: <199601191921.LAA06080@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/01/19 11:21:05 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci pci.c Log: Improve PCI probe messages by printing the bus number. Add missing newline to PCI to PCI bridge message. Submitted by: Matt Thomas Revision Changes Path 1.23.4.5 +3 -3 src/sys/pci/pci.c From owner-cvs-sys Fri Jan 19 13:06:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13317 for cvs-sys-outgoing; Fri, 19 Jan 1996 13:06:00 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13310 Fri, 19 Jan 1996 13:05:56 -0800 (PST) Date: Fri, 19 Jan 1996 13:05:56 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601192105.NAA13310@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern subr_prf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/19 13:05:56 Modified: sys/kern subr_prf.c Log: Imake %.*s really work. :-( Revision Changes Path 1.25 +9 -5 src/sys/kern/subr_prf.c From owner-cvs-sys Fri Jan 19 14:59:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21825 for cvs-sys-outgoing; Fri, 19 Jan 1996 14:59:28 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA21817 Fri, 19 Jan 1996 14:59:26 -0800 (PST) Date: Fri, 19 Jan 1996 14:59:26 -0800 (PST) From: John Dyson Message-Id: <199601192259.OAA21817@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux imgact_linux.c linux_misc.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/01/19 14:59:26 Modified: sys/i386/linux imgact_linux.c linux_misc.c Log: Fixed vm_map_find for new vm updates. Revision Changes Path 1.7 +6 -4 src/sys/i386/linux/imgact_linux.c 1.11 +7 -4 src/sys/i386/linux/linux_misc.c From owner-cvs-sys Fri Jan 19 15:00:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22121 for cvs-sys-outgoing; Fri, 19 Jan 1996 15:00:43 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA22112 Fri, 19 Jan 1996 15:00:41 -0800 (PST) Date: Fri, 19 Jan 1996 15:00:41 -0800 (PST) From: John Dyson Message-Id: <199601192300.PAA22112@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 imgact_coff.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/01/19 15:00:40 Modified: sys/i386/ibcs2 imgact_coff.c Log: Fixed vm_map_find for new vm changes. Revision Changes Path 1.12 +6 -5 src/sys/i386/ibcs2/imgact_coff.c From owner-cvs-sys Fri Jan 19 15:38:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA26959 for cvs-sys-outgoing; Fri, 19 Jan 1996 15:38:14 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA26945 Fri, 19 Jan 1996 15:38:10 -0800 (PST) Date: Fri, 19 Jan 1996 15:38:10 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601192338.PAA26945@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c vector.s Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/19 15:38:09 Modified: sys/i386/isa isa.c vector.s Log: Reinstate AUTO_EOI_1. This did break suspend/resume on some portables. In particular mine. We may want to make it a negative option to keep GENERIC sane, ie NO_AUTO_EOI_1. Revision Changes Path 1.61 +5 -3 src/sys/i386/isa/isa.c 1.17 +53 -37 src/sys/i386/isa/vector.s From owner-cvs-sys Fri Jan 19 22:13:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09522 for cvs-sys-outgoing; Fri, 19 Jan 1996 22:13:24 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09515 Fri, 19 Jan 1996 22:13:23 -0800 (PST) Date: Fri, 19 Jan 1996 22:13:23 -0800 (PST) From: Nate Williams Message-Id: <199601200613.WAA09515@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk nate 96/01/19 22:13:22 Branch: sys/i386/conf RELENG_2_1_0 Modified: sys/i386/conf GENERIC Log: Added a comment just before the npx0 device. # Mandatory, don't remove Revision Changes Path 1.46.2.8 +2 -1 src/sys/i386/conf/GENERIC From owner-cvs-sys Fri Jan 19 22:14:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09620 for cvs-sys-outgoing; Fri, 19 Jan 1996 22:14:37 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA09613 Fri, 19 Jan 1996 22:14:36 -0800 (PST) Date: Fri, 19 Jan 1996 22:14:36 -0800 (PST) From: Nate Williams Message-Id: <199601200614.WAA09613@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk nate 96/01/19 22:14:35 Modified: sys/i386/conf GENERIC Log: Added a comment above the npx0 device line # Mandatory, don't remove Revision Changes Path 1.60 +2 -1 src/sys/i386/conf/GENERIC From owner-cvs-sys Sat Jan 20 00:16:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19912 for cvs-sys-outgoing; Sat, 20 Jan 1996 00:16:39 -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 AAA19897 Sat, 20 Jan 1996 00:16:32 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.6.12/8.6.5) with SMTP id AAA09948; Sat, 20 Jan 1996 00:16:32 -0800 Message-Id: <199601200816.AAA09948@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost didn't use HELO protocol To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/netinet tcp_var.h In-reply-to: Your message of "Fri, 19 Jan 1996 00:02:36 PST." <199601190802.AAA26082@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 20 Jan 1996 00:16:32 -0800 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >peter 96/01/19 00:02:35 > > Modified: sys/netinet tcp_var.h > Log: > remove tcp_lastport - it has not been used for quite a while (at least > since the hashed pcb's I think). Just for historical reference, tcp_lastport was an accidental left-over from a previous way that I was storing the information about the last port. It was put in during my development of the PCB hashing, and I forgot to remove it when I committed the final version. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-cvs-sys Sat Jan 20 07:06:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA29001 for cvs-sys-outgoing; Sat, 20 Jan 1996 07:06:03 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA28993 Sat, 20 Jan 1996 07:06:00 -0800 (PST) Date: Sat, 20 Jan 1996 07:06:00 -0800 (PST) From: Joerg Wunsch Message-Id: <199601201506.HAA28993@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsi_driver.c scsiconf.h uk.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk joerg 96/01/20 07:05:58 Modified: sys/scsi scsi_driver.c scsiconf.h uk.c Log: Make the "uk" device usable again. The open() always failed due to an internal driver design problem. Revision Changes Path 1.13 +2 -2 src/sys/scsi/scsi_driver.c 1.38 +4 -1 src/sys/scsi/scsiconf.h 1.14 +2 -2 src/sys/scsi/uk.c From owner-cvs-sys Sat Jan 20 07:27:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA29998 for cvs-sys-outgoing; Sat, 20 Jan 1996 07:27:44 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA29991 Sat, 20 Jan 1996 07:27:41 -0800 (PST) Date: Sat, 20 Jan 1996 07:27:41 -0800 (PST) From: Joerg Wunsch Message-Id: <199601201527.HAA29991@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi worm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk joerg 96/01/20 07:27:39 Modified: sys/scsi worm.c Log: Fold in my latest changes to the worm driver. This makes it sorta usable, just for my ``proof-of-concept'' Perl script i've been posting to freebsd-scsi. The driver will be overhauled further, this is just to provide Jordan with a base to perform testing of his own with his HP burner. Use entirely at your own risk, expect a bunch of misburnt CD-R's when using it already in this very green stage. Note that by now the driver will only work when the CD-R has already been in the drive at boot time. Revision Changes Path 1.19 +17 -6 src/sys/scsi/worm.c From owner-cvs-sys Sat Jan 20 13:36:40 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA22721 for cvs-sys-outgoing; Sat, 20 Jan 1996 13:36:40 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA22711 Sat, 20 Jan 1996 13:36:36 -0800 (PST) Date: Sat, 20 Jan 1996 13:36:36 -0800 (PST) From: Bruce Evans Message-Id: <199601202136.NAA22711@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern init_sysent.c kern_exec.c kern_exit.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/20 13:36:35 Modified: sys/kern init_sysent.c kern_exec.c kern_exit.c Log: Removed stale #includes of "opt_sysvipc.h". Revision Changes Path 1.31 +0 -1 src/sys/kern/init_sysent.c 1.34 +1 -3 src/sys/kern/kern_exec.c 1.28 +1 -2 src/sys/kern/kern_exit.c From owner-cvs-sys Sat Jan 20 15:24:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA29004 for cvs-sys-outgoing; Sat, 20 Jan 1996 15:24:22 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA28997 Sat, 20 Jan 1996 15:24:19 -0800 (PST) Date: Sat, 20 Jan 1996 15:24:19 -0800 (PST) From: John Dyson Message-Id: <199601202324.PAA28997@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_cluster.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/01/20 15:24:18 Modified: sys/kern vfs_cluster.c Log: Previous commit to vfs_cluster accidentally disabled read-ahead. Problem fixed by initializing "alreadyincore" to 0 in the case of sequential reads. Revision Changes Path 1.33 +2 -1 src/sys/kern/vfs_cluster.c From owner-cvs-sys Sat Jan 20 17:37:34 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA05804 for cvs-sys-outgoing; Sat, 20 Jan 1996 17:37:34 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA05796 Sat, 20 Jan 1996 17:37:32 -0800 (PST) Date: Sat, 20 Jan 1996 17:37:32 -0800 (PST) From: Bruce Evans Message-Id: <199601210137.RAA05796@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/20 17:37:31 Modified: sys/conf files Log: Removed last vestige of JREMOD. Revision Changes Path 1.56 +0 -1 src/sys/conf/files