From owner-cvs-sys Sun Jun 9 01:55:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11737 for cvs-sys-outgoing; Sun, 9 Jun 1996 01:55:12 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11663; Sun, 9 Jun 1996 01:55:01 -0700 (PDT) Date: Sun, 9 Jun 1996 01:55:01 -0700 (PDT) From: David Greenman Message-Id: <199606090855.BAA11663@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/09 01:55:00 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 pmap.c Log: Backed out changes in revs 1.58.4.2 and 1.58.4.3. The version this was based on from -current wasn't ready for prime-time yet and the new stuff is far too green. This reverts the code to what we released in 2.1R. Revision Changes Path 1.58.4.4 +240 -220 src/sys/i386/i386/pmap.c From owner-cvs-sys Sun Jun 9 04:05:34 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA24127 for cvs-sys-outgoing; Sun, 9 Jun 1996 04:05:34 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA24027; Sun, 9 Jun 1996 04:05:13 -0700 (PDT) Date: Sun, 9 Jun 1996 04:05:13 -0700 (PDT) From: Gary Palmer Message-Id: <199606091105.EAA24027@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_tun.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/09 04:05:12 Branch: sys/net RELENG_2_1_0 Modified: sys/net if_tun.c Log: Bring in changes from revs 1.24 and 1.25 and fix PR 1304: return EBUSY rather than ENXIO Revision Changes Path 1.6.4.2 +1 -1 src/sys/net/if_tun.c From owner-cvs-sys Sun Jun 9 04:17:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA28280 for cvs-sys-outgoing; Sun, 9 Jun 1996 04:17:56 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA28166; Sun, 9 Jun 1996 04:17:39 -0700 (PDT) Date: Sun, 9 Jun 1996 04:17:39 -0700 (PDT) From: Gary Palmer Message-Id: <199606091117.EAA28166@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/09 04:17:37 Branch: sys/conf RELENG_2_1_0 Modified: sys/conf files Log: Remove devfs from stable. This version is suffering from extreme bitrot Revision Changes Path 1.41.4.7 +0 -4 src/sys/conf/files From owner-cvs-sys Sun Jun 9 04:22:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA29984 for cvs-sys-outgoing; Sun, 9 Jun 1996 04:22:35 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA29945; Sun, 9 Jun 1996 04:22:27 -0700 (PDT) Date: Sun, 9 Jun 1996 04:22:27 -0700 (PDT) From: Gary Palmer Message-Id: <199606091122.EAA29945@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs README devfs_back.c devfs_front.c devfs_proto.h devfs_vfsops.c devfs_vnops.c devfsdefs.h reproto.sh Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/09 04:22:25 Branch: sys/miscfs/devfs RELENG_2_1_0 Removed: sys/miscfs/devfs README devfs_back.c devfs_front.c devfs_proto.h devfs_vfsops.c devfs_vnops.c devfsdefs.h reproto.sh Log: Somehow got missed from the last commit. Stick these in -stable's attic as they are suffering from nasty bitrot From owner-cvs-sys Sun Jun 9 04:58:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13212 for cvs-sys-outgoing; Sun, 9 Jun 1996 04:58:32 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA13147; Sun, 9 Jun 1996 04:58:22 -0700 (PDT) Date: Sun, 9 Jun 1996 04:58:22 -0700 (PDT) From: Satoshi Asami Message-Id: <199606091158.EAA13147@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/09 04:58:21 Modified: sys/pci pci.c Log: Scan PCI buses in order the BIOS has assigned them. This is sometimes necessary to boot from a SCSI disk connected to a twin-channel adapter, and you have multiple of them (disks and adapters). Reviewed by: se Revision Changes Path 1.51 +4 -2 src/sys/pci/pci.c From owner-cvs-sys Sun Jun 9 05:18:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA20328 for cvs-sys-outgoing; Sun, 9 Jun 1996 05:18:04 -0700 (PDT) Received: (from ache@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA20259; Sun, 9 Jun 1996 05:17:55 -0700 (PDT) Date: Sun, 9 Jun 1996 05:17:55 -0700 (PDT) From: "Andrey A. Chernov" Message-Id: <199606091217.FAA20259@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 96/06/09 05:17:54 Modified: sys/i386/isa wcd.c Log: Implement CDIOCCLOSE Revision Changes Path 1.34 +16 -4 src/sys/i386/isa/wcd.c From owner-cvs-sys Sun Jun 9 07:23:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA05545 for cvs-sys-outgoing; Sun, 9 Jun 1996 07:23:36 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA05396; Sun, 9 Jun 1996 07:23:17 -0700 (PDT) Date: Sun, 9 Jun 1996 07:23:17 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606091423.HAA05396@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa pcaudio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/06/09 07:23:16 Modified: sys/i386/isa pcaudio.c Log: Fix the spl handling. There's still the effect that the timers have sometimes already been released at the time pcaclose() is called, but this is now prevented from deadlocking by checking for a running timer at the start of pca_wait(). At least, i can now play xboing again with pcaudio, this used to hang the entire system previously within a few seconds. Revision Changes Path 1.28 +32 -14 src/sys/i386/isa/pcaudio.c From owner-cvs-sys Sun Jun 9 07:26:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA06729 for cvs-sys-outgoing; Sun, 9 Jun 1996 07:26:17 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA06533; Sun, 9 Jun 1996 07:25:50 -0700 (PDT) Date: Sun, 9 Jun 1996 07:25:50 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606091425.HAA06533@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa pcaudio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/06/09 07:25:49 Modified: sys/i386/isa pcaudio.c Log: Merge the fix from rev. 1.28: fix the spl handling, and a deadlock condition. Revision Changes Path 1.13.4.2 +32 -14 src/sys/i386/isa/pcaudio.c From owner-cvs-sys Sun Jun 9 07:44:45 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA11299 for cvs-sys-outgoing; Sun, 9 Jun 1996 07:44:45 -0700 (PDT) Received: (from martin@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA11128; Sun, 9 Jun 1996 07:44:20 -0700 (PDT) Date: Sun, 9 Jun 1996 07:44:20 -0700 (PDT) From: Martin Renters Message-Id: <199606091444.HAA11128@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/netboot ns8390.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk martin 96/06/09 07:44:19 Modified: sys/i386/boot/netboot ns8390.c Log: Add a check in the SMC probe to verify that the card has an ethernet address that starts with 0000C0xxxxxx. This prevents the probe code from finding GUS cards. Pointed out by: Seppo Kallio Revision Changes Path 1.4 +4 -0 src/sys/i386/boot/netboot/ns8390.c From owner-cvs-sys Sun Jun 9 08:00:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA16907 for cvs-sys-outgoing; Sun, 9 Jun 1996 08:00:33 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA16799; Sun, 9 Jun 1996 08:00:17 -0700 (PDT) Date: Sun, 9 Jun 1996 08:00:17 -0700 (PDT) From: Alex Nash Message-Id: <199606091500.IAA16799@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys proc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/09 08:00:16 Modified: sys/sys proc.h Log: Include needed for MAXCOMLEN and MAXLOGNAME constants. Revision Changes Path 1.25 +2 -1 src/sys/sys/proc.h From owner-cvs-sys Sun Jun 9 10:24:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA24569 for cvs-sys-outgoing; Sun, 9 Jun 1996 10:24:37 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA24511; Sun, 9 Jun 1996 10:24:28 -0700 (PDT) Date: Sun, 9 Jun 1996 10:24:28 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606091724.KAA24511@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_tun.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/06/09 10:24:27 Modified: sys/net if_tun.c Log: Also count bytes in if_tun. kern/1253 Reviewed by: phk Submitted by: John Capo Revision Changes Path 1.26 +2 -0 src/sys/net/if_tun.c From owner-cvs-sys Sun Jun 9 10:29:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25636 for cvs-sys-outgoing; Sun, 9 Jun 1996 10:29:51 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA25585; Sun, 9 Jun 1996 10:29:37 -0700 (PDT) Date: Sun, 9 Jun 1996 10:29:37 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199606091729.KAA25585@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/06/09 10:29:36 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h sys/i386/scsi aic7xxx.c Log: Detect and report dataphase overruns. Put the adapter into 'Bit Bucket' mode when this occurs and allow the target to complete the transaction. Force a retry on overruns since they are usually caused by termination or cable problems. Revision Changes Path 1.42 +26 -1 src/sys/dev/aic7xxx/aic7xxx.seq 1.12 +6 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h 1.74 +26 -1 src/sys/i386/scsi/aic7xxx.c From owner-cvs-sys Sun Jun 9 10:33:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26625 for cvs-sys-outgoing; Sun, 9 Jun 1996 10:33:35 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA26573; Sun, 9 Jun 1996 10:33:22 -0700 (PDT) Date: Sun, 9 Jun 1996 10:33:22 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199606091733.KAA26573@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/06/09 10:33:22 Branch: sys/dev/aic7xxx RELENG_2_1_0 sys/i386/scsi RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h sys/i386/scsi aic7xxx.c Log: Detect and report dataphase overruns. Put the adapter into 'Bit Bucket' mode when this occurs and allow the target to complete the transaction. Force a retry on overruns since they are usually caused by termination or cable problems. Revision Changes Path 1.16.4.17 +26 -1 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.8 +6 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h 1.29.2.22 +26 -1 src/sys/i386/scsi/aic7xxx.c From owner-cvs-sys Sun Jun 9 16:46:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14124 for cvs-sys-outgoing; Sun, 9 Jun 1996 16:46:36 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA14051; Sun, 9 Jun 1996 16:46:25 -0700 (PDT) Date: Sun, 9 Jun 1996 16:46:25 -0700 (PDT) From: Alex Nash Message-Id: <199606092346.QAA14051@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c ip_fw.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/09 16:46:24 Modified: sys/netinet ip_fw.c ip_fw.h Log: Big sweep over ipfw, picking up where Poul left off: - Log ICMP type during verbose output. - Added IPFIREWALL_VERBOSE_LIMIT option to prevent denial of service attacks via syslog flooding. - Filter based on ICMP type. - Timestamp chain entries when they are matched. - Interfaces can now be matched with a wildcard specification (i.e. will match any interface unit for a given name). - Prevent the firewall chain from being manipulated when securelevel is greater than 2. - Fixed bug that allowed the default policy to be deleted. - Ability to zero individual accounting entries. - Remove definitions of old_chk_ptr and old_ctl_ptr when compiling ipfw as a lkm. - Remove some redundant code shared between ip_fw_init and ipfw_load. Closes PRs: 1192, 1219, and 1267. Revision Changes Path 1.37 +109 -66 src/sys/netinet/ip_fw.c 1.20 +26 -19 src/sys/netinet/ip_fw.h From owner-cvs-sys Sun Jun 9 17:25:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18885 for cvs-sys-outgoing; Sun, 9 Jun 1996 17:25:55 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA18839; Sun, 9 Jun 1996 17:25:43 -0700 (PDT) Date: Sun, 9 Jun 1996 17:25:43 -0700 (PDT) From: John Dyson Message-Id: <199606100025.RAA18839@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/09 17:25:42 Modified: sys/vm vm_fault.c Log: Keep the vm_fault/vm_pageout from getting into an "infinite paging loop", by reserving "cached" pages before waking up the pageout daemon. This will reserve the faulted page, and keep the system from thrashing itself to death given this condition. Revision Changes Path 1.50 +7 -3 src/sys/vm/vm_fault.c From owner-cvs-sys Sun Jun 9 17:50:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA22079 for cvs-sys-outgoing; Sun, 9 Jun 1996 17:50:50 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA22034; Sun, 9 Jun 1996 17:50:37 -0700 (PDT) Date: Sun, 9 Jun 1996 17:50:37 -0700 (PDT) From: Alex Nash Message-Id: <199606100050.RAA22034@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/09 17:50:36 Modified: sys/i386/conf LINT Log: Clarify the meaning of IPFIREWALL_VERBOSE. Add IPFIREWALL_VERBOSE_LIMIT. Revision Changes Path 1.262 +5 -3 src/sys/i386/conf/LINT From owner-cvs-sys Sun Jun 9 21:59:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA21633 for cvs-sys-outgoing; Sun, 9 Jun 1996 21:59:04 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA21556; Sun, 9 Jun 1996 21:58:51 -0700 (PDT) Date: Sun, 9 Jun 1996 21:58:51 -0700 (PDT) From: John Dyson Message-Id: <199606100458.VAA21556@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm swap_pager.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/09 21:58:51 Modified: sys/vm swap_pager.c Log: Mostly superficial code improvements, add a diagnostic. The code improvements include significant simplification of the reservation of the swap pager control blocks for reads. Add a panic for an inconsistent swap pager control block count. Revision Changes Path 1.68 +23 -18 src/sys/vm/swap_pager.c From owner-cvs-sys Mon Jun 10 01:15:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA09691 for cvs-sys-outgoing; Mon, 10 Jun 1996 01:15:51 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA09621; Mon, 10 Jun 1996 01:15:35 -0700 (PDT) Date: Mon, 10 Jun 1996 01:15:35 -0700 (PDT) From: Peter Wemm Message-Id: <199606100815.BAA09621@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/06/10 01:15:34 Modified: sys/i386/conf LINT Log: *blush* I used EXTRAVNODES everywhere else, but put EXTRA_VNODES in the example here.. :-( Revision Changes Path 1.263 +2 -2 src/sys/i386/conf/LINT From owner-cvs-sys Mon Jun 10 08:30:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA16367 for cvs-sys-outgoing; Mon, 10 Jun 1996 08:30:51 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA16334; Mon, 10 Jun 1996 08:30:36 -0700 (PDT) Date: Mon, 10 Jun 1996 08:30:36 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606101530.IAA16334@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf majors.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/06/10 08:30:35 Modified: sys/i386/conf majors.i386 Log: We are developing a device driver of Smart Capture Card. Smart Capture Card is a kind of video capture card, PCMCIA type II, and made by IBM Japan co.. Unfortunately, it is sold in Japan now. The device driver is working on the latest pccard-test package by Tatsumi HOSOKAWA and bsd-nomads. Some applications are also working. For example, xscc is a video moniter client on X-window, vic-2.7b2 is a video conference tool. We have a contract with IBM Japan. From the contract, we cannot release the source code exept the permit of IBM Japan. But I think they will permit us in few weeks. Reviewed by: phk Requested by: ohashi@mickey.ai.kyutech.ac.jp (Takeshi OHASHI) Revision Changes Path 1.6 +2 -1 src/sys/i386/conf/majors.i386 From owner-cvs-sys Mon Jun 10 09:24:03 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA22664 for cvs-sys-outgoing; Mon, 10 Jun 1996 09:24:03 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA22633; Mon, 10 Jun 1996 09:23:44 -0700 (PDT) Date: Mon, 10 Jun 1996 09:23:44 -0700 (PDT) From: Nate Williams Message-Id: <199606101623.JAA22633@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys sysctl.h src/sys/kern kern_sysctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/10 09:23:43 Modified: sys/kern kern_sysctl.c sys/sys sysctl.h Log: Implemented 'kern_sysctl', which differs from 'userland_sysctl' in that it assumes all of the data exists in the kernel. Also, fix sysctl_new-kernel (unused until now) which had reversed operands to bcopy(). Reviewed by: phk Poul writes: ... actually the lock/sleep/wakeup cruft shouldn't be needed in the kernel version I think, but just leave it there for now. Revision Changes Path 1.64 +63 -5 src/sys/kern/kern_sysctl.c 1.42 +2 -1 src/sys/sys/sysctl.h From owner-cvs-sys Mon Jun 10 16:07:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA15387 for cvs-sys-outgoing; Mon, 10 Jun 1996 16:07:50 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA15352; Mon, 10 Jun 1996 16:07:42 -0700 (PDT) Date: Mon, 10 Jun 1996 16:07:42 -0700 (PDT) From: Gary Palmer Message-Id: <199606102307.QAA15352@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if.c if.h if_disc.c if_ethersubr.c if_fddisubr.c if_loop.c if_ppp.c if_sl.c if_spppsubr.c if_tun.c ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/10 16:07:41 Modified: sys/net if.c if.h if_disc.c if_ethersubr.c if_fddisubr.c if_loop.c if_ppp.c if_sl.c if_spppsubr.c if_tun.c ppp_tty.c Log: Change the use if ifnet.if_lastchange to be more in line with SNMP requirements. Update description of ifnet.if_lastchange in if.h to indicate this. Revision Changes Path 1.31 +22 -7 src/sys/net/if.c 1.29 +2 -2 src/sys/net/if.h 1.13 +1 -2 src/sys/net/if_disc.c 1.18 +4 -6 src/sys/net/if_ethersubr.c 1.9 +1 -3 src/sys/net/if_fddisubr.c 1.21 +1 -2 src/sys/net/if_loop.c 1.34 +2 -3 src/sys/net/if_ppp.c 1.42 +2 -4 src/sys/net/if_sl.c 1.11 +0 -2 src/sys/net/if_spppsubr.c 1.27 +5 -2 src/sys/net/if_tun.c 1.6 +2 -2 src/sys/net/ppp_tty.c From owner-cvs-sys Mon Jun 10 16:18:01 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17926 for cvs-sys-outgoing; Mon, 10 Jun 1996 16:18:01 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA17838; Mon, 10 Jun 1996 16:17:48 -0700 (PDT) Date: Mon, 10 Jun 1996 16:17:48 -0700 (PDT) From: Gary Palmer Message-Id: <199606102317.QAA17838@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/10 16:17:47 Modified: sys/net if_spppsubr.c Log: Add $Id$ Revision Changes Path 1.12 +2 -0 src/sys/net/if_spppsubr.c From owner-cvs-sys Mon Jun 10 17:52:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA01744 for cvs-sys-outgoing; Mon, 10 Jun 1996 17:52:13 -0700 (PDT) Received: (from alex@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA01607; Mon, 10 Jun 1996 17:51:52 -0700 (PDT) Date: Mon, 10 Jun 1996 17:51:52 -0700 (PDT) From: Alex Nash Message-Id: <199606110051.RAA01607@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_ed_p.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 96/06/10 17:51:51 Modified: sys/pci if_ed_p.c Log: Detach the device at shutdown. Add a prototype for ed_attach_NE2000_pci (this really belongs somewhere else, but where?). Revision Changes Path 1.2 +4 -6 src/sys/pci/if_ed_p.c From owner-cvs-sys Mon Jun 10 22:17:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA24609 for cvs-sys-outgoing; Mon, 10 Jun 1996 22:17:55 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA24576; Mon, 10 Jun 1996 22:17:37 -0700 (PDT) Date: Mon, 10 Jun 1996 22:17:37 -0700 (PDT) From: Bruce Evans Message-Id: <199606110517.WAA24576@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/ffs ffs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/06/10 22:17:37 Branch: sys/ufs/ffs RELENG_2_1_0 Modified: sys/ufs/ffs ffs_vfsops.c Log: Brought in the fix from rev.1.33 - use the freespace() macro instead of buggy explicit code to fix the `Avail' count returned by statfs() for file systems larger than 11GB. This also fixes a minor rounding bug. The count is still wrong for file systems larger than 1TB/minfree (normally 128GB). Revision Changes Path 1.21.4.2 +2 -3 src/sys/ufs/ffs/ffs_vfsops.c From owner-cvs-sys Tue Jun 11 09:03:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09460 for cvs-sys-outgoing; Tue, 11 Jun 1996 09:03:07 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09443; Tue, 11 Jun 1996 09:02:58 -0700 (PDT) Date: Tue, 11 Jun 1996 09:02:58 -0700 (PDT) From: Paul Traina Message-Id: <199606111602.JAA09443@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/06/11 09:02:57 Modified: sys/i386/conf options.i386 sys/i386/isa clock.c Log: Put clock calibration #defines in opt_clock.h to ease reconfiguration Revision Changes Path 1.14 +5 -1 src/sys/i386/conf/options.i386 1.59 +2 -1 src/sys/i386/isa/clock.c From owner-cvs-sys Tue Jun 11 09:11:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09944 for cvs-sys-outgoing; Tue, 11 Jun 1996 09:11:43 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id JAA09927; Tue, 11 Jun 1996 09:11:29 -0700 (PDT) Date: Tue, 11 Jun 1996 09:11:29 -0700 (PDT) From: Paul Traina Message-Id: <199606111611.JAA09927@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/06/11 09:11:28 Modified: sys/i386/isa clock.c Log: Move warning messages under bootverbose Revision Changes Path 1.60 +8 -4 src/sys/i386/isa/clock.c From owner-cvs-sys Tue Jun 11 16:05:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA05315 for cvs-sys-outgoing; Tue, 11 Jun 1996 16:05:39 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA05291; Tue, 11 Jun 1996 16:05:29 -0700 (PDT) Date: Tue, 11 Jun 1996 16:05:29 -0700 (PDT) From: John Dyson Message-Id: <199606112305.QAA05291@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/11 16:05:28 Modified: sys/kern init_main.c Log: Get rid of the unneeded upper address space. Revision Changes Path 1.41 +2 -2 src/sys/kern/init_main.c From owner-cvs-sys Tue Jun 11 16:50:57 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08440 for cvs-sys-outgoing; Tue, 11 Jun 1996 16:50:57 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08421; Tue, 11 Jun 1996 16:50:49 -0700 (PDT) Date: Tue, 11 Jun 1996 16:50:49 -0700 (PDT) From: John Dyson Message-Id: <199606112350.QAA08421@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/11 16:50:49 Modified: sys/kern init_main.c Log: Change the symbol name used in the last commit from USRSTACK to VM_MAXUSER_ADDRESS. Even though they are the same, the new name is more descriptive. Revision Changes Path 1.42 +1 -1 src/sys/kern/init_main.c From owner-cvs-sys Tue Jun 11 16:52:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08613 for cvs-sys-outgoing; Tue, 11 Jun 1996 16:52:33 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA08598; Tue, 11 Jun 1996 16:52:28 -0700 (PDT) Date: Tue, 11 Jun 1996 16:52:28 -0700 (PDT) From: John Dyson Message-Id: <199606112352.QAA08598@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_mem.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/11 16:52:28 Modified: sys/miscfs/procfs procfs_mem.c Log: Properly lock the vm space when accessing the memory in a process. This fix could solve some "interesting" problems that could happen during process rundown. Revision Changes Path 1.18 +14 -2 src/sys/miscfs/procfs/procfs_mem.c From owner-cvs-sys Tue Jun 11 18:07:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12470 for cvs-sys-outgoing; Tue, 11 Jun 1996 18:07:13 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id SAA12457; Tue, 11 Jun 1996 18:07:08 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id KAA22292; Wed, 12 Jun 1996 10:56:43 +1000 Date: Wed, 12 Jun 1996 10:56:43 +1000 From: Bruce Evans Message-Id: <199606120056.KAA22292@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, dyson@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/kern init_main.c > Log: > Change the symbol name used in the last commit from USRSTACK to > VM_MAXUSER_ADDRESS. Even though they are the same, the new name > is more descriptive. VM_MAXUSER_ADDRESS is not very descriptive. It is actually one more than the maximum user address. Bruce From owner-cvs-sys Tue Jun 11 18:10:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12723 for cvs-sys-outgoing; Tue, 11 Jun 1996 18:10:37 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA12708; Tue, 11 Jun 1996 18:10:29 -0700 (PDT) Date: Tue, 11 Jun 1996 18:10:29 -0700 (PDT) From: Nate Williams Message-Id: <199606120110.SAA12708@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/ibcs2 ibcs2_socksys.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/11 18:10:28 Modified: sys/i386/ibcs2 ibcs2_socksys.c Log: Fixed GET/SETIPDOMAIN ioctl on /dev/socksys, which is used by various other socket functions (gethostname() for one). Reviewed by: sef Revision Changes Path 1.5 +90 -2 src/sys/i386/ibcs2/ibcs2_socksys.c From owner-cvs-sys Tue Jun 11 20:38:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA22663 for cvs-sys-outgoing; Tue, 11 Jun 1996 20:38:18 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA22615; Tue, 11 Jun 1996 20:38:01 -0700 (PDT) Date: Tue, 11 Jun 1996 20:38:01 -0700 (PDT) From: David Greenman Message-Id: <199606120338.UAA22615@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.c src/sys/miscfs/kernfs kernfs_vfsops.c src/sys/miscfs/nullfs null_subr.c src/sys/miscfs/portal portal_vfsops.c portal_vnops.c src/sys/miscfs/umapfs umap_subr.c src/sys/msdosfs msdosfs_denode.c src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/procfs procfs_subr.c src/sys/nfs nfs_node.c src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/lfs lfs_alloc.c src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/11 20:37:59 Modified: sys/isofs/cd9660 cd9660_node.c Log: Moved the fsnode MALLOC to before the call to getnewvnode() so that the process won't possibly block before filling in the fsnode pointer (v_data) which might be dereferenced during a sync since the vnode is put on the mnt_vnodelist by getnewvnode. Revision Changes Path 1.13 +11 -4 src/sys/isofs/cd9660/cd9660_node.c Modified: sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vfsops.c sys/miscfs/nullfs null_subr.c sys/miscfs/portal portal_vfsops.c portal_vnops.c sys/miscfs/procfs procfs_subr.c sys/miscfs/umapfs umap_subr.c sys/msdosfs msdosfs_denode.c sys/nfs nfs_node.c sys/ufs/ffs ffs_vfsops.c sys/ufs/lfs lfs_alloc.c sys/ufs/mfs mfs_vfsops.c Log: Moved the fsnode MALLOC to before the call to getnewvnode() so that the process won't possibly block before filling in the fsnode pointer (v_data) which might be dereferenced during a sync since the vnode is put on the mnt_vnodelist by getnewvnode. Pointed out by Matt Day Revision Changes Path 1.16 +11 -3 src/sys/miscfs/fdesc/fdesc_vnops.c 1.14 +7 -4 src/sys/miscfs/kernfs/kernfs_vfsops.c 1.6 +11 -3 src/sys/miscfs/nullfs/null_subr.c 1.11 +13 -6 src/sys/miscfs/portal/portal_vfsops.c 1.12 +12 -6 src/sys/miscfs/portal/portal_vnops.c 1.6 +12 -6 src/sys/miscfs/procfs/procfs_subr.c 1.7 +14 -4 src/sys/miscfs/umapfs/umap_subr.c 1.17 +9 -3 src/sys/msdosfs/msdosfs_denode.c 1.13 +9 -2 src/sys/nfs/nfs_node.c 1.39 +12 -3 src/sys/ufs/ffs/ffs_vfsops.c 1.11 +9 -2 src/sys/ufs/lfs/lfs_alloc.c 1.22 +13 -5 src/sys/ufs/mfs/mfs_vfsops.c From owner-cvs-sys Tue Jun 11 20:43:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA23157 for cvs-sys-outgoing; Tue, 11 Jun 1996 20:43:19 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA23137; Tue, 11 Jun 1996 20:42:58 -0700 (PDT) Date: Tue, 11 Jun 1996 20:42:58 -0700 (PDT) From: David Greenman Message-Id: <199606120342.UAA23137@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/isofs/cd9660 cd9660_node.c src/sys/miscfs/kernfs kernfs_vfsops.c src/sys/miscfs/nullfs null_subr.c src/sys/miscfs/portal portal_vfsops.c portal_vnops.c src/sys/miscfs/umapfs umap_subr.c src/sys/msdosfs msdosfs_denode.c src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/procfs procfs_subr.c src/sys/nfs nfs_node.c src/sys/ufs/ffs ffs_vfsops.c src/sys/ufs/lfs lfs_alloc.c src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/11 20:42:57 Branch: sys/isofs/cd9660 RELENG_2_1_0 sys/miscfs/fdesc RELENG_2_1_0 sys/miscfs/kernfs RELENG_2_1_0 sys/miscfs/nullfs RELENG_2_1_0 sys/miscfs/portal RELENG_2_1_0 sys/miscfs/procfs RELENG_2_1_0 sys/miscfs/umapfs RELENG_2_1_0 sys/msdosfs RELENG_2_1_0 sys/nfs RELENG_2_1_0 sys/ufs/ffs RELENG_2_1_0 sys/ufs/lfs RELENG_2_1_0 sys/ufs/mfs RELENG_2_1_0 Modified: sys/isofs/cd9660 cd9660_node.c sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/kernfs kernfs_vfsops.c sys/miscfs/nullfs null_subr.c sys/miscfs/portal portal_vfsops.c portal_vnops.c sys/miscfs/procfs procfs_subr.c sys/miscfs/umapfs umap_subr.c sys/msdosfs msdosfs_denode.c sys/nfs nfs_node.c sys/ufs/ffs ffs_vfsops.c sys/ufs/lfs lfs_alloc.c sys/ufs/mfs mfs_vfsops.c Log: Brought in changes from main branch: move MALLOC of fsnode to avoid a potential panic during sync. Revision Changes Path 1.11.4.1 +11 -4 src/sys/isofs/cd9660/cd9660_node.c 1.9.4.2 +11 -3 src/sys/miscfs/fdesc/fdesc_vnops.c 1.9.4.1 +7 -4 src/sys/miscfs/kernfs/kernfs_vfsops.c 1.3.8.1 +11 -3 src/sys/miscfs/nullfs/null_subr.c 1.8.4.1 +13 -6 src/sys/miscfs/portal/portal_vfsops.c 1.6.4.1 +12 -6 src/sys/miscfs/portal/portal_vnops.c 1.5.4.1 +12 -6 src/sys/miscfs/procfs/procfs_subr.c 1.4.4.1 +14 -4 src/sys/miscfs/umapfs/umap_subr.c 1.12.4.1 +9 -3 src/sys/msdosfs/msdosfs_denode.c 1.8.4.2 +10 -3 src/sys/nfs/nfs_node.c 1.21.4.3 +12 -3 src/sys/ufs/ffs/ffs_vfsops.c 1.8.4.1 +9 -2 src/sys/ufs/lfs/lfs_alloc.c 1.9.4.2 +11 -3 src/sys/ufs/mfs/mfs_vfsops.c From owner-cvs-sys Tue Jun 11 21:03:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24365 for cvs-sys-outgoing; Tue, 11 Jun 1996 21:03:36 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA24330; Tue, 11 Jun 1996 21:03:24 -0700 (PDT) Date: Tue, 11 Jun 1996 21:03:24 -0700 (PDT) From: John Dyson Message-Id: <199606120403.VAA24330@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/11 21:03:23 Modified: sys/vm vm_map.c Log: Fix some serious errors in vm_map_simplify_entries. Revision Changes Path 1.50 +7 -6 src/sys/vm/vm_map.c From owner-cvs-sys Tue Jun 11 21:28:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25558 for cvs-sys-outgoing; Tue, 11 Jun 1996 21:28:05 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA25448; Tue, 11 Jun 1996 21:26:38 -0700 (PDT) Date: Tue, 11 Jun 1996 21:26:38 -0700 (PDT) From: Gary Palmer Message-Id: <199606120426.VAA25448@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa istallion.c stallion.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/11 21:26:38 Modified: sys/i386/isa istallion.c stallion.c Log: Clean up -Wunused warnings. Reviewed by: Greg Ungerer Revision Changes Path 1.3 +6 -7 src/sys/i386/isa/istallion.c 1.3 +8 -11 src/sys/i386/isa/stallion.c From owner-cvs-sys Tue Jun 11 22:11:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA27855 for cvs-sys-outgoing; Tue, 11 Jun 1996 22:11:55 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA27838; Tue, 11 Jun 1996 22:11:43 -0700 (PDT) Date: Tue, 11 Jun 1996 22:11:43 -0700 (PDT) From: Gary Palmer Message-Id: <199606120511.WAA27838@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/ccd ccd.c src/sys/i386/i386 perfmon.c pmap.c sys_machdep.c trap.c src/sys/i386/ibcs2 ibcs2_ipc.c ibcs2_misc.c ibcs2_socksys.c imgact_coff.c src/sys/i386/isa/pcvt pcvt_drv.c src/sys/i386/linux linux_ioctl.c linux_ipc.c linux_misc.c linux_sysvec.c src/sys/miscfs/devfs devfs_tree.c devfs_vfsops.c devfs_vnops.c src/sys/netinet igmp.c src/sys/gnu/ext2fs ext2_alloc.c ext2_lookup.c ext2_vfsops.c src/sys/gnu/i386/isa dgb.c dgreg.h nic3008.c nic3008.h nic3009.c nic3009.h niccyreg.h src/sys/gnu/isdn if_ii.c iispy.c iitel.c iitty.c isdn.c isdn_ioctl.h src/sys/i386/eisa 3c5x9.c aha1742.c bt74x.c eisaconf.c src/sys/i386/isa aha1542.c b004.c cy.c gsc.c if_ep.c if_fe.c if_ix.c if_le.c if_lnc.c if_ze.c if_zp.c mcd.c qcam.c random_machdep.c rc.c si.c wd.c src/sys/i386/isa/sound dmabuf.c src/sys/kern imgact_elf.c kern_descrip.c kern_exit.c kern_fork.c kern_proc.c subr_diskslice.c sys_pipe.c sysv_sem.c tty.c tty_pty.c uipc_socket2.c src/sys/miscfs/fdesc fdesc_vnops.c src/sys/miscfs/portal portal_vnops.c src/sys/net bsd_comp.c if_ethersubr.c src/sys/netipx ipx_ip.c src/sys/pci if_vx.c meteor.c ncr.c src/sys/scsi cd.c od.c src/sys/sys sem.h src/sys/ufs/lfs lfs_segment.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/11 22:11:42 Modified: sys/dev/ccd ccd.c sys/gnu/ext2fs ext2_alloc.c ext2_lookup.c ext2_vfsops.c sys/gnu/i386/isa dgb.c dgreg.h nic3008.c nic3008.h nic3009.c nic3009.h niccyreg.h sys/gnu/isdn if_ii.c iispy.c iitel.c iitty.c isdn.c isdn_ioctl.h sys/i386/eisa 3c5x9.c aha1742.c bt74x.c eisaconf.c sys/i386/i386 perfmon.c pmap.c sys_machdep.c trap.c sys/i386/ibcs2 ibcs2_ipc.c ibcs2_misc.c ibcs2_socksys.c imgact_coff.c sys/i386/isa aha1542.c b004.c cy.c gsc.c if_ep.c if_fe.c if_ix.c if_le.c if_lnc.c if_ze.c if_zp.c mcd.c qcam.c random_machdep.c rc.c si.c wd.c sys/i386/isa/sound dmabuf.c sys/i386/linux linux_ioctl.c linux_ipc.c linux_misc.c linux_sysvec.c sys/kern imgact_elf.c kern_descrip.c kern_exit.c kern_fork.c kern_proc.c subr_diskslice.c sys_pipe.c sysv_sem.c tty.c tty_pty.c uipc_socket2.c sys/miscfs/fdesc fdesc_vnops.c sys/miscfs/portal portal_vnops.c sys/net bsd_comp.c if_ethersubr.c sys/netinet igmp.c sys/netipx ipx_ip.c sys/pci if_vx.c meteor.c ncr.c sys/scsi cd.c od.c sys/sys sem.h sys/ufs/lfs lfs_segment.c Log: Clean up -Wunused warnings. Reviewed by: bde Revision Changes Path 1.13 +7 -10 src/sys/dev/ccd/ccd.c 1.6 +4 -0 src/sys/gnu/ext2fs/ext2_alloc.c 1.4 +0 -1 src/sys/gnu/ext2fs/ext2_lookup.c 1.9 +9 -6 src/sys/gnu/ext2fs/ext2_vfsops.c 1.18 +2 -20 src/sys/gnu/i386/isa/dgb.c 1.4 +2 -2 src/sys/gnu/i386/isa/dgreg.h 1.16 +10 -7 src/sys/gnu/i386/isa/nic3008.c 1.2 +11 -2 src/sys/gnu/i386/isa/nic3008.h 1.16 +8 -5 src/sys/gnu/i386/isa/nic3009.c 1.2 +11 -2 src/sys/gnu/i386/isa/nic3009.h 1.2 +11 -2 src/sys/gnu/i386/isa/niccyreg.h 1.6 +4 -6 src/sys/gnu/isdn/if_ii.c 1.12 +4 -7 src/sys/gnu/isdn/iispy.c 1.14 +3 -6 src/sys/gnu/isdn/iitel.c 1.22 +4 -5 src/sys/gnu/isdn/iitty.c 1.13 +4 -16 src/sys/gnu/isdn/isdn.c 1.4 +8 -3 src/sys/gnu/isdn/isdn_ioctl.h 1.3 +1 -3 src/sys/i386/eisa/3c5x9.c 1.54 +1 -2 src/sys/i386/eisa/aha1742.c 1.6 +1 -3 src/sys/i386/eisa/bt74x.c 1.20 +1 -3 src/sys/i386/eisa/eisaconf.c 1.6 +1 -2 src/sys/i386/i386/perfmon.c 1.103 +1 -6 src/sys/i386/i386/pmap.c 1.16 +1 -3 src/sys/i386/i386/sys_machdep.c 1.77 +1 -4 src/sys/i386/i386/trap.c 1.7 +4 -1 src/sys/i386/ibcs2/ibcs2_ipc.c 1.10 +6 -4 src/sys/i386/ibcs2/ibcs2_misc.c 1.6 +0 -2 src/sys/i386/ibcs2/ibcs2_socksys.c 1.16 +3 -9 src/sys/i386/ibcs2/imgact_coff.c 1.59 +4 -2 src/sys/i386/isa/aha1542.c 1.15 +7 -5 src/sys/i386/isa/b004.c 1.33 +5 -1 src/sys/i386/isa/cy.c 1.22 +0 -1 src/sys/i386/isa/gsc.c 1.45 +3 -4 src/sys/i386/isa/if_ep.c 1.15 +1 -2 src/sys/i386/isa/if_fe.c 1.20 +1 -3 src/sys/i386/isa/if_ix.c 1.32 +1 -2 src/sys/i386/isa/if_le.c 1.22 +2 -0 src/sys/i386/isa/if_lnc.c 1.30 +1 -3 src/sys/i386/isa/if_ze.c 1.20 +1 -3 src/sys/i386/isa/if_zp.c 1.80 +2 -2 src/sys/i386/isa/mcd.c 1.14 +0 -3 src/sys/i386/isa/qcam.c 1.8 +3 -1 src/sys/i386/isa/random_machdep.c 1.23 +5 -8 src/sys/i386/isa/rc.c 1.43 +4 -8 src/sys/i386/isa/si.c 1.110 +5 -2 src/sys/i386/isa/wd.c 1.24 +2 -1 src/sys/i386/isa/sound/dmabuf.c 1.10 +3 -5 src/sys/i386/linux/linux_ioctl.c 1.8 +1 -2 src/sys/i386/linux/linux_ipc.c 1.20 +2 -3 src/sys/i386/linux/linux_misc.c 1.6 +1 -2 src/sys/i386/linux/linux_sysvec.c 1.6 +2 -3 src/sys/kern/imgact_elf.c 1.29 +1 -3 src/sys/kern/kern_descrip.c 1.33 +1 -2 src/sys/kern/kern_exit.c 1.22 +1 -2 src/sys/kern/kern_fork.c 1.20 +3 -3 src/sys/kern/kern_proc.c 1.26 +1 -2 src/sys/kern/subr_diskslice.c 1.16 +2 -4 src/sys/kern/sys_pipe.c 1.16 +1 -2 src/sys/kern/sysv_sem.c 1.82 +3 -1 src/sys/kern/tty.c 1.39 +5 -9 src/sys/kern/tty_pty.c 1.10 +1 -2 src/sys/kern/uipc_socket2.c 1.17 +1 -12 src/sys/miscfs/fdesc/fdesc_vnops.c 1.13 +1 -12 src/sys/miscfs/portal/portal_vnops.c 1.4 +2 -4 src/sys/net/bsd_comp.c 1.19 +4 -2 src/sys/net/if_ethersubr.c 1.19 +1 -3 src/sys/netinet/igmp.c 1.9 +1 -3 src/sys/netipx/ipx_ip.c 1.10 +0 -2 src/sys/pci/if_vx.c 1.23 +4 -1 src/sys/pci/meteor.c 1.73 +3 -3 src/sys/pci/ncr.c 1.70 +5 -1 src/sys/scsi/cd.c 1.17 +3 -1 src/sys/scsi/od.c 1.8 +1 -2 src/sys/sys/sem.h 1.17 +5 -1 src/sys/ufs/lfs/lfs_segment.c Modified: sys/i386/isa/pcvt pcvt_drv.c Log: Clean up -Wunused warnings. Also clean up a -Winline warning while here. Reviewed by: bde Revision Changes Path 1.21 +41 -40 src/sys/i386/isa/pcvt/pcvt_drv.c Modified: sys/miscfs/devfs devfs_tree.c devfs_vfsops.c devfs_vnops.c Log: Clean up -Wunused warnings. Julian asked me to just ifdef out unused code as this is still work in progress. Reviewed by: bde Revision Changes Path 1.25 +2 -7 src/sys/miscfs/devfs/devfs_tree.c 1.12 +3 -5 src/sys/miscfs/devfs/devfs_vfsops.c 1.21 +24 -35 src/sys/miscfs/devfs/devfs_vnops.c From owner-cvs-sys Tue Jun 11 22:55:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA00596 for cvs-sys-outgoing; Tue, 11 Jun 1996 22:55:07 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA00573; Tue, 11 Jun 1996 22:54:51 -0700 (PDT) Date: Tue, 11 Jun 1996 22:54:51 -0700 (PDT) From: Gary Palmer Message-Id: <199606120554.WAA00573@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf Makefile.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/11 22:54:49 Modified: sys/i386/conf Makefile.i386 Log: Add -Wunused to try and catch any future offenders Reviewed by: bde Revision Changes Path 1.85 +2 -2 src/sys/i386/conf/Makefile.i386 From owner-cvs-sys Tue Jun 11 23:52:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03365 for cvs-sys-outgoing; Tue, 11 Jun 1996 23:52:26 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA03343; Tue, 11 Jun 1996 23:52:13 -0700 (PDT) Date: Tue, 11 Jun 1996 23:52:13 -0700 (PDT) From: John Dyson Message-Id: <199606120652.XAA03343@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_page.c src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/06/11 23:52:13 Modified: sys/vm vm_page.c sys/i386/i386 pmap.c Log: Fix a very significant cnt.v_wire_count leak in vm_page.c, and some minor leaks in pmap.c. Bruce Evans made me aware of this problem. Revision Changes Path 1.56 +2 -1 src/sys/vm/vm_page.c 1.104 +6 -4 src/sys/i386/i386/pmap.c From owner-cvs-sys Wed Jun 12 08:10:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA09592 for cvs-sys-outgoing; Wed, 12 Jun 1996 08:10:53 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA09508; Wed, 12 Jun 1996 08:10:33 -0700 (PDT) Date: Wed, 12 Jun 1996 08:10:33 -0700 (PDT) From: Joerg Wunsch Message-Id: <199606121510.IAA09508@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_devconf.c src/sys/sys devconf.h src/sys/i386/i386 swapgeneric.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/06/12 08:10:32 Modified: sys/sys devconf.h sys/kern kern_devconf.c sys/i386/i386 swapgeneric.c Log: Externalize the declaration of dc_list. This is required in order to get a ``generic'' kernel (``config kernel swap generic'') to compile. Revision Changes Path 1.8 +3 -1 src/sys/sys/devconf.h 1.15 +2 -2 src/sys/kern/kern_devconf.c 1.16 +1 -2 src/sys/i386/i386/swapgeneric.c From owner-cvs-sys Wed Jun 12 12:24:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24926 for cvs-sys-outgoing; Wed, 12 Jun 1996 12:24:20 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA24905; Wed, 12 Jun 1996 12:24:05 -0700 (PDT) Date: Wed, 12 Jun 1996 12:24:05 -0700 (PDT) From: Gary Palmer Message-Id: <199606121924.MAA24905@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if.c if_ppp.c if_sl.c if_tun.c ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/12 12:24:04 Modified: sys/net if.c if_ppp.c if_sl.c if_tun.c ppp_tty.c Log: Since the updates to ifnet.if_lastchange are so rare (relatively speaking), go for the extra accuracy and call microtime() to get the current time. Pointed Out By: bde Revision Changes Path 1.32 +9 -9 src/sys/net/if.c 1.35 +2 -2 src/sys/net/if_ppp.c 1.43 +2 -2 src/sys/net/if_sl.c 1.28 +2 -2 src/sys/net/if_tun.c 1.7 +2 -2 src/sys/net/ppp_tty.c From owner-cvs-sys Wed Jun 12 12:34:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA25356 for cvs-sys-outgoing; Wed, 12 Jun 1996 12:34:47 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA25338; Wed, 12 Jun 1996 12:34:35 -0700 (PDT) Date: Wed, 12 Jun 1996 12:34:35 -0700 (PDT) From: Gary Palmer Message-Id: <199606121934.MAA25338@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf options src/sys/netinet ip_fw.c ip_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/12 12:34:35 Modified: sys/conf options sys/netinet ip_fw.c ip_input.c Log: Convert ipfw to use opt_ipfw.h Revision Changes Path 1.14 +4 -2 src/sys/conf/options 1.38 +4 -1 src/sys/netinet/ip_fw.c 1.44 +3 -1 src/sys/netinet/ip_input.c From owner-cvs-sys Wed Jun 12 13:07:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27651 for cvs-sys-outgoing; Wed, 12 Jun 1996 13:07:49 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA27564; Wed, 12 Jun 1996 13:07:12 -0700 (PDT) Date: Wed, 12 Jun 1996 13:07:12 -0700 (PDT) From: Nate Williams Message-Id: <199606122007.NAA27564@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/12 13:07:11 Modified: sys/net ppp_tty.c Log: Only print out the new masks if bootverbose is set. Revision Changes Path 1.8 +4 -2 src/sys/net/ppp_tty.c From owner-cvs-sys Wed Jun 12 19:54:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28604 for cvs-sys-outgoing; Wed, 12 Jun 1996 19:54:42 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28555; Wed, 12 Jun 1996 19:54:23 -0700 (PDT) Date: Wed, 12 Jun 1996 19:54:23 -0700 (PDT) From: David Greenman Message-Id: <199606130254.TAA28555@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if_ethersubr.c src/sys/netinet if_ether.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/12 19:54:21 Modified: sys/net if_ethersubr.c sys/netinet if_ether.c Log: Keep ether_type in network order for BPF to be consistent with other systems. Submitted by: Ted Lemon, Matt Thomas, and others. Retrofitted for -current by me. Revision Changes Path 1.20 +8 -9 src/sys/net/if_ethersubr.c 1.31 +3 -3 src/sys/netinet/if_ether.c From owner-cvs-sys Thu Jun 13 00:19:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27182 for cvs-sys-outgoing; Thu, 13 Jun 1996 00:19:16 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA27027; Thu, 13 Jun 1996 00:17:23 -0700 (PDT) Date: Thu, 13 Jun 1996 00:17:23 -0700 (PDT) From: Satoshi Asami Message-Id: <199606130717.AAA27027@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 support.s trap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/13 00:17:22 Modified: sys/i386/i386 support.s trap.c Log: A fast memory copy for Pentiums using floating point registers. It is called from copyin and copyout. The new routine is conditioned on I586_CPU and I586_FAST_BCOPY, so you need options "I586_FAST_BCOPY" (quotes essenstial) in your kernel config file. Also, if you have other kernel types configured in your kernel, an additional check to make sure it is running on a Pentium is inserted. (It is not clear why it doesn't help on P6s, it may be just that the Orion chipset doesn't prefetch as efficiently as Tritons and friends.) Bruce can now hack this away. :) Revision Changes Path 1.37 +191 -1 src/sys/i386/i386/support.s 1.78 +9 -1 src/sys/i386/i386/trap.c From owner-cvs-sys Thu Jun 13 10:35:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA07045 for cvs-sys-outgoing; Thu, 13 Jun 1996 10:35:41 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA07029; Thu, 13 Jun 1996 10:35:30 -0700 (PDT) Date: Thu, 13 Jun 1996 10:35:30 -0700 (PDT) From: Gary Palmer Message-Id: <199606131735.KAA07029@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/13 10:35:30 Modified: sys/netinet ip_fw.c Log: Don't try to include opt_ipfw.h in LKMs Submitted by: Ollivier Robert Revision Changes Path 1.39 +3 -1 src/sys/netinet/ip_fw.c From owner-cvs-sys Thu Jun 13 14:50:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20640 for cvs-sys-outgoing; Thu, 13 Jun 1996 14:50:56 -0700 (PDT) Received: (from se@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20622; Thu, 13 Jun 1996 14:50:44 -0700 (PDT) Date: Thu, 13 Jun 1996 14:50:44 -0700 (PDT) From: Stefan Esser Message-Id: <199606132150.OAA20622@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa pcibus.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/06/13 14:50:44 Modified: sys/i386/isa pcibus.c Log: Change CONF1_ENABLE_MSK to 0x7ff00000 in another attempt to decide whether a system could possibly support PCI configuration mechanism 1 (or whether it rather is an EISA only system ...). Revision Changes Path 1.25 +2 -2 src/sys/i386/isa/pcibus.c From owner-cvs-sys Thu Jun 13 14:51:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA20704 for cvs-sys-outgoing; Thu, 13 Jun 1996 14:51:26 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id OAA20665; Thu, 13 Jun 1996 14:51:08 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id XAA23225; Thu, 13 Jun 1996 23:51:04 +0200 Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id XAA16998; Thu, 13 Jun 1996 23:51:04 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id XAA15464; Thu, 13 Jun 1996 23:36:49 +0200 (MET DST) From: J Wunsch Message-Id: <199606132136.XAA15464@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/i386/i386 support.s trap.c To: asami@freefall.freebsd.org (Satoshi Asami) Date: Thu, 13 Jun 1996 23:36:49 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199606130717.AAA27027@freefall.freebsd.org> from Satoshi Asami at "Jun 13, 96 00:17:23 am" X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E X-Mailer: ELM [version 2.4ME+ PL17 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Satoshi Asami wrote: > The new routine is conditioned on I586_CPU and I586_FAST_BCOPY, so you > need > > options "I586_FAST_BCOPY" > Revision Changes Path > 1.37 +191 -1 src/sys/i386/i386/support.s > 1.78 +9 -1 src/sys/i386/i386/trap.c I'm missing 1.xxx +5 -0 src/sys/i386/conf/LINT here. ;-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sys Thu Jun 13 16:07:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00514 for cvs-sys-outgoing; Thu, 13 Jun 1996 16:07:00 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id QAA00494; Thu, 13 Jun 1996 16:06:55 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id JAA29943; Fri, 14 Jun 1996 09:04:54 +1000 Date: Fri, 14 Jun 1996 09:04:54 +1000 From: Bruce Evans Message-Id: <199606132304.JAA29943@godzilla.zeta.org.au> To: asami@freefall.freebsd.org, j@uriah.heep.sax.de Subject: Re: cvs commit: src/sys/i386/i386 support.s trap.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> The new routine is conditioned on I586_CPU and I586_FAST_BCOPY, so you >> need >> >> options "I586_FAST_BCOPY" >I'm missing > 1.xxx +5 -0 src/sys/i386/conf/LINT >here. More importantly, you're missing 1.xxx +2 -1 src/sys/i386/conf/options.i386 Neither is very important, since fast copying shouldn't be optional. Bruce From owner-cvs-sys Thu Jun 13 19:26:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28770 for cvs-sys-outgoing; Thu, 13 Jun 1996 19:26:31 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA28741; Thu, 13 Jun 1996 19:26:20 -0700 (PDT) Date: Thu, 13 Jun 1996 19:26:20 -0700 (PDT) From: David Greenman Message-Id: <199606140226.TAA28741@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c src/sys/sys sem.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/13 19:26:19 Branch: sys/kern RELENG_2_1_0 sys/sys RELENG_2_1_0 Modified: sys/kern kern_exit.c sys/sys sem.h Log: Brought in fix from main branch: call semexit when appropriate. Revision Changes Path 1.15.4.1 +12 -2 src/sys/kern/kern_exit.c 1.3.4.2 +6 -1 src/sys/sys/sem.h From owner-cvs-sys Thu Jun 13 21:34:45 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA06058 for cvs-sys-outgoing; Thu, 13 Jun 1996 21:34:45 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA06043; Thu, 13 Jun 1996 21:34:38 -0700 (PDT) Date: Thu, 13 Jun 1996 21:34:38 -0700 (PDT) From: David Greenman Message-Id: <199606140434.VAA06043@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 pmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/13 21:34:37 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 pmap.c Log: Brought in a fix from main branch: close a window in pmap_object_init_pt() that has to do with the PG_MAPPED flag not being set at the right time, and PG_BUSY the page rather than doing a vm_page_hold/unhold. This fixes a potential problem where some mapped pages might go unnoticed by other parts of the vm system, which can be a real problem if the page(s) are reclaimed. Reviewed by: dyson Revision Changes Path 1.58.4.5 +7 -7 src/sys/i386/i386/pmap.c From owner-cvs-sys Thu Jun 13 22:25:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA08393 for cvs-sys-outgoing; Thu, 13 Jun 1996 22:25:49 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA08379; Thu, 13 Jun 1996 22:25:35 -0700 (PDT) Date: Thu, 13 Jun 1996 22:25:35 -0700 (PDT) From: David Greenman Message-Id: <199606140525.WAA08379@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci dc21040.h if_de.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/13 22:25:34 Modified: sys/pci dc21040.h if_de.c Log: Updated this driver to a newer version from Matt. This should fix several bugs related to support of dc21041 chips and other problems. Submitted by: Matt Thomas Revision Changes Path 1.7 +101 -14 src/sys/pci/dc21040.h 1.48 +2375 -687 src/sys/pci/if_de.c From owner-cvs-sys Fri Jun 14 00:37:05 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA14970 for cvs-sys-outgoing; Fri, 14 Jun 1996 00:37:05 -0700 (PDT) Received: from genesis.atrad.adelaide.edu.au (genesis.atrad.adelaide.edu.au [129.127.96.120]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id AAA14964; Fri, 14 Jun 1996 00:36:57 -0700 (PDT) Received: from msmith@localhost by genesis.atrad.adelaide.edu.au (8.6.12/8.6.9) id RAA02584; Fri, 14 Jun 1996 17:35:35 +0930 From: Michael Smith Message-Id: <199606140805.RAA02584@genesis.atrad.adelaide.edu.au> Subject: Re: cvs commit: src/sys/pci dc21040.h if_de.c To: davidg@freefall.freebsd.org (David Greenman) Date: Fri, 14 Jun 1996 17:35:33 +0930 (CST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199606140525.WAA08379@freefall.freebsd.org> from "David Greenman" at Jun 13, 96 10:25:35 pm MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk David Greenman stands accused of saying: > > davidg 96/06/13 22:25:34 > > Modified: sys/pci dc21040.h if_de.c > Log: > Updated this driver to a newer version from Matt. This should fix several > bugs related to support of dc21041 chips and other problems. > > Submitted by: Matt Thomas Can we have a yes/no on whether this should work with the #%#*$&%^%$ Compex cards now? -- ]] Mike Smith, Software Engineer msmith@atrad.adelaide.edu.au [[ ]] Genesis Software genesis@atrad.adelaide.edu.au [[ ]] High-speed data acquisition and (GSM mobile) 0411-222-496 [[ ]] realtime instrument control (ph/fax) +61-8-267-3039 [[ ]] Collector of old Unix hardware. "Where are your PEZ?" The Tick [[ From owner-cvs-sys Fri Jun 14 02:43:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA26321 for cvs-sys-outgoing; Fri, 14 Jun 1996 02:43:19 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA26251; Fri, 14 Jun 1996 02:42:59 -0700 (PDT) Date: Fri, 14 Jun 1996 02:42:59 -0700 (PDT) From: Satoshi Asami Message-Id: <199606140942.CAA26251@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/14 02:42:58 Modified: sys/i386/conf LINT Log: Document LINT. Reminded by: jkh, j, bde Revision Changes Path 1.264 +11 -1 src/sys/i386/conf/LINT From owner-cvs-sys Fri Jun 14 02:44:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA26582 for cvs-sys-outgoing; Fri, 14 Jun 1996 02:44:18 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id CAA26533; Fri, 14 Jun 1996 02:44:07 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id CAA01122; Fri, 14 Jun 1996 02:43:56 -0700 (PDT) Date: Fri, 14 Jun 1996 02:43:56 -0700 (PDT) Message-Id: <199606140943.CAA01122@silvia.HIP.Berkeley.EDU> To: bde@zeta.org.au CC: j@uriah.heep.sax.de, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-reply-to: <199606132304.JAA29943@godzilla.zeta.org.au> (message from Bruce Evans on Fri, 14 Jun 1996 09:04:54 +1000) Subject: Re: cvs commit: src/sys/i386/i386 support.s trap.c From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * 1.xxx +2 -1 src/sys/i386/conf/options.i386 What is the format of this file? I can't figure it out for my life of it. * Neither is very important, since fast copying shouldn't be optional. Of course I think so too, but I want people to have some time to get prepared. :) satoshi From owner-cvs-sys Fri Jun 14 03:05:11 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA00650 for cvs-sys-outgoing; Fri, 14 Jun 1996 03:05:11 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA00617; Fri, 14 Jun 1996 03:04:56 -0700 (PDT) Date: Fri, 14 Jun 1996 03:04:56 -0700 (PDT) From: Satoshi Asami Message-Id: <199606141004.DAA00617@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98 - Imported sources Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/14 03:04:55 src/sys/pc98 - Imported sources Update of /home/ncvs/src/sys/pc98 In directory freefall.freebsd.org:/a/asami/sys/pc98 Revision/Branch: 1.1.1 Log Message: The PC98-specific files. Ok'd by: core Submitted by: FreeBSD(98) development team Status: Vendor Tag: PC98 Release Tags: pc98_9606_current N src/sys/pc98/apm/apm.c I src/sys/pc98/apm/apm.c.orig N src/sys/pc98/boot/Makefile I src/sys/pc98/boot/Makefile.orig N src/sys/pc98/boot/biosboot/Makefile I src/sys/pc98/boot/biosboot/Makefile.orig N src/sys/pc98/boot/biosboot/README.386BSD I src/sys/pc98/boot/biosboot/README.386BSD.orig N src/sys/pc98/boot/biosboot/README.MACH I src/sys/pc98/boot/biosboot/README.MACH.orig N src/sys/pc98/boot/biosboot/README.serial I src/sys/pc98/boot/biosboot/README.serial.orig N src/sys/pc98/boot/biosboot/README.serial.98 I src/sys/pc98/boot/biosboot/README.serial.98.orig N src/sys/pc98/boot/biosboot/asm.S I src/sys/pc98/boot/biosboot/asm.S.orig N src/sys/pc98/boot/biosboot/asm.h I src/sys/pc98/boot/biosboot/asm.h.orig N src/sys/pc98/boot/biosboot/bios.S I src/sys/pc98/boot/biosboot/bios.S.orig N src/sys/pc98/boot/biosboot/boot.c I src/sys/pc98/boot/biosboot/boot.c.orig N src/sys/pc98/boot/biosboot/boot.h I src/sys/pc98/boot/biosboot/boot.h.orig N src/sys/pc98/boot/biosboot/boot2.S I src/sys/pc98/boot/biosboot/boot2.S.orig N src/sys/pc98/boot/biosboot/disk.c I src/sys/pc98/boot/biosboot/disk.c.orig N src/sys/pc98/boot/biosboot/io.c I src/sys/pc98/boot/biosboot/io.c.orig N src/sys/pc98/boot/biosboot/probe_keyboard.c I src/sys/pc98/boot/biosboot/probe_keyboard.c.orig N src/sys/pc98/boot/biosboot/serial.S I src/sys/pc98/boot/biosboot/serial.S.orig N src/sys/pc98/boot/biosboot/start.S I src/sys/pc98/boot/biosboot/start.S.orig N src/sys/pc98/boot/biosboot/sys.c I src/sys/pc98/boot/biosboot/sys.c.orig N src/sys/pc98/boot/biosboot/table.c I src/sys/pc98/boot/biosboot/table.c.orig N src/sys/pc98/boot/kzipboot/Makefile I src/sys/pc98/boot/kzipboot/Makefile.orig N src/sys/pc98/boot/kzipboot/README I src/sys/pc98/boot/kzipboot/README.orig N src/sys/pc98/boot/kzipboot/boot.c I src/sys/pc98/boot/kzipboot/boot.c.orig N src/sys/pc98/boot/kzipboot/gzip.h I src/sys/pc98/boot/kzipboot/gzip.h.orig N src/sys/pc98/boot/kzipboot/head.S I src/sys/pc98/boot/kzipboot/head.S.orig N src/sys/pc98/boot/kzipboot/malloc.c I src/sys/pc98/boot/kzipboot/malloc.c.orig N src/sys/pc98/boot/kzipboot/misc.c I src/sys/pc98/boot/kzipboot/misc.c.orig N src/sys/pc98/boot/kzipboot/tail.S I src/sys/pc98/boot/kzipboot/tail.S.orig N src/sys/pc98/boot/kzipboot/unzip.c I src/sys/pc98/boot/kzipboot/unzip.c.orig N src/sys/pc98/boot/netboot/3c509.c I src/sys/pc98/boot/netboot/3c509.c.orig N src/sys/pc98/boot/netboot/3c509.h I src/sys/pc98/boot/netboot/3c509.h.orig N src/sys/pc98/boot/netboot/Makefile I src/sys/pc98/boot/netboot/Makefile.orig N src/sys/pc98/boot/netboot/bootmenu.c I src/sys/pc98/boot/netboot/bootmenu.c.orig N src/sys/pc98/boot/netboot/ether.c I src/sys/pc98/boot/netboot/ether.c.orig N src/sys/pc98/boot/netboot/ether.h I src/sys/pc98/boot/netboot/ether.h.orig N src/sys/pc98/boot/netboot/if_epreg.h I src/sys/pc98/boot/netboot/if_epreg.h.orig N src/sys/pc98/boot/netboot/main.c I src/sys/pc98/boot/netboot/main.c.orig N src/sys/pc98/boot/netboot/makerom.c I src/sys/pc98/boot/netboot/makerom.c.orig N src/sys/pc98/boot/netboot/misc.c I src/sys/pc98/boot/netboot/misc.c.orig N src/sys/pc98/boot/netboot/netboot.doc I src/sys/pc98/boot/netboot/netboot.doc.orig N src/sys/pc98/boot/netboot/netboot.h I src/sys/pc98/boot/netboot/netboot.h.orig N src/sys/pc98/boot/netboot/ns8390.c I src/sys/pc98/boot/netboot/ns8390.c.orig N src/sys/pc98/boot/netboot/ns8390.h I src/sys/pc98/boot/netboot/ns8390.h.orig N src/sys/pc98/boot/netboot/rpc.c I src/sys/pc98/boot/netboot/rpc.c.orig N src/sys/pc98/boot/netboot/start2.S I src/sys/pc98/boot/netboot/start2.S.orig N src/sys/pc98/conf/GENERIC98 I src/sys/pc98/conf/GENERIC98.orig N src/sys/pc98/conf/Makefile.pc98 I src/sys/pc98/conf/Makefile.pc98.orig N src/sys/pc98/conf/devices.pc98 I src/sys/pc98/conf/devices.pc98.orig N src/sys/pc98/conf/files.pc98 I src/sys/pc98/conf/files.pc98.orig N src/sys/pc98/conf/majors.pc98 I src/sys/pc98/conf/majors.pc98.orig N src/sys/pc98/conf/options.pc98 I src/sys/pc98/conf/options.pc98.orig N src/sys/pc98/i386/autoconf.c I src/sys/pc98/i386/autoconf.c.orig N src/sys/pc98/i386/exception.s I src/sys/pc98/i386/exception.s.orig N src/sys/pc98/i386/locore.s I src/sys/pc98/i386/locore.s.orig N src/sys/pc98/i386/machdep.c I src/sys/pc98/i386/machdep.c.orig N src/sys/pc98/i386/microtime.s I src/sys/pc98/i386/microtime.s.orig N src/sys/pc98/i386/pmap.c I src/sys/pc98/i386/pmap.c.orig N src/sys/pc98/i386/support.s I src/sys/pc98/i386/support.s.orig N src/sys/pc98/i386/trap.c I src/sys/pc98/i386/trap.c.orig N src/sys/pc98/i386/userconfig.c I src/sys/pc98/i386/userconfig.c.orig N src/sys/pc98/i386/vm_machdep.c I src/sys/pc98/i386/vm_machdep.c.orig N src/sys/pc98/pc98/30line.h I src/sys/pc98/pc98/30line.h.orig N src/sys/pc98/pc98/aic6360.c I src/sys/pc98/pc98/aic6360.c.orig N src/sys/pc98/pc98/atapi.c I src/sys/pc98/pc98/atapi.c.orig N src/sys/pc98/pc98/atapi.h I src/sys/pc98/pc98/atapi.h.orig N src/sys/pc98/pc98/atcompat_diskslice.c I src/sys/pc98/pc98/atcompat_diskslice.c.orig N src/sys/pc98/pc98/clock.c I src/sys/pc98/pc98/clock.c.orig N src/sys/pc98/pc98/diskslice_machdep.c I src/sys/pc98/pc98/diskslice_machdep.c.orig N src/sys/pc98/pc98/fd.c I src/sys/pc98/pc98/fd.c.orig N src/sys/pc98/pc98/fd.c.new I src/sys/pc98/pc98/fd.c.new.orig N src/sys/pc98/pc98/fdc.h I src/sys/pc98/pc98/fdc.h.orig N src/sys/pc98/pc98/fdreg.h N src/sys/pc98/pc98/ft.c I src/sys/pc98/pc98/fdreg.h.orig I src/sys/pc98/pc98/ft.c.orig N src/sys/pc98/pc98/ftreg.h I src/sys/pc98/pc98/ftreg.h.orig N src/sys/pc98/pc98/icu.h I src/sys/pc98/pc98/icu.h.orig N src/sys/pc98/pc98/icu.s I src/sys/pc98/pc98/icu.s.orig N src/sys/pc98/pc98/if_ed.c I src/sys/pc98/pc98/if_ed.c.orig N src/sys/pc98/pc98/if_edreg.h I src/sys/pc98/pc98/if_edreg.h.orig N src/sys/pc98/pc98/if_ep.c I src/sys/pc98/pc98/if_ep.c.orig N src/sys/pc98/pc98/if_epreg.h I src/sys/pc98/pc98/if_epreg.h.orig N src/sys/pc98/pc98/if_fe.c I src/sys/pc98/pc98/if_fe.c.orig N src/sys/pc98/pc98/if_fereg.h I src/sys/pc98/pc98/if_fereg.h.orig N src/sys/pc98/pc98/if_zp.c I src/sys/pc98/pc98/if_zp.c.orig N src/sys/pc98/pc98/if_zpreg.h I src/sys/pc98/pc98/if_zpreg.h.orig N src/sys/pc98/pc98/kbd.h I src/sys/pc98/pc98/kbd.h.orig N src/sys/pc98/pc98/kbdtables.h I src/sys/pc98/pc98/kbdtables.h.orig N src/sys/pc98/pc98/lpt.c I src/sys/pc98/pc98/lpt.c.orig N src/sys/pc98/pc98/lptreg.h I src/sys/pc98/pc98/lptreg.h.orig N src/sys/pc98/pc98/mk30line I src/sys/pc98/pc98/mk30line.orig N src/sys/pc98/pc98/module.h I src/sys/pc98/pc98/module.h.orig N src/sys/pc98/pc98/mse.c I src/sys/pc98/pc98/mse.c.orig N src/sys/pc98/pc98/npx.c I src/sys/pc98/pc98/npx.c.orig N src/sys/pc98/pc98/pc98.c I src/sys/pc98/pc98/pc98.c.orig N src/sys/pc98/pc98/pc98.h I src/sys/pc98/pc98/pc98.h.orig N src/sys/pc98/pc98/pc98_device.h I src/sys/pc98/pc98/pc98_device.h.orig N src/sys/pc98/pc98/pcaudio.c I src/sys/pc98/pc98/pcaudio.c.orig N src/sys/pc98/pc98/pcibus.c I src/sys/pc98/pc98/pcibus.c.orig N src/sys/pc98/pc98/pcic.h I src/sys/pc98/pc98/pcic.h.orig N src/sys/pc98/pc98/pcicx.c I src/sys/pc98/pc98/pcicx.c.orig N src/sys/pc98/pc98/prof_machdep.c I src/sys/pc98/pc98/prof_machdep.c.orig N src/sys/pc98/pc98/random_machdep.c I src/sys/pc98/pc98/random_machdep.c.orig N src/sys/pc98/pc98/sbic55.c I src/sys/pc98/pc98/sbic55.c.orig N src/sys/pc98/pc98/sbic55.c.new I src/sys/pc98/pc98/sbic55.c.new.orig N src/sys/pc98/pc98/sbicreg.h I src/sys/pc98/pc98/sbicreg.h.orig N src/sys/pc98/pc98/sbicvar.h I src/sys/pc98/pc98/sbicvar.h.orig N src/sys/pc98/pc98/scd.c I src/sys/pc98/pc98/scd.c.orig N src/sys/pc98/pc98/scsireg.h I src/sys/pc98/pc98/scsireg.h.orig N src/sys/pc98/pc98/sio.c I src/sys/pc98/pc98/sio.c.orig N src/sys/pc98/pc98/sioreg.h I src/sys/pc98/pc98/sioreg.h.orig N src/sys/pc98/pc98/spkr.c I src/sys/pc98/pc98/spkr.c.orig N src/sys/pc98/pc98/syscons.c I src/sys/pc98/pc98/syscons.c.orig N src/sys/pc98/pc98/syscons.h I src/sys/pc98/pc98/syscons.h.orig N src/sys/pc98/pc98/timerreg.h I src/sys/pc98/pc98/timerreg.h.orig N src/sys/pc98/pc98/vector.s I src/sys/pc98/pc98/vector.s.orig N src/sys/pc98/pc98/wcd.c I src/sys/pc98/pc98/wcd.c.orig N src/sys/pc98/pc98/wd.c I src/sys/pc98/pc98/wd.c.orig N src/sys/pc98/pc98/wdreg.h I src/sys/pc98/pc98/wdreg.h.orig N src/sys/pc98/pc98/ic/i82365.h I src/sys/pc98/pc98/ic/i82365.h.orig N src/sys/pc98/pc98/ic/i8237.h I src/sys/pc98/pc98/ic/i8237.h.orig N src/sys/pc98/pc98/ic/i8251.h I src/sys/pc98/pc98/ic/i8251.h.orig N src/sys/pc98/pc98/ic/mb86960.h I src/sys/pc98/pc98/ic/mb86960.h.orig N src/sys/pc98/pc98/ic/nec765.h I src/sys/pc98/pc98/ic/nec765.h.orig N src/sys/pc98/pc98/ic/ns16550.h I src/sys/pc98/pc98/ic/ns16550.h.orig N src/sys/pc98/pc98/ic/wd33c93.h I src/sys/pc98/pc98/ic/wd33c93.h.orig N src/sys/pc98/pc98/matcd/TODO I src/sys/pc98/pc98/matcd/TODO.orig N src/sys/pc98/pc98/matcd/audio.c I src/sys/pc98/pc98/matcd/audio.c.orig N src/sys/pc98/pc98/matcd/creative.h I src/sys/pc98/pc98/matcd/creative.h.orig N src/sys/pc98/pc98/matcd/matcd.c I src/sys/pc98/pc98/matcd/matcd.c.orig N src/sys/pc98/pc98/matcd/matcddrv.h I src/sys/pc98/pc98/matcd/matcddrv.h.orig N src/sys/pc98/pc98/matcd/options.h I src/sys/pc98/pc98/matcd/options.h.orig N src/sys/pc98/pc98/sound/CHANGELOG I src/sys/pc98/pc98/sound/CHANGELOG.orig N src/sys/pc98/pc98/sound/COPYING I src/sys/pc98/pc98/sound/COPYING.orig N src/sys/pc98/pc98/sound/README I src/sys/pc98/pc98/sound/README.orig N src/sys/pc98/pc98/sound/Readme.aedsp16 I src/sys/pc98/pc98/sound/Readme.aedsp16.orig N src/sys/pc98/pc98/sound/Readme.modules I src/sys/pc98/pc98/sound/Readme.modules.orig N src/sys/pc98/pc98/sound/Readme.v30 I src/sys/pc98/pc98/sound/Readme.v30.orig N src/sys/pc98/pc98/sound/ad1848.c I src/sys/pc98/pc98/sound/ad1848.c.orig N src/sys/pc98/pc98/sound/ad1848_mixer.h I src/sys/pc98/pc98/sound/ad1848_mixer.h.orig N src/sys/pc98/pc98/sound/adlib_card.c I src/sys/pc98/pc98/sound/adlib_card.c.orig N src/sys/pc98/pc98/sound/aedsp16.c I src/sys/pc98/pc98/sound/aedsp16.c.orig N src/sys/pc98/pc98/sound/audio.c I src/sys/pc98/pc98/sound/audio.c.orig N src/sys/pc98/pc98/sound/coproc.h I src/sys/pc98/pc98/sound/coproc.h.orig N src/sys/pc98/pc98/sound/dev_table.c I src/sys/pc98/pc98/sound/dev_table.c.orig N src/sys/pc98/pc98/sound/dev_table.h I src/sys/pc98/pc98/sound/dev_table.h.orig N src/sys/pc98/pc98/sound/dmabuf.c I src/sys/pc98/pc98/sound/dmabuf.c.orig N src/sys/pc98/pc98/sound/finetune.h I src/sys/pc98/pc98/sound/finetune.h.orig N src/sys/pc98/pc98/sound/gus_card.c I src/sys/pc98/pc98/sound/gus_card.c.orig N src/sys/pc98/pc98/sound/gus_hw.h I src/sys/pc98/pc98/sound/gus_hw.h.orig N src/sys/pc98/pc98/sound/gus_linearvol.h I src/sys/pc98/pc98/sound/gus_linearvol.h.orig N src/sys/pc98/pc98/sound/gus_midi.c I src/sys/pc98/pc98/sound/gus_midi.c.orig N src/sys/pc98/pc98/sound/gus_vol.c I src/sys/pc98/pc98/sound/gus_vol.c.orig N src/sys/pc98/pc98/sound/gus_wave.c I src/sys/pc98/pc98/sound/gus_wave.c.orig N src/sys/pc98/pc98/sound/hex2hex.h I src/sys/pc98/pc98/sound/hex2hex.h.orig N src/sys/pc98/pc98/sound/ics2101.c I src/sys/pc98/pc98/sound/ics2101.c.orig N src/sys/pc98/pc98/sound/local.h I src/sys/pc98/pc98/sound/local.h.orig N src/sys/pc98/pc98/sound/mad16.h I src/sys/pc98/pc98/sound/mad16.h.orig N src/sys/pc98/pc98/sound/midi_ctrl.h I src/sys/pc98/pc98/sound/midi_ctrl.h.orig N src/sys/pc98/pc98/sound/midi_synth.c I src/sys/pc98/pc98/sound/midi_synth.c.orig N src/sys/pc98/pc98/sound/midi_synth.h I src/sys/pc98/pc98/sound/midi_synth.h.orig N src/sys/pc98/pc98/sound/midibuf.c I src/sys/pc98/pc98/sound/midibuf.c.orig N src/sys/pc98/pc98/sound/mpu401.c I src/sys/pc98/pc98/sound/mpu401.c.orig N src/sys/pc98/pc98/sound/opl3.c I src/sys/pc98/pc98/sound/opl3.c.orig N src/sys/pc98/pc98/sound/opl3.h I src/sys/pc98/pc98/sound/opl3.h.orig N src/sys/pc98/pc98/sound/os.h I src/sys/pc98/pc98/sound/os.h.orig N src/sys/pc98/pc98/sound/pas.h I src/sys/pc98/pc98/sound/pas.h.orig N src/sys/pc98/pc98/sound/pas2_card.c I src/sys/pc98/pc98/sound/pas2_card.c.orig N src/sys/pc98/pc98/sound/pas2_midi.c I src/sys/pc98/pc98/sound/pas2_midi.c.orig N src/sys/pc98/pc98/sound/pas2_mixer.c I src/sys/pc98/pc98/sound/pas2_mixer.c.orig N src/sys/pc98/pc98/sound/pas2_pcm.c I src/sys/pc98/pc98/sound/pas2_pcm.c.orig N src/sys/pc98/pc98/sound/patmgr.c I src/sys/pc98/pc98/sound/patmgr.c.orig N src/sys/pc98/pc98/sound/pcm86.c I src/sys/pc98/pc98/sound/pcm86.c.orig N src/sys/pc98/pc98/sound/sb.h I src/sys/pc98/pc98/sound/sb.h.orig N src/sys/pc98/pc98/sound/sb16_dsp.c I src/sys/pc98/pc98/sound/sb16_dsp.c.orig N src/sys/pc98/pc98/sound/sb16_midi.c I src/sys/pc98/pc98/sound/sb16_midi.c.orig N src/sys/pc98/pc98/sound/sb_card.c N src/sys/pc98/pc98/sound/trix.c I src/sys/pc98/pc98/sound/sb_card.c.orig N src/sys/pc98/pc98/sound/sb_dsp.c I src/sys/pc98/pc98/sound/sb_dsp.c.orig N src/sys/pc98/pc98/sound/sb_midi.c I src/sys/pc98/pc98/sound/sb_midi.c.orig N src/sys/pc98/pc98/sound/sb_mixer.c I src/sys/pc98/pc98/sound/sb_mixer.c.orig N src/sys/pc98/pc98/sound/sb_mixer.h I src/sys/pc98/pc98/sound/sb_mixer.h.orig N src/sys/pc98/pc98/sound/sequencer.c I src/sys/pc98/pc98/sound/sequencer.c.orig N src/sys/pc98/pc98/sound/sound.doc I src/sys/pc98/pc98/sound/sound.doc.orig N src/sys/pc98/pc98/sound/sound_calls.h I src/sys/pc98/pc98/sound/sound_calls.h.orig N src/sys/pc98/pc98/sound/sound_config.h I src/sys/pc98/pc98/sound/sound_config.h.orig N src/sys/pc98/pc98/sound/sound_switch.c I src/sys/pc98/pc98/sound/sound_switch.c.orig N src/sys/pc98/pc98/sound/sound_timer.c I src/sys/pc98/pc98/sound/sound_timer.c.orig N src/sys/pc98/pc98/sound/soundcard.c I src/sys/pc98/pc98/sound/soundcard.c.orig N src/sys/pc98/pc98/sound/soundvers.h I src/sys/pc98/pc98/sound/soundvers.h.orig N src/sys/pc98/pc98/sound/sscape.c I src/sys/pc98/pc98/sound/sscape.c.orig N src/sys/pc98/pc98/sound/sys_timer.c I src/sys/pc98/pc98/sound/sys_timer.c.orig I src/sys/pc98/pc98/sound/trix.c.orig N src/sys/pc98/pc98/sound/tuning.h I src/sys/pc98/pc98/sound/tuning.h.orig N src/sys/pc98/pc98/sound/uart6850.c I src/sys/pc98/pc98/sound/uart6850.c.orig N src/sys/pc98/pc98/sound/ulaw.h I src/sys/pc98/pc98/sound/ulaw.h.orig No conflicts created by this import From owner-cvs-sys Fri Jun 14 04:02:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA07093 for cvs-sys-outgoing; Fri, 14 Jun 1996 04:02:44 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA07070; Fri, 14 Jun 1996 04:02:31 -0700 (PDT) Date: Fri, 14 Jun 1996 04:02:31 -0700 (PDT) From: Satoshi Asami Message-Id: <199606141102.EAA07070@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys Makefile src/sys/i386/include clock.h console.h cpufunc.h devconf.h random.h soundcard.h src/sys/i386/isa isa.h isa_device.h src/sys/msdosfs msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c src/sys/scsi scsiconf.c scsiconf.h sd.c src/sys/sys disklabel.h diskslice.h src/sys/kern init_main.c vfs_bio.c src/sys/net ppp_tty.c src/sys/pccard i82365.h pccard.c pcic.c slot.h src/sys/pci if_ed_p.c wd82371.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/14 04:02:30 Modified: sys Makefile sys/i386/include clock.h console.h cpufunc.h devconf.h random.h soundcard.h sys/i386/isa isa.h isa_device.h sys/kern init_main.c vfs_bio.c sys/msdosfs msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c sys/net ppp_tty.c sys/pccard i82365.h pccard.c pcic.c slot.h sys/pci if_ed_p.c wd82371.c sys/scsi scsiconf.c scsiconf.h sd.c sys/sys disklabel.h diskslice.h Log: The Great PC98 Merge. All new code is "#ifdef PC98"ed so this should make no difference to PC/AT (and its clones) users. Ok'd by: core Submitted by: FreeBSD(98) development team Revision Changes Path 1.5 +5 -1 src/sys/Makefile 1.14 +9 -1 src/sys/i386/include/clock.h 1.21 +26 -1 src/sys/i386/include/console.h 1.50 +48 -1 src/sys/i386/include/cpufunc.h 1.13 +22 -1 src/sys/i386/include/devconf.h 1.5 +6 -1 src/sys/i386/include/random.h 1.16 +3 -0 src/sys/i386/include/soundcard.h 1.19 +5 -1 src/sys/i386/isa/isa.h 1.30 +5 -1 src/sys/i386/isa/isa_device.h 1.43 +8 -1 src/sys/kern/init_main.c 1.93 +8 -1 src/sys/kern/vfs_bio.c 1.18 +8 -1 src/sys/msdosfs/msdosfs_denode.c 1.7 +8 -1 src/sys/msdosfs/msdosfs_lookup.c 1.13 +66 -1 src/sys/msdosfs/msdosfs_vfsops.c 1.31 +15 -1 src/sys/msdosfs/msdosfs_vnops.c 1.9 +5 -1 src/sys/net/ppp_tty.c 1.5 +3 -0 src/sys/pccard/i82365.h 1.22 +14 -0 src/sys/pccard/pccard.c 1.20 +235 -0 src/sys/pccard/pcic.c 1.7 +4 -0 src/sys/pccard/slot.h 1.3 +5 -1 src/sys/pci/if_ed_p.c 1.5 +5 -1 src/sys/pci/wd82371.c 1.60 +24 -1 src/sys/scsi/scsiconf.c 1.42 +9 -1 src/sys/scsi/scsiconf.h 1.90 +41 -2 src/sys/scsi/sd.c 1.22 +34 -1 src/sys/sys/disklabel.h 1.13 +5 -1 src/sys/sys/diskslice.h From owner-cvs-sys Fri Jun 14 04:10:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA08077 for cvs-sys-outgoing; Fri, 14 Jun 1996 04:10:47 -0700 (PDT) Received: (from asami@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA08049; Fri, 14 Jun 1996 04:10:28 -0700 (PDT) Date: Fri, 14 Jun 1996 04:10:28 -0700 (PDT) From: Satoshi Asami Message-Id: <199606141110.EAA08049@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 96/06/14 04:10:26 Modified: sys/pccard pccard.c Log: Oops, forgot to delete some garbage from working code. Revision Changes Path 1.23 +0 -8 src/sys/pccard/pccard.c From owner-cvs-sys Fri Jun 14 04:13:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA08333 for cvs-sys-outgoing; Fri, 14 Jun 1996 04:13:39 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA08287; Fri, 14 Jun 1996 04:13:25 -0700 (PDT) Date: Fri, 14 Jun 1996 04:13:25 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199606141113.EAA08287@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/nfs nfs_socket.c nfs_subs.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/06/14 04:13:25 Modified: sys/nfs nfs_socket.c nfs_subs.c Log: Fix for NFS_NOSERVER Poul mentioned that he thought this was some kind of timing problem, and that started me thinking. After a little poking around, I found that nfs_timer() was completely disabled when NFS_NOSERVER was #defined. But after looking at nfs_timer(), it seemed like it was something required by both the client and server code, and disabling it outright just didn't seem to make any sense. Parts of it relate only to the NFS server side code, so I disabled those, but I re-enabled the rest of the function and made sure that it would be called from nfs_init() (in nfs_subs.c). With nfs_timer() re-enabled, everything seems to work again. The only other changes I made were to #ifdef away some variable declarations in the NFS_NOSERVER case so that gcc would stop complaining about unused variables. Reviewed by: phk Submitted by: Bill Paul Revision Changes Path 1.16 +9 -6 src/sys/nfs/nfs_socket.c 1.29 +3 -3 src/sys/nfs/nfs_subs.c From owner-cvs-sys Fri Jun 14 04:20:06 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA09210 for cvs-sys-outgoing; Fri, 14 Jun 1996 04:20:06 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id EAA09105; Fri, 14 Jun 1996 04:19:50 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id EAA01978; Fri, 14 Jun 1996 04:19:48 -0700 (PDT) Date: Fri, 14 Jun 1996 04:19:48 -0700 (PDT) Message-Id: <199606141119.EAA01978@silvia.HIP.Berkeley.EDU> To: asami@freefall.freebsd.org CC: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-reply-to: <199606140942.CAA26251@freefall.freebsd.org> (message from Satoshi Asami on Fri, 14 Jun 1996 02:42:59 -0700 (PDT)) Subject: Re: cvs commit: src/sys/i386/conf LINT From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Modified: sys/i386/conf LINT * Log: * Document LINT. Am I sleepy or what. Of course I meant "document I586_FAST_BCOPY". ;) Satoshi From owner-cvs-sys Fri Jun 14 10:19:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28620 for cvs-sys-outgoing; Fri, 14 Jun 1996 10:19:07 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28522; Fri, 14 Jun 1996 10:17:37 -0700 (PDT) Date: Fri, 14 Jun 1996 10:17:37 -0700 (PDT) From: Garrett Wollman Message-Id: <199606141717.KAA28522@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet tcp_subr.c tcp_timer.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/14 10:17:35 Modified: sys/netinet tcp_subr.c tcp_timer.h Log: Better selection of initial retransmit timeout when no cached RTT information is available. Submitted by: kbracey@art.acorn.co.uk (Kevin Bracey) (slightly modified by me) Revision Changes Path 1.30 +4 -6 src/sys/netinet/tcp_subr.c 1.9 +2 -1 src/sys/netinet/tcp_timer.h From owner-cvs-sys Fri Jun 14 10:23:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28862 for cvs-sys-outgoing; Fri, 14 Jun 1996 10:23:49 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28814; Fri, 14 Jun 1996 10:22:20 -0700 (PDT) Date: Fri, 14 Jun 1996 10:22:20 -0700 (PDT) From: Garrett Wollman Message-Id: <199606141722.KAA28814@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/netkey key.c key.h key_debug.c key_debug.h src/sys/sys malloc.h socket.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/14 10:22:19 Modified: sys/conf files sys/sys malloc.h socket.h Added: sys/netkey key.c key.h key_debug.c key_debug.h Log: This is the `netkey' kernel key-management service (the PF_KEY analogue to PF_ROUTE) from NRL's IPv6 distribution, heavily modified by me for better source layout, formatting, and textual conventions. I am told that this code is no longer under active development, but it's a useful hack for those interested in doing work on network security, key management, etc. This code has only been tested twice, so it should be considered highly experimental. Obtained from: ftp.ripe.net Revision Changes Path 1.69 +1 -0 src/sys/conf/files 1.14 +4 -2 src/sys/sys/malloc.h 1.12 +6 -2 src/sys/sys/socket.h From owner-cvs-sys Fri Jun 14 10:46:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28064 for cvs-sys-outgoing; Fri, 14 Jun 1996 10:09:11 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA27949; Fri, 14 Jun 1996 10:07:31 -0700 (PDT) Date: Fri, 14 Jun 1996 10:07:31 -0700 (PDT) From: Garrett Wollman Message-Id: <199606141707.KAA27949@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netkey - New directory Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/06/14 10:07:30 src/sys/netkey - New directory From owner-cvs-sys Fri Jun 14 11:21:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA04930 for cvs-sys-outgoing; Fri, 14 Jun 1996 11:21:35 -0700 (PDT) Received: from mail.barrnet.net (mail.barrnet.net [131.119.246.7]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id LAA04719; Fri, 14 Jun 1996 11:18:33 -0700 (PDT) Received: from etamin.brunel.ac.uk (etamin.brunel.ac.uk [134.83.128.61]) by mail.barrnet.net (8.7.5/MAIL-RELAY-LEN) with SMTP id LAA21918; Fri, 14 Jun 1996 11:18:31 -0700 (PDT) Received: from palmer.demon.co.uk by etamin.brunel.ac.uk with SMTP (PP); Fri, 14 Jun 1996 19:10:06 +0100 Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id SAA09921; Fri, 14 Jun 1996 18:58:06 +0100 (BST) To: David Greenman cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org From: Gary Palmer Subject: Re: cvs commit: src/sys/pci dc21040.h if_de.c In-reply-to: Your message of "Thu, 13 Jun 1996 22:25:35 PDT." <199606140525.WAA08379@freefall.freebsd.org> Date: Fri, 14 Jun 1996 18:58:05 +0100 Message-ID: <9919.834775085@palmer.demon.co.uk> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk David Greenman wrote in message ID <199606140525.WAA08379@freefall.freebsd.org>: > Modified: sys/pci dc21040.h if_de.c > Log: > Updated this driver to a newer version from Matt. This should fix several > bugs related to support of dc21041 chips and other problems. > Submitted by: Matt Thomas Any chance of this going into -stable (and hence 2.1.5R)? Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-cvs-sys Fri Jun 14 14:30:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA19928 for cvs-sys-outgoing; Fri, 14 Jun 1996 14:30:16 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA19769; Fri, 14 Jun 1996 14:28:38 -0700 (PDT) Date: Fri, 14 Jun 1996 14:28:38 -0700 (PDT) From: Nate Williams Message-Id: <199606142128.OAA19769@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/14 14:28:37 Modified: sys/i386/isa if_ep.c Log: Better code for switching the ethernet transceiver. My 3C509B-COMBO works fine with the following patch. Switching between UTP and BNC is quite easy. (Just type 'ifconfig ep0 link1 -link2' or 'ifconifg ep0 link2 -link1'.) [ I tested this with the additional PC-CARD patches and it works on both connectors on my 3C589B and 3C589C ] Reviewed by: nate Submitted by: Naoki Hamada Revision Changes Path 1.46 +32 -30 src/sys/i386/isa/if_ep.c From owner-cvs-sys Fri Jun 14 15:13:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23964 for cvs-sys-outgoing; Fri, 14 Jun 1996 15:13:21 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA23840; Fri, 14 Jun 1996 15:11:45 -0700 (PDT) Date: Fri, 14 Jun 1996 15:11:45 -0700 (PDT) From: Nate Williams Message-Id: <199606142211.PAA23840@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c if_epreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/14 15:11:44 Modified: sys/i386/isa if_ep.c if_epreg.h Log: At long last, we know have support for the 3C589 in a FreeBSD release using the existing files using the existing PCCARD support. Now that this is in place I would like to fixup the PCCARD hooks and remove the if_zp driver. At this point, we support everything we used to support *AND MORE* with the PCCARD code. Submitted by: Naoki Hamada (via the Nomad release) [ This works on both my 3C589B and 3C589C ] Revision Changes Path 1.47 +211 -2 src/sys/i386/isa/if_ep.c 1.14 +8 -1 src/sys/i386/isa/if_epreg.h From owner-cvs-sys Fri Jun 14 15:55:21 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id PAA28542 for cvs-sys-outgoing; Fri, 14 Jun 1996 15:55:21 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id PAA28485; Fri, 14 Jun 1996 15:55:13 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by who.cdrom.com (8.6.12/8.6.11) with ESMTP id PAA11458 ; Fri, 14 Jun 1996 15:20:11 -0700 Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id QAA22924; Fri, 14 Jun 1996 16:20:09 -0600 Date: Fri, 14 Jun 1996 16:20:09 -0600 From: Nate Williams Message-Id: <199606142220.QAA22924@rocky.sri.MT.net> To: Nate Williams Cc: CVS-committers@freefall.FreeBSD.org, cvs-all@freefall.FreeBSD.org, cvs-sys@freefall.FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa if_ep.c if_epreg.h In-Reply-To: <199606142211.PAA23840@freefall.freebsd.org> References: <199606142211.PAA23840@freefall.freebsd.org> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > nate 96/06/14 15:11:44 > > Modified: sys/i386/isa if_ep.c if_epreg.h > Log: > At long last, we know have support for the 3C589 in a FreeBSD release > using the existing files using the existing PCCARD support. Ugh, that's an ugly sentence. In any case, what I meant to say was that up till now the Nomad release has been using the 'if_nep.c' driver instead of the existing if_ep.c driver, which was bogus IMHO. Both drivers supported the same cards (although I think if_ep supported more), so why should we add another driver which does the same thing. I asked Hosokawa to see if anyone would do patches to if_ep, and apparently someone did because in the most recent Nomad release there were patches to add PCCARD support to the already existing if_ep.c driver. Right now, aside from 'bugs' the entire framework should be in place to support almost all PC-CARDS. There are still some 'high-level' design issues to be resolved such as 'how do you boot off a PC-CARD disk' (currently you can't because you can't recognize the disk unless you have the user-land daemon running) which basically suggest that we move some of the userland code into the kernel (yuck!), but you get the idea. I'm planning on revamping the PC-CARD hooks in /etc next now that I have another hard disk and can use the code on my default box. Off to go fishing now! Nate From owner-cvs-sys Fri Jun 14 16:21:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00643 for cvs-sys-outgoing; Fri, 14 Jun 1996 16:21:12 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00613; Fri, 14 Jun 1996 16:21:03 -0700 (PDT) Date: Fri, 14 Jun 1996 16:21:03 -0700 (PDT) From: David Greenman Message-Id: <199606142321.QAA00613@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/14 16:21:03 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_fault.c Log: Brought in a fix from main branch: move setting of PG_MAPPED to after a call to pmap_enter(). Closes a window where PG_MAPPED might be cleared if the process blocked and someone else does a vm_page_protect(NONE) before the process unblocks. Reviewed by: dyson Revision Changes Path 1.25.4.1 +3 -3 src/sys/vm/vm_fault.c From owner-cvs-sys Fri Jun 14 16:23:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01005 for cvs-sys-outgoing; Fri, 14 Jun 1996 16:23:46 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00971; Fri, 14 Jun 1996 16:23:40 -0700 (PDT) Date: Fri, 14 Jun 1996 16:23:40 -0700 (PDT) From: David Greenman Message-Id: <199606142323.QAA00971@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/14 16:23:40 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_fault.c Log: Brought in some fixes from main branch: similar to last commit...move setting of PG_MAPPED (and in this case, PG_WRITEABLE too) to after pmap_enter() has finished. Revision Changes Path 1.25.4.2 +3 -3 src/sys/vm/vm_fault.c From owner-cvs-sys Fri Jun 14 16:26:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01286 for cvs-sys-outgoing; Fri, 14 Jun 1996 16:26:48 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01268; Fri, 14 Jun 1996 16:26:41 -0700 (PDT) Date: Fri, 14 Jun 1996 16:26:41 -0700 (PDT) From: David Greenman Message-Id: <199606142326.QAA01268@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_fault.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/14 16:26:41 Modified: sys/vm vm_fault.c Log: Move a case of PG_MAPPED being set before a pmap_enter(). This will likely make no difference, but it will make it consistent with other uses of PG_MAPPED. Revision Changes Path 1.51 +2 -2 src/sys/vm/vm_fault.c From owner-cvs-sys Fri Jun 14 16:29:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA01556 for cvs-sys-outgoing; Fri, 14 Jun 1996 16:29:12 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA01524; Fri, 14 Jun 1996 16:29:03 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id QAA05907; Fri, 14 Jun 1996 16:29:02 -0700 (PDT) Message-Id: <199606142329.QAA05907@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Michael Smith cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci dc21040.h if_de.c In-reply-to: Your message of "Fri, 14 Jun 1996 17:35:33 +0930." <199606140805.RAA02584@genesis.atrad.adelaide.edu.au> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 14 Jun 1996 16:29:01 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >David Greenman stands accused of saying: >> >> davidg 96/06/13 22:25:34 >> >> Modified: sys/pci dc21040.h if_de.c >> Log: >> Updated this driver to a newer version from Matt. This should fix several >> bugs related to support of dc21041 chips and other problems. >> >> Submitted by: Matt Thomas > >Can we have a yes/no on whether this should work with the #%#*$&%^%$ Compex >cards now? I wish I knew. It's _supposed_ to. Try it and let me know. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-cvs-sys Fri Jun 14 16:51:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA03727 for cvs-sys-outgoing; Fri, 14 Jun 1996 16:51:17 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA03716; Fri, 14 Jun 1996 16:51:12 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id QAA06073; Fri, 14 Jun 1996 16:51:16 -0700 (PDT) Message-Id: <199606142351.QAA06073@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: Gary Palmer cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci dc21040.h if_de.c In-reply-to: Your message of "Fri, 14 Jun 1996 18:58:05 BST." <9919.834775085@palmer.demon.co.uk> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 14 Jun 1996 16:51:15 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >David Greenman wrote in message ID ><199606140525.WAA08379@freefall.freebsd.org>: >> Modified: sys/pci dc21040.h if_de.c >> Log: >> Updated this driver to a newer version from Matt. This should fix several >> bugs related to support of dc21041 chips and other problems. > >> Submitted by: Matt Thomas > >Any chance of this going into -stable (and hence 2.1.5R)? If there are no problems reported during the next 4-5 days, and if it passes my stress testing here, then yes, there is a chance of it going into -stable. I normally wouldn't consider something like this, but the fixes are too important - many of the cards being produced these days have 21041 chips on them, and the old driver often didn't deal with those right. I'm expecting 2.1.5 to have a significant longevity, so I think support for the newer cards will become increasingly important down the road. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-cvs-sys Fri Jun 14 17:43:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA06700 for cvs-sys-outgoing; Fri, 14 Jun 1996 17:43:17 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA06679; Fri, 14 Jun 1996 17:43:05 -0700 (PDT) Date: Fri, 14 Jun 1996 17:43:05 -0700 (PDT) From: Nate Williams Message-Id: <199606150043.RAA06679@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/06/14 17:43:04 Modified: sys/i386/isa if_ep.c Log: Whoops, I accidentally deleted a necessary ":" which is part of the parameters to printf() using the "D" format. (Why this even worked on my box during testing I don't know, but as soon as I powered it on/off it quite working.) Revision Changes Path 1.48 +2 -2 src/sys/i386/isa/if_ep.c From owner-cvs-sys Fri Jun 14 17:48:09 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA06968 for cvs-sys-outgoing; Fri, 14 Jun 1996 17:48:09 -0700 (PDT) Received: from rocky.sri.MT.net (rocky.sri.MT.net [204.182.243.10]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id RAA06915; Fri, 14 Jun 1996 17:47:54 -0700 (PDT) Received: (from nate@localhost) by rocky.sri.MT.net (8.6.12/8.6.12) id SAA23346; Fri, 14 Jun 1996 18:47:52 -0600 Date: Fri, 14 Jun 1996 18:47:52 -0600 From: Nate Williams Message-Id: <199606150047.SAA23346@rocky.sri.MT.net> To: Nate Williams Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa if_ep.c In-Reply-To: <199606150043.RAA06679@freefall.freebsd.org> References: <199606150043.RAA06679@freefall.freebsd.org> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/isa if_ep.c > Log: > Whoops, I accidentally deleted a necessary ":" which is part of the > parameters to printf() using the "D" format. (Why this even worked on > my box during testing I don't know, but as soon as I powered it on/off > it quite working.) This leads me to say that the 'D' format of printf in the kernel is a bit funky for me. Is there anyway of easily impeding the separation character in the format spec since having two parameters for a single 'fmt' seems wrong. Also, 'D' looks too much like 'd'. 'H' would be better for 'hexdump', but maybe I'm being picky. (OK, there's no maybe involved, I *am* being picky.) In any case, all is well and my PC now uses PC-CARD stuff exclusively. Nate From owner-cvs-sys Sat Jun 15 00:09:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA03894 for cvs-sys-outgoing; Sat, 15 Jun 1996 00:09:33 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id AAA03750; Sat, 15 Jun 1996 00:08:04 -0700 (PDT) Date: Sat, 15 Jun 1996 00:08:04 -0700 (PDT) From: Peter Wemm Message-Id: <199606150708.AAA03750@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ddb db_ps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/06/15 00:08:04 Modified: sys/ddb db_ps.c Log: A small bit of defensive programming in case the panic is during process exit and cleanup. the 'ps' command assumes that there are always 'nproc' processes on the lists and will walk off the end without checking if not, causing ddb to trap during the 'ps' command. Revision Changes Path 1.12 +5 -1 src/sys/ddb/db_ps.c From owner-cvs-sys Sat Jun 15 02:25:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA12623 for cvs-sys-outgoing; Sat, 15 Jun 1996 02:25:47 -0700 (PDT) Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA12595; Sat, 15 Jun 1996 02:25:23 -0700 (PDT) Date: Sat, 15 Jun 1996 02:25:23 -0700 (PDT) From: David Greenman Message-Id: <199606150925.CAA12595@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_bmap.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/15 02:25:22 Branch: sys/ufs/ufs RELENG_2_1_0 Modified: sys/ufs/ufs ufs_bmap.c Log: Brought in fix from rev 1.10: fix off-by-one in structure allocation so that triple indirect blocks have a chance of working. Revision Changes Path 1.8.4.1 +2 -2 src/sys/ufs/ufs/ufs_bmap.c From owner-cvs-sys Sat Jun 15 02:58:54 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA13965 for cvs-sys-outgoing; Sat, 15 Jun 1996 02:58:54 -0700 (PDT) Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA13947; Sat, 15 Jun 1996 02:58:45 -0700 (PDT) Date: Sat, 15 Jun 1996 02:58:45 -0700 (PDT) From: David Greenman Message-Id: <199606150958.CAA13947@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/15 02:58:45 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_pageout.c Log: Added splbio() protection to active and inactive page queue manipulations. This is similar to the splvm() protection that was added in the main branch. It protects the queues from page insertions that can happen during buffer rundown of asynchronous I/O read-aheads. Revision Changes Path 1.51.4.5 +15 -3 src/sys/vm/vm_pageout.c From owner-cvs-sys Sat Jun 15 05:29:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA22852 for cvs-sys-outgoing; Sat, 15 Jun 1996 05:29:27 -0700 (PDT) Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA22838; Sat, 15 Jun 1996 05:29:21 -0700 (PDT) Date: Sat, 15 Jun 1996 05:29:21 -0700 (PDT) From: David Greenman Message-Id: <199606151229.FAA22838@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/15 05:29:21 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_map.c Log: Protect map entry allocations with splimp. This is necessary since malloc can/will allocate map entries at interrupt time. This is similar to a (splvm) change that was made in the main branch, but much simpler. The code in the main branch is broken (the thresholds are of such that freed map entries will accumulate on the non-kernel pool)...so the fix was re-implemented with just the spl protection and minor algorithmic simplification. Revision Changes Path 1.22.4.3 +11 -15 src/sys/vm/vm_map.c From owner-cvs-sys Sat Jun 15 07:03:48 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA25867 for cvs-sys-outgoing; Sat, 15 Jun 1996 07:03:48 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA25852; Sat, 15 Jun 1996 07:03:36 -0700 (PDT) Date: Sat, 15 Jun 1996 07:03:36 -0700 (PDT) From: David Greenman Message-Id: <199606151403.HAA25852@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/06/15 07:03:36 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_map.c Log: vm_map_entry_dispose() needs splimp protection, too, so add it. Revision Changes Path 1.22.4.4 +5 -1 src/sys/vm/vm_map.c From owner-cvs-sys Sat Jun 15 13:37:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14952 for cvs-sys-outgoing; Sat, 15 Jun 1996 13:37:43 -0700 (PDT) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA14920; Sat, 15 Jun 1996 13:37:29 -0700 (PDT) Date: Sat, 15 Jun 1996 13:37:29 -0700 (PDT) From: Gary Palmer Message-Id: <199606152037.NAA14920@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gpalmer 96/06/15 13:37:27 Modified: sys/miscfs/devfs devfs_vfsops.c Log: Cosmetic change: make the ``ready to run'' line match the ``ready for devices'' printed out earlier by changing `devs ' to be `DEVFS: ' Revision Changes Path 1.13 +2 -2 src/sys/miscfs/devfs/devfs_vfsops.c