From owner-cvs-sys Sun Feb 11 14:03:55 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29847 for cvs-sys-outgoing; Sun, 11 Feb 1996 14:03:55 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA29838 Sun, 11 Feb 1996 14:03:53 -0800 (PST) Date: Sun, 11 Feb 1996 14:03:53 -0800 (PST) From: John Dyson Message-Id: <199602112203.OAA29838@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_map.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/02/11 14:03:52 Modified: sys/vm vm_map.c Log: Fixed a really bogus problem with msync ripping pages away from objects before they were written. Also, don't allow processes without write access to remove pages from vm_objects. Revision Changes Path 1.33 +9 -8 src/sys/vm/vm_map.c From owner-cvs-sys Sun Feb 11 14:09:59 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00502 for cvs-sys-outgoing; Sun, 11 Feb 1996 14:09:59 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA00491 Sun, 11 Feb 1996 14:09:54 -0800 (PST) Date: Sun, 11 Feb 1996 14:09:54 -0800 (PST) From: John Dyson Message-Id: <199602112209.OAA00491@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk dyson 96/02/11 14:09:52 Modified: sys/kern sys_pipe.c Log: Add ifdefs for non-freebsd system usage. Add missing select wakeups, and make the select wakup code a little neater. Revision Changes Path 1.11 +63 -27 src/sys/kern/sys_pipe.c From owner-cvs-sys Mon Feb 12 00:21:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07708 for cvs-sys-outgoing; Mon, 12 Feb 1996 00:21:04 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA07678 Mon, 12 Feb 1996 00:20:58 -0800 (PST) Date: Mon, 12 Feb 1996 00:20:58 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602120820.AAA07678@freefall.freebsd.org> To: CVS-committers, cvs-share, cvs-sys Subject: cvs commit: src/sys/sys queue.h src/share/man/man3 queue.3 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/12 00:20:57 Modified: sys/sys queue.h share/man/man3 queue.3 Log: 4.4Lite2 implemented the LIST_INSERT_BEFORE and TAILQ_INSERT_BEFORE exactly as I did (should have checked there first I guess) except my macro for TAILQ_INSERT_BEFORE took an unneeded arg. We now match 4.4Lite2. Suggested by: Jeffrey Hsu Revision Changes Path 1.6 +2 -2 src/sys/sys/queue.h 1.3 +2 -2 src/share/man/man3/queue.3 From owner-cvs-sys Mon Feb 12 06:34:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02613 for cvs-sys-outgoing; Mon, 12 Feb 1996 06:34:25 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02606 Mon, 12 Feb 1996 06:34:22 -0800 (PST) Date: Mon, 12 Feb 1996 06:34:22 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602121434.GAA02606@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet ip_fw.c src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/12 06:34:22 Branch: sys/i386/conf RELENG_2_1_0 sys/netinet RELENG_2_1_0 Modified: sys/i386/conf LINT sys/netinet ip_fw.c Log: Release-note material: The ipfw code will no longer sort the rules as default. This means that access-lists may take a different meaning now. >>> Please review your access lists <<< Revision Changes Path 1.184.4.11 +4 -1 src/sys/i386/conf/LINT 1.14.4.3 +3 -2 src/sys/netinet/ip_fw.c From owner-cvs-sys Mon Feb 12 06:37:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02870 for cvs-sys-outgoing; Mon, 12 Feb 1996 06:37:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA02858 Mon, 12 Feb 1996 06:37:25 -0800 (PST) Date: Mon, 12 Feb 1996 06:37:25 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602121437.GAA02858@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/12 06:37:25 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa lpt.c Log: Add Crynwr mode to lpt.c. Revision Changes Path 1.30.4.4 +291 -45 src/sys/i386/isa/lpt.c From owner-cvs-sys Mon Feb 12 06:40:15 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03081 for cvs-sys-outgoing; Mon, 12 Feb 1996 06:40:15 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA03074 Mon, 12 Feb 1996 06:40:13 -0800 (PST) Date: Mon, 12 Feb 1996 06:40:13 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602121440.GAA03074@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/12 06:40:13 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa lpt.c Log: Remove the stuff for auto cdevsw registration. Hopefully this compiles now. Revision Changes Path 1.30.4.5 +5 -21 src/sys/i386/isa/lpt.c From owner-cvs-sys Mon Feb 12 08:21:01 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA08235 for cvs-sys-outgoing; Mon, 12 Feb 1996 08:21:01 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA08226 Mon, 12 Feb 1996 08:20:57 -0800 (PST) Date: Mon, 12 Feb 1996 08:20:57 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602121620.IAA08226@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/12 08:20:55 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa lpt.c Log: Make this compile again. Sorry. Revision Changes Path 1.30.4.6 +8 -7 src/sys/i386/isa/lpt.c From owner-cvs-sys Mon Feb 12 09:00:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11294 for cvs-sys-outgoing; Mon, 12 Feb 1996 09:00:43 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11283 Mon, 12 Feb 1996 09:00:41 -0800 (PST) Date: Mon, 12 Feb 1996 09:00:41 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602121700.JAA11283@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci bt9xx.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/12 09:00:41 Modified: sys/pci bt9xx.c Log: Correct the PCI ID for the Buslogic 946. Revision Changes Path 1.5 +2 -2 src/sys/pci/bt9xx.c From owner-cvs-sys Mon Feb 12 09:03:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11575 for cvs-sys-outgoing; Mon, 12 Feb 1996 09:03:29 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA11564 Mon, 12 Feb 1996 09:03:28 -0800 (PST) Date: Mon, 12 Feb 1996 09:03:28 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602121703.JAA11564@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci bt9xx.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/12 09:03:28 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci bt9xx.c Log: Correct PCI ID for the Buslogic 946. Revision Changes Path 1.3.2.1 +2 -2 src/sys/pci/bt9xx.c From owner-cvs-sys Mon Feb 12 15:22:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11657 for cvs-sys-outgoing; Mon, 12 Feb 1996 15:22:36 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA11650 Mon, 12 Feb 1996 15:22:35 -0800 (PST) Date: Mon, 12 Feb 1996 15:22:35 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602122322.PAA11650@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/02/12 15:22:34 Modified: sys/scsi scsiconf.c Log: Recognize NRC MBR-7.4 too Revision Changes Path 1.53 +2 -2 src/sys/scsi/scsiconf.c From owner-cvs-sys Mon Feb 12 18:32:42 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA23500 for cvs-sys-outgoing; Mon, 12 Feb 1996 18:32:42 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA23486 Mon, 12 Feb 1996 18:32:38 -0800 (PST) Date: Mon, 12 Feb 1996 18:32:38 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602130232.SAA23486@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa mcd.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/02/12 18:32:38 Modified: sys/i386/isa mcd.c Log: Implement CDIOCSTART Revision Changes Path 1.71 +4 -2 src/sys/i386/isa/mcd.c From owner-cvs-sys Mon Feb 12 19:46:54 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA28130 for cvs-sys-outgoing; Mon, 12 Feb 1996 19:46:54 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA28122 Mon, 12 Feb 1996 19:46:51 -0800 (PST) Date: Mon, 12 Feb 1996 19:46:51 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199602130346.TAA28122@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi cd.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 96/02/12 19:46:50 Modified: sys/scsi cd.c Log: Physically ask for leadout entry instead of asking of last_track + 1 entry, some drives don't understand it Revision Changes Path 1.66 +39 -22 src/sys/scsi/cd.c From owner-cvs-sys Tue Feb 13 02:30:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28943 for cvs-sys-outgoing; Tue, 13 Feb 1996 02:30:50 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA28933 Tue, 13 Feb 1996 02:30:46 -0800 (PST) Date: Tue, 13 Feb 1996 02:30:46 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602131030.CAA28933@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/13 02:30:44 Modified: sys/i386/i386 machdep.c Log: Correct & Update the printing of CPU features. We have printed rubbish since version 1.117 when Garrett made the switch to %b. Updated to reflect Intel AP-485 (241618-004). Revision Changes Path 1.174 +20 -3 src/sys/i386/i386/machdep.c From owner-cvs-sys Tue Feb 13 02:33:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29184 for cvs-sys-outgoing; Tue, 13 Feb 1996 02:33:20 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA29176 Tue, 13 Feb 1996 02:33:17 -0800 (PST) Date: Tue, 13 Feb 1996 02:33:17 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602131033.CAA29176@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/13 02:33:16 Branch: sys/i386/i386 RELENG_2_1_0 Modified: sys/i386/i386 machdep.c Log: Fix & Update printing of CPU features. Revision Changes Path 1.128.4.7 +20 -3 src/sys/i386/i386/machdep.c From owner-cvs-sys Tue Feb 13 06:15:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13119 for cvs-sys-outgoing; Tue, 13 Feb 1996 06:15:17 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13108 Tue, 13 Feb 1996 06:15:15 -0800 (PST) Date: Tue, 13 Feb 1996 06:15:15 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602131415.GAA13108@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/13 06:15:15 Modified: sys/i386/isa syscons.c Log: use devfs_add_devswf and avoid local variable. Revision Changes Path 1.142 +3 -5 src/sys/i386/isa/syscons.c From owner-cvs-sys Tue Feb 13 06:16:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13243 for cvs-sys-outgoing; Tue, 13 Feb 1996 06:16:38 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13236 Tue, 13 Feb 1996 06:16:37 -0800 (PST) Date: Tue, 13 Feb 1996 06:16:37 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602131416.GAA13236@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern imgact_gzip.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/13 06:16:37 Modified: sys/kern imgact_gzip.c Log: rewrap some long lines. Revision Changes Path 1.19 +8 -6 src/sys/kern/imgact_gzip.c From owner-cvs-sys Tue Feb 13 07:55:40 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19166 for cvs-sys-outgoing; Tue, 13 Feb 1996 07:55:40 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA19159 Tue, 13 Feb 1996 07:55:38 -0800 (PST) Date: Tue, 13 Feb 1996 07:55:38 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602131555.HAA19159@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/13 07:55:36 Modified: sys/i386/isa if_ep.c Log: - Properly set the watchdog timer only during transmits. - Clean up the access to our ifnet structure by caching a pointer to it instead of always digging through our softc structure. Submitted by: Watchdog fixes by Serge A. Babkin Revision Changes Path 1.41 +35 -26 src/sys/i386/isa/if_ep.c From owner-cvs-sys Tue Feb 13 10:16:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27432 for cvs-sys-outgoing; Tue, 13 Feb 1996 10:16:37 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27425 Tue, 13 Feb 1996 10:16:34 -0800 (PST) Date: Tue, 13 Feb 1996 10:16:34 -0800 (PST) From: Garrett Wollman Message-Id: <199602131816.KAA27425@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/kern uipc_socket.c uipc_syscalls.c src/sys/miscfs/fifofs fifo_vnops.c src/sys/nfs nfs_socket.c nfs_vfsops.c src/sys/sys socketvar.h src/sys/i386/conf LINT src/sys/miscfs/portal portal_vnops.c src/sys/netipx spx_debug.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/02/13 10:16:33 Modified: sys/conf files sys/i386/conf LINT sys/kern uipc_socket.c uipc_syscalls.c sys/miscfs/fifofs fifo_vnops.c sys/miscfs/portal portal_vnops.c sys/netipx spx_debug.c sys/nfs nfs_socket.c nfs_vfsops.c sys/sys socketvar.h Log: Kill XNS. While we're at it, fix socreate() to take a process argument. (This was supposed to get committed days ago...) Revision Changes Path 1.60 +10 -10 src/sys/conf/files 1.239 +3 -4 src/sys/i386/conf/LINT 1.15 +2 -2 src/sys/kern/uipc_socket.c 1.14 +6 -6 src/sys/kern/uipc_syscalls.c 1.16 +3 -3 src/sys/miscfs/fifofs/fifo_vnops.c 1.11 +2 -2 src/sys/miscfs/portal/portal_vnops.c 1.4 +2 -2 src/sys/netipx/spx_debug.c 1.15 +4 -2 src/sys/nfs/nfs_socket.c 1.27 +2 -2 src/sys/nfs/nfs_vfsops.c 1.11 +20 -17 src/sys/sys/socketvar.h From owner-cvs-sys Tue Feb 13 10:19:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27643 for cvs-sys-outgoing; Tue, 13 Feb 1996 10:19:20 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA27636 Tue, 13 Feb 1996 10:19:18 -0800 (PST) Date: Tue, 13 Feb 1996 10:19:18 -0800 (PST) From: Garrett Wollman Message-Id: <199602131819.KAA27636@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netns idp.h idp_usrreq.c idp_var.h ns.c ns.h ns_cksum.c ns_error.c ns_error.h ns_if.h ns_input.c ns_ip.c ns_output.c ns_pcb.c ns_pcb.h ns_proto.c sp.h spidp.h spp_debug.c spp_debug.h spp_timer.h spp_usrreq.c spp_var.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 96/02/13 10:19:18 Removed: sys/netns idp.h idp_usrreq.c idp_var.h ns.c ns.h ns_cksum.c ns_error.c ns_error.h ns_if.h ns_input.c ns_ip.c ns_output.c ns_pcb.c ns_pcb.h ns_proto.c sp.h spidp.h spp_debug.c spp_debug.h spp_timer.h spp_usrreq.c spp_var.h Log: finish killing off netns. (For some reason, CVS `undeleted' these during my last commit.) From owner-cvs-sys Thu Feb 15 02:57:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA25691 for cvs-sys-outgoing; Thu, 15 Feb 1996 02:57:29 -0800 (PST) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA25684 Thu, 15 Feb 1996 02:57:28 -0800 (PST) Date: Thu, 15 Feb 1996 02:57:28 -0800 (PST) From: Poul-Henning Kamp Message-Id: <199602151057.CAA25684@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 96/02/15 02:57:27 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa lpt.c Log: Fix the bpf stuff I broke. Sorry. Revision Changes Path 1.30.4.7 +4 -4 src/sys/i386/isa/lpt.c From owner-cvs-sys Fri Feb 16 09:24:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18074 for cvs-sys-outgoing; Fri, 16 Feb 1996 09:24:22 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18067 Fri, 16 Feb 1996 09:24:20 -0800 (PST) Date: Fri, 16 Feb 1996 09:24:20 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602161724.JAA18067@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/scsi bt.c src/sys/pci bt9xx.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/16 09:24:20 Modified: sys/i386/scsi bt.c sys/pci bt9xx.c Log: Allow I/O port ranges above the standard ISA one so the PCI probe will succeed. Reviewed by: Richard J Kuhns Revision Changes Path 1.6 +1 -5 src/sys/i386/scsi/bt.c 1.6 +11 -8 src/sys/pci/bt9xx.c From owner-cvs-sys Fri Feb 16 09:56:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19877 for cvs-sys-outgoing; Fri, 16 Feb 1996 09:56:26 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19865 Fri, 16 Feb 1996 09:56:24 -0800 (PST) Date: Fri, 16 Feb 1996 09:56:24 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602161756.JAA19865@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci bt9xx.c src/sys/i386/scsi bt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/16 09:56:23 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci bt9xx.c Log: Merge with HEAD. Properly scan for the I/O port in the PCI map registers. Reviewed by: Richard J Kuhns Revision Changes Path 1.3.2.2 +11 -8 src/sys/pci/bt9xx.c Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi bt.c Log: Merge with HEAD. Allow I/O ports above the standard ISA ports so PCI probes succeed. Reviewed by: Richard J Kuhns Revision Changes Path 1.3.2.2 +1 -5 src/sys/i386/scsi/bt.c From owner-cvs-sys Fri Feb 16 10:40:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23264 for cvs-sys-outgoing; Fri, 16 Feb 1996 10:40:56 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA23255 Fri, 16 Feb 1996 10:40:53 -0800 (PST) Date: Fri, 16 Feb 1996 10:40:53 -0800 (PST) From: Peter Wemm Message-Id: <199602161840.KAA23255@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/linux imgact_linux.c linux_misc.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/02/16 10:40:53 Modified: sys/i386/linux imgact_linux.c linux_misc.c Log: This is an extract of changes from what I am currently running... - Optimise the linux a.out loading and uselib system calls so they take advantage of some of John's recent interface improvements. Basically, this means they make far less map changes than before. - Attempt to plug some potentially nasty kernel_map memory leaks.. - Improve support for QMAGIC libs (I only use QMAGIC (ie: a.out libraries from the slackware 3.0 dist) but this depends on other changes to enhance the /compat/linux support) - uselib goes out through a single exit as part of the resource tracking that I did when closing the resource leaks on errors. This could be cleaner than what I did, but making a 30-deep nested if/else was not my idea of fun, neither did I want to repeat the same code 30 times over for each failure possibility. I guess this function needs to be split into smaller functions to solve this. I've been running the Linux Netscape-2.0 (with Java) to test this, and apart from the long-standing problem with the missing scrollbars, it appears to still work as before with ZMAGIC libs (and the leaks).. However, I've been using it with mods for the signal trampoline code for native linux stack frames on signals and exterminated the blasted sigreturn printf() problem, so I can't be certain that there is not a dependency on something else. Revision Changes Path 1.8 +23 -50 src/sys/i386/linux/imgact_linux.c 1.12 +150 -63 src/sys/i386/linux/linux_misc.c From owner-cvs-sys Fri Feb 16 11:05:01 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24411 for cvs-sys-outgoing; Fri, 16 Feb 1996 11:05:01 -0800 (PST) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24386 Fri, 16 Feb 1996 11:04:55 -0800 (PST) Date: Fri, 16 Feb 1996 11:04:55 -0800 (PST) From: David Greenman Message-Id: <199602161904.LAA24386@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_socket2.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 96/02/16 11:04:54 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern uipc_socket2.c Log: Brought in most of rev 1.8 (minus sysctl hook): fix for bad performance for certain sized writes to a TCP socket. Revision Changes Path 1.5.4.1 +4 -2 src/sys/kern/uipc_socket2.c From owner-cvs-sys Sat Feb 17 06:47:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13220 for cvs-sys-outgoing; Sat, 17 Feb 1996 06:47:24 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA13204 Sat, 17 Feb 1996 06:47:17 -0800 (PST) Date: Sat, 17 Feb 1996 06:47:17 -0800 (PST) From: Peter Wemm Message-Id: <199602171447.GAA13204@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 96/02/17 06:47:17 Modified: sys/kern sys_pipe.c Log: Add missing prototype for pipeselwakeup (a recently added function) - gcc bitches about it.. Revision Changes Path 1.12 +2 -1 src/sys/kern/sys_pipe.c From owner-cvs-sys Sat Feb 17 15:57:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06222 for cvs-sys-outgoing; Sat, 17 Feb 1996 15:57:18 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06205 Sat, 17 Feb 1996 15:57:06 -0800 (PST) Date: Sat, 17 Feb 1996 15:57:06 -0800 (PST) From: Stefan Esser Message-Id: <199602172357.PAA06205@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci pci.c pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/02/17 15:57:06 Modified: sys/pci pci.c pcisupport.c Log: Add generic PCI to PCI bridge support. Improve verbose boot messages for unidentified chips. Revision Changes Path 1.45 +68 -21 src/sys/pci/pci.c 1.32 +41 -4 src/sys/pci/pcisupport.c From owner-cvs-sys Sat Feb 17 15:59:36 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06358 for cvs-sys-outgoing; Sat, 17 Feb 1996 15:59:36 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06336 Sat, 17 Feb 1996 15:59:27 -0800 (PST) Date: Sat, 17 Feb 1996 15:59:27 -0800 (PST) From: Stefan Esser Message-Id: <199602172359.PAA06336@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 96/02/17 15:59:26 Modified: sys/scsi scsiconf.c Log: Add: CDU-8003A aka Apple CDROM-300 Submitted by: Michael Reifenberger Revision Changes Path 1.54 +8 -1 src/sys/scsi/scsiconf.c From owner-cvs-sys Sat Feb 17 23:30:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00242 for cvs-sys-outgoing; Sat, 17 Feb 1996 23:30:08 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00194 Sat, 17 Feb 1996 23:29:54 -0800 (PST) Date: Sat, 17 Feb 1996 23:29:54 -0800 (PST) From: Julian Elischer Message-Id: <199602180729.XAA00194@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 96/02/17 23:29:54 Modified: sys/miscfs/devfs devfs_tree.c Log: really stupid mistake that stopped devices from appearing on the fly in mounted DEVFS filesystems.. - if ( error = dev_add_name(child->name,parent->dnp + if ( error = dev_add_name(child->name,falias->dnp Ok bruce, this is the one you were seeing.. Revision Changes Path 1.18 +5 -2 src/sys/miscfs/devfs/devfs_tree.c From owner-cvs-sys Sat Feb 17 23:45:50 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00823 for cvs-sys-outgoing; Sat, 17 Feb 1996 23:45:50 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA00808 Sat, 17 Feb 1996 23:45:38 -0800 (PST) Date: Sat, 17 Feb 1996 23:45:38 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602180745.XAA00808@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci bt9xx.c src/sys/i386/scsi bt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/17 23:45:37 Modified: sys/pci bt9xx.c Log: Add PCI ID for older revision Buslogic 946 cards Submitted by: greg@greg.rim.or.jp Revision Changes Path 1.7 +3 -1 src/sys/pci/bt9xx.c Modified: sys/i386/scsi bt.c Log: Return immediately in our interrupt handler if there is nothing to do. This allows shared interrupts to work. Submitted by: greg@greg.rim.or.jp Revision Changes Path 1.7 +7 -1 src/sys/i386/scsi/bt.c From owner-cvs-sys Sat Feb 17 23:49:31 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01026 for cvs-sys-outgoing; Sat, 17 Feb 1996 23:49:31 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA01012 Sat, 17 Feb 1996 23:49:26 -0800 (PST) Date: Sat, 17 Feb 1996 23:49:26 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199602180749.XAA01012@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci bt9xx.c src/sys/i386/scsi bt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk gibbs 96/02/17 23:49:26 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci bt9xx.c Log: Bring in changes from rev 1.7 - Add PCI ID for older Buslogic 946 cards. Submitted by: greg@greg.rim.or.jp Revision Changes Path 1.3.2.3 +3 -1 src/sys/pci/bt9xx.c Branch: sys/i386/scsi RELENG_2_1_0 Modified: sys/i386/scsi bt.c Log: Bring in changes from rev 1.7 - Return immediately from our interrupt handler if there is no work to do. Allows for shared interrupts. Submitted by: greg@greg.rim.or.jp Revision Changes Path 1.3.2.3 +7 -1 src/sys/i386/scsi/bt.c