From owner-cvs-sys Mon Jan 1 02:28:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA16434 for cvs-sys-outgoing; Mon, 1 Jan 1996 02:28:32 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA16425 Mon, 1 Jan 1996 02:28:27 -0800 (PST) Date: Mon, 1 Jan 1996 02:28:27 -0800 (PST) From: Peter Wemm Message-Id: <199601011028.CAA16425@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern uipc_syscalls.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/01 02:28:25 Modified: sys/kern uipc_syscalls.c Log: Make pipe() return a set of bidirectional pipe fd's rather than one-way only just like on SVR4. This has no effect on any current programs in our source, but makes the use of SVR4 code a little easier. There is no code or implementation cost in the kernel.. This two-line change merely sets the modes on the ends of the pipes to be bidirectional. There are no other changes. Revision Changes Path 1.11 +3 -3 src/sys/kern/uipc_syscalls.c From owner-cvs-sys Mon Jan 1 04:23:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19564 for cvs-sys-outgoing; Mon, 1 Jan 1996 04:23:43 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19557 Mon, 1 Jan 1996 04:23:41 -0800 (PST) Date: Mon, 1 Jan 1996 04:23:41 -0800 (PST) From: Peter Wemm Message-Id: <199601011223.EAA19557@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/01 04:23:41 Modified: sys/kern kern_exit.c Log: Only #include if SYSVSHM (for shmexit() prototype) Add missing #include if SYSVSEM (for semexit() prototype) Revision Changes Path 1.23 +8 -2 src/sys/kern/kern_exit.c From owner-cvs-sys Mon Jan 1 09:01:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27253 for cvs-sys-outgoing; Mon, 1 Jan 1996 09:01:09 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27244 Mon, 1 Jan 1996 09:01:06 -0800 (PST) Date: Mon, 1 Jan 1996 09:01:06 -0800 (PST) From: Peter Wemm Message-Id: <199601011701.JAA27244@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_proc.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/01 09:01:06 Modified: sys/kern kern_proc.c Log: fill in kinfo_eproc.e_login - otherwise a sysctl to read the eprocs wont get the login names, and "ps -ax -O login" will return an empty column under the login name. Revision Changes Path 1.15 +3 -1 src/sys/kern/kern_proc.c From owner-cvs-sys Mon Jan 1 09:05:15 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27446 for cvs-sys-outgoing; Mon, 1 Jan 1996 09:05:15 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27436 Mon, 1 Jan 1996 09:05:10 -0800 (PST) Date: Mon, 1 Jan 1996 09:05:10 -0800 (PST) From: Peter Wemm Message-Id: <199601011705.JAA27436@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys systm.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/01 09:05:08 Modified: sys/kern kern_sysctl.c sys/sys systm.h Log: Fix the reversed source and dest args to bcopy() in the kernel space sysctl handler (ouch!) Add a "const" qualifier to the source of the copyin() and copyout() functions - the other const warning in kern_sysctl.c was silenced when copyout was declared as having a const source.. (which it is) Revision Changes Path 1.59 +2 -2 src/sys/kern/kern_sysctl.c 1.29 +3 -3 src/sys/sys/systm.h From owner-cvs-sys Mon Jan 1 09:11:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27812 for cvs-sys-outgoing; Mon, 1 Jan 1996 09:11:25 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA27805 Mon, 1 Jan 1996 09:11:23 -0800 (PST) Date: Mon, 1 Jan 1996 09:11:23 -0800 (PST) From: Bruce Evans Message-Id: <199601011711.JAA27805@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/include profile.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 96/01/01 09:11:22 Modified: sys/i386/include profile.h Log: Fixed user-mode mcount which I broke in the previous revision. Do it the old way for now. Moved recent additions around a lot to minimise ifdefs. Added prototypes. Revision Changes Path 1.6 +33 -13 src/sys/i386/include/profile.h From owner-cvs-sys Mon Jan 1 12:20:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07953 for cvs-sys-outgoing; Mon, 1 Jan 1996 12:20:51 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA07946 Mon, 1 Jan 1996 12:20:49 -0800 (PST) Date: Mon, 1 Jan 1996 12:20:49 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601012020.MAA07946@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/01 12:20:48 Modified: sys/miscfs/specfs spec_vnops.c Log: I have some problem here, which shows up in the ahc0 driver. It isn't where it originates, so I catch it here and fail. This may expose the same bug on other disk controllers (both scsi & ide). Revision Changes Path 1.27 +7 -1 src/sys/miscfs/specfs/spec_vnops.c From owner-cvs-sys Tue Jan 2 01:15:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08557 for cvs-sys-outgoing; Tue, 2 Jan 1996 01:15:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08540 Tue, 2 Jan 1996 01:14:58 -0800 (PST) Date: Tue, 2 Jan 1996 01:14:58 -0800 (PST) From: Peter Wemm Message-Id: <199601020914.BAA08540@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c devfs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/02 01:14:55 Modified: sys/miscfs/devfs devfs_tree.c devfs_vfsops.c Log: Remove unnecessary debug printf's ("no references", "bad-id") - these were development aids :-) and normal events. Initialise the "hidden" blueprint mount "mnt_op" and "mnt_vfc" fields so that a statfs() on a devfs file would not panic anymore. Fixes PR#911. Head-scratching by: Julian and Peter Revision Changes Path 1.12 +13 -1 src/sys/miscfs/devfs/devfs_tree.c 1.9 +10 -1 src/sys/miscfs/devfs/devfs_vfsops.c From owner-cvs-sys Tue Jan 2 01:18:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08724 for cvs-sys-outgoing; Tue, 2 Jan 1996 01:18:17 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08714 Tue, 2 Jan 1996 01:18:14 -0800 (PST) Date: Tue, 2 Jan 1996 01:18:14 -0800 (PST) From: Peter Wemm Message-Id: <199601020918.BAA08714@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/02 01:18:12 Modified: sys/i386/isa si.c Log: Fix up the DEVFS minor numbers that the Specialix driver registers... Revision Changes Path 1.31 +11 -7 src/sys/i386/isa/si.c From owner-cvs-sys Tue Jan 2 01:20:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08890 for cvs-sys-outgoing; Tue, 2 Jan 1996 01:20:39 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA08883 Tue, 2 Jan 1996 01:20:36 -0800 (PST) Date: Tue, 2 Jan 1996 01:20:36 -0800 (PST) From: Peter Wemm Message-Id: <199601020920.BAA08883@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/02 01:20:34 Modified: sys/i386/isa si.c Log: Fix last "fix" - I had introduced a fencepost error.. :-( Happily pointed out by: julian :-) Revision Changes Path 1.32 +2 -2 src/sys/i386/isa/si.c From owner-cvs-sys Tue Jan 2 07:44:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA23969 for cvs-sys-outgoing; Tue, 2 Jan 1996 07:44:07 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA23933 Tue, 2 Jan 1996 07:44:05 -0800 (PST) Date: Tue, 2 Jan 1996 07:44:05 -0800 (PST) From: Joerg Wunsch Message-Id: <199601021544.HAA23933@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/02 07:44:03 Modified: sys/scsi worm.c Log: Introduce a wormunit() so the control device will work. Revision Changes Path 1.17 +7 -2 src/sys/scsi/worm.c From owner-cvs-sys Tue Jan 2 10:13:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01321 for cvs-sys-outgoing; Tue, 2 Jan 1996 10:13:26 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01314 Tue, 2 Jan 1996 10:13:24 -0800 (PST) Date: Tue, 2 Jan 1996 10:13:24 -0800 (PST) From: David Greenman Message-Id: <199601021813.KAA01314@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/02 10:13:23 Modified: sys/kern vfs_subr.c Log: Moved the #ifdef DIAGNOSTIC in vrele() so that the check for negative v_usecount is always performed and only the call to vprint is conditional. Revision Changes Path 1.50 +3 -3 src/sys/kern/vfs_subr.c From owner-cvs-sys Tue Jan 2 11:39:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05711 for cvs-sys-outgoing; Tue, 2 Jan 1996 11:39:13 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA05704 Tue, 2 Jan 1996 11:39:11 -0800 (PST) Date: Tue, 2 Jan 1996 11:39:11 -0800 (PST) From: Peter Wemm Message-Id: <199601021939.LAA05704@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/02 11:39:10 Modified: sys/i386/isa si.c Log: Fix the number of ports created for devfs.. it had been only creating enough nodes for the number of ports on the last module, not the number of ports _total_ that the driver is managing... Submitted by: Robert Sanders Revision Changes Path 1.33 +2 -2 src/sys/i386/isa/si.c From owner-cvs-sys Tue Jan 2 21:22:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12341 for cvs-sys-outgoing; Tue, 2 Jan 1996 21:22:38 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA12333 Tue, 2 Jan 1996 21:22:35 -0800 (PST) Date: Tue, 2 Jan 1996 21:22:35 -0800 (PST) From: David Greenman Message-Id: <199601030522.VAA12333@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/02 21:22:34 Modified: sys/pci if_fxp.c Log: Reworked the stop/reset code to properly run-down allocated buffers and made the code detect and handle wedged cards. Revision Changes Path 1.7 +75 -36 src/sys/pci/if_fxp.c From owner-cvs-sys Tue Jan 2 22:34:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA17367 for cvs-sys-outgoing; Tue, 2 Jan 1996 22:34:16 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA17360 Tue, 2 Jan 1996 22:34:13 -0800 (PST) Date: Tue, 2 Jan 1996 22:34:13 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601030634.WAA17360@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/01/02 22:34:12 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c aic7xxx_reg.h Log: The long awaited stability patch set for the aic7xxx driver: 1) Use cpp to preprocess the sequencer code. 2) Convert all "magic numbers" to #defines shared by the sequencer and kernel driver via the aic7xxx_reg.h file. (The assembler still needs to be re-written in lex/yacc to allow ~|& type constructions). 3) Raise ATN on parity errors for "in" phases and send an initiator detected error or message-in parity error message as appropriate. 4) Turn off the reselection hardware from the time or a (re)connection to busfree. It seems that some fast targets were able to reconnect before the sequencer was able to see busfree. 5) The message buffer is considered "in-use" when there is a positive length count. The ACTIVE_MSG flag was unnecesary. 6) Properly set SCB_NEXT_WAITING to SCB_LIST_HEAD in scbs being added to the waiting scb list. This is a change in how the list code works to facilitate some planned work in the reset code. 7) The fields in the SCB have be re-arranged to be quad-word aligned. 8) The inb code has been rewritten to catch phasemisses and be more efficient. 9) Go back to "snooping the bus" to determine if the incomming identify message will be followed by a simple queue message. Its much faster than doing a search through the SCBs. 10) Implement better tag range checking for incomming tags. 11) Make sdtr_to_rate more accurate (use 25 instead of 24 in calculations - must have been asleep that night). 12) Rearrange some routines to reduce code complexity and size. 13) Update comments and formatting. 14) Fixed bugs I've forgotten about?? Reviewed by: David Greenman Revision Changes Path 1.25 +789 -891 src/sys/dev/aic7xxx/aic7xxx.seq 1.10 +57 -15 src/sys/dev/aic7xxx/aic7xxx_asm.c 1.2 +285 -63 src/sys/dev/aic7xxx/aic7xxx_reg.h Modified: sys/i386/conf files.i386 Log: The long awaited stability patch set for the aic7xxx driver: aic7xxx.seq and aic7xxx.c depend on aic7xx_reg.h Revision Changes Path 1.123 +5 -5 src/sys/i386/conf/files.i386 Modified: sys/i386/eisa aic7770.c eisaconf.c Log: The long awaited stability patch set for the aic7xxx driver: aic7770.c: Simplify the initialization of adapters by pulling all card specific initialization to the card specific modules. eisaconf.c: outb 0x80 instead of 0xc80. The top byte is truncated anyway, and 0x80 was what was intended. Revision Changes Path 1.21 +128 -8 src/sys/i386/eisa/aic7770.c 1.12 +2 -2 src/sys/i386/eisa/eisaconf.c Modified: sys/i386/scsi aic7xxx.c aic7xxx.h Log: The long awaited stability patch set for the aic7xxx driver: Simplify the initialization of adapters by pulling all card specific initialization to the card specific modules. Update comments and fix formating. Pass struct ahc_data*'s to functions instead of unit numbers. Take advantage of the quad word alignment of SCB fields. Adapt to new sequencer changes: 1) Waiting scb list no longer has a tail. 2) Fill the message buffer as appropriate during a parity error. 3) Count all of the SGs involved in a residual instead of just the current one. The reset/abort code still needs a lot of work. Reviewed by: David Greenman Revision Changes Path 1.51 +426 -686 src/sys/i386/scsi/aic7xxx.c 1.17 +39 -47 src/sys/i386/scsi/aic7xxx.h Modified: sys/pci aic7870.c Log: The long awaited stability patch set for the aic7xxx driver: Simplify the initialization of adapters by pulling all card specific initialization to the card specific modules. Set the Latency timer and Burst len to good values if thery are not initialized during post or are reset during chip reset. Properly identify and handle external SCB SRAM. The code was false id'ing 255 SCBs on aic7880 chips. Reviewed by: David Greenman Revision Changes Path 1.21 +374 -8 src/sys/pci/aic7870.c From owner-cvs-sys Wed Jan 3 01:43:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA25230 for cvs-sys-outgoing; Wed, 3 Jan 1996 01:43:39 -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 BAA25207 Wed, 3 Jan 1996 01:43:23 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id BAA00947; Wed, 3 Jan 1996 01:43:21 -0800 (PST) Date: Wed, 3 Jan 1996 01:43:21 -0800 (PST) Message-Id: <199601030943.BAA00947@silvia.HIP.Berkeley.EDU> To: gibbs@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-reply-to: <199601030634.WAA17360@freefall.freebsd.org> (gibbs@freefall.freebsd.org) Subject: Re: cvs commit: src/sys/pci aic7870.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk * The long awaited stability patch set for the aic7xxx driver: I recompiled my kernel hoping that the "oops not queued" error would go away, but it just changed its manifestation to "negative blkno" (or something like that). :< This one also seems fatal, as before I was able to at least log in from the console and rename the kernel, while it now just hangs during bootup when it tries to run /usr/local/bin/Wnn4/jserver from rc.local. Satoshi From owner-cvs-sys Wed Jan 3 01:56:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA26351 for cvs-sys-outgoing; Wed, 3 Jan 1996 01:56:08 -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 BAA26300 Wed, 3 Jan 1996 01:55:50 -0800 (PST) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0tXPv2-0003vuC; Wed, 3 Jan 96 01:55 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 KAA00970; Wed, 3 Jan 1996 10:55:38 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami) cc: gibbs@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci aic7870.c In-reply-to: Your message of "Wed, 03 Jan 1996 01:43:21 PST." <199601030943.BAA00947@silvia.HIP.Berkeley.EDU> Date: Wed, 03 Jan 1996 10:55:37 +0100 Message-ID: <968.820662937@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > * The long awaited stability patch set for the aic7xxx driver: > > I recompiled my kernel hoping that the "oops not queued" error would > go away, but it just changed its manifestation to "negative blkno" (or > something like that). :< Yes, this bug isn't in the ahc driver. I added the "negative blkno" printf and return an error before we ever get to the device-drivers. I have sent email to davidg & dyson about this bug, which seems to originate in the ufs or possibly vm code, but I havn't heard anything from them yet. I have four crash-dumps waiting for the dynamic duo as soon as they have time/need. > This one also seems fatal, as before I was able to at least log in > from the console and rename the kernel, while it now just hangs during > bootup when it tries to run /usr/local/bin/Wnn4/jserver from rc.local. -- 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 Wed Jan 3 02:03:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA27096 for cvs-sys-outgoing; Wed, 3 Jan 1996 02:03:41 -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 CAA27062 Wed, 3 Jan 1996 02:03:10 -0800 (PST) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.3/8.6.9) id CAA01050; Wed, 3 Jan 1996 02:02:28 -0800 (PST) Date: Wed, 3 Jan 1996 02:02:28 -0800 (PST) Message-Id: <199601031002.CAA01050@silvia.HIP.Berkeley.EDU> To: phk@critter.tfs.com CC: gibbs@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-reply-to: <968.820662937@critter.tfs.com> (message from Poul-Henning Kamp on Wed, 03 Jan 1996 10:55:37 +0100) Subject: Re: cvs commit: src/sys/pci aic7870.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk * Yes, this bug isn't in the ahc driver. I added the "negative blkno" * printf and return an error before we ever get to the device-drivers. Oh, I see. Sorry for picking on you then, Justin. ;) * I have sent email to davidg & dyson about this bug, which seems to * originate in the ufs or possibly vm code, but I havn't heard anything * from them yet. * * I have four crash-dumps waiting for the dynamic duo as soon as they * have time/need. That's great news (that we know where the bug is). I'm porting NetBSD's ccd driver to FreeBSD, and right now have it working on 2.1R, but don't want to put too much work on a dead branch so I'm planning to jump to -current as soon as it starts working on my 2940UW again.... Satoshi From owner-cvs-sys Wed Jan 3 05:57:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07390 for cvs-sys-outgoing; Wed, 3 Jan 1996 05:57:48 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA07362 Wed, 3 Jan 1996 05:57:26 -0800 (PST) From: John Dyson Message-Id: <199601031357.FAA07362@freefall.freebsd.org> Subject: Re: cvs commit: src/sys/pci aic7870.c To: phk@critter.tfs.com (Poul-Henning Kamp) Date: Wed, 3 Jan 1996 05:57:25 -0800 (PST) Cc: asami@cs.berkeley.edu, gibbs@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <968.820662937@critter.tfs.com> from "Poul-Henning Kamp" at Jan 3, 96 10:55:37 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > > > * The long awaited stability patch set for the aic7xxx driver: > > > > I recompiled my kernel hoping that the "oops not queued" error would > > go away, but it just changed its manifestation to "negative blkno" (or > > something like that). :< > > Yes, this bug isn't in the ahc driver. I added the "negative blkno" > printf and return an error before we ever get to the device-drivers. > > I have sent email to davidg & dyson about this bug, which seems to > originate in the ufs or possibly vm code, but I havn't heard anything > from them yet. > > I have four crash-dumps waiting for the dynamic duo as soon as they > have time/need. > I am going to look at it today. Started looking at it last night. John From owner-cvs-sys Wed Jan 3 07:16:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA13187 for cvs-sys-outgoing; Wed, 3 Jan 1996 07:16:19 -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 HAA13136 Wed, 3 Jan 1996 07:15:52 -0800 (PST) Message-Id: <199601031515.HAA13136@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: asami@cs.berkeley.edu (Satoshi Asami) cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci aic7870.c In-reply-to: Your message of "Wed, 03 Jan 1996 01:43:21 PST." <199601030943.BAA00947@silvia.HIP.Berkeley.EDU> Date: Wed, 03 Jan 1996 07:15:52 -0800 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > * The long awaited stability patch set for the aic7xxx driver: > >I recompiled my kernel hoping that the "oops not queued" error would >go away, but it just changed its manifestation to "negative blkno" (or >something like that). :< > >This one also seems fatal, as before I was able to at least log in >from the console and rename the kernel, while it now just hangs during >bootup when it tries to run /usr/local/bin/Wnn4/jserver from rc.local. > >Satoshi That's because the bug isn't in the ahc driver! :) Poul has been tracking down the problem and placed a panic higher up in the VM system to catch the problem earlier. I haven't heard from David or John of a fix (or even an idea as to what the root problem is). -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-sys Wed Jan 3 09:12:11 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20785 for cvs-sys-outgoing; Wed, 3 Jan 1996 09:12:11 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA20736 Wed, 3 Jan 1996 09:12:07 -0800 (PST) Date: Wed, 3 Jan 1996 09:12:07 -0800 (PST) From: David Greenman Message-Id: <199601031712.JAA20736@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/include spl.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/03 09:12:04 Branch: sys/i386/include RELENG_2_1_0 Modified: sys/i386/include spl.h Log: Brought in part of rev 1.42: add SWI_NET_MASK to SWI_TTY_MASK. Revision Changes Path 1.8.4.3 +7 -3 src/sys/i386/include/spl.h From owner-cvs-sys Wed Jan 3 09:51:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25945 for cvs-sys-outgoing; Wed, 3 Jan 1996 09:51:38 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA25938 Wed, 3 Jan 1996 09:51:36 -0800 (PST) Date: Wed, 3 Jan 1996 09:51:36 -0800 (PST) From: David Greenman Message-Id: <199601031751.JAA25938@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/03 09:51:35 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa if_ed.c Log: Brought in changes from rev 1.89: fixed two cases of "=" that should have been "==", updated copyright, other minor changes. Revision Changes Path 1.73.4.4 +95 -65 src/sys/i386/isa/if_ed.c From owner-cvs-sys Wed Jan 3 09:59:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA26649 for cvs-sys-outgoing; Wed, 3 Jan 1996 09:59:26 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA26642 Wed, 3 Jan 1996 09:59:24 -0800 (PST) Date: Wed, 3 Jan 1996 09:59:24 -0800 (PST) From: David Greenman Message-Id: <199601031759.JAA26642@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern tty.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/03 09:59:23 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern tty.c Log: Brought in changes from revs 1.76, 1.77, 1.78: disabled sleep in ttyflush that causes a panic, adjusted the output queue reserved/max counts. Revision Changes Path 1.46.2.3 +18 -3 src/sys/kern/tty.c From owner-cvs-sys Wed Jan 3 12:24:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA05960 for cvs-sys-outgoing; Wed, 3 Jan 1996 12:24:37 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA05953 Wed, 3 Jan 1996 12:24:35 -0800 (PST) Date: Wed, 3 Jan 1996 12:24:35 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601032024.MAA05953@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet in_var.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/03 12:24:34 Modified: sys/netinet in_var.h Log: Try to make multicast routing work correctly over point-to-point links (which was broken previously by the support for half-routers). Submitted by: Bill Fenner Revision Changes Path 1.14 +8 -1 src/sys/netinet/in_var.h From owner-cvs-sys Wed Jan 3 13:42:45 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13057 for cvs-sys-outgoing; Wed, 3 Jan 1996 13:42:45 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA13037 Wed, 3 Jan 1996 13:42:40 -0800 (PST) Date: Wed, 3 Jan 1996 13:42:40 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601032142.NAA13037@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys syscall-hide.h sysproto.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/03 13:42:37 Modified: sys/i386/i386 swtch.s sys_machdep.c trap.c sys/kern init_sysent.c kern_exit.c kern_fork.c kern_ktrace.c kern_sig.c kern_synch.c sys_generic.c syscalls.c syscalls.master uipc_syscalls.c vfs_lookup.c sys/sys syscall-hide.h sysproto.h Added: sys/conf options sys/i386/conf options.i386 Log: Converted two options over to the new scheme: USER_LDT and KTRACE. Revision Changes Path 1.25 +2 -1 src/sys/i386/i386/swtch.s 1.14 +2 -1 src/sys/i386/i386/sys_machdep.c 1.69 +3 -1 src/sys/i386/i386/trap.c 1.27 +0 -4 src/sys/kern/init_sysent.c 1.24 +3 -1 src/sys/kern/kern_exit.c 1.16 +3 -1 src/sys/kern/kern_fork.c 1.10 +10 -3 src/sys/kern/kern_ktrace.c 1.17 +3 -1 src/sys/kern/kern_sig.c 1.17 +3 -1 src/sys/kern/kern_synch.c 1.18 +3 -1 src/sys/kern/sys_generic.c 1.24 +0 -4 src/sys/kern/syscalls.c 1.21 +1 -5 src/sys/kern/syscalls.master 1.12 +3 -1 src/sys/kern/uipc_syscalls.c 1.11 +3 -1 src/sys/kern/vfs_lookup.c 1.18 +0 -4 src/sys/sys/syscall-hide.h 1.6 +0 -9 src/sys/sys/sysproto.h From owner-cvs-sys Wed Jan 3 14:05:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA16996 for cvs-sys-outgoing; Wed, 3 Jan 1996 14:05:36 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA16953 Wed, 3 Jan 1996 14:05:22 -0800 (PST) Date: Wed, 3 Jan 1996 14:05:22 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601032205.OAA16953@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/conf options Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/03 14:05:18 Modified: sys/conf options Log: Convert PROCFS to the new style of options by the simple expedient of adding it to this file. Revision Changes Path 1.2 +1 -0 src/sys/conf/options From owner-cvs-sys Wed Jan 3 22:09:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA14812 for cvs-sys-outgoing; Wed, 3 Jan 1996 22:09:08 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA14788 Wed, 3 Jan 1996 22:09:03 -0800 (PST) Date: Wed, 3 Jan 1996 22:09:03 -0800 (PST) From: David Greenman Message-Id: <199601040609.WAA14788@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/03 22:09:03 Modified: sys/kern vfs_bio.c Log: Fixed minor struct cred leak. Discovered while looking for the opposite condition - too many frees, which has yet to be found. Reviewed by: dyson Revision Changes Path 1.80 +8 -5 src/sys/kern/vfs_bio.c From owner-cvs-sys Thu Jan 4 00:55:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23525 for cvs-sys-outgoing; Thu, 4 Jan 1996 00:55:22 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA23518 Thu, 4 Jan 1996 00:55:18 -0800 (PST) Date: Thu, 4 Jan 1996 00:55:18 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601040855.AAA23518@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/01/04 00:55:16 Branch: usr.sbin/lsdev RELENG_2_1_0 Modified: usr.sbin/lsdev i386.c Log: Add eisaconf support from HEAD. Revision Changes Path 1.8.4.1 +9 -5 src/usr.sbin/lsdev/i386.c Branch: sys/conf RELENG_2_1_0 Modified: sys/conf files Log: Add pci/bt9xx.c from HEAD Revision Changes Path 1.41.4.2 +1 -0 src/sys/conf/files Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_asm.c Log: Merge with HEAD. New and improved aic7xxx driver. Revision Changes Path 1.16.4.5 +789 -891 src/sys/dev/aic7xxx/aic7xxx.seq 1.9.4.1 +57 -15 src/sys/dev/aic7xxx/aic7xxx_asm.c Branch: sys/i386/conf RELENG_2_1_0 sys/i386/eisa RELENG_2_1_0 Modified: sys/i386/conf GENERIC LINT files.i386 sys/i386/eisa aha1742.c eisaconf.c eisaconf.h Removed: sys/i386/eisa eisadevs.c Log: Merge with HEAD. Add eisaconf support and update all eisaconf based drivers (ahb, ahc, bt). Revision Changes Path 1.46.2.7 +5 -4 src/sys/i386/conf/GENERIC 1.184.4.10 +22 -8 src/sys/i386/conf/LINT 1.98.4.6 +11 -9 src/sys/i386/conf/files.i386 1.45.2.1 +1 -3 src/sys/i386/eisa/aha1742.c 1.2.4.1 +460 -187 src/sys/i386/eisa/eisaconf.c 1.2.4.1 +88 -21 src/sys/i386/eisa/eisaconf.h Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 autoconf.c Log: Merge with HEAD. Probe the PCI and Eisa busses before the ISA bus and enable interrupts before any bus configuration is performed. Revision Changes Path 1.33.4.1 +16 -8 src/sys/i386/i386/autoconf.c Branch: sys/i386/include RELENG_2_1_0 Modified: sys/i386/include devconf.h Log: Add esiaconf support from HEAD. Revision Changes Path 1.9.4.1 +3 -1 src/sys/i386/include/devconf.h Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa isa.c isa_device.h Removed: sys/i386/isa aha1742.c aic7770.c bt742a.c Log: Remove old eisaconf conflict detection code from the isa* files. Remove old ISA versions of eisaconf drivers. Revision Changes Path 1.50.4.1 +1 -42 src/sys/i386/isa/isa.c 1.23.4.1 +1 -4 src/sys/i386/isa/isa_device.h Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi 93cx6.c aic7xxx.c aic7xxx.h bt.c Log: Merge with HEAD. Much improved aic7xxx driver and reorganized bt driver. Revision Changes Path 1.1.2.2 +2 -3 src/sys/i386/scsi/93cx6.c 1.29.2.7 +537 -1267 src/sys/i386/scsi/aic7xxx.c 1.10.2.5 +82 -49 src/sys/i386/scsi/aic7xxx.h 1.3.2.1 +1 -3 src/sys/i386/scsi/bt.c Branch: sys/pci RELENG_2_1_0 Modified: sys/pci aic7870.c Log: Merge with HEAD. Much improved aic7xxx driver. Revision Changes Path 1.11.2.6 +396 -29 src/sys/pci/aic7870.c From owner-cvs-sys Thu Jan 4 10:32:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA21971 for cvs-sys-outgoing; Thu, 4 Jan 1996 10:32:46 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA21952 Thu, 4 Jan 1996 10:32:41 -0800 (PST) Date: Thu, 4 Jan 1996 10:32:41 -0800 (PST) From: David Greenman Message-Id: <199601041832.KAA21952@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_object.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/04 10:32:35 Modified: sys/vm vm_object.c Log: Increased vm_object_cache_max by about 50% to yield better utilization of memory when lots of small files are cached. Reviewed by: dyson Revision Changes Path 1.61 +2 -2 src/sys/vm/vm_object.c From owner-cvs-sys Thu Jan 4 11:52:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28330 for cvs-sys-outgoing; Thu, 4 Jan 1996 11:52:13 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA28294 Thu, 4 Jan 1996 11:52:03 -0800 (PST) Date: Thu, 4 Jan 1996 11:52:03 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601041952.LAA28294@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf options.i386 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/04 11:51:58 Modified: sys/i386/isa npx.c sys/i386/conf options.i386 Log: convert the math emulation to use the new-style options. Revision Changes Path 1.28 +3 -1 src/sys/i386/isa/npx.c 1.2 +2 -0 src/sys/i386/conf/options.i386 From owner-cvs-sys Thu Jan 4 12:29:23 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01892 for cvs-sys-outgoing; Thu, 4 Jan 1996 12:29:23 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA01872 Thu, 4 Jan 1996 12:29:13 -0800 (PST) Date: Thu, 4 Jan 1996 12:29:13 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601042029.MAA01872@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/04 12:29:10 Modified: sys/conf options param.c sys/i386/i386 genassym.c machdep.c sys/i386/ibcs2 ibcs2_ipc.c ibcs2_proto.h ibcs2_syscall.h ibcs2_sysent.c syscalls.master sys/kern init_sysent.c kern_exec.c kern_exit.c syscalls.c syscalls.master sys/sys syscall-hide.h syscall.h sysproto.h sys/vm vm_glue.c Log: Convert SYSV IPC to new-style options. (I hope I got everything...) The LKMs will need an extra file, to come later. Revision Changes Path 1.3 +3 -0 src/sys/conf/options 1.14 +5 -3 src/sys/conf/param.c 1.31 +3 -1 src/sys/i386/i386/genassym.c 1.167 +2 -1 src/sys/i386/i386/machdep.c 1.5 +3 -0 src/sys/i386/ibcs2/ibcs2_ipc.c 1.2 +1 -1 src/sys/i386/ibcs2/ibcs2_proto.h 1.3 +1 -1 src/sys/i386/ibcs2/ibcs2_syscall.h 1.4 +2 -1 src/sys/i386/ibcs2/ibcs2_sysent.c 1.3 +2 -1 src/sys/i386/ibcs2/syscalls.master 1.28 +2 -1 src/sys/kern/init_sysent.c 1.31 +3 -1 src/sys/kern/kern_exec.c 1.25 +2 -1 src/sys/kern/kern_exit.c 1.25 +1 -1 src/sys/kern/syscalls.c 1.22 +2 -1 src/sys/kern/syscalls.master 1.19 +1 -1 src/sys/sys/syscall-hide.h 1.24 +1 -1 src/sys/sys/syscall.h 1.7 +1 -1 src/sys/sys/sysproto.h 1.34 +3 -1 src/sys/vm/vm_glue.c From owner-cvs-sys Thu Jan 4 13:13:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04705 for cvs-sys-outgoing; Thu, 4 Jan 1996 13:13:32 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04698 Thu, 4 Jan 1996 13:13:27 -0800 (PST) Date: Thu, 4 Jan 1996 13:13:27 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601042113.NAA04698@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c vm_map.c vm_object.c vm_page.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/04 13:13:26 Modified: sys/conf options sys/i386/eisa aha1742.c sys/i386/i386 locore.s machdep.c trap.c sys/i386/isa aic6360.c clock.c sio.c syscons.c sys/i386/isa/pcvt pcvt_kbd.c sys/kern subr_prf.c tty_subr.c vfs_subr.c sys/ufs/ffs ffs_subr.c sys/vm vm_glue.c vm_map.c vm_object.c vm_page.c Log: Convert DDB to new-style option. Revision Changes Path 1.4 +1 -0 src/sys/conf/options 1.46 +2 -1 src/sys/i386/eisa/aha1742.c 1.60 +2 -1 src/sys/i386/i386/locore.s 1.168 +1 -0 src/sys/i386/i386/machdep.c 1.70 +2 -1 src/sys/i386/i386/trap.c 1.18 +2 -267 src/sys/i386/isa/aic6360.c 1.44 +3 -1 src/sys/i386/isa/clock.c 1.133 +3 -1 src/sys/i386/isa/sio.c 1.139 +3 -1 src/sys/i386/isa/syscons.c 1.10 +2 -0 src/sys/i386/isa/pcvt/pcvt_kbd.c 1.20 +3 -1 src/sys/kern/subr_prf.c 1.21 +2 -1 src/sys/kern/tty_subr.c 1.51 +2 -1 src/sys/kern/vfs_subr.c 1.7 +3 -1 src/sys/ufs/ffs/ffs_subr.c 1.35 +1 -0 src/sys/vm/vm_glue.c 1.31 +2 -1 src/sys/vm/vm_map.c 1.62 +2 -1 src/sys/vm/vm_object.c 1.45 +2 -1 src/sys/vm/vm_page.c From owner-cvs-sys Thu Jan 4 13:34:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06231 for cvs-sys-outgoing; Thu, 4 Jan 1996 13:34:42 -0800 (PST) Received: (from olah@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA06195 Thu, 4 Jan 1996 13:34:35 -0800 (PST) Date: Thu, 4 Jan 1996 13:34:35 -0800 (PST) From: Andras Olah Message-Id: <199601042134.NAA06195@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet tcp_timer.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk olah 96/01/04 13:34:32 Modified: sys/netinet tcp_timer.c Log: Reverse the modification which caused the annoying m_copydata crash: set the TF_ACKNOW flag when the REXMT timer goes off to force a retransmission. In certain situations pulling snd_nxt back to snd_una is not sufficient. Revision Changes Path 1.13 +5 -1 src/sys/netinet/tcp_timer.c From owner-cvs-sys Thu Jan 4 17:48:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA12578 for cvs-sys-outgoing; Thu, 4 Jan 1996 17:48:24 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA12556 Thu, 4 Jan 1996 17:48:16 -0800 (PST) Date: Thu, 4 Jan 1996 17:48:16 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601050148.RAA12556@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_asm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/01/04 17:48:15 Modified: sys/dev/aic7xxx aic7xxx_asm.c Log: Null terminate execl's argument list. Submitted by: Ron Lenk Revision Changes Path 1.11 +2 -2 src/sys/dev/aic7xxx/aic7xxx_asm.c From owner-cvs-sys Thu Jan 4 17:52:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13550 for cvs-sys-outgoing; Thu, 4 Jan 1996 17:52:31 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13537 Thu, 4 Jan 1996 17:52:29 -0800 (PST) Date: Thu, 4 Jan 1996 17:52:29 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601050152.RAA13537@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx_asm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/01/04 17:52:28 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx_asm.c Log: Merge with HEAD. Null terminate execl's arg list. For some reason this didn't cause a problem on my -current system. :( Submitted by: Ron Lenk Revision Changes Path 1.9.4.2 +2 -2 src/sys/dev/aic7xxx/aic7xxx_asm.c From owner-cvs-sys Thu Jan 4 22:19:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA10371 for cvs-sys-outgoing; Thu, 4 Jan 1996 22:19:43 -0800 (PST) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA10364 Thu, 4 Jan 1996 22:19:39 -0800 (PST) Date: Thu, 4 Jan 1996 22:19:39 -0800 (PST) From: Paul Traina Message-Id: <199601050619.WAA10364@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsi_tape.h st.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk pst 96/01/04 22:19:38 Branch: sys/scsi RELENG_2_1_0 Modified: sys/scsi scsi_tape.h st.c Log: Fold in support for QIC-3080 format tape drives from -current. Revision Changes Path 1.13.4.1 +2 -1 src/sys/scsi/scsi_tape.h 1.36.4.2 +3 -1 src/sys/scsi/st.c From owner-cvs-sys Fri Jan 5 08:13:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA13940 for cvs-sys-outgoing; Fri, 5 Jan 1996 08:13:50 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA13929 Fri, 5 Jan 1996 08:13:47 -0800 (PST) Date: Fri, 5 Jan 1996 08:13:47 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601051613.IAA13929@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/01/05 08:13:46 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Bring back the more heavy-weight version of the mesgin inb routines. Davidg's testing made me think that some of the checks were superfluous, but wcarchive (and Amancio) know better. Revision Changes Path 1.26 +12 -4 src/sys/dev/aic7xxx/aic7xxx.seq Modified: sys/i386/scsi aic7xxx.c Log: The sequencer sets Intstat to REJECT_MSG, not MSG_REJECT. Submitted by: "Daniel M. Eischen" Revision Changes Path 1.52 +2 -2 src/sys/i386/scsi/aic7xxx.c From owner-cvs-sys Fri Jan 5 08:20:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14410 for cvs-sys-outgoing; Fri, 5 Jan 1996 08:20:07 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA14343 Fri, 5 Jan 1996 08:19:57 -0800 (PST) Date: Fri, 5 Jan 1996 08:19:57 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199601051619.IAA14343@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/01/05 08:19:55 Branch: sys/dev/aic7xxx RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq Log: Merge with HEAD. Revert to safer inb* routines. Revision Changes Path 1.16.4.6 +13 -5 src/sys/dev/aic7xxx/aic7xxx.seq Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi aic7xxx.c Log: Merge with HEAD. Check for REJECT_MSG instead of MSG_REJECT in intstat. Revision Changes Path 1.29.2.8 +2 -2 src/sys/i386/scsi/aic7xxx.c From owner-cvs-sys Fri Jan 5 08:38:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA15652 for cvs-sys-outgoing; Fri, 5 Jan 1996 08:38:14 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA15634 Fri, 5 Jan 1996 08:38:09 -0800 (PST) Date: Fri, 5 Jan 1996 08:38:09 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601051638.IAA15634@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sysv_ipc.c sysv_msg.c sysv_sem.c sysv_shm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 08:38:07 Modified: sys/kern sysv_ipc.c sysv_msg.c sysv_sem.c sysv_shm.c Log: Somehow managed to miss these four files when converting the SYSV IPC options over to the new style. Revision Changes Path 1.2 +3 -1 src/sys/kern/sysv_ipc.c 1.12 +3 -1 src/sys/kern/sysv_msg.c 1.15 +3 -1 src/sys/kern/sysv_sem.c 1.17 +3 -1 src/sys/kern/sysv_shm.c From owner-cvs-sys Fri Jan 5 09:46:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19603 for cvs-sys-outgoing; Fri, 5 Jan 1996 09:46:19 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19596 Fri, 5 Jan 1996 09:46:17 -0800 (PST) Date: Fri, 5 Jan 1996 09:46:17 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601051746.JAA19596@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 wollman 96/01/05 09:46:16 Modified: sys/conf options sys/kern vfs_syscalls.c Log: convert FDESC, KERNFS, NULLFS, PORTAL, UMAPFS, and UNION to the new style of options. Revision Changes Path 1.5 +7 -1 src/sys/conf/options 1.45 +10 -1 src/sys/kern/vfs_syscalls.c From owner-cvs-sys Fri Jan 5 09:49:34 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19954 for cvs-sys-outgoing; Fri, 5 Jan 1996 09:49:34 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19947 Fri, 5 Jan 1996 09:49:33 -0800 (PST) Date: Fri, 5 Jan 1996 09:49:33 -0800 (PST) From: David Greenman Message-Id: <199601051749.JAA19947@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys socket.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/05 09:49:32 Modified: sys/sys socket.h Log: Increased default SOMAXCONN from 32 to 128. 128 is the largest value I consider "safe" for most systems. Note that this is (has been for some time) also tunable with sysctl (via kern.somaxconn) should the operator wish to increase this value even higher. Also note that 128 is what the Netscape WWW server reportedly asks for. Revision Changes Path 1.8 +2 -2 src/sys/sys/socket.h From owner-cvs-sys Fri Jan 5 10:30:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22034 for cvs-sys-outgoing; Fri, 5 Jan 1996 10:30:14 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22027 Fri, 5 Jan 1996 10:30:12 -0800 (PST) Date: Fri, 5 Jan 1996 10:30:12 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601051830.KAA22027@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 10:30:11 Modified: sys/i386/conf Makefile.i386 Log: Delete a couple of unnecessary dependencies on Makefile. Revision Changes Path 1.73 +3 -3 src/sys/i386/conf/Makefile.i386 From owner-cvs-sys Fri Jan 5 10:32:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22291 for cvs-sys-outgoing; Fri, 5 Jan 1996 10:32:03 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22268 Fri, 5 Jan 1996 10:32:01 -0800 (PST) Date: Fri, 5 Jan 1996 10:32:01 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601051832.KAA22268@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_inode.c ufs_quota.c ufs_vfsops.c ufs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 10:32:00 Modified: sys/conf options sys/gnu/ext2fs ext2_alloc.c ext2_inode.c ext2_vfsops.c sys/msdosfs msdosfs_vfsops.c sys/ufs/ffs ffs_alloc.c ffs_inode.c ffs_vfsops.c sys/ufs/lfs lfs_alloc.c lfs_inode.c lfs_vfsops.c sys/ufs/ufs ufs_inode.c ufs_quota.c ufs_vfsops.c ufs_vnops.c Log: Convert QUOTA to new-style option. Revision Changes Path 1.6 +1 -0 src/sys/conf/options 1.5 +2 -0 src/sys/gnu/ext2fs/ext2_alloc.c 1.3 +2 -0 src/sys/gnu/ext2fs/ext2_inode.c 1.7 +2 -0 src/sys/gnu/ext2fs/ext2_vfsops.c 1.11 +1 -16 src/sys/msdosfs/msdosfs_vfsops.c 1.23 +3 -1 src/sys/ufs/ffs/ffs_alloc.c 1.19 +3 -1 src/sys/ufs/ffs/ffs_inode.c 1.33 +3 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.10 +3 -1 src/sys/ufs/lfs/lfs_alloc.c 1.12 +3 -1 src/sys/ufs/lfs/lfs_inode.c 1.14 +3 -1 src/sys/ufs/lfs/lfs_vfsops.c 1.8 +3 -1 src/sys/ufs/ufs/ufs_inode.c 1.7 +4 -1 src/sys/ufs/ufs/ufs_quota.c 1.5 +3 -1 src/sys/ufs/ufs/ufs_vfsops.c 1.36 +3 -1 src/sys/ufs/ufs/ufs_vnops.c From owner-cvs-sys Fri Jan 5 11:12:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24493 for cvs-sys-outgoing; Fri, 5 Jan 1996 11:12:53 -0800 (PST) Received: (from paul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24483 Fri, 5 Jan 1996 11:12:50 -0800 (PST) Date: Fri, 5 Jan 1996 11:12:50 -0800 (PST) From: Paul Richards Message-Id: <199601051912.LAA24483@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa if_lnc.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk paul 96/01/05 11:12:50 Modified: sys/i386/isa if_lnc.c Log: Added multicast support, currently #ifdef LNC_MULTICAST. Changed parameter of lnc_watchdog to match what upper levels expect, fixed a warning. Revision Changes Path 1.18 +85 -14 src/sys/i386/isa/if_lnc.c From owner-cvs-sys Fri Jan 5 11:20:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25031 for cvs-sys-outgoing; Fri, 5 Jan 1996 11:20:44 -0800 (PST) Received: from server.netcraft.co.uk (server.netcraft.co.uk [194.72.238.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id LAA24985 Fri, 5 Jan 1996 11:20:21 -0800 (PST) Received: (from paul@localhost) by server.netcraft.co.uk (8.6.11/8.6.9) id TAA25834; Fri, 5 Jan 1996 19:18:59 GMT From: Paul Richards Message-Id: <199601051918.TAA25834@server.netcraft.co.uk> Subject: Re: cvs commit: src/sys/i386/isa if_lnc.c To: FreeBSD-current@FreeBSD.org (FreeBSD current mailing list) Date: Fri, 5 Jan 1996 19:18:58 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199601051912.LAA24483@freefall.freebsd.org> from "Paul Richards" at Jan 5, 96 11:12:50 am Reply-to: paul@netcraft.co.uk X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-cvs-sys@FreeBSD.org Precedence: bulk In reply to Paul Richards who said > > paul 96/01/05 11:12:50 > > Modified: sys/i386/isa if_lnc.c > Log: > Added multicast support, currently #ifdef LNC_MULTICAST. > I've got no way to test this code so can some people who can test multicast support please do so and let me know. As soon as some people report it works I'll remove the #ifdef's. -- Paul Richards, Netcraft Ltd. Internet: paul@netcraft.co.uk, http://www.netcraft.co.uk Phone: 0370 462071 (Mobile), +44 1225 447500 (work) From owner-cvs-sys Fri Jan 5 11:28:59 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25545 for cvs-sys-outgoing; Fri, 5 Jan 1996 11:28:59 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA25538 Fri, 5 Jan 1996 11:28:57 -0800 (PST) Date: Fri, 5 Jan 1996 11:28:57 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199601051928.LAA25538@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/01/05 11:28:56 Modified: sys/i386/boot/biosboot Makefile Log: Remove -fno-strength-reduce, gcc bug recently fixed Revision Changes Path 1.34 +2 -2 src/sys/i386/boot/biosboot/Makefile From owner-cvs-sys Fri Jan 5 11:52:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA27215 for cvs-sys-outgoing; Fri, 5 Jan 1996 11:52:55 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA27207 Fri, 5 Jan 1996 11:52:52 -0800 (PST) Date: Fri, 5 Jan 1996 11:52:52 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601051952.LAA27207@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux linux_ipc.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 11:52:51 Modified: sys/i386/linux linux_ipc.c Log: The Linux emulator depends on SYSV IPC but doesn't actually reference the options. Revision Changes Path 1.5 +3 -1 src/sys/i386/linux/linux_ipc.c From owner-cvs-sys Fri Jan 5 12:13:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28598 for cvs-sys-outgoing; Fri, 5 Jan 1996 12:13:08 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA28591 Fri, 5 Jan 1996 12:13:03 -0800 (PST) Date: Fri, 5 Jan 1996 12:13:03 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601052013.MAA28591@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c od.c pt.c scsi_base.c scsi_ioctl.c sctarg.c sd.c st.c worm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 12:12:57 Modified: sys/conf options sys/i386/conf options.i386 sys/i386/i386 machdep.c vm_machdep.c sys/kern vfs_bio.c sys/scsi cd.c od.c pt.c scsi_base.c scsi_ioctl.c sctarg.c sd.c st.c worm.c Log: Convert BOUNCE_BUFFERS and BOUNCEPAGES to new option scheme. Revision Changes Path 1.7 +1 -0 src/sys/conf/options 1.3 +1 -0 src/sys/i386/conf/options.i386 1.169 +2 -1 src/sys/i386/i386/machdep.c 1.50 +3 -1 src/sys/i386/i386/vm_machdep.c 1.81 +3 -1 src/sys/kern/vfs_bio.c 1.56 +3 -1 src/sys/scsi/cd.c 1.11 +3 -1 src/sys/scsi/od.c 1.13 +3 -1 src/sys/scsi/pt.c 1.35 +3 -1 src/sys/scsi/scsi_base.c 1.19 +4 -1 src/sys/scsi/scsi_ioctl.c 1.13 +3 -1 src/sys/scsi/sctarg.c 1.83 +3 -1 src/sys/scsi/sd.c 1.56 +3 -1 src/sys/scsi/st.c 1.18 +3 -1 src/sys/scsi/worm.c From owner-cvs-sys Fri Jan 5 12:47:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00576 for cvs-sys-outgoing; Fri, 5 Jan 1996 12:47:10 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA00568 Fri, 5 Jan 1996 12:47:08 -0800 (PST) Date: Fri, 5 Jan 1996 12:47:08 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601052047.MAA00568@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netipx ipx_input.c ipx_proto.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 12:47:07 Modified: sys/i386/conf LINT sys/netinet ip_input.c sys/netipx ipx_input.c ipx_proto.c Log: Finally demolished the last, tottering remnants of GATEWAY. If you want to enable IP forwarding, use sysctl(8). Also did the same for IPX, which involved inventing a completely new MIB from whole cloth (which I may not quite have correct); be aware of this if you use IPX forwarding. (The two should never have been controlled by the same option anyway.) Revision Changes Path 1.232 +1 -7 src/sys/i386/conf/LINT 1.34 +3 -14 src/sys/netinet/ip_input.c 1.7 +12 -18 src/sys/netipx/ipx_input.c 1.4 +9 -1 src/sys/netipx/ipx_proto.c From owner-cvs-sys Fri Jan 5 13:41:59 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04241 for cvs-sys-outgoing; Fri, 5 Jan 1996 13:41:59 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA04234 Fri, 5 Jan 1996 13:41:57 -0800 (PST) Date: Fri, 5 Jan 1996 13:41:57 -0800 (PST) From: "Garrett A. Wollman" Message-Id: <199601052141.NAA04234@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern uipc_socket2.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/01/05 13:41:56 Modified: sys/kern uipc_socket2.c Log: Eliminate the dramatic TCP performance decrease observed for writes in the range [210:260] by sweeping the problem under the rug. This change has the following effects: 1) A new MIB variable in the kern branch is defined to allow modification of the socket buffer layer's ``wastage factor'' (which determines how much unused-but-allocated space in mbufs and mbuf clusters is allowed in a socket buffer). 2) The default value of the wastage factor is changed from 2 to 8. The original value was chosen when MINCLSIZE was 7*MLEN (!), and is not appropriate for an environment where MINCLSIZE is much less. The real solution to this problem is to scrap both mbufs and sockbufs and completely redesign the buffering mechanism used at both levels. Revision Changes Path 1.8 +6 -2 src/sys/kern/uipc_socket2.c From owner-cvs-sys Fri Jan 5 22:31:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA27880 for cvs-sys-outgoing; Fri, 5 Jan 1996 22:31:13 -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 WAA27875 Fri, 5 Jan 1996 22:30:54 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id RAA11126; Sat, 6 Jan 1996 17:28:14 +1100 Date: Sat, 6 Jan 1996 17:28:14 +1100 From: Bruce Evans Message-Id: <199601060628.RAA11126@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, paul@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa if_lnc.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > Modified: sys/i386/isa if_lnc.c > Log: > Added multicast support, currently #ifdef LNC_MULTICAST. > > Changed parameter of lnc_watchdog to match what upper levels expect, fixed > a warning. Erm, the second changes undoes revision 1.15 and breaks -current. The uppper levels of 2.1 and current are different. Bruce From owner-cvs-sys Fri Jan 5 23:49:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02844 for cvs-sys-outgoing; Fri, 5 Jan 1996 23:49:47 -0800 (PST) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02837 Fri, 5 Jan 1996 23:49:45 -0800 (PST) Date: Fri, 5 Jan 1996 23:49:45 -0800 (PST) From: Nate Williams Message-Id: <199601060749.XAA02837@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pccard i82365.h pcic.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk nate 96/01/05 23:49:44 Modified: sys/pccard i82365.h pcic.c Log: Don't rely on the card 'automatically' powering up when we probe it. On some laptops, this doesn't work (ie; IBM 75x series), so force it to power on. With this modification, I am able to read the tuples off 4 different PCMCIA cards on my ThinkPad. Reviewed by: phk@FreeBSD.org Obtained from: if_zp.c Revision Changes Path 1.3 +1 -0 src/sys/pccard/i82365.h 1.14 +2 -2 src/sys/pccard/pcic.c From owner-cvs-sys Sat Jan 6 02:07:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA09237 for cvs-sys-outgoing; Sat, 6 Jan 1996 02:07:18 -0800 (PST) Received: from cls.net (freeside.cls.de [192.129.50.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id CAA09204 Sat, 6 Jan 1996 02:07:12 -0800 (PST) Received: by mail.cls.net (Smail3.1.29.1) from allegro.lemis.de (192.109.197.134) with smtp id ; Sat, 6 Jan 96 10:07 GMT From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Reply-To: grog@lemis.de (Greg Lehey) Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id KAA15568; Sat, 6 Jan 1996 10:46:55 +0100 Message-Id: <199601060946.KAA15568@allegro.lemis.de> Subject: Re: cvs commit: src/sys/kern sysv_ipc.c sysv_msg.c sysv_sem.c sysv_shm.c To: wollman@freefall.freebsd.org (Garrett A. Wollman) Date: Sat, 6 Jan 1996 10:46:55 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199601051638.IAA15634@freefall.freebsd.org> from "Garrett A. Wollman" at Jan 5, 96 08:38:09 am 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-cvs-sys@FreeBSD.ORG Precedence: bulk Garrett A. Wollman writes: > > wollman 96/01/05 08:38:07 > > Modified: sys/kern sysv_ipc.c sysv_msg.c sysv_sem.c sysv_shm.c > Log: > Somehow managed to miss these four files when converting the SYSV IPC > options over to the new style. > > Revision Changes Path > 1.2 +3 -1 src/sys/kern/sysv_ipc.c > 1.12 +3 -1 src/sys/kern/sysv_msg.c > 1.15 +3 -1 src/sys/kern/sysv_sem.c > 1.17 +3 -1 src/sys/kern/sysv_shm.c Is this why sysv_msg.c no longer compiles? Greg From owner-cvs-sys Sat Jan 6 04:50:06 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19411 for cvs-sys-outgoing; Sat, 6 Jan 1996 04:50:06 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19381 Sat, 6 Jan 1996 04:50:02 -0800 (PST) Date: Sat, 6 Jan 1996 04:50:02 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199601061250.EAA19381@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_readwrite.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/01/06 04:50:00 Modified: sys/ufs/ufs ufs_readwrite.c Log: Fix the asami&phk bug. This was a sign-extension bug, where a long got multiplied by a constant before being upgraded to long long. This should fix kern/104 and possibly kern/105. Thanks to: dyson & asami. Revision Changes Path 1.18 +2 -2 src/sys/ufs/ufs/ufs_readwrite.c From owner-cvs-sys Sat Jan 6 06:47:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA26943 for cvs-sys-outgoing; Sat, 6 Jan 1996 06:47:28 -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 GAA26918 Sat, 6 Jan 1996 06:47:07 -0800 (PST) Received: (from peter@localhost) by jhome.DIALix.COM (8.7.3/8.7.3) id WAA00891; Sat, 6 Jan 1996 22:47:03 +0800 (WST) Date: Sat, 6 Jan 1996 22:47:02 +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/ufs/ufs ufs_readwrite.c In-Reply-To: <199601061250.EAA19381@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 Sat, 6 Jan 1996, Poul-Henning Kamp wrote: > phk 96/01/06 04:50:00 > > Modified: sys/ufs/ufs ufs_readwrite.c > Log: > Fix the asami&phk bug. This was a sign-extension bug, where a long > got multiplied by a constant before being upgraded to long long. > This should fix kern/104 and possibly kern/105. > Thanks to: dyson & asami. Hmm.. This would only turn up on a >2GB disk (or partition?), no? BTW: it's not 104 and 105.. :-) Some related ones: kern/904 (closed, DMA > 256 segs) kern/929 (open, ncr scatter-gather failed) kern/901 (open, vm_page_free.. possible negative index suggested by DG) I can see a few other stale PR's in there.. I'll do a sweep.. -Peter From owner-cvs-sys Sat Jan 6 09:57:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA06500 for cvs-sys-outgoing; Sat, 6 Jan 1996 09:57:12 -0800 (PST) Received: from hub.org (root@hub.org [199.166.238.138]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA06487 Sat, 6 Jan 1996 09:56:43 -0800 (PST) Received: (from scrappy@localhost) by hub.org (8.7.3/8.7.3) id MAA13874; Sat, 6 Jan 1996 12:53:45 -0500 (EST) Date: Sat, 6 Jan 1996 12:53:44 -0500 (EST) From: "Marc G. Fournier" X-Sender: scrappy@hub.org To: Greg Lehey cc: "Garrett A. Wollman" , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern sysv_ipc.c sysv_msg.c sysv_sem.c sysv_shm.c In-Reply-To: <199601060946.KAA15568@allegro.lemis.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk On Sat, 6 Jan 1996, Greg Lehey wrote: > Garrett A. Wollman writes: > > > > wollman 96/01/05 08:38:07 > > > > Modified: sys/kern sysv_ipc.c sysv_msg.c sysv_sem.c sysv_shm.c > > Log: > > Somehow managed to miss these four files when converting the SYSV IPC > > options over to the new style. > > > > Revision Changes Path > > 1.2 +3 -1 src/sys/kern/sysv_ipc.c > > 1.12 +3 -1 src/sys/kern/sysv_msg.c > > 1.15 +3 -1 src/sys/kern/sysv_sem.c > > 1.17 +3 -1 src/sys/kern/sysv_shm.c > > Is this why sysv_msg.c no longer compiles? > Yes, before I sup'd these ones in, its failed...I have just recompiled the kernel since, and it compiled fine. Marc G. Fournier | POP Mail Telnet Acct DNS Hosting System | WWW Services Database Services | Knowledge, Administrator | | Information and scrappy@ki.net | WWW: http://www.ki.net | Communications, Inc From owner-cvs-sys Sat Jan 6 13:50:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA20503 for cvs-sys-outgoing; Sat, 6 Jan 1996 13:50:25 -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 NAA20473 Sat, 6 Jan 1996 13:50:02 -0800 (PST) Received: from critter.tfs.com ([193.88.44.194]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id WAA03445; Sat, 6 Jan 1996 22:48:11 +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 WAA04404; Sat, 6 Jan 1996 22:50:09 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Peter Wemm cc: Poul-Henning Kamp , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c In-reply-to: Your message of "Sat, 06 Jan 1996 22:47:02 +0800." Date: Sat, 06 Jan 1996 22:50:08 +0100 Message-ID: <4402.820965008@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > On Sat, 6 Jan 1996, Poul-Henning Kamp wrote: > > phk 96/01/06 04:50:00 > > > > Modified: sys/ufs/ufs ufs_readwrite.c > > Log: > > Fix the asami&phk bug. This was a sign-extension bug, where a long > > got multiplied by a constant before being upgraded to long long. > > This should fix kern/104 and possibly kern/105. > > Thanks to: dyson & asami. > > Hmm.. This would only turn up on a >2GB disk (or partition?), no? > > BTW: it's not 104 and 105.. :-) sorry, I got it wrong. > Some related ones: > kern/904 (closed, DMA > 256 segs) > kern/929 (open, ncr scatter-gather failed) > kern/901 (open, vm_page_free.. possible negative index suggested by DG) I'll deal with them... -- 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 Sat Jan 6 14:16:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22428 for cvs-sys-outgoing; Sat, 6 Jan 1996 14:16:20 -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 OAA22407 Sat, 6 Jan 1996 14:16:05 -0800 (PST) Received: from critter.tfs.com ([193.88.44.194]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id XAA03705; Sat, 6 Jan 1996 23:14:14 +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 XAA04474; Sat, 6 Jan 1996 23:16:11 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Peter Wemm cc: Poul-Henning Kamp , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c In-reply-to: Your message of "Sat, 06 Jan 1996 22:47:02 +0800." Date: Sat, 06 Jan 1996 23:16:10 +0100 Message-ID: <4472.820966570@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > On Sat, 6 Jan 1996, Poul-Henning Kamp wrote: > > phk 96/01/06 04:50:00 > > > > Modified: sys/ufs/ufs ufs_readwrite.c > > Log: > > Fix the asami&phk bug. This was a sign-extension bug, where a long > > got multiplied by a constant before being upgraded to long long. > > This should fix kern/104 and possibly kern/105. > > Thanks to: dyson & asami. > > Hmm.. This would only turn up on a >2GB disk (or partition?), no? Well, yes and no. You partition needs to be pretty vast though. It's more complicated than one would think :-( I'm getting worried about this thing, I wonder how many we have of these :-( -- 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 Sat Jan 6 14:19:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22581 for cvs-sys-outgoing; Sat, 6 Jan 1996 14:19:08 -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 OAA22558 Sat, 6 Jan 1996 14:18:56 -0800 (PST) Message-Id: <199601062218.OAA22558@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: Host localhost.cdrom.com [127.0.0.1] didn't use HELO protocol To: Poul-Henning Kamp cc: Peter Wemm , Poul-Henning Kamp , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c In-reply-to: Your message of "Sat, 06 Jan 1996 23:16:10 +0100." <4472.820966570@critter.tfs.com> Date: Sat, 06 Jan 1996 14:18:55 -0800 From: "Justin T. Gibbs" Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >> Hmm.. This would only turn up on a >2GB disk (or partition?), no? > >Well, yes and no. You partition needs to be pretty vast though. >It's more complicated than one would think :-( > >I'm getting worried about this thing, I wonder how many we have >of these :-( We'll just have to wait for the guy with the 20gig RAID to tell us. Was this bug only in -current? >-- >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. -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations =========================================== From owner-cvs-sys Sat Jan 6 14:22:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA22965 for cvs-sys-outgoing; Sat, 6 Jan 1996 14:22:12 -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 OAA22881 Sat, 6 Jan 1996 14:21:30 -0800 (PST) Received: from critter.tfs.com ([193.88.44.194]) by ra.dkuug.dk (8.6.12/8.6.12) with ESMTP id XAA03776; Sat, 6 Jan 1996 23:19:39 +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 XAA04526; Sat, 6 Jan 1996 23:21:37 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: "Justin T. Gibbs" cc: Peter Wemm , CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c In-reply-to: Your message of "Sat, 06 Jan 1996 14:18:55 PST." <199601062218.OAA22558@freefall.freebsd.org> Date: Sat, 06 Jan 1996 23:21:35 +0100 Message-ID: <4524.820966895@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > >> Hmm.. This would only turn up on a >2GB disk (or partition?), no? > > > >Well, yes and no. You partition needs to be pretty vast though. > >It's more complicated than one would think :-( > > > >I'm getting worried about this thing, I wonder how many we have > >of these :-( > > We'll just have to wait for the guy with the 20gig RAID to tell us. > Was this bug only in -current? I think so, I belive it was a 2TB change that brought it here. Havn't looked 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 Sat Jan 6 14:22:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA23007 for cvs-sys-outgoing; Sat, 6 Jan 1996 14:22:30 -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 OAA22910 Sat, 6 Jan 1996 14:21:49 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id OAA09109; Sat, 6 Jan 1996 14:21:48 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id OAA00198; Sat, 6 Jan 1996 14:21:48 -0800 (PST) Message-Id: <199601062221.OAA00198@corbin.Root.COM> To: "Justin T. Gibbs" cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/ufs/ufs ufs_readwrite.c In-reply-to: Your message of "Sat, 06 Jan 96 14:18:55 PST." <199601062218.OAA22558@freefall.freebsd.org> From: David Greenman Reply-To: davidg@Root.COM Date: Sat, 06 Jan 1996 14:21:48 -0800 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >>> Hmm.. This would only turn up on a >2GB disk (or partition?), no? >> >>Well, yes and no. You partition needs to be pretty vast though. >>It's more complicated than one would think :-( >> >>I'm getting worried about this thing, I wonder how many we have >>of these :-( > >We'll just have to wait for the guy with the 20gig RAID to tell us. >Was this bug only in -current? Yes, it was a bug in ffs_getpages which only exists in -current. -DG David Greenman Core Team/Principal Architect, The FreeBSD Project From owner-cvs-sys Sat Jan 6 15:11:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA26805 for cvs-sys-outgoing; Sat, 6 Jan 1996 15:11:03 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA26795 Sat, 6 Jan 1996 15:11:01 -0800 (PST) Date: Sat, 6 Jan 1996 15:11:01 -0800 (PST) From: Peter Wemm Message-Id: <199601062311.PAA26795@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf options.i386 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/01/06 15:11:00 Modified: sys/i386/isa npx.c sys/i386/conf options.i386 Log: Choose a different name to hold the option definition.. The original one was overlapping with another file, and making some undesirable behavior a little worse - it's triggering a bug in config that appears to have been there for some time (before the options files, anyway.) Revision Changes Path 1.29 +2 -2 src/sys/i386/isa/npx.c 1.4 +2 -2 src/sys/i386/conf/options.i386 From owner-cvs-sys Sat Jan 6 15:23:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA27775 for cvs-sys-outgoing; Sat, 6 Jan 1996 15:23:09 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA27766 Sat, 6 Jan 1996 15:23:07 -0800 (PST) Date: Sat, 6 Jan 1996 15:23:07 -0800 (PST) From: David Greenman Message-Id: <199601062323.PAA27766@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/06 15:23:06 Modified: sys/kern vfs_bio.c Log: Rework vm_hold_{load,free}_pages to calculate an index once and use that. At the same time, be sure to page-truncate bp->b_data so that the result of the calculation isn't negative. Revision Changes Path 1.82 +13 -11 src/sys/kern/vfs_bio.c From owner-cvs-sys Sat Jan 6 15:37:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA28841 for cvs-sys-outgoing; Sat, 6 Jan 1996 15:37:14 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA28833 Sat, 6 Jan 1996 15:37:11 -0800 (PST) Date: Sat, 6 Jan 1996 15:37:11 -0800 (PST) From: Joerg Wunsch Message-Id: <199601062337.PAA28833@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk joerg 96/01/06 15:37:11 Modified: sys/i386/boot/biosboot Makefile Log: Document the ``BOOT_HD'' make option for the bootblocks. Revision Changes Path 1.35 +7 -2 src/sys/i386/boot/biosboot/Makefile From owner-cvs-sys Sat Jan 6 15:58:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA29779 for cvs-sys-outgoing; Sat, 6 Jan 1996 15:58:10 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA29771 Sat, 6 Jan 1996 15:58:07 -0800 (PST) Date: Sat, 6 Jan 1996 15:58:07 -0800 (PST) From: David Greenman Message-Id: <199601062358.PAA29771@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/06 15:58:06 Modified: sys/kern vfs_bio.c Log: Print out the queue index if it's found to be inconsistent. Revision Changes Path 1.83 +7 -4 src/sys/kern/vfs_bio.c From owner-cvs-sys Sat Jan 6 16:03:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00282 for cvs-sys-outgoing; Sat, 6 Jan 1996 16:03:05 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA00271 Sat, 6 Jan 1996 16:03:03 -0800 (PST) Date: Sat, 6 Jan 1996 16:03:03 -0800 (PST) From: David Greenman Message-Id: <199601070003.QAA00271@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_bio.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/01/06 16:03:02 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern vfs_bio.c Log: Brought in fixes from revs 1.80, 1.82 and 1.83, with slight retrofitting for 2.1: fix for credentials leak and negative page index bug. Revision Changes Path 1.46.4.8 +28 -19 src/sys/kern/vfs_bio.c