From owner-cvs-sys Sun Oct 5 02:41:13 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09559 for cvs-sys-outgoing; Sun, 5 Oct 1997 02:41:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09479; Sun, 5 Oct 1997 02:40:37 -0700 (PDT) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA12763; Sun, 5 Oct 1997 02:40:25 -0700 (PDT) Date: Sun, 5 Oct 1997 02:40:25 -0700 (PDT) Message-Id: <199710050940.CAA12763@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/10/05 02:40:24 PDT Modified files: . Makefile bin/sh Makefile gnu/usr.bin/cc/cc1plus Makefile gnu/usr.bin/cc/cc_tools Makefile gnu/usr.bin/cc/cpp Makefile gnu/usr.bin/gdb/gdb Makefile lib/libpcap Makefile libexec/ftpd Makefile secure Makefile share/mk bsd.dep.mk sys/i386/boot/netboot Makefile usr.bin/ftp Makefile usr.bin/lex Makefile usr.sbin/amd/fsinfo Makefile usr.sbin/sendmail/src Makefile usr.sbin/vipw pw_util.c Log: Changes to support full make parallelism (-j) in the world target. Reviewed by: Submitted by: Nickolay N. Dudorov" Revision Changes Path 1.149 +92 -87 src/Makefile 1.23 +9 -6 src/bin/sh/Makefile 1.13 +3 -2 src/gnu/usr.bin/cc/cc1plus/Makefile 1.4 +11 -2 src/gnu/usr.bin/cc/cc_tools/Makefile 1.10 +2 -1 src/gnu/usr.bin/cc/cpp/Makefile 1.29 +3 -2 src/gnu/usr.bin/gdb/gdb/Makefile 1.17 +2 -1 src/lib/libpcap/Makefile 1.23 +4 -3 src/libexec/ftpd/Makefile 1.12 +4 -4 src/secure/Makefile 1.15 +7 -3 src/share/mk/bsd.dep.mk 1.13 +10 -8 src/sys/i386/boot/netboot/Makefile 1.7 +2 -1 src/usr.bin/ftp/Makefile 1.11 +3 -2 src/usr.bin/lex/Makefile 1.6 +3 -2 src/usr.sbin/amd/fsinfo/Makefile 1.14 +2 -2 src/usr.sbin/sendmail/src/Makefile 1.8 +3 -3 src/usr.sbin/vipw/pw_util.c From owner-cvs-sys Sun Oct 5 02:47:03 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA09891 for cvs-sys-outgoing; Sun, 5 Oct 1997 02:47:03 -0700 (PDT) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA09789; Sun, 5 Oct 1997 02:46:03 -0700 (PDT) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.7/8.8.7) id CAA00170; Sun, 5 Oct 1997 02:45:57 -0700 (PDT) Message-ID: <19971005024556.14186@hydrogen.nike.efn.org> Date: Sun, 5 Oct 1997 02:45:56 -0700 From: John-Mark Gurney To: "Jordan K. Hubbard" Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... References: <199710050940.CAA12763@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.69 In-Reply-To: <199710050940.CAA12763@freefall.freebsd.org>; from Jordan K. Hubbard on Sun, Oct 05, 1997 at 02:40:25AM -0700 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2.1-RELEASE i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard scribbled this message on Oct 5: > Log: > Changes to support full make parallelism (-j) in the world > target. > Reviewed by: > Submitted by: Nickolay N. Dudorov" so? does this mean that parallel makes are fully supported now?? -- John-Mark Gurney Modem/FAX: +1 541 683 6954 Cu Networking Live in Peace, destroy Micro$oft, support free software, run FreeBSD From owner-cvs-sys Sun Oct 5 02:59:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA10351 for cvs-sys-outgoing; Sun, 5 Oct 1997 02:59:44 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA10321; Sun, 5 Oct 1997 02:59:29 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id CAA03960; Sun, 5 Oct 1997 02:58:50 -0700 (PDT) To: "Jordan K. Hubbard" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-reply-to: Your message of "Sun, 05 Oct 1997 02:40:25 PDT." <199710050940.CAA12763@freefall.freebsd.org> Date: Sun, 05 Oct 1997 02:58:50 -0700 Message-ID: <3956.876045530@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Changes to support full make parallelism (-j) in the world > target. > ... > 1.8 +3 -3 src/usr.sbin/vipw/pw_util.c ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ And fix one warning. ;-) From owner-cvs-sys Sun Oct 5 03:01:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA10530 for cvs-sys-outgoing; Sun, 5 Oct 1997 03:01:31 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA10500; Sun, 5 Oct 1997 03:01:11 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id DAA04000; Sun, 5 Oct 1997 03:00:28 -0700 (PDT) To: John-Mark Gurney cc: "Jordan K. Hubbard" , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-bin@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-libexec@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-sys@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: Re: cvs commit: src Makefile src/bin/sh Makefile src/gnu/usr.bin/cc/cc1plus Makefile src/gnu/usr.bin/cc/cc_tools Makefile src/gnu/usr.bin/cc/cpp Makefile src/gnu/usr.bin/gdb/gdb Makefile src/lib/libpcap Makefile src/libexec/ftpd Makefile ... In-reply-to: Your message of "Sun, 05 Oct 1997 02:45:56 PDT." <19971005024556.14186@hydrogen.nike.efn.org> Date: Sun, 05 Oct 1997 03:00:28 -0700 Message-ID: <3997.876045628@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Changes to support full make parallelism (-j) in the world > > target. > > Reviewed by: > > Submitted by: Nickolay N. Dudorov" > > so? does this mean that parallel makes are fully supported now?? Well, I guess that would depend on what "Changes to support full make parallelism (-j) in the world target" means to you, John. ;-) Jordan From owner-cvs-sys Sun Oct 5 05:29:25 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA16111 for cvs-sys-outgoing; Sun, 5 Oct 1997 05:29:25 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA16086; Sun, 5 Oct 1997 05:29:13 -0700 (PDT) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA15233; Sun, 5 Oct 1997 05:29:00 -0700 (PDT) Date: Sun, 5 Oct 1997 05:29:00 -0700 (PDT) Message-Id: <199710051229.FAA15233@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/05 05:29:00 PDT Modified files: sys/nfs nfs_vnops.c Log: Reverse rev 1.56 and rev 1.59. These made NFS too flakey. Revision Changes Path 1.62 +60 -7 src/sys/nfs/nfs_vnops.c From owner-cvs-sys Sun Oct 5 06:38:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA18673 for cvs-sys-outgoing; Sun, 5 Oct 1997 06:38:44 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA18647; Sun, 5 Oct 1997 06:38:32 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA15489; Sun, 5 Oct 1997 06:38:19 -0700 (PDT) Date: Sun, 5 Oct 1997 06:38:19 -0700 (PDT) Message-Id: <199710051338.GAA15489@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/05 06:38:19 PDT Modified files: sys/scsi scsiconf.c Log: Add the REGAL CDC-4X as a known CD-ROM changer device. Submitted by: shanee@augusta.de (Andreas Kohout) Revision Changes Path 1.95 +6 -1 src/sys/scsi/scsiconf.c From owner-cvs-sys Sun Oct 5 14:01:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA09103 for cvs-sys-outgoing; Sun, 5 Oct 1997 14:01:33 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA09018; Sun, 5 Oct 1997 14:00:53 -0700 (PDT) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA02566; Sun, 5 Oct 1997 14:00:37 -0700 (PDT) Date: Sun, 5 Oct 1997 14:00:37 -0700 (PDT) Message-Id: <199710052100.OAA02566@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT options.i386 src/sys/i386/isa fd.c fdc.h src/sys/i386/isa/ic nec765.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/05 14:00:37 PDT Modified files: (Branch: RELENG_2_2) sys/i386/conf LINT options.i386 sys/i386/isa fd.c fdc.h sys/i386/isa/ic nec765.h Log: Merge the fixes from rev 1.101 and 1.102 of fd.c, plus the required environment: . hide the bogus chip type announcement behind an option, . make FDC_DEBUG a supported option, . enable the FIFO on `enhanced' controllers, to work around known bugs in some FDC chips. Revision Changes Path 1.286.2.28 +8 -1 src/sys/i386/conf/LINT 1.26.2.11 +4 -1 src/sys/i386/conf/options.i386 1.92.2.4 +76 -10 src/sys/i386/isa/fd.c 1.6.2.1 +2 -1 src/sys/i386/isa/fdc.h 1.4.8.1 +2 -1 src/sys/i386/isa/ic/nec765.h From owner-cvs-sys Sun Oct 5 14:41:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA11759 for cvs-sys-outgoing; Sun, 5 Oct 1997 14:41:48 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA11730; Sun, 5 Oct 1997 14:41:22 -0700 (PDT) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA03362; Sun, 5 Oct 1997 14:41:06 -0700 (PDT) Date: Sun, 5 Oct 1997 14:41:06 -0700 (PDT) Message-Id: <199710052141.OAA03362@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c if.h src/sys/netatalk at_control.c ddp_output.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1997/10/05 14:41:06 PDT Modified files: (Branch: RELENG_2_2) sys/net if.c if.h sys/netatalk at_control.c ddp_output.c Log: MFC: patches to add a special address handler for prorocols for which netmasks don't work. needed for netatalk. Reviewed by: davidg, jkh Revision Changes Path 1.36.2.2 +21 -2 src/sys/net/if.c 1.36.2.3 +4 -1 src/sys/net/if.h 1.11.2.1 +43 -1 src/sys/netatalk/at_control.c 1.3.2.1 +19 -3 src/sys/netatalk/ddp_output.c From owner-cvs-sys Sun Oct 5 19:12:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA25320 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:12:23 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA25279; Sun, 5 Oct 1997 19:11:51 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05124; Sun, 5 Oct 1997 19:11:33 -0700 (PDT) Date: Sun, 5 Oct 1997 19:11:33 -0700 (PDT) Message-Id: <199710060211.TAA05124@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 mp_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/05 19:11:33 PDT Modified files: sys/i386/i386 mp_machdep.c Log: It is possible that MB's with really broken bios's not set up more of the mtrr registers. This just fills in more of the registers. Revision Changes Path 1.56 +8 -0 src/sys/i386/i386/mp_machdep.c From owner-cvs-sys Sun Oct 5 19:39:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26398 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:39:17 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA26367; Sun, 5 Oct 1997 19:38:49 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05247; Sun, 5 Oct 1997 19:38:31 -0700 (PDT) Date: Sun, 5 Oct 1997 19:38:31 -0700 (PDT) Message-Id: <199710060238.TAA05247@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_vnops.c src/sys/vm vnode_pager.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/05 19:38:31 PDT Modified files: sys/kern vfs_vnops.c sys/vm vnode_pager.c Log: Relax the vnode locking for read only operations. Revision Changes Path 1.39 +3 -3 src/sys/kern/vfs_vnops.c 1.75 +3 -2 src/sys/vm/vnode_pager.c From owner-cvs-sys Sun Oct 5 19:47:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26858 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:47:26 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA26826; Sun, 5 Oct 1997 19:46:59 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05365; Sun, 5 Oct 1997 19:46:41 -0700 (PDT) Date: Sun, 5 Oct 1997 19:46:41 -0700 (PDT) Message-Id: <199710060246.TAA05365@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard i82365.h pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 19:46:41 PDT Modified files: sys/pccard i82365.h pcic.c Log: - Style police - Updated some comments using data from the most recent PAO release. Obtained (partially) from: PAO-970616 Revision Changes Path 1.7 +9 -9 src/sys/pccard/i82365.h 1.42 +21 -21 src/sys/pccard/pcic.c From owner-cvs-sys Sun Oct 5 19:48:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA26927 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:48:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA26900; Sun, 5 Oct 1997 19:48:35 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05402; Sun, 5 Oct 1997 19:48:18 -0700 (PDT) Date: Sun, 5 Oct 1997 19:48:18 -0700 (PDT) Message-Id: <199710060248.TAA05402@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/05 19:48:18 PDT Modified files: sys/vm vm_pageout.c Log: Improve management of pages moving from the inactive to active queue. Additionally, add some much needed comments. Revision Changes Path 1.99 +94 -21 src/sys/vm/vm_pageout.c From owner-cvs-sys Sun Oct 5 19:55:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27175 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:55:05 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27143; Sun, 5 Oct 1997 19:54:39 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05458; Sun, 5 Oct 1997 19:54:20 -0700 (PDT) Date: Sun, 5 Oct 1997 19:54:20 -0700 (PDT) Message-Id: <199710060254.TAA05458@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 19:54:20 PDT Modified files: sys/pccard pcic.c Log: - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1. (Not sure if this makes muich difference, but you never know.) Revision Changes Path 1.43 +1 -1 src/sys/pccard/pcic.c From owner-cvs-sys Sun Oct 5 19:56:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA27272 for cvs-sys-outgoing; Sun, 5 Oct 1997 19:56:43 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA27250; Sun, 5 Oct 1997 19:56:33 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id TAA05490; Sun, 5 Oct 1997 19:56:16 -0700 (PDT) Date: Sun, 5 Oct 1997 19:56:16 -0700 (PDT) Message-Id: <199710060256.TAA05490@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 19:56:16 PDT Modified files: sys/pccard pccard.c Log: - Allocate the 'PCIC' interrupt from the last available (higher #) IRQ instead of the first available, like Win95 does. This appears to help on some machines, and avoids potential problems with built-in serial ports which tend to live at IRQ 3, which is usually picked with the old method. Revision Changes Path 1.36 +1 -1 src/sys/pccard/pccard.c From owner-cvs-sys Sun Oct 5 20:18:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA28049 for cvs-sys-outgoing; Sun, 5 Oct 1997 20:18:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA28011; Sun, 5 Oct 1997 20:17:55 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA05567; Sun, 5 Oct 1997 20:17:37 -0700 (PDT) Date: Sun, 5 Oct 1997 20:17:37 -0700 (PDT) Message-Id: <199710060317.UAA05567@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard i82365.h pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 20:17:37 PDT Modified files: sys/pccard i82365.h pcic.c Log: Modem cards send the speaker audio (dialing noises) to the host's speaker. Cirrus Logic PCIC chips must enable this. There is also a Low Power Dynamic Mode bit that claims to reduce power consumption by 30%, so enable it and hope for the best. PR: 4650 Submitted by: Nick Sayer Revision Changes Path 1.8 +8 -0 src/sys/pccard/i82365.h 1.44 +41 -18 src/sys/pccard/pcic.c From owner-cvs-sys Sun Oct 5 21:03:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA00166 for cvs-sys-outgoing; Sun, 5 Oct 1997 21:03:26 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA00135; Sun, 5 Oct 1997 21:03:03 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA05928; Sun, 5 Oct 1997 21:02:44 -0700 (PDT) Date: Sun, 5 Oct 1997 21:02:44 -0700 (PDT) Message-Id: <199710060402.VAA05928@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 21:02:44 PDT Modified files: sys/pccard pcic.c Log: - Fix braino in last commit. Revision Changes Path 1.45 +3 -11 src/sys/pccard/pcic.c From owner-cvs-sys Sun Oct 5 21:28:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA01831 for cvs-sys-outgoing; Sun, 5 Oct 1997 21:28:24 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA01757; Sun, 5 Oct 1997 21:27:53 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06211; Sun, 5 Oct 1997 21:27:35 -0700 (PDT) Date: Sun, 5 Oct 1997 21:27:35 -0700 (PDT) Message-Id: <199710060427.VAA06211@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_intr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 21:27:35 PDT Modified files: sys/kern kern_intr.c Log: - Hide the 'device doesn't supported shared interrupts' code behind bootverbose, since the older register_intr() code didn't print out anything, and the laptop support will cause lots of these un-necessary messages. Revision Changes Path 1.12 +5 -4 src/sys/kern/kern_intr.c From owner-cvs-sys Sun Oct 5 21:33:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02123 for cvs-sys-outgoing; Sun, 5 Oct 1997 21:33:14 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02090; Sun, 5 Oct 1997 21:33:02 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06260; Sun, 5 Oct 1997 21:32:43 -0700 (PDT) Date: Sun, 5 Oct 1997 21:32:43 -0700 (PDT) Message-Id: <199710060432.VAA06260@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 21:32:43 PDT Modified files: sys/pccard pccard.c Log: - Include to avoid compiler errors. Revision Changes Path 1.37 +1 -0 src/sys/pccard/pccard.c From owner-cvs-sys Sun Oct 5 21:44:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02720 for cvs-sys-outgoing; Sun, 5 Oct 1997 21:44:23 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02688; Sun, 5 Oct 1997 21:44:07 -0700 (PDT) (envelope-from stark@FreeBSD.org) From: Gene Stark Received: (from stark@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06480; Sun, 5 Oct 1997 21:43:48 -0700 (PDT) Date: Sun, 5 Oct 1997 21:43:48 -0700 (PDT) Message-Id: <199710060443.VAA06480@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa tw.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk stark 1997/10/05 21:43:48 PDT Modified files: sys/i386/isa tw.c Log: Fixed spot in twintr() where tw_control and TWC_SYNC were used instead of tw_zcport and tw_zcmask. Could cause problems for people who use pin 12 for sync. Revision Changes Path 1.25 +1 -1 src/sys/i386/isa/tw.c From owner-cvs-sys Sun Oct 5 21:44:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA02770 for cvs-sys-outgoing; Sun, 5 Oct 1997 21:44:57 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA02727; Sun, 5 Oct 1997 21:44:30 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06499; Sun, 5 Oct 1997 21:44:12 -0700 (PDT) Date: Sun, 5 Oct 1997 21:44:12 -0700 (PDT) Message-Id: <199710060444.VAA06499@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1997/10/05 21:44:12 PDT Modified files: (Branch: RELENG_2_1_0) sys/netinet tcp_input.c Log: Merge rev 1.62 (Don't consider a SYN/ACK with CC but no CCECHO a proper T/TCP handshake.) Requested by: joerg Revision Changes Path 1.25.4.9 +11 -9 src/sys/netinet/tcp_input.c From owner-cvs-sys Sun Oct 5 21:51:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA03059 for cvs-sys-outgoing; Sun, 5 Oct 1997 21:51:04 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA03027; Sun, 5 Oct 1997 21:50:26 -0700 (PDT) (envelope-from stark@FreeBSD.org) From: Gene Stark Received: (from stark@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA06553; Sun, 5 Oct 1997 21:50:08 -0700 (PDT) Date: Sun, 5 Oct 1997 21:50:08 -0700 (PDT) Message-Id: <199710060450.VAA06553@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa tw.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk stark 1997/10/05 21:50:07 PDT Modified files: (Branch: RELENG_2_2) sys/i386/isa tw.c Log: Merge from current: changes from revision 1.24 to 1.25. Fixes use of tw_control and TWC_SYNC instead of tw_zcport and tw_zcmask. Revision Changes Path 1.17.2.2 +1 -1 src/sys/i386/isa/tw.c From owner-cvs-sys Sun Oct 5 22:46:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA05647 for cvs-sys-outgoing; Sun, 5 Oct 1997 22:46:48 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA05613; Sun, 5 Oct 1997 22:46:24 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA06822; Sun, 5 Oct 1997 22:46:05 -0700 (PDT) Date: Sun, 5 Oct 1997 22:46:05 -0700 (PDT) Message-Id: <199710060546.WAA06822@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pccard pccard.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/05 22:46:05 PDT Modified files: sys/pccard pccard.c Log: - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This new sysctl option 'fakes' like a card was removed and inserted when the machine is brought up again from a suspend. It is disabled by default, and the old code is used. Obtained from: PAO Revision Changes Path 1.38 +33 -8 src/sys/pccard/pccard.c From owner-cvs-sys Mon Oct 6 01:09:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA12418 for cvs-sys-outgoing; Mon, 6 Oct 1997 01:09:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA12389; Mon, 6 Oct 1997 01:09:03 -0700 (PDT) (envelope-from kato@FreeBSD.org) From: KATO Takenori Received: (from kato@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA07515; Mon, 6 Oct 1997 01:08:43 -0700 (PDT) Date: Mon, 6 Oct 1997 01:08:43 -0700 (PDT) Message-Id: <199710060808.BAA07515@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf LINT src/sys/i386/i386 initcpu.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 1997/10/06 01:08:43 PDT Modified files: sys/i386/conf LINT sys/i386/i386 initcpu.c Log: Added two Cyrix 6x86/6x86MX options. - CPU_CYRIX_NO_LOCK enables weak locking. If this option is not set and FAILESAFE is defined, NO_LOCK bit of CCR1 is cleared. - CPU_WT_ALLOC enables write-through allocation. Revision Changes Path 1.371 +10 -1 src/sys/i386/conf/LINT 1.8 +35 -7 src/sys/i386/i386/initcpu.c From owner-cvs-sys Mon Oct 6 01:30:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA13830 for cvs-sys-outgoing; Mon, 6 Oct 1997 01:30:54 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA13781; Mon, 6 Oct 1997 01:30:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id BAA07753; Mon, 6 Oct 1997 01:30:09 -0700 (PDT) Date: Mon, 6 Oct 1997 01:30:09 -0700 (PDT) Message-Id: <199710060830.BAA07753@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern sys_pipe.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/06 01:30:09 PDT Modified files: sys/kern sys_pipe.c Log: Ack! Fix excessive cut/paste blunder during poll mods. Who had the pointy hat last? :-] When one is selecting (or polling) for write, it helps if we use the write side of the pipe when requesting wakeups instead of the read side. This broke ghostview (at least) - I'm suprised it wasn't noticed for so long. Reviewed by: Greg Lehey Revision Changes Path 1.34 +3 -3 src/sys/kern/sys_pipe.c From owner-cvs-sys Mon Oct 6 08:57:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id IAA06796 for cvs-sys-outgoing; Mon, 6 Oct 1997 08:57:23 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id IAA06762; Mon, 6 Oct 1997 08:56:40 -0700 (PDT) (envelope-from jlemon@FreeBSD.org) From: Jonathan Lemon Received: (from jlemon@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id IAA25548; Mon, 6 Oct 1997 08:56:18 -0700 (PDT) Date: Mon, 6 Oct 1997 08:56:18 -0700 (PDT) Message-Id: <199710061556.IAA25548@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netatalk ddp_usrreq.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jlemon 1997/10/06 08:56:18 PDT Modified files: sys/netatalk ddp_usrreq.c Log: Remove dereference of uninitialized (and unused) variable. This enables netatalk to work again. Revision Changes Path 1.12 +0 -3 src/sys/netatalk/ddp_usrreq.c From owner-cvs-sys Mon Oct 6 11:21:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16707 for cvs-sys-outgoing; Mon, 6 Oct 1997 11:21:05 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16673; Mon, 6 Oct 1997 11:20:47 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA25993; Mon, 6 Oct 1997 11:20:24 -0700 (PDT) Date: Mon, 6 Oct 1997 11:20:24 -0700 (PDT) Message-Id: <199710061820.LAA25993@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys syslog.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/06 11:20:24 PDT Modified files: sys/sys syslog.h Log: Shift the value for INTERNAL_MARK left by 3, as done for all other facilities. This fixes the problems reported about syslogd not recording marks correctly. Submitted by: Alexander B. Povolotsky Revision Changes Path 1.14 +2 -2 src/sys/sys/syslog.h From owner-cvs-sys Mon Oct 6 11:22:52 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA16826 for cvs-sys-outgoing; Mon, 6 Oct 1997 11:22:52 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA16782; Mon, 6 Oct 1997 11:22:29 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA26043; Mon, 6 Oct 1997 11:22:06 -0700 (PDT) Date: Mon, 6 Oct 1997 11:22:06 -0700 (PDT) Message-Id: <199710061822.LAA26043@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys syslog.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/06 11:22:06 PDT Modified files: (Branch: RELENG_2_2) sys/sys syslog.h Log: Merge rev 1.14: fix the definition of INTERNAL_MARK. Revision Changes Path 1.8.2.3 +2 -2 src/sys/sys/syslog.h From owner-cvs-sys Mon Oct 6 13:00:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA23837 for cvs-sys-outgoing; Mon, 6 Oct 1997 13:00:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from alpo.whistle.com (alpo.whistle.com [207.76.204.38]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA23798; Mon, 6 Oct 1997 13:00:39 -0700 (PDT) (envelope-from julian@whistle.com) Received: (from daemon@localhost) by alpo.whistle.com (8.8.5/8.8.5) id MAA15166; Mon, 6 Oct 1997 12:50:28 -0700 (PDT) Received: from current1.whistle.com(207.76.205.22) via SMTP by alpo.whistle.com, id smtpd015162; Mon Oct 6 19:50:26 1997 Message-ID: <343940C1.63DABEB6@whistle.com> Date: Mon, 06 Oct 1997 12:49:21 -0700 From: Julian Elischer Organization: Whistle Communications X-Mailer: Mozilla 3.0Gold (X11; I; FreeBSD 2.2-CURRENT i386) MIME-Version: 1.0 To: Jonathan Lemon CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netatalk ddp_usrreq.c References: <199710061556.IAA25548@freefall.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jonathan Lemon wrote: > > jlemon 1997/10/06 08:56:18 PDT > > Modified files: > sys/netatalk ddp_usrreq.c > Log: > Remove dereference of uninitialized (and unused) variable. This enables > netatalk to work again. > > Revision Changes Path > 1.12 +0 -3 src/sys/netatalk/ddp_usrreq.c And the crowds cheared.. thanks! I was looking for this on Friday, but ran out of time.. From owner-cvs-sys Mon Oct 6 13:38:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA26914 for cvs-sys-outgoing; Mon, 6 Oct 1997 13:38:09 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA26852; Mon, 6 Oct 1997 13:37:25 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA26653; Mon, 6 Oct 1997 13:37:01 -0700 (PDT) Date: Mon, 6 Oct 1997 13:37:01 -0700 (PDT) Message-Id: <199710062037.NAA26653@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys syslog.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/06 13:37:01 PDT Modified files: sys/sys syslog.h Log: Since i've just touched , thereby causing a large part of the system to be rebuilt anyway, this is a good time to introduce LOG_NTP. The reasoning for a separate facility is that xntpd can sometimes cause exaggerative log message at high prioritites which are, depending on your environment and available clock sources, not necessarily as important as other LOG_DAEMON messages. However, they used to clutter log files and system console in the existing setup. Note that this situation could not be resolved using the !xntpd option (think about it). xntpd(8) is supposed to automatically pick up the change, it had already all necessary #ifdef's. The chosen value does, as far as my inquiries yielded, not clash with any other operating system. Revision Changes Path 1.15 +6 -1 src/sys/sys/syslog.h From owner-cvs-sys Mon Oct 6 13:41:30 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA27480 for cvs-sys-outgoing; Mon, 6 Oct 1997 13:41:30 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA27377; Mon, 6 Oct 1997 13:41:05 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA26738; Mon, 6 Oct 1997 13:40:40 -0700 (PDT) Date: Mon, 6 Oct 1997 13:40:40 -0700 (PDT) Message-Id: <199710062040.NAA26738@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi scsiconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/06 13:40:40 PDT Modified files: (Branch: RELENG_2_2) sys/scsi scsiconf.c Log: MFC: rev 1.95, make the REGAL CDC-4X a know CD-ROM changer. Suposedly a less intrusive enough change to go into this branch as well. Revision Changes Path 1.64.2.19 +6 -1 src/sys/scsi/scsiconf.c From owner-cvs-sys Mon Oct 6 16:37:31 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA08366 for cvs-sys-outgoing; Mon, 6 Oct 1997 16:37:31 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from red.juniper.net (red.juniper.net [208.197.169.254]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA08224; Mon, 6 Oct 1997 16:35:51 -0700 (PDT) (envelope-from pst@juniper.net) Received: from base.juniper.net (base.juniper.net [208.197.169.208]) by red.juniper.net (8.8.5/8.8.5) with ESMTP id QAA19238; Mon, 6 Oct 1997 16:35:20 -0700 (PDT) Received: from base.juniper.net (localhost.juniper.net [127.0.0.1]) by base.juniper.net (8.8.7/8.7.3) with ESMTP id QAA26748; Mon, 6 Oct 1997 16:35:03 -0700 (PDT) Message-Id: <199710062335.QAA26748@base.juniper.net> To: Joerg Wunsch cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/sys syslog.h In-reply-to: Your message of "Mon, 06 Oct 1997 13:37:01 PDT." <199710062037.NAA26653@freefall.freebsd.org> Date: Mon, 06 Oct 1997 16:35:03 -0700 From: Paul Traina Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ummm... I hate to lay this on you AFTER your commit, but this should probably be something like LOG_SYSTIME or LOG_TIMING.... it's a category, not a program. From: Joerg Wunsch Subject: cvs commit: src/sys/sys syslog.h joerg 1997/10/06 13:37:01 PDT Modified files: sys/sys syslog.h Log: Since i've just touched , thereby causing a large part of the system to be rebuilt anyway, this is a good time to introduce LOG_NTP. The reasoning for a separate facility is that xntpd can sometimes cause exaggerative log message at high prioritites which are, depending on your environment and available clock sources, not necessarily as important as other LOG_DAEMON messages. However, they used to clutter log files and system console in the existing setup. Note that this situation could not be resolved using the !xntpd option (think about it). xntpd(8) is supposed to automatically pick up the change, it had already all necessary #ifdef's. The chosen value does, as far as my inquiries yielded, not clash with any other operating system. Revision Changes Path 1.15 +6 -1 src/sys/sys/syslog.h From owner-cvs-sys Mon Oct 6 23:30:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01214 for cvs-sys-outgoing; Mon, 6 Oct 1997 23:30:56 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA01173; Mon, 6 Oct 1997 23:30:29 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA01741; Mon, 6 Oct 1997 23:30:02 -0700 (PDT) Date: Mon, 6 Oct 1997 23:30:02 -0700 (PDT) Message-Id: <199710070630.XAA01741@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci brktree_reg.h brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1997/10/06 23:30:01 PDT Modified files: sys/i386/include ioctl_bt848.h sys/pci brktree_reg.h brooktree848.c Log: Latest round of patches from the author. This driver includes the following patches submitted by: 1.0 Hideyuki Suzuki Japanese Cable support 2.0 Keith Sklower Minor update to the BSDI section so it compiles cleanly on BSDI 3.0 Joao Carlos Mendes Luis ioctl interface to select video format , NTSC, PAL, etc... Revision Changes Path 1.9 +22 -3 src/sys/i386/include/ioctl_bt848.h 1.8 +0 -9 src/sys/pci/brktree_reg.h 1.15 +80 -6 src/sys/pci/brooktree848.c From owner-cvs-sys Mon Oct 6 23:40:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01958 for cvs-sys-outgoing; Mon, 6 Oct 1997 23:40:44 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA01752; Mon, 6 Oct 1997 23:38:43 -0700 (PDT) (envelope-from mark@greenpeace.grondar.za) Received: from greenpeace.grondar.za (G4HTGU76Sw13nV5/BmXMvbtlLtuzICaO@greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.8.7/8.8.7) with ESMTP id IAA11358; Tue, 7 Oct 1997 08:38:44 +0200 (SAT) Received: from greenpeace.grondar.za (jAom8p1LNcgpTWE+5AW7J0RXDDhatTla@localhost [127.0.0.1]) by greenpeace.grondar.za (8.8.7/8.8.7) with ESMTP id IAA18173; Tue, 7 Oct 1997 08:39:03 +0200 (SAT) Message-Id: <199710070639.IAA18173@greenpeace.grondar.za> X-Mailer: exmh version 2.0zeta 7/24/97 To: Mark Murray cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci brktree_reg.h brooktree848.c Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 07 Oct 1997 08:39:03 +0200 From: Mark Murray Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk May I have permission to put this in 2.2 please? Mark Murray wrote: > markm 1997/10/06 23:30:01 PDT > > Modified files: > sys/i386/include ioctl_bt848.h > sys/pci brktree_reg.h brooktree848.c > Log: > Latest round of patches from the author. > > This driver includes the following patches submitted by: > > 1.0 Hideyuki Suzuki > Japanese Cable support > > 2.0 Keith Sklower > Minor update to the BSDI section so it compiles cleanly on BSDI > > 3.0 Joao Carlos Mendes Luis > ioctl interface to select video format , NTSC, PAL, etc... > > Revision Changes Path > 1.9 +22 -3 src/sys/i386/include/ioctl_bt848.h > 1.8 +0 -9 src/sys/pci/brktree_reg.h > 1.15 +80 -6 src/sys/pci/brooktree848.c -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org From owner-cvs-sys Mon Oct 6 23:40:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA01990 for cvs-sys-outgoing; Mon, 6 Oct 1997 23:40:58 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA01961; Mon, 6 Oct 1997 23:40:44 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA02014; Mon, 6 Oct 1997 23:40:18 -0700 (PDT) Date: Mon, 6 Oct 1997 23:40:18 -0700 (PDT) Message-Id: <199710070640.XAA02014@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/netboot Makefile Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/10/06 23:40:17 PDT Modified files: sys/i386/boot/netboot Makefile Log: Fixed spammed Id. Spammed in: rev.1.5 (long ago) Revision Changes Path 1.14 +1 -1 src/sys/i386/boot/netboot/Makefile From owner-cvs-sys Tue Oct 7 00:42:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06202 for cvs-sys-outgoing; Tue, 7 Oct 1997 00:42:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA06121; Tue, 7 Oct 1997 00:40:09 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA03063; Tue, 7 Oct 1997 00:39:41 -0700 (PDT) Date: Tue, 7 Oct 1997 00:39:41 -0700 (PDT) Message-Id: <199710070739.AAA03063@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys sockio.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/07 00:39:41 PDT Modified files: sys/sys sockio.h Log: Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass an arbritrary ioctl subcommand into an interface driver. Surprisingly enough, there was no provision for this already present (except of the option of abusing SIOC[SG]IFMEDIA for this). The idea is that an interface driver can establish ioctl subcommands of its own that can't be meaningfully interpreted by the upper layer interface ioctl function. Something like this is required to implement a clean solution of passing down things like CHAP secrets or PPP options to the /sys/net/if_sppp* files. (Yes, my CHAP is now finally working with it, but i gotta update my kernel to the new callout interface before being able to commit _that_.) Reviewed by: peter [long ago, actually] Revision Changes Path 1.11 +3 -1 src/sys/sys/sockio.h From owner-cvs-sys Tue Oct 7 00:42:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06277 for cvs-sys-outgoing; Tue, 7 Oct 1997 00:42:46 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA06154; Tue, 7 Oct 1997 00:41:04 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA03097; Tue, 7 Oct 1997 00:40:36 -0700 (PDT) Date: Tue, 7 Oct 1997 00:40:36 -0700 (PDT) Message-Id: <199710070740.AAA03097@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/07 00:40:36 PDT Modified files: sys/net if.c Log: Ooops, this should have made it into the same commit, but didn't. Introduce the SIOC[SG]IFGENERIC hooks that can be used to pass an arbritrary ioctl subcommand into an interface driver. Surprisingly enough, there was no provision for this already present (except of the option of abusing SIOC[SG]IFMEDIA for this). The idea is that an interface driver can establish ioctl subcommands of its own that can't be meaningfully interpreted by the upper layer interface ioctl function. Something like this is required to implement a clean solution of passing down things like CHAP secrets or PPP options to the /sys/net/if_sppp* files. (Yes, my CHAP is now finally working with it, but i gotta update my kernel to the new callout interface before being able to commit _that_.) Reviewed by: peter [long ago, actually] Revision Changes Path 1.54 +3 -1 src/sys/net/if.c From owner-cvs-sys Tue Oct 7 00:50:26 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06704 for cvs-sys-outgoing; Tue, 7 Oct 1997 00:50:26 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA06589; Tue, 7 Oct 1997 00:48:21 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA03208; Tue, 7 Oct 1997 00:47:54 -0700 (PDT) Date: Tue, 7 Oct 1997 00:47:54 -0700 (PDT) Message-Id: <199710070747.AAA03208@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include ioctl_bt848.h src/sys/pci brktree_reg.h brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1997/10/07 00:47:54 PDT Modified files: (Branch: RELENG_2_2) sys/i386/include ioctl_bt848.h sys/pci brktree_reg.h brooktree848.c Log: YACC: (bt848 updates by various folk) Revision Changes Path 1.8.2.2 +22 -3 src/sys/i386/include/ioctl_bt848.h 1.7.2.2 +0 -9 src/sys/pci/brktree_reg.h 1.14.2.2 +80 -6 src/sys/pci/brooktree848.c From owner-cvs-sys Tue Oct 7 02:13:57 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA11318 for cvs-sys-outgoing; Tue, 7 Oct 1997 02:13:57 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA11286; Tue, 7 Oct 1997 02:13:34 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA03560; Tue, 7 Oct 1997 02:13:06 -0700 (PDT) Date: Tue, 7 Oct 1997 02:13:06 -0700 (PDT) Message-Id: <199710070913.CAA03560@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_sl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/10/07 02:13:06 PDT Modified files: sys/net if_sl.c Log: Preserve old SC_STATIC value after units exchange Revision Changes Path 1.61 +3 -1 src/sys/net/if_sl.c From owner-cvs-sys Tue Oct 7 02:56:14 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA13686 for cvs-sys-outgoing; Tue, 7 Oct 1997 02:56:14 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA13626; Tue, 7 Oct 1997 02:55:56 -0700 (PDT) (envelope-from ache@FreeBSD.org) From: "Andrey A. Chernov" Received: (from ache@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA03933; Tue, 7 Oct 1997 02:55:28 -0700 (PDT) Date: Tue, 7 Oct 1997 02:55:28 -0700 (PDT) Message-Id: <199710070955.CAA03933@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_sl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 1997/10/07 02:55:28 PDT Modified files: (Branch: RELENG_2_2) sys/net if_sl.c Log: MFC: preserve old SC_STATIC value Revision Changes Path 1.45.2.3 +3 -1 src/sys/net/if_sl.c From owner-cvs-sys Tue Oct 7 04:11:24 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA17587 for cvs-sys-outgoing; Tue, 7 Oct 1997 04:11:24 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA17547; Tue, 7 Oct 1997 04:10:49 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA04681; Tue, 7 Oct 1997 04:10:20 -0700 (PDT) Date: Tue, 7 Oct 1997 04:10:20 -0700 (PDT) Message-Id: <199710071110.EAA04681@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_linux_ialloc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/10/07 04:10:20 PDT Modified files: sys/gnu/ext2fs ext2_linux_ialloc.c Log: `numdirtybuffers' was not maintained properly. This caused excessive flushing of buffers in an attempt to reduce numdirtybuffers, and perhaps other problems. Revision Changes Path 1.7 +4 -2 src/sys/gnu/ext2fs/ext2_linux_ialloc.c From owner-cvs-sys Tue Oct 7 14:11:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23145 for cvs-sys-outgoing; Tue, 7 Oct 1997 14:11:10 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA23098; Tue, 7 Oct 1997 14:10:07 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id OAA00816; Tue, 7 Oct 1997 14:10:07 -0700 (PDT) Date: Tue, 7 Oct 1997 14:10:07 -0700 (PDT) Message-Id: <199710072110.OAA00816@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1997/10/07 14:10:06 PDT Modified files: sys/netinet tcp_output.c Log: Don't allow the window to be increased beyond what is possible to represent in the TCP header. The old code did effectively: win = min(win, MAX_ALLOWED); win = max(win, what_i_think_i_advertised_last_time); so if what_i_think_i_advertised_last_time is bigger than can be represented in the header (e.g. large buffers and no window scaling) then we stuff a too-big number into a short. This fix reverses the order of the comparisons. PR: kern/4712 Revision Changes Path 1.27 +3 -3 src/sys/netinet/tcp_output.c From owner-cvs-sys Tue Oct 7 21:08:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA16293 for cvs-sys-outgoing; Tue, 7 Oct 1997 21:08:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA16248; Tue, 7 Oct 1997 21:07:24 -0700 (PDT) (envelope-from root@implode.root.com) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id VAA16426; Tue, 7 Oct 1997 21:09:14 -0700 (PDT) Message-Id: <199710080409.VAA16426@implode.root.com> To: Bill Fenner cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: cvs commit: src/sys/netinet tcp_output.c In-reply-to: Your message of "Tue, 07 Oct 1997 14:10:07 PDT." <199710072110.OAA00816@freefall.freebsd.org> From: David Greenman Reply-To: dg@root.com Date: Tue, 07 Oct 1997 21:09:14 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >fenner 1997/10/07 14:10:06 PDT > > Modified files: > sys/netinet tcp_output.c > Log: > Don't allow the window to be increased beyond what is possible to > represent in the TCP header. The old code did effectively: > win = min(win, MAX_ALLOWED); > win = max(win, what_i_think_i_advertised_last_time); > so if what_i_think_i_advertised_last_time is bigger than can be > represented in the header (e.g. large buffers and no window scaling) > then we stuff a too-big number into a short. This fix reverses the > order of the comparisons. This should be brought into 2.2-stable as well. Bill? -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-cvs-sys Tue Oct 7 22:10:42 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA19582 for cvs-sys-outgoing; Tue, 7 Oct 1997 22:10:42 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA19526; Tue, 7 Oct 1997 22:10:11 -0700 (PDT) (envelope-from fenner@FreeBSD.org) From: Bill Fenner Received: (from fenner@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA03535; Tue, 7 Oct 1997 22:10:08 -0700 (PDT) Date: Tue, 7 Oct 1997 22:10:08 -0700 (PDT) Message-Id: <199710080510.WAA03535@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/netinet tcp_output.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 1997/10/07 22:10:08 PDT Modified files: (Branch: RELENG_2_2) sys/netinet tcp_output.c Log: MFC: Don't try to put more than TCP_MAXWIN in the window field. Ok'd by: jkh Revision Changes Path 1.21.2.3 +3 -3 src/sys/netinet/tcp_output.c From owner-cvs-sys Tue Oct 7 23:55:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA25906 for cvs-sys-outgoing; Tue, 7 Oct 1997 23:55:15 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA25864; Tue, 7 Oct 1997 23:54:49 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA04092; Tue, 7 Oct 1997 23:54:45 -0700 (PDT) Date: Tue, 7 Oct 1997 23:54:45 -0700 (PDT) Message-Id: <199710080654.XAA04092@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1997/10/07 23:54:45 PDT Modified files: sys/pci brooktree848.c Log: Despam 1.11, 1.12 and 1.13 caused by no sync between author/committer/CURRENT Revision Changes Path 1.16 +36 -14 src/sys/pci/brooktree848.c From owner-cvs-sys Wed Oct 8 04:22:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA11767 for cvs-sys-outgoing; Wed, 8 Oct 1997 04:22:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA11708; Wed, 8 Oct 1997 04:20:52 -0700 (PDT) (envelope-from markm@FreeBSD.org) From: Mark Murray Received: (from markm@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA07060; Wed, 8 Oct 1997 04:20:46 -0700 (PDT) Date: Wed, 8 Oct 1997 04:20:46 -0700 (PDT) Message-Id: <199710081120.EAA07060@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci brooktree848.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk markm 1997/10/08 04:20:46 PDT Modified files: (Branch: RELENG_2_2) sys/pci brooktree848.c Log: YACC: Bring back some commits that were spammed. Revision Changes Path 1.14.2.3 +36 -14 src/sys/pci/brooktree848.c From owner-cvs-sys Wed Oct 8 10:05:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA00744 for cvs-sys-outgoing; Wed, 8 Oct 1997 10:05:50 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA00706; Wed, 8 Oct 1997 10:05:12 -0700 (PDT) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id KAA24474; Wed, 8 Oct 1997 10:05:05 -0700 (PDT) Date: Wed, 8 Oct 1997 10:05:05 -0700 (PDT) Message-Id: <199710081705.KAA24474@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1997/10/08 10:05:04 PDT Modified files: sys/i386/conf GENERIC Log: - Enable PS/2 mouse support by default. Given that almost all new hardware has a PS/2 port, this is a good thing. Note, older 386/486 boxes may lockup the keyboard controller with this enabled, but most of these kinds of machines don't run -current, so the benefits outweigh the downsides. Discussed with: Kazutaka YOKOTA Revision Changes Path 1.97 +2 -2 src/sys/i386/conf/GENERIC From owner-cvs-sys Wed Oct 8 17:20:58 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA25212 for cvs-sys-outgoing; Wed, 8 Oct 1997 17:20:58 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA25176; Wed, 8 Oct 1997 17:20:11 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id RAA26686; Wed, 8 Oct 1997 17:20:01 -0700 (PDT) Date: Wed, 8 Oct 1997 17:20:01 -0700 (PDT) Message-Id: <199710090020.RAA26686@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/ddb db_ps.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/10/08 17:20:01 PDT Modified files: sys/ddb db_ps.c Log: Fixed scrolling. Newline at the "--More--" prompt scrolled 2 lines. Revision Changes Path 1.15 +2 -2 src/sys/ddb/db_ps.c From owner-cvs-sys Wed Oct 8 21:17:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA06590 for cvs-sys-outgoing; Wed, 8 Oct 1997 21:17:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA06487; Wed, 8 Oct 1997 21:14:53 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA27058; Wed, 8 Oct 1997 21:14:42 -0700 (PDT) Date: Wed, 8 Oct 1997 21:14:42 -0700 (PDT) Message-Id: <199710090414.VAA27058@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/08 21:14:42 PDT Modified files: sys/kern vfs_aio.c Log: Major cleanup and debugging of the new AIO/LIO code. The LIO code is now corrected. New tunables/instrumentation added. The code is now likely "good enough to use." I will add the userland support soon. The "high performance" mode for raw devices is still missing, and will be added next. POSIX system calls that now appear to work: aio_cancel, aio_error, aio_read, aio_return, aio_suspend, aio_write, lio_listio. Missing, but to be added soon: aio_fsync. Revision Changes Path 1.5 +258 -65 src/sys/kern/vfs_aio.c From owner-cvs-sys Thu Oct 9 05:48:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA28274 for cvs-sys-outgoing; Thu, 9 Oct 1997 05:48:29 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA28177; Thu, 9 Oct 1997 05:47:23 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA00697; Thu, 9 Oct 1997 05:47:09 -0700 (PDT) Date: Thu, 9 Oct 1997 05:47:09 -0700 (PDT) Message-Id: <199710091247.FAA00697@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi worm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/09 05:47:08 PDT Modified files: (Branch: RELENG_2_2) sys/scsi worm.c Log: Use a plain MODE SELECT with just a buffer header, as opposed to a full-fledged mode page 0x21, to change the block size back to 2048. This fixes the CD-R fixation problems people have been observing. Please test!!! (Jean-Marc promised to fix -current later on. 2.2.5 is more important right now.) Submitted by: jmz Revision Changes Path 1.29.2.6 +29 -4 src/sys/scsi/worm.c From owner-cvs-sys Thu Oct 9 21:18:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA21802 for cvs-sys-outgoing; Thu, 9 Oct 1997 21:18:29 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA21729; Thu, 9 Oct 1997 21:17:29 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id VAA19392; Thu, 9 Oct 1997 21:17:09 -0700 (PDT) Date: Thu, 9 Oct 1997 21:17:09 -0700 (PDT) Message-Id: <199710100417.VAA19392@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci dc21040reg.h if_devar.h if_de.c README.de README.de-le dc21040.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/09 21:17:09 PDT Modified files: (Branch: RELENG_2_2) sys/pci if_de.c Added files: (Branch: RELENG_2_2) sys/pci dc21040reg.h if_devar.h Removed files: (Branch: RELENG_2_2) sys/pci README.de README.de-le dc21040.h Log: In the true spirit of 'code freeze^H^H^H^H^H^Hslush', bring over the updated de driver from -current, minus the include bashing, the multicast interface changes and the pci interface changes. This essentially leaves us with Matt's 970703 driver but with the tx descriptor page wrap bug fixed. However, there are some known problems remaining. If the new problems are found worse than the old ones, and they are not found and fixed prior to release, this will be reverted to the old driver. The (known) problems are: - autoselect is a bit flakey on older cards with BNC in use. An explicit setting of the media modes is thought to work. - There were some reports of OACTIVE getting stuck "on" and/or "Transmitter underflow" requiring an ifconfig down and up to unjam it. More details are needed. The old driver simply doesn't work on a good number of newer cards. We can't afford to not give this a try. BETA-"no major changes"-rule-violation OK'ed by: jkh Approved-with-grumbles-by: dg Revision Changes Path 1.54.2.7 +4029 -3267src/sys/pci/if_de.c From owner-cvs-sys Fri Oct 10 00:55:07 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA01380 for cvs-sys-outgoing; Fri, 10 Oct 1997 00:55:07 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA01351; Fri, 10 Oct 1997 00:54:28 -0700 (PDT) (envelope-from julian@FreeBSD.org) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA21024; Fri, 10 Oct 1997 00:54:08 -0700 (PDT) Date: Fri, 10 Oct 1997 00:54:08 -0700 (PDT) Message-Id: <199710100754.AAA21024@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/miscfs/devfs devfs_tree.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1997/10/10 00:54:07 PDT Modified files: sys/miscfs/devfs devfs_tree.c Log: Allow a deleted deveice to delte it's nodes in other mounted devfs filesystems even if not in SPLIT_DEVS mode. Revision Changes Path 1.42 +7 -1 src/sys/miscfs/devfs/devfs_tree.c From owner-cvs-sys Fri Oct 10 02:44:56 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id CAA05644 for cvs-sys-outgoing; Fri, 10 Oct 1997 02:44:56 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id CAA05620; Fri, 10 Oct 1997 02:44:35 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id CAA21532; Fri, 10 Oct 1997 02:44:14 -0700 (PDT) Date: Fri, 10 Oct 1997 02:44:14 -0700 (PDT) Message-Id: <199710100944.CAA21532@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/conf Makefile.i386 options.i386 src/sys/i386/i386 exception.s genassym.c locore.s machdep.c mp_machdep.c mpboot.s swtch.s sys_machdep.c trap.c vm_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 02:44:14 PDT Modified files: sys/i386/conf Makefile.i386 options.i386 sys/i386/i386 exception.s genassym.c locore.s machdep.c mp_machdep.c mpboot.s swtch.s sys_machdep.c trap.c vm_machdep.c Log: Convert the VM86 option from a global option to an option only depended on by the files that use it. Changing the VM86 option now only causes a recompile of a dozen files or so rather than the entire kernel. Revision Changes Path 1.102 +2 -2 src/sys/i386/conf/Makefile.i386 1.61 +2 -2 src/sys/i386/conf/options.i386 1.45 +4 -1 src/sys/i386/i386/exception.s 1.49 +3 -1 src/sys/i386/i386/genassym.c 1.100 +2 -1 src/sys/i386/i386/locore.s 1.267 +2 -1 src/sys/i386/i386/machdep.c 1.57 +2 -1 src/sys/i386/i386/mp_machdep.c 1.6 +3 -1 src/sys/i386/i386/mpboot.s 1.64 +2 -1 src/sys/i386/i386/swtch.s 1.26 +3 -1 src/sys/i386/i386/sys_machdep.c 1.112 +2 -1 src/sys/i386/i386/trap.c 1.90 +2 -1 src/sys/i386/i386/vm_machdep.c From owner-cvs-sys Fri Oct 10 03:35:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA06847 for cvs-sys-outgoing; Fri, 10 Oct 1997 03:35:09 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA06712; Fri, 10 Oct 1997 03:33:29 -0700 (PDT) (envelope-from jkh@FreeBSD.org) From: "Jordan K. Hubbard" Received: (from jkh@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA22989; Fri, 10 Oct 1997 03:33:08 -0700 (PDT) Date: Fri, 10 Oct 1997 03:33:08 -0700 (PDT) Message-Id: <199710101033.DAA22989@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa kbdtables.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 1997/10/10 03:33:07 PDT Modified files: sys/i386/isa kbdtables.h Log: Change default keymap (I left all the international ones alone) so that LALT is META by default. This will make the emacs users happy. Approved by: sos Revision Changes Path 1.35 +2 -2 src/sys/i386/isa/kbdtables.h From owner-cvs-sys Fri Oct 10 04:53:11 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09038 for cvs-sys-outgoing; Fri, 10 Oct 1997 04:53:11 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09004; Fri, 10 Oct 1997 04:52:43 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA24363; Fri, 10 Oct 1997 04:52:21 -0700 (PDT) Date: Fri, 10 Oct 1997 04:52:21 -0700 (PDT) Message-Id: <199710101152.EAA24363@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1997/10/10 04:52:20 PDT Modified files: sys/pci pcisupport.c Log: Add IDs for Intel 82371MX/82437MX (mobile PCI chipset). Reviewed by: se Revision Changes Path 1.55 +5 -1 src/sys/pci/pcisupport.c From owner-cvs-sys Fri Oct 10 04:54:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09121 for cvs-sys-outgoing; Fri, 10 Oct 1997 04:54:28 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09084; Fri, 10 Oct 1997 04:54:05 -0700 (PDT) (envelope-from asami@FreeBSD.org) From: Satoshi Asami Received: (from asami@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA24401; Fri, 10 Oct 1997 04:53:43 -0700 (PDT) Date: Fri, 10 Oct 1997 04:53:43 -0700 (PDT) Message-Id: <199710101153.EAA24401@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk asami 1997/10/10 04:53:42 PDT Modified files: (Branch: RELENG_2_2) sys/pci pcisupport.c Log: Merge 1.55 (mobile PCI chipset). Approved by: jkh ("Yeah, if Stefan agrees..") Revision Changes Path 1.40.2.5 +5 -1 src/sys/pci/pcisupport.c From owner-cvs-sys Fri Oct 10 04:58:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA09323 for cvs-sys-outgoing; Fri, 10 Oct 1997 04:58:47 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA09287; Fri, 10 Oct 1997 04:58:10 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA24474; Fri, 10 Oct 1997 04:57:49 -0700 (PDT) Date: Fri, 10 Oct 1997 04:57:49 -0700 (PDT) Message-Id: <199710101157.EAA24474@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_ppp.c ppp_tty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 04:57:47 PDT Modified files: sys/net if_ppp.c ppp_tty.c Log: Try out PPP_FILTER Revision Changes Path 1.45 +3 -2 src/sys/net/if_ppp.c 1.25 +2 -1 src/sys/net/ppp_tty.c From owner-cvs-sys Fri Oct 10 05:39:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA11035 for cvs-sys-outgoing; Fri, 10 Oct 1997 05:39:15 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA11002; Fri, 10 Oct 1997 05:38:51 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA24657; Fri, 10 Oct 1997 05:38:30 -0700 (PDT) Date: Fri, 10 Oct 1997 05:38:30 -0700 (PDT) Message-Id: <199710101238.FAA24657@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 genassym.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 05:38:29 PDT Modified files: sys/i386/i386 genassym.c Log: GPROC0_SEL isn't used in any *.s files it seems.. Revision Changes Path 1.50 +1 -3 src/sys/i386/i386/genassym.c From owner-cvs-sys Fri Oct 10 05:41:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA11176 for cvs-sys-outgoing; Fri, 10 Oct 1997 05:41:09 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA11139; Fri, 10 Oct 1997 05:40:32 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA24691; Fri, 10 Oct 1997 05:40:10 -0700 (PDT) Date: Fri, 10 Oct 1997 05:40:10 -0700 (PDT) Message-Id: <199710101240.FAA24691@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/include pcb.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 05:40:10 PDT Modified files: sys/i386/include pcb.h Log: Don't #include unneeded includes here. pcb_ext.h picks up lots of other stuff with it. Revision Changes Path 1.25 +2 -4 src/sys/i386/include/pcb.h From owner-cvs-sys Fri Oct 10 05:43:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA11265 for cvs-sys-outgoing; Fri, 10 Oct 1997 05:43:37 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id FAA11242; Fri, 10 Oct 1997 05:43:17 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id FAA24737; Fri, 10 Oct 1997 05:42:56 -0700 (PDT) Date: Fri, 10 Oct 1997 05:42:56 -0700 (PDT) Message-Id: <199710101242.FAA24737@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 trap.c vm86.c machdep.c sys_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/10 05:42:56 PDT Modified files: sys/i386/i386 trap.c vm86.c machdep.c sys_machdep.c Log: Compensate for pcb.h tweaks. (Bruce pointed out the nesting) Revision Changes Path 1.113 +6 -1 src/sys/i386/i386/trap.c 1.4 +3 -2 src/sys/i386/i386/vm86.c 1.268 +2 -1 src/sys/i386/i386/machdep.c 1.27 +2 -1 src/sys/i386/i386/sys_machdep.c From owner-cvs-sys Fri Oct 10 07:07:27 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA15369 for cvs-sys-outgoing; Fri, 10 Oct 1997 07:07:27 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA15338; Fri, 10 Oct 1997 07:07:00 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id HAA25582; Fri, 10 Oct 1997 07:06:38 -0700 (PDT) Date: Fri, 10 Oct 1997 07:06:38 -0700 (PDT) Message-Id: <199710101406.HAA25582@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys malloc.h mbuf.h src/sys/kern kern_malloc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/10 07:06:38 PDT Modified files: sys/sys malloc.h mbuf.h sys/kern kern_malloc.c Log: Make malloc more extensible. The malloc type is now a pointer to the struct kmemstats that describes the type. This allows subsystems to declare their malloc types locally and doesn't need tweaked everytime somebody gets an idea. You can even have a type local to a lkm... I don't know if we really need the longdesc, comments welcome. TODO: There is a single nit in ext2fs, that will be fixed later, and I intend to remove all unused malloc types and distribute the rest closer to their use. Revision Changes Path 1.26 +104 -189 src/sys/sys/malloc.h 1.23 +3 -3 src/sys/sys/mbuf.h 1.31 +41 -59 src/sys/kern/kern_malloc.c From owner-cvs-sys Fri Oct 10 11:20:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA28245 for cvs-sys-outgoing; Fri, 10 Oct 1997 11:20:37 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA28081; Fri, 10 Oct 1997 11:19:12 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA11777; Fri, 10 Oct 1997 11:18:48 -0700 (PDT) Date: Fri, 10 Oct 1997 11:18:48 -0700 (PDT) Message-Id: <199710101818.LAA11777@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c ext2_vnops.c src/sys/kern kern_malloc.c kern_subr.c src/sys/sys malloc.h mbuf.h systm.h src/sys/ufs/ffs ffs_extern.h ffs_vfsops.c ffs_vnops.c src/sys/ufs/lfs lfs_extern.h lfs_vfsops.c lfs_vnops.c ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/10 11:18:48 PDT Modified files: sys/gnu/ext2fs ext2_vfsops.c ext2_vnops.c Log: Mega commit to cleanup the "remaining nits" after my malloc change. Introduce a M_EXT2NODE for ext2fs vnodes. Use generic ufs_reclaim instead of hijacking ffs_reclaim. Revision Changes Path 1.19 +5 -7 src/sys/gnu/ext2fs/ext2_vfsops.c 1.17 +3 -3 src/sys/gnu/ext2fs/ext2_vnops.c Modified files: sys/kern kern_malloc.c kern_subr.c Log: Rename "struct kmemstats" to "struct malloc_type" it makes more sense now. Fix type argument to hashinit() and phashinit() Revision Changes Path 1.32 +11 -11 src/sys/kern/kern_malloc.c 1.13 +5 -3 src/sys/kern/kern_subr.c Modified files: sys/sys malloc.h mbuf.h systm.h Log: Remove a bunch of unused malloc types. A couple of potential bogons flagged. Various prototypes changed. Revision Changes Path 1.27 +10 -24 src/sys/sys/malloc.h 1.24 +3 -3 src/sys/sys/mbuf.h 1.61 +6 -3 src/sys/sys/systm.h Modified files: sys/ufs/ffs ffs_extern.h ffs_vfsops.c ffs_vnops.c Log: Add type arg to ffs_mountfs and avoid examining v_tag to find out if MFS is getting a free ride. Use generic ufs_reclaim(). Revision Changes Path 1.18 +3 -3 src/sys/ufs/ffs/ffs_extern.h 1.57 +10 -8 src/sys/ufs/ffs/ffs_vfsops.c 1.31 +4 -24 src/sys/ufs/ffs/ffs_vnops.c Modified files: sys/ufs/lfs lfs_extern.h lfs_vfsops.c lfs_vnops.c sys/ufs/mfs mfs_vfsops.c mfs_vnops.c Log: Use generic ufs_reclaim(). Revision Changes Path 1.16 +1 -2 src/sys/ufs/lfs/lfs_extern.h 1.23 +3 -1 src/sys/ufs/lfs/lfs_vfsops.c 1.24 +4 -24 src/sys/ufs/lfs/lfs_vnops.c 1.34 +3 -3 src/sys/ufs/mfs/mfs_vfsops.c 1.21 +7 -19 src/sys/ufs/mfs/mfs_vnops.c Modified files: sys/ufs/ufs ufs_extern.h ufs_inode.c ufsmount.h Log: Make ufs_reclaim free the underlying inode. Revision Changes Path 1.18 +2 -2 src/sys/ufs/ufs/ufs_extern.h 1.16 +11 -4 src/sys/ufs/ufs/ufs_inode.c 1.9 +2 -1 src/sys/ufs/ufs/ufsmount.h Modified files: sys/vm vm_kern.h vm_page.c Log: Fix contigmalloc() and contigmalloc1() arguments. Revision Changes Path 1.16 +2 -2 src/sys/vm/vm_kern.h 1.82 +3 -3 src/sys/vm/vm_page.c From owner-cvs-sys Fri Oct 10 18:08:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA21600 for cvs-sys-outgoing; Fri, 10 Oct 1997 18:08:53 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA21500; Fri, 10 Oct 1997 18:07:31 -0700 (PDT) (envelope-from dyson@FreeBSD.org) From: John Dyson Received: (from dyson@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id SAA15071; Fri, 10 Oct 1997 18:07:05 -0700 (PDT) Date: Fri, 10 Oct 1997 18:07:05 -0700 (PDT) Message-Id: <199710110107.SAA15071@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_aio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 1997/10/10 18:07:05 PDT Modified files: sys/kern vfs_aio.c Log: Make the target for the number of AIO daemons work. Revision Changes Path 1.6 +18 -2 src/sys/kern/vfs_aio.c From owner-cvs-sys Sat Oct 11 00:35:16 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA05906 for cvs-sys-outgoing; Sat, 11 Oct 1997 00:35:16 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA05871; Sat, 11 Oct 1997 00:34:57 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA26284; Sat, 11 Oct 1997 00:34:29 -0700 (PDT) Date: Sat, 11 Oct 1997 00:34:29 -0700 (PDT) Message-Id: <199710110734.AAA26284@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 00:34:28 PDT Modified files: sys/kern vfs_subr.c Log: Dike out a weird warning. Revision Changes Path 1.108 +3 -1 src/sys/kern/vfs_subr.c From owner-cvs-sys Sat Oct 11 00:36:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id AAA06003 for cvs-sys-outgoing; Sat, 11 Oct 1997 00:36:12 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id AAA05922; Sat, 11 Oct 1997 00:35:54 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id AAA26317; Sat, 11 Oct 1997 00:35:26 -0700 (PDT) Date: Sat, 11 Oct 1997 00:35:26 -0700 (PDT) Message-Id: <199710110735.AAA26317@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/dev/ccd ccd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 00:35:26 PDT Modified files: sys/dev/ccd ccd.c Log: Remove a #ifndef __FreeBSD__ chunk. Revision Changes Path 1.25 +1 -5 src/sys/dev/ccd/ccd.c From owner-cvs-sys Sat Oct 11 03:40:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA14655 for cvs-sys-outgoing; Sat, 11 Oct 1997 03:40:20 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA14553; Sat, 11 Oct 1997 03:39:49 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA27219; Sat, 11 Oct 1997 03:39:20 -0700 (PDT) Date: Sat, 11 Oct 1997 03:39:20 -0700 (PDT) Message-Id: <199710111039.DAA27219@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/vm vm_kern.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/11 03:39:19 PDT Modified files: sys/vm vm_kern.h Log: Attempt to fix the previous fix to the contigmalloc1 prototype. struct malloc_type isn't defined in all cases (eg: from ddb), and the line wrapping was very badly mangled. Revision Changes Path 1.17 +4 -3 src/sys/vm/vm_kern.h From owner-cvs-sys Sat Oct 11 03:42:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA14729 for cvs-sys-outgoing; Sat, 11 Oct 1997 03:42:37 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA14698; Sat, 11 Oct 1997 03:42:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA27254; Sat, 11 Oct 1997 03:41:46 -0700 (PDT) Date: Sat, 11 Oct 1997 03:41:46 -0700 (PDT) Message-Id: <199710111041.DAA27254@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1997/10/11 03:41:45 PDT Modified files: sys/kern kern_malloc.c Log: Disable an extremely annoying printf. Revision Changes Path 1.33 +3 -1 src/sys/kern/kern_malloc.c From owner-cvs-sys Sat Oct 11 03:50:46 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id DAA15063 for cvs-sys-outgoing; Sat, 11 Oct 1997 03:50:46 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id DAA15034; Sat, 11 Oct 1997 03:50:18 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id DAA27371; Sat, 11 Oct 1997 03:49:49 -0700 (PDT) Date: Sat, 11 Oct 1997 03:49:49 -0700 (PDT) Message-Id: <199710111049.DAA27371@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 03:49:48 PDT Modified files: sys/kern kern_malloc.c Log: Remove a debug printf entirely. Revision Changes Path 1.34 +1 -4 src/sys/kern/kern_malloc.c From owner-cvs-sys Sat Oct 11 04:27:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA15976 for cvs-sys-outgoing; Sat, 11 Oct 1997 04:27:05 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA15938; Sat, 11 Oct 1997 04:26:06 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id EAA28718; Sat, 11 Oct 1997 04:25:37 -0700 (PDT) Date: Sat, 11 Oct 1997 04:25:37 -0700 (PDT) Message-Id: <199710111125.EAA28718@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/net if_sppp.h if_spppsubr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/11 04:25:32 PDT Modified files: sys/net if_sppp.h if_spppsubr.c Log: Jumbo patch to implement PAP and CHAP for sppp(4). Partially based on Serge's (Cronyx's) code in the vendor branch. (FR support not yet merged.) Revision Changes Path 1.8 +50 -5 src/sys/net/if_sppp.h 1.28 +1472 -165 src/sys/net/if_spppsubr.c From owner-cvs-sys Sat Oct 11 06:13:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA19203 for cvs-sys-outgoing; Sat, 11 Oct 1997 06:13:08 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA19177; Sat, 11 Oct 1997 06:12:06 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA01423; Sat, 11 Oct 1997 06:11:36 -0700 (PDT) Date: Sat, 11 Oct 1997 06:11:36 -0700 (PDT) Message-Id: <199710111311.GAA01423@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/sys malloc.h src/sys/kern kern_lkm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 06:11:36 PDT Modified files: sys/sys malloc.h sys/kern kern_lkm.c Log: Remove all traces of M_VFSCONF, which were for all practical purposes unused. Revision Changes Path 1.28 +1 -2 src/sys/sys/malloc.h 1.43 +1 -3 src/sys/kern/kern_lkm.c From owner-cvs-sys Sat Oct 11 06:14:18 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA19246 for cvs-sys-outgoing; Sat, 11 Oct 1997 06:14:18 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA19213; Sat, 11 Oct 1997 06:13:42 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id GAA01453; Sat, 11 Oct 1997 06:13:12 -0700 (PDT) Date: Sat, 11 Oct 1997 06:13:12 -0700 (PDT) Message-Id: <199710111313.GAA01453@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/kern kern_malloc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 06:13:12 PDT Modified files: sys/kern kern_malloc.c Log: Freeing with unknown type is a panic kind of thing. Revision Changes Path 1.35 +2 -2 src/sys/kern/kern_malloc.c From owner-cvs-sys Sat Oct 11 11:33:04 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA01438 for cvs-sys-outgoing; Sat, 11 Oct 1997 11:33:04 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA01388; Sat, 11 Oct 1997 11:32:13 -0700 (PDT) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA24454; Sat, 11 Oct 1997 11:31:41 -0700 (PDT) Date: Sat, 11 Oct 1997 11:31:41 -0700 (PDT) Message-Id: <199710111831.LAA24454@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/gnu/ext2fs ext2_vfsops.c src/sys/i386/i386 pmap.c userconfig.c src/sys/kern inflate.c kern_descrip.c kern_exit.c kern_ktrace.c kern_lockf.c kern_proc.c kern_sysctl.c subr_prof.c sys_generic.c sysv_shm.c vfs_aio.c vfs_bio.c ... Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 1997/10/11 11:31:41 PDT Modified files: sys/gnu/ext2fs ext2_vfsops.c sys/i386/i386 pmap.c userconfig.c sys/kern inflate.c kern_descrip.c kern_exit.c kern_ktrace.c kern_lockf.c kern_proc.c kern_sysctl.c subr_prof.c sys_generic.c sysv_shm.c vfs_aio.c vfs_bio.c vfs_subr.c sys/miscfs/devfs devfs_tree.c devfs_vfsops.c devfsdefs.h sys/msdosfs msdosfs_denode.c msdosfs_vfsops.c sys/netinet igmp.c in.c ip_output.c sys/netkey key.c sys/nfs nfs_node.c nfs_nqlease.c nfs_syscalls.c sys/sys malloc.h sys/ufs/ffs ffs_vfsops.c sys/ufs/mfs mfs_vfsops.c sys/ufs/ufs ufs_quota.c sys/vm vm_map.c vm_zone.c Log: Distribute and statizice a lot of the malloc M_* types. Substantial input from: bde Revision Changes Path 1.20 +1 -1 src/sys/gnu/ext2fs/ext2_vfsops.c 1.163 +3 -2 src/sys/i386/i386/pmap.c 1.94 +4 -2 src/sys/i386/i386/userconfig.c 1.10 +3 -1 src/sys/kern/inflate.c 1.41 +3 -1 src/sys/kern/kern_descrip.c 1.57 +3 -1 src/sys/kern/kern_exit.c 1.19 +3 -1 src/sys/kern/kern_ktrace.c 1.15 +4 -1 src/sys/kern/kern_lockf.c 1.29 +3 -1 src/sys/kern/kern_proc.c 1.71 +3 -1 src/sys/kern/kern_sysctl.c 1.21 +3 -1 src/sys/kern/subr_prof.c 1.30 +4 -1 src/sys/kern/sys_generic.c 1.30 +3 -1 src/sys/kern/sysv_shm.c 1.7 +3 -1 src/sys/kern/vfs_aio.c 1.129 +3 -1 src/sys/kern/vfs_bio.c 1.109 +3 -1 src/sys/kern/vfs_subr.c 1.43 +5 -1 src/sys/miscfs/devfs/devfs_tree.c 1.21 +3 -1 src/sys/miscfs/devfs/devfs_vfsops.c 1.12 +1 -3 src/sys/miscfs/devfs/devfsdefs.h 1.27 +3 -1 src/sys/msdosfs/msdosfs_denode.c 1.21 +3 -1 src/sys/msdosfs/msdosfs_vfsops.c 1.24 +3 -1 src/sys/netinet/igmp.c 1.36 +3 -1 src/sys/netinet/in.c 1.59 +3 -1 src/sys/netinet/ip_output.c 1.2 +2 -0 src/sys/netkey/key.c 1.20 +3 -1 src/sys/nfs/nfs_node.c 1.29 +3 -1 src/sys/nfs/nfs_nqlease.c 1.28 +3 -1 src/sys/nfs/nfs_syscalls.c 1.29 +14 -44 src/sys/sys/malloc.h 1.58 +3 -1 src/sys/ufs/ffs/ffs_vfsops.c 1.35 +3 -1 src/sys/ufs/mfs/mfs_vfsops.c 1.15 +3 -1 src/sys/ufs/ufs/ufs_quota.c 1.92 +3 -1 src/sys/vm/vm_map.c 1.9 +3 -1 src/sys/vm/vm_zone.c From owner-cvs-sys Sat Oct 11 11:36:33 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id LAA01697 for cvs-sys-outgoing; Sat, 11 Oct 1997 11:36:33 -0700 (PDT) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id LAA01630; Sat, 11 Oct 1997 11:35:59 -0700 (PDT) (envelope-from joerg@FreeBSD.org) From: Joerg Wunsch Received: (from joerg@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id LAA24496; Sat, 11 Oct 1997 11:35:27 -0700 (PDT) Date: Sat, 11 Oct 1997 11:35:27 -0700 (PDT) Message-Id: <199710111835.LAA24496@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/conf files Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 1997/10/11 11:35:27 PDT Modified files: sys/conf files Log: sppp(4) is now also a consumer of the kernel MD5 code. Revision Changes Path 1.113 +1 -0 src/sys/conf/files