From owner-cvs-sys Sun Apr 7 01:02:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA27457 for cvs-sys-outgoing; Sun, 7 Apr 1996 01:02:10 -0800 (PST) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id BAA27437 Sun, 7 Apr 1996 01:01:55 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with SMTP id KAA01488 ; Sun, 7 Apr 1996 10:01:26 +0100 (BST) To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org From: "Gary Palmer" Subject: Re: cvs commit: src/sys/pccard pccard.c pcic.c In-reply-to: Your message of "Sat, 06 Apr 1996 17:39:34 +1000." <199604060739.RAA15696@godzilla.zeta.org.au> Date: Sun, 07 Apr 1996 10:01:25 +0100 Message-ID: <1486.828867685@palmer.demon.co.uk> Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Bruce Evans wrote in message ID <199604060739.RAA15696@godzilla.zeta.org.au>: > > Modified: sys/pccard pccard.c pcic.c > > Log: > > pccard.c: > > #include to get sysbeep() prototype > > This should be #include . pccard isn't supposed to > have any i386 dependencies. Similarly for i386/include/laptops.h and > a few other i386/include's. Don't change this - I'll commit it later. I agree, it shouldn't have any i386 dependencies, but using will just mean that it's dependant on the contents of /usr/include matching whats in /sys/, which is one reason that I chose to use the path. I thought we were trying to make the kernel tree self-contained and not refer to /usr/include if at all possible? Gary From owner-cvs-sys Sun Apr 7 01:19:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA28687 for cvs-sys-outgoing; Sun, 7 Apr 1996 01:19:20 -0800 (PST) Received: from mpp.minn.net (root@p100.isc.net [206.144.132.100]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id BAA28678 Sun, 7 Apr 1996 01:19:13 -0800 (PST) Received: (from mpp@localhost) by mpp.minn.net (8.7.5/8.6.9) id EAA24688; Sun, 7 Apr 1996 04:18:52 -0500 (CDT) Message-Id: <199604070918.EAA24688@mpp.minn.net> Subject: Re: cvs commit: src/sys/pccard pccard.c pcic.c To: gpalmer@FreeBSD.ORG (Gary Palmer) Date: Sun, 7 Apr 1996 04:18:51 -0500 (CDT) From: "Mike Pritchard" Cc: bde@zeta.org.au, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Reply-To: mpp@FreeBSD.ORG In-Reply-To: <1486.828867685@palmer.demon.co.uk> from "Gary Palmer" at Apr 7, 96 10:01:25 am X-Mailer: ELM [version 2.4 PL25 ME8b] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Gary Palmer wrote: > > Bruce Evans wrote in message ID > <199604060739.RAA15696@godzilla.zeta.org.au>: > > > Modified: sys/pccard pccard.c pcic.c > > > Log: > > > pccard.c: > > > #include to get sysbeep() prototype > > > > This should be #include . pccard isn't supposed to > > have any i386 dependencies. Similarly for i386/include/laptops.h and > > a few other i386/include's. Don't change this - I'll commit it later. > > I agree, it shouldn't have any i386 dependencies, but using > will just mean that it's dependant on the contents > of /usr/include matching whats in /sys/, which is one reason that I > chose to use the path. I thought we were trying to make > the kernel tree self-contained and not refer to /usr/include if at all > possible? Config should have already created the appropriate symlink for you to make this possible: # ls -l /usr/src/sys/compile/mpp/machine lrwxrwx--- 1 root src 18 Apr 5 19:17 /usr/src/sys/compile/mpp/machine@ -> ../../i386/include -- Mike Pritchard mpp@freebsd.org "Go that way. Really fast. If something gets in your way, turn" From owner-cvs-sys Sun Apr 7 06:03:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA10977 for cvs-sys-outgoing; Sun, 7 Apr 1996 06:03:17 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA10963 Sun, 7 Apr 1996 06:03:08 -0700 (PDT) Date: Sun, 7 Apr 1996 06:03:08 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604071303.GAA10963@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files src/sys/kern kern_mib.c kern_sysctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/07 06:03:07 Modified: sys/conf files sys/kern kern_sysctl.c Added: sys/kern kern_mib.c Log: Move the "mib" variables out to their own file. Revision Changes Path 1.65 +1 -0 src/sys/conf/files 1.61 +6 -136 src/sys/kern/kern_sysctl.c From owner-cvs-sys Sun Apr 7 06:17:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA11780 for cvs-sys-outgoing; Sun, 7 Apr 1996 06:17:24 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA11773 Sun, 7 Apr 1996 06:17:13 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id XAA13973; Sun, 7 Apr 1996 23:14:23 +1000 Date: Sun, 7 Apr 1996 23:14:23 +1000 From: Bruce Evans Message-Id: <199604071314.XAA13973@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/kern kern_mib.c kern_sysctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/conf files > sys/kern kern_sysctl.c > Added: sys/kern kern_mib.c > Log: > Move the "mib" variables out to their own file. > > Revision Changes Path > 1.65 +1 -0 src/sys/conf/files > 1.61 +6 -136 src/sys/kern/kern_sysctl.c Why isn't there a summary line for the new file? Bruce From owner-cvs-sys Sun Apr 7 06:20:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA11926 for cvs-sys-outgoing; Sun, 7 Apr 1996 06:20:49 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA11909 Sun, 7 Apr 1996 06:20:41 -0700 (PDT) Date: Sun, 7 Apr 1996 06:20:41 -0700 (PDT) From: Bruce Evans Message-Id: <199604071320.GAA11909@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/gnu/isdn iitel.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 06:20:41 Modified: sys/gnu/isdn iitel.c Log: Removed the 2 remaining calls to sleep(). Revision Changes Path 1.13 +4 -4 src/sys/gnu/isdn/iitel.c From owner-cvs-sys Sun Apr 7 06:36:11 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA12377 for cvs-sys-outgoing; Sun, 7 Apr 1996 06:36:11 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA12347 Sun, 7 Apr 1996 06:36:00 -0700 (PDT) Date: Sun, 7 Apr 1996 06:36:00 -0700 (PDT) From: Bruce Evans Message-Id: <199604071336.GAA12347@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_synch.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 06:36:00 Modified: sys/kern kern_synch.c Log: Don't generate code for the unused function sleep(). Revision Changes Path 1.20 +3 -1 src/sys/kern/kern_synch.c From owner-cvs-sys Sun Apr 7 07:28:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14057 for cvs-sys-outgoing; Sun, 7 Apr 1996 07:28:30 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14024 Sun, 7 Apr 1996 07:28:12 -0700 (PDT) Date: Sun, 7 Apr 1996 07:28:12 -0700 (PDT) From: Bruce Evans Message-Id: <199604071428.HAA14024@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 07:28:10 Modified: sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c Log: Allow specifying the BIOS drive number. Removed the hd drive type. hd essentially wired the FreeBSD drive number to 0 without changing the BIOS drive number. Now the numbers can be specified independently. Replaced the BOOT_HD compile time flag with with BOOT_HD_BIAS. Defining the new flag as 1 should give the same behaviour as defining the old flag as anything. I haven't tested defining these flags. Revision Changes Path 1.39 +7 -5 src/sys/i386/boot/biosboot/Makefile 1.4 +14 -15 src/sys/i386/boot/biosboot/README.386BSD 1.4 +4 -4 src/sys/i386/boot/biosboot/README.serial 1.48 +26 -16 src/sys/i386/boot/biosboot/boot.c 1.11 +32 -11 src/sys/i386/boot/biosboot/sys.c 1.10 +2 -2 src/sys/i386/boot/biosboot/table.c From owner-cvs-sys Sun Apr 7 07:32:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14306 for cvs-sys-outgoing; Sun, 7 Apr 1996 07:32:32 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14288 Sun, 7 Apr 1996 07:32:17 -0700 (PDT) Date: Sun, 7 Apr 1996 07:32:17 -0700 (PDT) From: Bruce Evans Message-Id: <199604071432.HAA14288@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern subr_diskslice.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 07:32:16 Modified: sys/kern subr_diskslice.c Log: Cleaned up naming and formatting in recent changes. Revision Changes Path 1.24 +15 -18 src/sys/kern/subr_diskslice.c From owner-cvs-sys Sun Apr 7 07:46:57 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14961 for cvs-sys-outgoing; Sun, 7 Apr 1996 07:46:57 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA14937 Sun, 7 Apr 1996 07:46:45 -0700 (PDT) Date: Sun, 7 Apr 1996 07:46:45 -0700 (PDT) From: Bruce Evans Message-Id: <199604071446.HAA14937@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa fd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 07:46:44 Modified: sys/i386/isa fd.c Log: Fixed devfs device names and numbers. Fixed handling of unknown CMOS types - don't attach unrecognized devices. Revision Changes Path 1.85 +71 -35 src/sys/i386/isa/fd.c From owner-cvs-sys Sun Apr 7 07:59:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15436 for cvs-sys-outgoing; Sun, 7 Apr 1996 07:59:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA15418 Sun, 7 Apr 1996 07:59:29 -0700 (PDT) Date: Sun, 7 Apr 1996 07:59:29 -0700 (PDT) From: Bruce Evans Message-Id: <199604071459.HAA15418@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 mem.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 07:59:28 Modified: sys/i386/i386 mem.c Log: Fixed the ownership and permissions of /dev/io. Rev.1.32 broke rev.1.29. Revision Changes Path 1.33 +2 -2 src/sys/i386/i386/mem.c From owner-cvs-sys Sun Apr 7 08:33:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA16371 for cvs-sys-outgoing; Sun, 7 Apr 1996 08:33:19 -0700 (PDT) Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id IAA16364 Sun, 7 Apr 1996 08:33:16 -0700 (PDT) Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0u5wSn-0003vyC; Sun, 7 Apr 96 08:33 PDT Received: from localhost.tfs.com (localhost.tfs.com [127.0.0.1]) by critter.tfs.com (8.6.12/8.6.12) with SMTP id PAA05900; Sun, 7 Apr 1996 15:33:15 GMT X-Authentication-Warning: critter.tfs.com: Host localhost.tfs.com didn't use HELO protocol To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/sys/conf files src/sys/kern kern_mib.c kern_sysctl.c In-reply-to: Your message of "Sun, 07 Apr 1996 23:14:23 +1000." <199604071314.XAA13973@godzilla.zeta.org.au> Date: Sun, 07 Apr 1996 15:33:14 +0000 Message-ID: <5898.828891194@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Modified: sys/conf files > > sys/kern kern_sysctl.c > > Added: sys/kern kern_mib.c > > Log: > > Move the "mib" variables out to their own file. > > > > Revision Changes Path > > 1.65 +1 -0 src/sys/conf/files > > 1.61 +6 -136 src/sys/kern/kern_sysctl.c > > Why isn't there a summary line for the new file? I merely split kern_sysctl.c in two: kern_sysctl.c -- the code kern_mib.c -- The variables that hasn't anywhere else to go. -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so. From owner-cvs-sys Sun Apr 7 09:16:12 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18383 for cvs-sys-outgoing; Sun, 7 Apr 1996 09:16:12 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA18368 Sun, 7 Apr 1996 09:16:07 -0700 (PDT) Date: Sun, 7 Apr 1996 09:16:07 -0700 (PDT) From: Bruce Evans Message-Id: <199604071616.JAA18368@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_proc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 09:16:06 Modified: sys/kern kern_proc.c Log: Declared pgrpdump() properly. Revision Changes Path 1.17 +3 -1 src/sys/kern/kern_proc.c From owner-cvs-sys Sun Apr 7 09:46:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19223 for cvs-sys-outgoing; Sun, 7 Apr 1996 09:46:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA19200 Sun, 7 Apr 1996 09:46:30 -0700 (PDT) Date: Sun, 7 Apr 1996 09:46:30 -0700 (PDT) From: Bruce Evans Message-Id: <199604071646.JAA19200@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include cpu.h src/sys/i386/scsi aic7xxx.h src/sys/sys systm.h proc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 09:46:29 Modified: sys/i386/include cpu.h Log: Moved declaration of bootverbose to a better place. It isn't machine-dependent. Moved declaration of cpu_fork() to a better place. Only its implementation is machine-dependent. Revision Changes Path 1.24 +1 -4 src/sys/i386/include/cpu.h Modified: sys/i386/scsi aic7xxx.h Log: Moved declaration of bootverbose to a better place. Externs should only be declared in headers. Revision Changes Path 1.24 +1 -2 src/sys/i386/scsi/aic7xxx.h Modified: sys/sys systm.h proc.h Log: systm.h: Moved declaration of bootverbose to a better place. It isn't machine-dependent. proc.h: Moved declaration of cpu_fork() to a better place. Only its implementation is machine-dependent. Revision Changes Path 1.38 +2 -1 src/sys/sys/systm.h 1.23 +2 -1 src/sys/sys/proc.h From owner-cvs-sys Sun Apr 7 10:03:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA19852 for cvs-sys-outgoing; Sun, 7 Apr 1996 10:03:20 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA19837 Sun, 7 Apr 1996 10:03:14 -0700 (PDT) Date: Sun, 7 Apr 1996 10:03:14 -0700 (PDT) From: Bruce Evans Message-Id: <199604071703.KAA19837@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 10:03:13 Modified: sys/i386/eisa eisaconf.c Log: Removed unused declaration of bootverbose. Revision Changes Path 1.18 +1 -2 src/sys/i386/eisa/eisaconf.c From owner-cvs-sys Sun Apr 7 10:05:57 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA19973 for cvs-sys-outgoing; Sun, 7 Apr 1996 10:05:57 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA19968 Sun, 7 Apr 1996 10:05:53 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id KAA11707; Sun, 7 Apr 1996 10:05:49 -0700 From: "Rodney W. Grimes" Message-Id: <199604071705.KAA11707@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c To: bde@freefall.freebsd.org (Bruce Evans) Date: Sun, 7 Apr 1996 10:05:49 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199604071428.HAA14024@freefall.freebsd.org> from Bruce Evans at "Apr 7, 96 07:28:12 am" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > bde 96/04/07 07:28:10 > > Modified: sys/i386/boot/biosboot Makefile README.386BSD README.serial > boot.c sys.c table.c > Log: > Allow specifying the BIOS drive number. Removed the hd drive type. > hd essentially wired the FreeBSD drive number to 0 without changing > the BIOS drive number. Now the numbers can be specified independently. > > Replaced the BOOT_HD compile time flag with with BOOT_HD_BIAS. Defining > the new flag as 1 should give the same behaviour as defining the old > flag as anything. I haven't tested defining these flags. Please update boot(8) to reflect the new reality... -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sys Sun Apr 7 10:26:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA20747 for cvs-sys-outgoing; Sun, 7 Apr 1996 10:26:44 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA20740 Sun, 7 Apr 1996 10:26:39 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id DAA22020; Mon, 8 Apr 1996 03:25:52 +1000 Date: Mon, 8 Apr 1996 03:25:52 +1000 From: Bruce Evans Message-Id: <199604071725.DAA22020@godzilla.zeta.org.au> To: bde@freefall.freebsd.org, rgrimes@GndRsh.aac.dev.com Subject: Re: cvs commit: src/sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Please update boot(8) to reflect the new reality... It doesn't quite reflect the old reality: - the cd controller isn't supported - the kernel name doesn't need a leading slash - the disklabel format isn't quite different from other BSDs Please report any more bugs in it. Bruce From owner-cvs-sys Sun Apr 7 10:32:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA21211 for cvs-sys-outgoing; Sun, 7 Apr 1996 10:32:51 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA21195 Sun, 7 Apr 1996 10:32:44 -0700 (PDT) Date: Sun, 7 Apr 1996 10:32:44 -0700 (PDT) From: Bruce Evans Message-Id: <199604071732.KAA21195@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa aha1542.c diskslice_machdep.c fd.c isa.c mcd.c pcibus.c src/sys/scsi scsi_driver.c scsiconf.c src/sys/net bpf.c src/sys/pci meteor.c ncr.c pci.c pcisupport.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 10:32:43 Modified: sys/i386/isa aha1542.c diskslice_machdep.c fd.c isa.c mcd.c pcibus.c sys/net bpf.c sys/pci meteor.c ncr.c pci.c pcisupport.c sys/scsi scsi_driver.c scsiconf.c Log: Removed now-unused #includes of . They were for bootverbose being declared in the wrong place. Revision Changes Path 1.58 +1 -2 src/sys/i386/isa/aha1542.c 1.20 +1 -2 src/sys/i386/isa/diskslice_machdep.c 1.86 +1 -2 src/sys/i386/isa/fd.c 1.66 +1 -2 src/sys/i386/isa/isa.c 1.76 +1 -2 src/sys/i386/isa/mcd.c 1.23 +1 -3 src/sys/i386/isa/pcibus.c 1.24 +1 -2 src/sys/net/bpf.c 1.19 +0 -1 src/sys/pci/meteor.c 1.70 +5 -5 src/sys/pci/ncr.c 1.47 +1 -3 src/sys/pci/pci.c 1.33 +1 -3 src/sys/pci/pcisupport.c 1.15 +1 -3 src/sys/scsi/scsi_driver.c 1.58 +1 -2 src/sys/scsi/scsiconf.c From owner-cvs-sys Sun Apr 7 10:39:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA21827 for cvs-sys-outgoing; Sun, 7 Apr 1996 10:39:37 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA21812 Sun, 7 Apr 1996 10:39:30 -0700 (PDT) Date: Sun, 7 Apr 1996 10:39:30 -0700 (PDT) From: Bruce Evans Message-Id: <199604071739.KAA21812@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_eg.c qcam.c qcamio.c random_machdep.c wd7000.c src/sys/i386/linux linux_misc.c src/sys/kern kern_exit.c kern_time.c src/sys/pci wd82371.c src/sys/vm vm_glue.c src/sys/net if_disc.c if_ethersubr.c if_fddisubr.c if_loop.c if_ppp.c if_sl.c if_tun.c src/sys/i386/i386 vm_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 10:39:29 Modified: sys/i386/isa if_eg.c qcam.c qcamio.c random_machdep.c wd7000.c sys/i386/linux linux_misc.c sys/kern kern_exit.c kern_time.c sys/net if_disc.c if_ethersubr.c if_fddisubr.c if_loop.c if_ppp.c if_sl.c if_tun.c sys/pci wd82371.c sys/vm vm_glue.c sys/i386/i386 vm_machdep.c Log: Removed never-used #includes of . Many were apparently copied from bad examples. Revision Changes Path 1.13 +1 -2 src/sys/i386/isa/if_eg.c 1.8 +0 -1 src/sys/i386/isa/qcam.c 1.3 +0 -1 src/sys/i386/isa/qcamio.c 1.5 +1 -2 src/sys/i386/isa/random_machdep.c 1.14 +0 -1 src/sys/i386/isa/wd7000.c 1.18 +1 -4 src/sys/i386/linux/linux_misc.c 1.31 +1 -2 src/sys/kern/kern_exit.c 1.15 +1 -3 src/sys/kern/kern_time.c 1.12 +1 -2 src/sys/net/if_disc.c 1.15 +1 -3 src/sys/net/if_ethersubr.c 1.7 +1 -3 src/sys/net/if_fddisubr.c 1.19 +1 -2 src/sys/net/if_loop.c 1.32 +1 -2 src/sys/net/if_ppp.c 1.37 +1 -3 src/sys/net/if_sl.c 1.23 +0 -2 src/sys/net/if_tun.c 1.3 +1 -2 src/sys/pci/wd82371.c 1.45 +1 -2 src/sys/vm/vm_glue.c 1.58 +1 -2 src/sys/i386/i386/vm_machdep.c From owner-cvs-sys Sun Apr 7 10:57:01 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22769 for cvs-sys-outgoing; Sun, 7 Apr 1996 10:57:01 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA22750 Sun, 7 Apr 1996 10:56:55 -0700 (PDT) Date: Sun, 7 Apr 1996 10:56:55 -0700 (PDT) From: Bruce Evans Message-Id: <199604071756.KAA22750@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c if_fe.c wcd.c src/sys/pccard pccard.c pcic.c src/sys/i386/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 10:56:54 Modified: sys/i386/isa atapi.c if_fe.c wcd.c sys/pccard pccard.c pcic.c sys/i386/i386 userconfig.c Log: Changed #includes of to #includes of . Revision Changes Path 1.10 +3 -2 src/sys/i386/isa/atapi.c 1.13 +3 -5 src/sys/i386/isa/if_fe.c 1.31 +3 -1 src/sys/i386/isa/wcd.c 1.19 +3 -3 src/sys/pccard/pccard.c 1.18 +1 -2 src/sys/pccard/pcic.c 1.41 +9 -6 src/sys/i386/i386/userconfig.c From owner-cvs-sys Sun Apr 7 11:13:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23571 for cvs-sys-outgoing; Sun, 7 Apr 1996 11:13:37 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23544 Sun, 7 Apr 1996 11:13:24 -0700 (PDT) Date: Sun, 7 Apr 1996 11:13:24 -0700 (PDT) From: Nate Williams Message-Id: <199604071813.LAA23544@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pccard pccard.c pcic.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/04/07 11:13:23 Branch: sys/pccard RELENG_2_1_0 Modified: sys/pccard pccard.c pcic.c Log: Bring in changes from the HEAD. - Changed #includes of to #includes of . - pccard.c: #include to get sysbeep() prototype - pcic.c: add appropriate #ifdef around a prototype to quiet GCC because fn decl. is also #ifdef'd. Revision Changes Path 1.3.2.3 +3 -2 src/sys/pccard/pccard.c 1.3.2.3 +3 -2 src/sys/pccard/pcic.c From owner-cvs-sys Sun Apr 7 11:16:34 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23794 for cvs-sys-outgoing; Sun, 7 Apr 1996 11:16:34 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA23779 Sun, 7 Apr 1996 11:16:29 -0700 (PDT) Date: Sun, 7 Apr 1996 11:16:29 -0700 (PDT) From: Bruce Evans Message-Id: <199604071816.LAA23779@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa random_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 11:16:28 Modified: sys/i386/isa random_machdep.c Log: Use rdtsc() function instead of inline essembler. Revision Changes Path 1.6 +2 -6 src/sys/i386/isa/random_machdep.c From owner-cvs-sys Sun Apr 7 11:31:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24670 for cvs-sys-outgoing; Sun, 7 Apr 1996 11:31:10 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24637 Sun, 7 Apr 1996 11:30:58 -0700 (PDT) Date: Sun, 7 Apr 1996 11:30:58 -0700 (PDT) From: Bruce Evans Message-Id: <199604071830.LAA24637@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include cpufunc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 11:30:57 Modified: sys/i386/include cpufunc.h Log: Changed bdb() to breakpoint() and always enable it. Made the style more consistent, especially for the new Pentium functions. Revision Changes Path 1.49 +30 -34 src/sys/i386/include/cpufunc.h From owner-cvs-sys Sun Apr 7 11:35:07 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24846 for cvs-sys-outgoing; Sun, 7 Apr 1996 11:35:07 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA24822 Sun, 7 Apr 1996 11:35:00 -0700 (PDT) Date: Sun, 7 Apr 1996 11:35:00 -0700 (PDT) From: Bruce Evans Message-Id: <199604071835.LAA24822@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_interface.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/07 11:35:00 Modified: sys/i386/i386 db_interface.c Log: Use breakpoint() function instead of inline assembler. Revision Changes Path 1.18 +2 -6 src/sys/i386/i386/db_interface.c From owner-cvs-sys Sun Apr 7 15:12:38 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07809 for cvs-sys-outgoing; Sun, 7 Apr 1996 15:12:38 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA07787 Sun, 7 Apr 1996 15:12:27 -0700 (PDT) Date: Sun, 7 Apr 1996 15:12:27 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604072212.PAA07787@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys buf.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/07 15:12:27 Modified: sys/sys buf.h Log: remove b_actb, it's not used anywhere. Revision Changes Path 1.30 +2 -2 src/sys/sys/buf.h From owner-cvs-sys Sun Apr 7 17:21:23 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA13864 for cvs-sys-outgoing; Sun, 7 Apr 1996 17:21:23 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id RAA13757 Sun, 7 Apr 1996 17:20:54 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id CAA11547; Mon, 8 Apr 1996 02:20:47 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id CAA09515; Mon, 8 Apr 1996 02:20:47 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id CAA01273; Mon, 8 Apr 1996 02:05:53 +0200 (MET DST) From: J Wunsch Message-Id: <199604080005.CAA01273@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c To: bde@zeta.org.au (Bruce Evans) Date: Mon, 8 Apr 1996 02:05:53 +0200 (MET DST) Cc: bde@freefall.freebsd.org, rgrimes@gndrsh.aac.dev.com, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604071725.DAA22020@godzilla.zeta.org.au> from "Bruce Evans" at Apr 8, 96 03:25:52 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > > >Please update boot(8) to reflect the new reality... > > It doesn't quite reflect the old reality: ... > - the disklabel format isn't quite different from other BSDs Hah, that's about the only sentence i've left over from the previous version. :-) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sys Sun Apr 7 18:22:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA16572 for cvs-sys-outgoing; Sun, 7 Apr 1996 18:22:13 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA16557 Sun, 7 Apr 1996 18:22:02 -0700 (PDT) Date: Sun, 7 Apr 1996 18:22:02 -0700 (PDT) From: David Greenman Message-Id: <199604080122.SAA16557@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern imgact_aout.c imgact_shell.c kern_exec.c tty_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/07 18:22:02 Modified: sys/kern imgact_aout.c imgact_shell.c kern_exec.c tty_subr.c Log: Killed sections 3 and 4 of my copyright as I don't agree with it (I believe it to be unnecessarily restrictive). For tty_subr.c, update to my standard copyright. Revision Changes Path 1.26 +1 -6 src/sys/kern/imgact_aout.c 1.11 +1 -6 src/sys/kern/imgact_shell.c 1.38 +1 -6 src/sys/kern/kern_exec.c 1.22 +25 -7 src/sys/kern/tty_subr.c From owner-cvs-sys Sun Apr 7 18:25:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA16798 for cvs-sys-outgoing; Sun, 7 Apr 1996 18:25:30 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA16784 Sun, 7 Apr 1996 18:25:24 -0700 (PDT) Date: Sun, 7 Apr 1996 18:25:24 -0700 (PDT) From: David Greenman Message-Id: <199604080125.SAA16784@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/07 18:25:24 Modified: sys/i386/isa if_ed.c Log: Killed sections 3 and 4 of my copyright as I think it is unnecessarily restrictive. Revision Changes Path 1.96 +1 -6 src/sys/i386/isa/if_ed.c From owner-cvs-sys Sun Apr 7 18:28:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17049 for cvs-sys-outgoing; Sun, 7 Apr 1996 18:28:18 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17033 Sun, 7 Apr 1996 18:28:12 -0700 (PDT) Date: Sun, 7 Apr 1996 18:28:12 -0700 (PDT) From: David Greenman Message-Id: <199604080128.SAA17033@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern imgact_aout.c imgact_shell.c kern_exec.c tty_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/07 18:28:12 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern imgact_aout.c imgact_shell.c kern_exec.c tty_subr.c Log: From current: updates to my copyright. Revision Changes Path 1.14.2.3 +1 -6 src/sys/kern/imgact_aout.c 1.6.8.2 +1 -6 src/sys/kern/imgact_shell.c 1.21.4.3 +1 -6 src/sys/kern/kern_exec.c 1.10.4.4 +24 -7 src/sys/kern/tty_subr.c From owner-cvs-sys Sun Apr 7 18:29:29 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17276 for cvs-sys-outgoing; Sun, 7 Apr 1996 18:29:29 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17249 Sun, 7 Apr 1996 18:29:20 -0700 (PDT) Date: Sun, 7 Apr 1996 18:29:20 -0700 (PDT) From: David Greenman Message-Id: <199604080129.SAA17249@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ed.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/07 18:29:20 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa if_ed.c Log: From main branch: updates to my copyright. Revision Changes Path 1.73.4.6 +1 -6 src/sys/i386/isa/if_ed.c From owner-cvs-sys Sun Apr 7 18:31:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17521 for cvs-sys-outgoing; Sun, 7 Apr 1996 18:31:52 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17481 Sun, 7 Apr 1996 18:31:44 -0700 (PDT) Date: Sun, 7 Apr 1996 18:31:44 -0700 (PDT) From: David Greenman Message-Id: <199604080131.SAA17481@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/07 18:31:43 Modified: sys/pci if_fxp.c if_fxpreg.h Log: Removed sections 3 and 4 from my copyright. Revision Changes Path 1.12 +1 -6 src/sys/pci/if_fxp.c 1.3 +1 -6 src/sys/pci/if_fxpreg.h From owner-cvs-sys Sun Apr 7 18:32:10 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17667 for cvs-sys-outgoing; Sun, 7 Apr 1996 18:32:10 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA17603 Sun, 7 Apr 1996 18:32:04 -0700 (PDT) Date: Sun, 7 Apr 1996 18:32:04 -0700 (PDT) From: David Greenman Message-Id: <199604080132.SAA17603@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/07 18:32:03 Branch: sys/pci RELENG_2_1_0 Modified: sys/pci if_fxp.c if_fxpreg.h Log: From main branch: updates to my copyright. Revision Changes Path 1.8.2.2 +1 -6 src/sys/pci/if_fxp.c 1.2.2.1 +1 -6 src/sys/pci/if_fxpreg.h From owner-cvs-sys Sun Apr 7 20:42:27 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA26168 for cvs-sys-outgoing; Sun, 7 Apr 1996 20:42:27 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA26131 Sun, 7 Apr 1996 20:42:06 -0700 (PDT) Date: Sun, 7 Apr 1996 20:42:06 -0700 (PDT) From: John Dyson Message-Id: <199604080342.UAA26131@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/04/07 20:42:05 Modified: sys/vm vm_glue.c Log: Map lock checks not needed anymore for swapping out. We don't use map operations for it anymore. Certain deadlocks should never happen anymore. Revision Changes Path 1.46 +2 -12 src/sys/vm/vm_glue.c From owner-cvs-sys Mon Apr 8 00:52:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09473 for cvs-sys-outgoing; Mon, 8 Apr 1996 00:52:08 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09418 Mon, 8 Apr 1996 00:51:59 -0700 (PDT) Date: Mon, 8 Apr 1996 00:51:59 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604080751.AAA09418@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys queue.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/08 00:51:58 Modified: sys/sys queue.h Log: Add five macros to TAILQ family to improve readability. Revision Changes Path 1.9 +9 -1 src/sys/sys/queue.h From owner-cvs-sys Mon Apr 8 00:54:59 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09897 for cvs-sys-outgoing; Mon, 8 Apr 1996 00:54:59 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA09879 Mon, 8 Apr 1996 00:54:53 -0700 (PDT) Date: Mon, 8 Apr 1996 00:54:53 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604080754.AAA09879@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c mfs_vnops.c mfsnode.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/08 00:54:53 Modified: sys/ufs/mfs mfs_vfsops.c mfs_vnops.c mfsnode.h Log: Replace usage of buf->b_actf by queue.3 and buf->b_act Revision Changes Path 1.21 +9 -7 src/sys/ufs/mfs/mfs_vfsops.c 1.14 +9 -10 src/sys/ufs/mfs/mfs_vnops.c 1.4 +3 -2 src/sys/ufs/mfs/mfsnode.h From owner-cvs-sys Mon Apr 8 00:56:47 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA10026 for cvs-sys-outgoing; Mon, 8 Apr 1996 00:56:47 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA10009 Mon, 8 Apr 1996 00:56:43 -0700 (PDT) Date: Mon, 8 Apr 1996 00:56:43 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604080756.AAA10009@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa wcd.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/08 00:56:43 Modified: sys/i386/isa wcd.c Log: Replace usage of buf->b_actf with queue.3 and buf->b_act. Revision Changes Path 1.32 +5 -7 src/sys/i386/isa/wcd.c From owner-cvs-sys Mon Apr 8 09:41:28 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08354 for cvs-sys-outgoing; Mon, 8 Apr 1996 09:41:28 -0700 (PDT) Received: (from wollman@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA08304 Mon, 8 Apr 1996 09:41:09 -0700 (PDT) Date: Mon, 8 Apr 1996 09:41:09 -0700 (PDT) From: Garrett Wollman Message-Id: <199604081641.JAA08304@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa prof_machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 96/04/08 09:41:08 Modified: sys/i386/isa prof_machdep.c Log: Added a $Id$ keyword. Bruce still needs to put a copyright notice on this file. Revision Changes Path 1.2 +5 -0 src/sys/i386/isa/prof_machdep.c From owner-cvs-sys Mon Apr 8 12:39:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21226 for cvs-sys-outgoing; Mon, 8 Apr 1996 12:39:14 -0700 (PDT) Received: (from smpatel@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21202 Mon, 8 Apr 1996 12:38:59 -0700 (PDT) Date: Mon, 8 Apr 1996 12:38:59 -0700 (PDT) From: Sujal Patel Message-Id: <199604081938.MAA21202@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa isa.c isa_device.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smpatel 96/04/08 12:38:58 Modified: sys/i386/isa isa.c isa_device.h Log: Add a lock for DMA Channels to prevent two devices from using the same DMA channel at the same time. The functions isa_dma_acquire() and isa_dma_release() should be used in all ISA drivers which call isa_dmastart(). This can be used more generally to register the usage of DMA channels in any driver, but it is required for drivers using isa_dmastart() and friends. Clean up sanity checks, error messages, etc. Remove isa_dmadone_nobounce(), it is no longer needed Reviewed by: bde Revision Changes Path 1.67 +112 -44 src/sys/i386/isa/isa.c 1.29 +6 -6 src/sys/i386/isa/isa_device.h From owner-cvs-sys Mon Apr 8 12:41:06 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21467 for cvs-sys-outgoing; Mon, 8 Apr 1996 12:41:06 -0700 (PDT) Received: (from smpatel@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21450 Mon, 8 Apr 1996 12:40:59 -0700 (PDT) Date: Mon, 8 Apr 1996 12:40:59 -0700 (PDT) From: Sujal Patel Message-Id: <199604081940.MAA21450@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c gsc.c fd.c wt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smpatel 96/04/08 12:40:59 Modified: sys/i386/isa asc.c gsc.c fd.c wt.c Log: Update drivers to use isa_dma_acquire() and isa_dma_release() Reviewed by: bde Revision Changes Path 1.18 +5 -1 src/sys/i386/isa/asc.c 1.20 +5 -0 src/sys/i386/isa/gsc.c 1.87 +3 -1 src/sys/i386/isa/fd.c 1.32 +5 -1 src/sys/i386/isa/wt.c From owner-cvs-sys Mon Apr 8 12:42:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21542 for cvs-sys-outgoing; Mon, 8 Apr 1996 12:42:13 -0700 (PDT) Received: (from smpatel@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA21526 Mon, 8 Apr 1996 12:42:09 -0700 (PDT) Date: Mon, 8 Apr 1996 12:42:09 -0700 (PDT) From: Sujal Patel Message-Id: <199604081942.MAA21526@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound dmabuf.c os.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smpatel 96/04/08 12:42:08 Modified: sys/i386/isa/sound dmabuf.c os.h Log: Added isa_dmadone() to fix the errors the sound driver has been complaining about. Update driver to use isa_dma_acquire() and isa_dma_release() Revision Changes Path 1.23 +11 -8 src/sys/i386/isa/sound/dmabuf.c 1.26 +2 -2 src/sys/i386/isa/sound/os.h From owner-cvs-sys Mon Apr 8 21:37:13 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA05443 for cvs-sys-outgoing; Mon, 8 Apr 1996 21:37:13 -0700 (PDT) Received: (from dyson@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA05416 Mon, 8 Apr 1996 21:37:00 -0700 (PDT) Date: Mon, 8 Apr 1996 21:37:00 -0700 (PDT) From: John Dyson Message-Id: <199604090437.VAA05416@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 96/04/08 21:37:00 Modified: sys/vm vm_glue.c Log: Reinstitute the map lock for processes being swapped out. This is needed because of the vm_fault used to bring the page table page for the kernel stack (UPAGES) back in. The consequence of the previous incorrect change was a system hang. Revision Changes Path 1.47 +18 -1 src/sys/vm/vm_glue.c From owner-cvs-sys Tue Apr 9 00:02:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA16080 for cvs-sys-outgoing; Tue, 9 Apr 1996 00:02:04 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA16057 Tue, 9 Apr 1996 00:01:56 -0700 (PDT) Date: Tue, 9 Apr 1996 00:01:56 -0700 (PDT) From: Paul Traina Message-Id: <199604090701.AAA16057@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet tcp_input.c udp_usrreq.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/04/09 00:01:55 Modified: sys/netinet tcp_input.c udp_usrreq.c Log: Logging UDP and TCP connection attempts should not be enabled by default. It's trivial to create a denial of service attack on a box so enabled. These messages, if enabled at all, must be rate-limited. (!) Revision Changes Path 1.42 +2 -2 src/sys/netinet/tcp_input.c 1.22 +2 -2 src/sys/netinet/udp_usrreq.c From owner-cvs-sys Tue Apr 9 02:01:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA23617 for cvs-sys-outgoing; Tue, 9 Apr 1996 02:01:20 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA23550 Tue, 9 Apr 1996 02:00:52 -0700 (PDT) Date: Tue, 9 Apr 1996 02:00:52 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604090900.CAA23550@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/09 02:00:48 Modified: sys/i386/conf GENERIC Log: Gag! Somebody removed the bus mouse from GENERIC for reasons unknown. That certainly explains why I noticed it suddenly missing from the 2.2 SNAPSHOT! :-) Revision Changes Path 1.64 +2 -1 src/sys/i386/conf/GENERIC From owner-cvs-sys Tue Apr 9 21:18:51 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA21121 for cvs-sys-outgoing; Tue, 9 Apr 1996 21:18:51 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA21102 Tue, 9 Apr 1996 21:18:38 -0700 (PDT) Date: Tue, 9 Apr 1996 21:18:38 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604100418.VAA21102@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/09 21:18:37 Modified: sys/i386/isa sio.c Log: Placed an #ifndef around RS_IBUFSIZE so that it can be changed in the config file ... PR#528 is reportly fixed by adding 'options RS_IBUFSIZE=1024' to the config file Revision Changes Path 1.137 +3 -1 src/sys/i386/isa/sio.c From owner-cvs-sys Tue Apr 9 22:26:49 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26470 for cvs-sys-outgoing; Tue, 9 Apr 1996 22:26:49 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26429 Tue, 9 Apr 1996 22:26:28 -0700 (PDT) Date: Tue, 9 Apr 1996 22:26:28 -0700 (PDT) From: Nate Williams Message-Id: <199604100526.WAA26429@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include proc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/04/09 22:26:27 Modified: sys/i386/include proc.h Log: hp300 -> i386 Revision Changes Path 1.5 +2 -2 src/sys/i386/include/proc.h From owner-cvs-sys Tue Apr 9 22:27:22 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26531 for cvs-sys-outgoing; Tue, 9 Apr 1996 22:27:22 -0700 (PDT) Received: (from nate@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA26512 Tue, 9 Apr 1996 22:27:14 -0700 (PDT) Date: Tue, 9 Apr 1996 22:27:14 -0700 (PDT) From: Nate Williams Message-Id: <199604100527.WAA26512@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include proc.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 96/04/09 22:27:13 Branch: sys/i386/include RELENG_2_1_0 Modified: sys/i386/include proc.h Log: hp300 -> i386 Revision Changes Path 1.4.8.1 +2 -2 src/sys/i386/include/proc.h From owner-cvs-sys Wed Apr 10 06:50:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA07416 for cvs-sys-outgoing; Wed, 10 Apr 1996 06:50:19 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id GAA07396 Wed, 10 Apr 1996 06:50:09 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id XAA24512; Wed, 10 Apr 1996 23:42:56 +1000 Date: Wed, 10 Apr 1996 23:42:56 +1000 From: Bruce Evans Message-Id: <199604101342.XAA24512@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/conf GENERIC > Log: > Gag! Somebody removed the bus mouse from GENERIC for reasons unknown. > That certainly explains why I noticed it suddenly missing from the > 2.2 SNAPSHOT! :-) It was never in -current. Someone added it "back" to 2.1 without adding it to -current. BTW, sio3 should be disabled by default in GENERIC so that it doesn't foul S3 boards. Bruce From owner-cvs-sys Wed Apr 10 11:10:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26833 for cvs-sys-outgoing; Wed, 10 Apr 1996 11:10:44 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA26777 Wed, 10 Apr 1996 11:10:02 -0700 (PDT) Date: Wed, 10 Apr 1996 11:10:02 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604101810.LAA26777@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/10 11:10:01 Modified: sys/i386/isa sio.c Log: removed RS_IBUFSIZE #ifndef - have been informed it was a bad idea Revision Changes Path 1.138 +1 -3 src/sys/i386/isa/sio.c From owner-cvs-sys Wed Apr 10 14:27:35 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA10666 for cvs-sys-outgoing; Wed, 10 Apr 1996 14:27:35 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id OAA10660 Wed, 10 Apr 1996 14:27:30 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with SMTP id OAA03285; Wed, 10 Apr 1996 14:27:12 -0700 (PDT) To: Bruce Evans cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/conf GENERIC In-reply-to: Your message of "Wed, 10 Apr 1996 23:42:56 +1000." <199604101342.XAA24512@godzilla.zeta.org.au> Date: Wed, 10 Apr 1996 14:27:12 -0700 Message-ID: <3283.829171632@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Oh. Well that explains that then, doesn't it? :-) I'll whap sio3 today. > > Modified: sys/i386/conf GENERIC > > Log: > > Gag! Somebody removed the bus mouse from GENERIC for reasons unknown. > > That certainly explains why I noticed it suddenly missing from the > > 2.2 SNAPSHOT! :-) > > It was never in -current. Someone added it "back" to 2.1 without adding > it to -current. > > BTW, sio3 should be disabled by default in GENERIC so that it doesn't > foul S3 boards. > > Bruce From owner-cvs-sys Wed Apr 10 16:03:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17588 for cvs-sys-outgoing; Wed, 10 Apr 1996 16:03:44 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA17572 Wed, 10 Apr 1996 16:03:38 -0700 (PDT) Date: Wed, 10 Apr 1996 16:03:38 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604102303.QAA17572@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/10 16:03:37 Modified: sys/i386/conf GENERIC Log: Disable sio3 in GENERIC - it messes with ATI cards. Revision Changes Path 1.65 +2 -2 src/sys/i386/conf/GENERIC From owner-cvs-sys Wed Apr 10 18:51:53 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA26052 for cvs-sys-outgoing; Wed, 10 Apr 1996 18:51:53 -0700 (PDT) Received: from GndRsh.aac.dev.com (GndRsh.aac.dev.com [198.145.92.241]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA25791 Wed, 10 Apr 1996 18:47:18 -0700 (PDT) Received: (from rgrimes@localhost) by GndRsh.aac.dev.com (8.6.12/8.6.12) id SAA16504; Wed, 10 Apr 1996 18:46:49 -0700 From: "Rodney W. Grimes" Message-Id: <199604110146.SAA16504@GndRsh.aac.dev.com> Subject: Re: cvs commit: src/sys/i386/conf GENERIC To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Wed, 10 Apr 1996 18:46:49 -0700 (PDT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199604102303.QAA17572@freefall.freebsd.org> from "Jordan K. Hubbard" at "Apr 10, 96 04:03:38 pm" X-Mailer: ELM [version 2.4ME+ PL11 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > jkh 96/04/10 16:03:37 > > Modified: sys/i386/conf GENERIC > Log: > Disable sio3 in GENERIC - it messes with ATI cards. ^^^ s/b S3 based > > Revision Changes Path > 1.65 +2 -2 src/sys/i386/conf/GENERIC > -- Rod Grimes rgrimes@gndrsh.aac.dev.com Accurate Automation Company Reliable computers for FreeBSD From owner-cvs-sys Wed Apr 10 23:19:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12887 for cvs-sys-outgoing; Wed, 10 Apr 1996 23:19:56 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA12872 Wed, 10 Apr 1996 23:19:46 -0700 (PDT) Date: Wed, 10 Apr 1996 23:19:46 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604110619.XAA12872@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/10 23:19:46 Modified: sys/i386/conf LINT Log: mentioned support for enabling gameport on ProAudio Spectrum with appropriately commented out "options" line for PAS_JOYSTICK_ENABLE (PR#i386/960 - partial closer) Revision Changes Path 1.249 +4 -1 src/sys/i386/conf/LINT From owner-cvs-sys Wed Apr 10 23:23:26 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13138 for cvs-sys-outgoing; Wed, 10 Apr 1996 23:23:26 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA13118 Wed, 10 Apr 1996 23:23:19 -0700 (PDT) Date: Wed, 10 Apr 1996 23:23:19 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199604110623.XAA13118@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound sound.doc Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk scrappy 96/04/10 23:23:19 Modified: sys/i386/isa/sound sound.doc Log: Added documentation for "options PAS_JOYSTICK_ENABLE" Revision Changes Path 1.5 +4 -1 src/sys/i386/isa/sound/sound.doc From owner-cvs-sys Wed Apr 10 23:46:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA15163 for cvs-sys-outgoing; Wed, 10 Apr 1996 23:46:32 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA15145 Wed, 10 Apr 1996 23:46:26 -0700 (PDT) Date: Wed, 10 Apr 1996 23:46:26 -0700 (PDT) From: David Greenman Message-Id: <199604110646.XAA15145@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net slcompress.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/10 23:46:26 Modified: sys/net slcompress.c Log: When cslip gets an uncompressed packet, it attempts to save off the TCP/IP header for use in decompressing subsequant packets. If cslip gets garbage (such as what happens when there is a port speed mismatch or modem line noise), it will occasionally mistake the packet as a valid uncompressed packet. When it tries to save off the header, it doesn't bother to check for the validity of the header length and will happily clobber not only the cslip data structure, but parts of other kernel memory that happens to follow it...causing, ahem, undesired behavior. Revision Changes Path 1.7 +11 -4 src/sys/net/slcompress.c From owner-cvs-sys Wed Apr 10 23:52:02 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA15714 for cvs-sys-outgoing; Wed, 10 Apr 1996 23:52:02 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA15651 Wed, 10 Apr 1996 23:51:56 -0700 (PDT) Date: Wed, 10 Apr 1996 23:51:56 -0700 (PDT) From: David Greenman Message-Id: <199604110651.XAA15651@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net pppcompress.c slcompress.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/10 23:51:55 Branch: sys/net RELENG_2_1_0 Modified: sys/net pppcompress.c slcompress.c Log: Bugfix based on rev 1.7 of slcompress.c in -current: When cslip gets an uncompressed packet, it attempts to save off the TCP/IP header for use in decompressing subsequant packets. If cslip gets garbage (such as what happens when there is a port speed mismatch or modem line noise), it will occasionally mistake the packet as a valid uncompressed packet. When it tries to save off the header, it doesn't bother to check for the validity of the header length and will happily clobber not only the cslip data structure, but parts of other kernel memory that happens to follow it...causing, ahem, undesired behavior. Revision Changes Path 1.4.4.1 +11 -4 src/sys/net/Attic/pppcompress.c 1.5.4.1 +11 -4 src/sys/net/slcompress.c From owner-cvs-sys Thu Apr 11 00:46:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA19680 for cvs-sys-outgoing; Thu, 11 Apr 1996 00:46:25 -0700 (PDT) Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id AAA19638 Thu, 11 Apr 1996 00:46:06 -0700 (PDT) Received: by sequent.kiae.su id AA25211 (5.65.kiae-2 ); Thu, 11 Apr 1996 10:33:12 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Thu, 11 Apr 96 10:33:11 +0300 Received: (from ache@localhost) by astral.msk.su (8.7.5/8.7.3) id LAA01702; Thu, 11 Apr 1996 11:32:16 +0400 (MSD) Message-Id: <199604110732.LAA01702@astral.msk.su> Subject: Re: cvs commit: src/sys/net slcompress.c To: davidg@freefall.freebsd.org (David Greenman) Date: Thu, 11 Apr 1996 11:32:15 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199604110646.XAA15145@freefall.freebsd.org> from "David Greenman" at "Apr 10, 96 11:46:26 pm" From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL15 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > davidg 96/04/10 23:46:26 > > Modified: sys/net slcompress.c > Log: > When cslip gets an uncompressed packet, it attempts to save off the TCP/IP > header for use in decompressing subsequant packets. If cslip gets garbage > (such as what happens when there is a port speed mismatch or modem line > noise), it will occasionally mistake the packet as a valid uncompressed > packet. When it tries to save off the header, it doesn't bother to check > for the validity of the header length and will happily clobber not only > the cslip data structure, but parts of other kernel memory that happens > to follow it...causing, ahem, undesired behavior. David, can you please also fix it in usr.sbin/ppp/slcompress.c? (if the bug present there) -- Andrey A. Chernov : And I rest so composedly, /Now, in my bed, ache@astral.msk.su : That any beholder /Might fancy me dead - http://dt.demos.su/~ache : Might start at beholding me, /Thinking me dead. RELCOM Team,FreeBSD Team : E.A.Poe From "For Annie" 1849 From owner-cvs-sys Thu Apr 11 01:21:44 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA23132 for cvs-sys-outgoing; Thu, 11 Apr 1996 01:21:44 -0700 (PDT) Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id BAA23035 Thu, 11 Apr 1996 01:20:56 -0700 (PDT) Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id KAA27291; Thu, 11 Apr 1996 10:20:46 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id KAA12113; Thu, 11 Apr 1996 10:20:46 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.7.5/8.6.9) id JAA04191; Thu, 11 Apr 1996 09:57:58 +0200 (MET DST) From: J Wunsch Message-Id: <199604110757.JAA04191@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/i386/conf GENERIC To: bde@zeta.org.au (Bruce Evans) Date: Thu, 11 Apr 1996 09:57:57 +0200 (MET DST) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, jkh@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199604101342.XAA24512@godzilla.zeta.org.au> from "Bruce Evans" at Apr 10, 96 11:42:56 pm X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL24 ME8a] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Bruce Evans wrote: > BTW, sio3 should be disabled by default in GENERIC so that it doesn't > foul S3 boards. ... faulty 8514/A-descendant boards. ...like those from ATI. My S3 chips have never been confused by it, since they enable the 0x*2e8 registers only when running in enhanced mode, i.e. if the Xserver has been started. ATI messed this up in their recent chips. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-cvs-sys Thu Apr 11 01:23:04 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id BAA23290 for cvs-sys-outgoing; Thu, 11 Apr 1996 01:23:04 -0700 (PDT) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id BAA23209 Thu, 11 Apr 1996 01:22:43 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by Root.COM (8.7.5/8.6.5) with SMTP id BAA09571; Thu, 11 Apr 1996 01:21:09 -0700 (PDT) Message-Id: <199604110821.BAA09571@Root.COM> X-Authentication-Warning: implode.Root.COM: Host localhost [127.0.0.1] didn't use HELO protocol To: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (aka Andrey A. Chernov, Black Mage) cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/net slcompress.c In-reply-to: Your message of "Thu, 11 Apr 1996 11:32:15 +0400." <199604110732.LAA01702@astral.msk.su> From: David Greenman Reply-To: davidg@Root.COM Date: Thu, 11 Apr 1996 01:21:09 -0700 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> davidg 96/04/10 23:46:26 >> >> Modified: sys/net slcompress.c >> Log: >> When cslip gets an uncompressed packet, it attempts to save off the TCP/IP >> header for use in decompressing subsequant packets. If cslip gets garbage >> (such as what happens when there is a port speed mismatch or modem line >> noise), it will occasionally mistake the packet as a valid uncompressed >> packet. When it tries to save off the header, it doesn't bother to check >> for the validity of the header length and will happily clobber not only >> the cslip data structure, but parts of other kernel memory that happens >> to follow it...causing, ahem, undesired behavior. > >David, can you please also fix it in usr.sbin/ppp/slcompress.c? >(if the bug present there) Yes, I was editing the file when you sent this. ...done. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-cvs-sys Thu Apr 11 08:34:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA19331 for cvs-sys-outgoing; Thu, 11 Apr 1996 08:34:56 -0700 (PDT) Received: (from smpatel@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA19300 Thu, 11 Apr 1996 08:34:31 -0700 (PDT) Date: Thu, 11 Apr 1996 08:34:31 -0700 (PDT) From: Sujal Patel Message-Id: <199604111534.IAA19300@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound sound.doc Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk smpatel 96/04/11 08:34:29 Modified: sys/i386/isa/sound sound.doc Log: Added a note about OPTi 82C929 based cards. Clarified GUS DMA Settings. Other misc. changes. This should hold us over until I can finish cleaning up TASD, and finish reintegrating all of the FreeBSD changes to the sound driver. At that time this document will be removed, and it's information moved to the handbook. Revision Changes Path 1.6 +10 -5 src/sys/i386/isa/sound/sound.doc From owner-cvs-sys Thu Apr 11 11:43:56 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00543 for cvs-sys-outgoing; Thu, 11 Apr 1996 11:43:56 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA00524 Thu, 11 Apr 1996 11:43:39 -0700 (PDT) Date: Thu, 11 Apr 1996 11:43:39 -0700 (PDT) From: Bruce Evans Message-Id: <199604111843.LAA00524@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/11 11:43:38 Modified: sys/kern tty_pty.c Log: Fixed the PF_REMOTE case of ptcwrite(). I broke it in rev.1.22. Output was duplicated until the canq filled up, and write() normally returned 0. This case is apparently rare. It was reported for Jove's shell buffer in PR 1130. Revision Changes Path 1.38 +15 -4 src/sys/kern/tty_pty.c From owner-cvs-sys Thu Apr 11 13:56:45 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11664 for cvs-sys-outgoing; Thu, 11 Apr 1996 13:56:45 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA11637 Thu, 11 Apr 1996 13:56:31 -0700 (PDT) Date: Thu, 11 Apr 1996 13:56:31 -0700 (PDT) From: Bruce Evans Message-Id: <199604112056.NAA11637@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_exit.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/11 13:56:31 Modified: sys/kern kern_exit.c Log: Spell cpu_switch() with an i in a comment. Revision Changes Path 1.32 +2 -2 src/sys/kern/kern_exit.c From owner-cvs-sys Thu Apr 11 14:02:01 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA12161 for cvs-sys-outgoing; Thu, 11 Apr 1996 14:02:01 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA12146 Thu, 11 Apr 1996 14:01:46 -0700 (PDT) Date: Thu, 11 Apr 1996 14:01:46 -0700 (PDT) From: David Greenman Message-Id: <199604112101.OAA12146@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net pppcompress.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/11 14:01:44 Branch: sys/net RELENG_2_1_0 Modified: sys/net pppcompress.c Log: Fix weird patching snafu that somehow snuck in - what should have been "buflen" was "len" instead. I might have gotten my slcompress/pppcompress patches mixed up (this being the only difference). Revision Changes Path 1.4.4.2 +2 -2 src/sys/net/Attic/pppcompress.c From owner-cvs-sys Thu Apr 11 14:06:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA12429 for cvs-sys-outgoing; Thu, 11 Apr 1996 14:06:19 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA12404 Thu, 11 Apr 1996 14:05:29 -0700 (PDT) Date: Thu, 11 Apr 1996 14:05:29 -0700 (PDT) From: Bruce Evans Message-Id: <199604112105.OAA12404@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/11 14:05:28 Modified: sys/vm vm_pageout.c Log: Fixed a spl hog. The vmdaemon process ran entirely at splhigh. It sometimes disabled clock interrupts for 60 msec or more on a P133. Clock interrupts were lost ... Reviewed by: dyson Revision Changes Path 1.70 +3 -1 src/sys/vm/vm_pageout.c From owner-cvs-sys Thu Apr 11 14:19:08 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13339 for cvs-sys-outgoing; Thu, 11 Apr 1996 14:19:08 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id OAA13318 Thu, 11 Apr 1996 14:18:52 -0700 (PDT) Date: Thu, 11 Apr 1996 14:18:52 -0700 (PDT) From: Bruce Evans Message-Id: <199604112118.OAA13318@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf options.i386 src/sys/i386/isa/pcvt pcvt_hdr.h src/sys/i386/isa isa.c vector.s sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/11 14:18:51 Modified: sys/i386/conf options.i386 sys/i386/isa/pcvt pcvt_hdr.h sys/i386/isa isa.c vector.s sio.c Log: Moved AUTO_EOI_[12] and most sio and pcvt options out of the makefile. Revision Changes Path 1.9 +12 -1 src/sys/i386/conf/options.i386 1.17 +2 -0 src/sys/i386/isa/pcvt/pcvt_hdr.h 1.68 +3 -1 src/sys/i386/isa/isa.c 1.19 +3 -1 src/sys/i386/isa/vector.s 1.139 +4 -2 src/sys/i386/isa/sio.c From owner-cvs-sys Thu Apr 11 17:43:19 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA28659 for cvs-sys-outgoing; Thu, 11 Apr 1996 17:43:19 -0700 (PDT) Received: (from davidg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id RAA28640 Thu, 11 Apr 1996 17:43:11 -0700 (PDT) Date: Thu, 11 Apr 1996 17:43:11 -0700 (PDT) From: David Greenman Message-Id: <199604120043.RAA28640@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/vm vm_pageout.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk davidg 96/04/11 17:43:10 Branch: sys/vm RELENG_2_1_0 Modified: sys/vm vm_pageout.c Log: Brought in change from rev 1.70: add spl0() to vmdaemon. Revision Changes Path 1.51.4.3 +3 -1 src/sys/vm/vm_pageout.c From owner-cvs-sys Fri Apr 12 00:45:24 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06841 for cvs-sys-outgoing; Fri, 12 Apr 1996 00:45:24 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id AAA06794 Fri, 12 Apr 1996 00:45:12 -0700 (PDT) Date: Fri, 12 Apr 1996 00:45:12 -0700 (PDT) From: Bruce Evans Message-Id: <199604120745.AAA06794@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/12 00:45:11 Branch: sys/kern RELENG_2_1_0 Modified: sys/kern tty_pty.c Log: Brought in change from rev.1.37: fix comparison of wrong field against EXTPROC. Revision Changes Path 1.11.4.4 +2 -2 src/sys/kern/tty_pty.c From owner-cvs-sys Fri Apr 12 02:24:43 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18254 for cvs-sys-outgoing; Fri, 12 Apr 1996 02:24:43 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id CAA18224 Fri, 12 Apr 1996 02:24:24 -0700 (PDT) Date: Fri, 12 Apr 1996 02:24:24 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604120924.CAA18224@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet ip_input.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/12 02:24:24 Modified: sys/netinet ip_input.c Log: Fix a bogon I introduced with my last change. Submitted by: Andreas Klemm Revision Changes Path 1.41 +2 -2 src/sys/netinet/ip_input.c From owner-cvs-sys Fri Apr 12 05:22:23 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28935 for cvs-sys-outgoing; Fri, 12 Apr 1996 05:22:23 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA28920 Fri, 12 Apr 1996 05:22:16 -0700 (PDT) Date: Fri, 12 Apr 1996 05:22:16 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604121222.FAA28920@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 exception.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/12 05:22:16 Modified: sys/i386/i386 exception.s Log: Make alltraps a .globl so that DDB doesn't make people belive they have an ALIGNFLT on their hands all the time. Revision Changes Path 1.16 +2 -1 src/sys/i386/i386/exception.s From owner-cvs-sys Fri Apr 12 05:37:52 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA29698 for cvs-sys-outgoing; Fri, 12 Apr 1996 05:37:52 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id FAA29676 Fri, 12 Apr 1996 05:37:12 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id WAA14687; Fri, 12 Apr 1996 22:34:03 +1000 Date: Fri, 12 Apr 1996 22:34:03 +1000 From: Bruce Evans Message-Id: <199604121234.WAA14687@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, phk@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/i386 exception.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: sys/i386/i386 exception.s > Log: > Make alltraps a .globl so that DDB doesn't make people belive they have > an ALIGNFLT on their hands all the time. ddb has no problems with static names unless the kernel has been excessively stripped. There are so many static functions that ddb addresses are almost useless if static symbols have been stripped. Bruce From owner-cvs-sys Fri Apr 12 12:59:30 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06827 for cvs-sys-outgoing; Fri, 12 Apr 1996 12:59:30 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA06411 Fri, 12 Apr 1996 12:57:48 -0700 (PDT) Date: Fri, 12 Apr 1996 12:57:48 -0700 (PDT) From: John Hay Message-Id: <199604121957.MAA06411@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ar.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 96/04/12 12:57:47 Modified: sys/i386/isa if_ar.c Log: Improve the handling of receive errors. Fix a nasty bug in the receive buffer code. Revision Changes Path 1.8 +162 -55 src/sys/i386/isa/if_ar.c From owner-cvs-sys Sat Apr 13 04:25:06 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18110 for cvs-sys-outgoing; Sat, 13 Apr 1996 04:25:06 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA17963 Sat, 13 Apr 1996 04:23:02 -0700 (PDT) Date: Sat, 13 Apr 1996 04:23:02 -0700 (PDT) From: Bruce Evans Message-Id: <199604131123.EAA17963@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 genassym.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 04:23:00 Modified: sys/i386/i386 genassym.c Log: Generate #define of PCB_SAVEFPU_SIZE for use in savectx(). Revision Changes Path 1.34 +2 -1 src/sys/i386/i386/genassym.c From owner-cvs-sys Sat Apr 13 04:25:39 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18153 for cvs-sys-outgoing; Sat, 13 Apr 1996 04:25:39 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA18072 Sat, 13 Apr 1996 04:24:14 -0700 (PDT) Date: Sat, 13 Apr 1996 04:24:14 -0700 (PDT) From: Bruce Evans Message-Id: <199604131124.EAA18072@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 swtch.s Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 04:24:14 Modified: sys/i386/i386 swtch.s Log: Use PCB_SAVEFPU_SIZE instead of a too-small size in savectx(). This bug only affected FPU emulators. It might have caused bogus FPU states in core dumps and in the child pcb after a fork. Emulated FPU states in core dumps don't work for other reasons, and the child FPU state is reinitialized by exec, so the problem might not have caused any noticeable affects. Cleaned up #includes. Revision Changes Path 1.32 +11 -9 src/sys/i386/i386/swtch.s From owner-cvs-sys Sat Apr 13 04:58:46 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19516 for cvs-sys-outgoing; Sat, 13 Apr 1996 04:58:46 -0700 (PDT) Received: (from jkh@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id EAA19488 Sat, 13 Apr 1996 04:57:19 -0700 (PDT) Date: Sat, 13 Apr 1996 04:57:19 -0700 (PDT) From: "Jordan K. Hubbard" Message-Id: <199604131157.EAA19488@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/biosboot README.serial Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jkh 96/04/13 04:57:19 Modified: sys/i386/boot/biosboot README.serial Log: Document how to drop into DDB from a serial console. Revision Changes Path 1.5 +10 -1 src/sys/i386/boot/biosboot/README.serial From owner-cvs-sys Sat Apr 13 05:20:20 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA20425 for cvs-sys-outgoing; Sat, 13 Apr 1996 05:20:20 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA20334 Sat, 13 Apr 1996 05:18:48 -0700 (PDT) Date: Sat, 13 Apr 1996 05:18:48 -0700 (PDT) From: Bruce Evans Message-Id: <199604131218.FAA20334@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa asc.c gsc.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 05:18:47 Modified: sys/i386/isa asc.c gsc.c Log: Declared `unittab' as static. It was bogusly shared between the asc and gsc drivers. Revision Changes Path 1.19 +4 -2 src/sys/i386/isa/asc.c 1.21 +3 -1 src/sys/i386/isa/gsc.c From owner-cvs-sys Sat Apr 13 05:55:23 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA21192 for cvs-sys-outgoing; Sat, 13 Apr 1996 05:55:23 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id FAA21159 Sat, 13 Apr 1996 05:53:55 -0700 (PDT) Date: Sat, 13 Apr 1996 05:53:55 -0700 (PDT) From: Bruce Evans Message-Id: <199604131253.FAA21159@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa atapi.c atapi.h src/sys/net if_ppp.c if_pppvar.h src/sys/netinet tcp_debug.c tcp_debug.h src/sys/netipx spx_debug.c spx_debug.h spx_usrreq.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 05:53:54 Modified: sys/i386/isa atapi.c atapi.h sys/net if_ppp.c if_pppvar.h sys/netinet tcp_debug.c tcp_debug.h sys/netipx spx_debug.c spx_debug.h spx_usrreq.c Log: Eliminated sloppy common-style declarations. Now there are no duplicated common labels for LINT. There are still some common declarations for the !KERNEL case in tcp_debug.h and spx_debug.h. trpt depends on the ones in tcp_debug.h. Revision Changes Path 1.11 +11 -9 src/sys/i386/isa/atapi.c 1.6 +10 -6 src/sys/i386/isa/atapi.h 1.33 +3 -1 src/sys/net/if_ppp.c 1.5 +2 -2 src/sys/net/if_pppvar.h 1.7 +5 -1 src/sys/netinet/tcp_debug.c 1.5 +7 -3 src/sys/netinet/tcp_debug.h 1.6 +7 -2 src/sys/netipx/spx_debug.c 1.6 +4 -1 src/sys/netipx/spx_debug.h 1.8 +1 -2 src/sys/netipx/spx_usrreq.c From owner-cvs-sys Sat Apr 13 06:29:17 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA22896 for cvs-sys-outgoing; Sat, 13 Apr 1996 06:29:17 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA22880 Sat, 13 Apr 1996 06:28:55 -0700 (PDT) Date: Sat, 13 Apr 1996 06:28:55 -0700 (PDT) From: Poul-Henning Kamp Message-Id: <199604131328.GAA22880@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_sysctl.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk phk 96/04/13 06:28:55 Modified: sys/kern kern_sysctl.c Log: Fix a longstanding bug and a buglet of no significance. Now net.ipx works. Noticed by: John Hay -- John.Hay@csir.co.za Revision Changes Path 1.62 +18 -23 src/sys/kern/kern_sysctl.c From owner-cvs-sys Sat Apr 13 07:24:00 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA25030 for cvs-sys-outgoing; Sat, 13 Apr 1996 07:24:00 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA24996 Sat, 13 Apr 1996 07:23:32 -0700 (PDT) Date: Sat, 13 Apr 1996 07:23:32 -0700 (PDT) From: Bruce Evans Message-Id: <199604131423.HAA24996@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys cdefs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 07:23:31 Modified: sys/sys cdefs.h Log: Changed `noreturn' to `__noreturn__' so that all headers don't break if an application #defines `noreturn'. Changed one instance of `const' similarly. This is less like to be a problem since applications shouldn't #define `const', and the common hack of #defining `const' as nothing gives harmless (?) null attributes instead of syntax errors. Fixed comments on #endifs to match code. Revision Changes Path 1.10 +4 -4 src/sys/sys/cdefs.h From owner-cvs-sys Sat Apr 13 07:25:16 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA25166 for cvs-sys-outgoing; Sat, 13 Apr 1996 07:25:16 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA25138 Sat, 13 Apr 1996 07:25:08 -0700 (PDT) Date: Sat, 13 Apr 1996 07:25:08 -0700 (PDT) From: Bruce Evans Message-Id: <199604131425.HAA25138@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include ansi.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 07:25:08 Modified: sys/i386/include ansi.h Log: Changed _BSD_PID_T_ from long to int. Lite2 changed pid_t from long to int32_t in but this change was missed when the Lite2 types were merged. Revision Changes Path 1.9 +2 -2 src/sys/i386/include/ansi.h From owner-cvs-sys Sat Apr 13 07:37:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA26160 for cvs-sys-outgoing; Sat, 13 Apr 1996 07:37:33 -0700 (PDT) Received: (from jhay@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA26141 Sat, 13 Apr 1996 07:37:24 -0700 (PDT) Date: Sat, 13 Apr 1996 07:37:24 -0700 (PDT) From: John Hay Message-Id: <199604131437.HAA26141@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netipx ipx_usrreq.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jhay 96/04/13 07:37:23 Modified: sys/netipx ipx_usrreq.c Log: Don't use a newfangled auto initializer. Initialize everything by assignment to avoid one bug and several pessimizations. In the old version, gcc-2.6.3 (i386 version) generates 16 bytes of static data and copies it using 4 4-byte load-stores. gcc-2.7.2 generates 2 1-byte stores and calls memset() to zero 14 bytes. Linking fails because memset() doesn't exist in the kernel. In both versions, the 2 bytes stored directly are all that is actually used unless the null padding at the end is used, since the 3 4-byte words in the middle are initialized again by struct assignment. These words are misaligned. gcc generates misaligned load-stores for (small) misaligned struct copies. Submitted by: Bruce Evans Revision Changes Path 1.6 +6 -2 src/sys/netipx/ipx_usrreq.c From owner-cvs-sys Sat Apr 13 07:55:33 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA26999 for cvs-sys-outgoing; Sat, 13 Apr 1996 07:55:33 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id HAA26975 Sat, 13 Apr 1996 07:55:21 -0700 (PDT) Date: Sat, 13 Apr 1996 07:55:21 -0700 (PDT) From: Bruce Evans Message-Id: <199604131455.HAA26975@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 07:55:20 Modified: sys/i386/isa sio.c Log: Another try: fixed bogus change of the fifo settings for the non-speed of 0. rev.1.30 incorrectly changed the behaviour from always disabling the fifo to always enabling it. Revision Changes Path 1.140 +3 -3 src/sys/i386/isa/sio.c From owner-cvs-sys Sat Apr 13 08:01:41 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27226 for cvs-sys-outgoing; Sat, 13 Apr 1996 08:01:41 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id IAA27209 Sat, 13 Apr 1996 08:01:33 -0700 (PDT) Date: Sat, 13 Apr 1996 08:01:33 -0700 (PDT) From: Bruce Evans Message-Id: <199604131501.IAA27209@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 08:01:31 Branch: sys/i386/isa RELENG_2_1_0 Modified: sys/i386/isa sio.c Log: Brought in fifo fixes from revs 1.130 and 1.140: don't change the fifo settings for the non-speed of 0. Revision Changes Path 1.99.4.3 +2 -2 src/sys/i386/isa/sio.c From owner-cvs-sys Sat Apr 13 09:50:32 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA02504 for cvs-sys-outgoing; Sat, 13 Apr 1996 09:50:32 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA02489 Sat, 13 Apr 1996 09:50:26 -0700 (PDT) Date: Sat, 13 Apr 1996 09:50:26 -0700 (PDT) From: Bruce Evans Message-Id: <199604131650.JAA02489@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/conf options.i386 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 09:50:25 Modified: sys/i386/conf options.i386 Log: Fixed `PCVT_FREEBSD=210'. Revision Changes Path 1.10 +2 -2 src/sys/i386/conf/options.i386 From owner-cvs-sys Sat Apr 13 09:59:37 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA03039 for cvs-sys-outgoing; Sat, 13 Apr 1996 09:59:37 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA03021 Sat, 13 Apr 1996 09:59:31 -0700 (PDT) Date: Sat, 13 Apr 1996 09:59:31 -0700 (PDT) From: Bruce Evans Message-Id: <199604131659.JAA03021@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/pcvt pcvt_hdr.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 09:59:31 Modified: sys/i386/isa/pcvt pcvt_hdr.h Log: Oops, include opt_pcvt_hdr.h before the key value in it is used. Revision Changes Path 1.18 +2 -2 src/sys/i386/isa/pcvt/pcvt_hdr.h From owner-cvs-sys Sat Apr 13 11:33:14 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13341 for cvs-sys-outgoing; Sat, 13 Apr 1996 11:33:14 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id LAA13304 Sat, 13 Apr 1996 11:33:06 -0700 (PDT) Date: Sat, 13 Apr 1996 11:33:06 -0700 (PDT) From: Bruce Evans Message-Id: <199604131833.LAA13304@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 userconfig.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/04/13 11:33:06 Modified: sys/i386/i386 userconfig.c Log: Fixed handling of device flags. The real flags were never used. Submitted by: Michael Smith Revision Changes Path 1.42 +5 -2 src/sys/i386/i386/userconfig.c