From owner-cvs-sys Sun Feb 23 02:57:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03865 for cvs-sys-outgoing; Sun, 23 Feb 1997 02:57:39 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA03858; Sun, 23 Feb 1997 02:57:34 -0800 (PST) Date: Sun, 23 Feb 1997 02:57:34 -0800 (PST) From: Joerg Wunsch Message-Id: <199702231057.CAA03858@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/23 02:57:33 Modified: sys/pci if_de.c Log: Add support for the SMC9332BDT that's using the DE21140A chip. This is merely a stop-gap measure until we can import an upgraded driver from Matt Thomas. Closes PR # 2696, and most likely also 2767. OKed by: core Revision Changes Path 1.60 +15 -1 src/sys/pci/if_de.c From owner-cvs-sys Sun Feb 23 03:00:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04211 for cvs-sys-outgoing; Sun, 23 Feb 1997 03:00:52 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04198; Sun, 23 Feb 1997 03:00:49 -0800 (PST) Date: Sun, 23 Feb 1997 03:00:49 -0800 (PST) From: Joerg Wunsch Message-Id: <199702231100.DAA04198@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/23 03:00:48 Branch: sys/pci RELENG_2_2 Modified: sys/pci if_de.c Log: YAMFC (rev 1.60: add suport for the SMC9332BDT) Revision Changes Path 1.54.2.3 +15 -1 src/sys/pci/if_de.c From owner-cvs-sys Sun Feb 23 03:03:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04580 for cvs-sys-outgoing; Sun, 23 Feb 1997 03:03:38 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA04550; Sun, 23 Feb 1997 03:03:31 -0800 (PST) Date: Sun, 23 Feb 1997 03:03:31 -0800 (PST) From: Joerg Wunsch Message-Id: <199702231103.DAA04550@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-lib, cvs-etc Subject: cvs commit: src/lib/msun Makefile src/etc make.conf src/sys/i386/include asmacros.h src/lib/msun/src e_acos.c e_asin.c e_atan2.c e_exp.c e_fmod.c e_log.c e_log10.c e_remainder.c e_scalb.c e_sqrt.c s_atan.c s_ceil.c s_copysign.c s_cos.c s_finite.c s_floor.c s_ilogb.c s_logb.c s_rint.c s_scalbn.c s_significand.c s_sin.c s_tan.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/23 03:03:30 Branch: etc RELENG_2_2 sys/i386/include RELENG_2_2 lib/msun RELENG_2_2 lib/msun/src RELENG_2_2 Modified: etc make.conf sys/i386/include asmacros.h lib/msun Makefile lib/msun/src e_acos.c e_asin.c e_atan2.c e_exp.c e_fmod.c e_log.c e_log10.c e_remainder.c e_scalb.c e_sqrt.c s_atan.c s_ceil.c s_copysign.c s_cos.c s_finite.c s_floor.c s_ilogb.c s_logb.c s_rint.c s_scalbn.c s_significand.c s_sin.c s_tan.c Log: Mega-merge Bruce's msun changes into 2.2. This should bring the FPU autodetecting code here. Revision Changes Path 1.37.2.3 +1 -7 src/etc/make.conf 1.9.2.2 +78 -1 src/sys/i386/include/asmacros.h 1.11.2.3 +14 -10 src/lib/msun/Makefile 1.2.6.1 +3 -3 src/lib/msun/src/e_acos.c 1.3.2.1 +3 -3 src/lib/msun/src/e_asin.c 1.3.2.1 +3 -3 src/lib/msun/src/e_atan2.c 1.3.2.1 +3 -3 src/lib/msun/src/e_exp.c 1.2.6.1 +3 -3 src/lib/msun/src/e_fmod.c 1.2.6.1 +3 -3 src/lib/msun/src/e_log.c 1.3.6.1 +3 -3 src/lib/msun/src/e_log10.c 1.2.6.1 +3 -3 src/lib/msun/src/e_remainder.c 1.2.6.1 +5 -5 src/lib/msun/src/e_scalb.c 1.2.6.1 +3 -3 src/lib/msun/src/e_sqrt.c 1.2.6.1 +3 -3 src/lib/msun/src/s_atan.c 1.2.6.1 +3 -3 src/lib/msun/src/s_ceil.c 1.2.6.1 +3 -3 src/lib/msun/src/s_copysign.c 1.2.6.1 +3 -3 src/lib/msun/src/s_cos.c 1.2.6.1 +3 -3 src/lib/msun/src/s_finite.c 1.2.6.1 +3 -3 src/lib/msun/src/s_floor.c 1.2.6.1 +3 -3 src/lib/msun/src/s_ilogb.c 1.2.6.1 +3 -3 src/lib/msun/src/s_logb.c 1.3.2.1 +3 -3 src/lib/msun/src/s_rint.c 1.2.6.1 +3 -3 src/lib/msun/src/s_scalbn.c 1.2.6.1 +3 -3 src/lib/msun/src/s_significand.c 1.2.6.1 +3 -3 src/lib/msun/src/s_sin.c 1.2.6.1 +3 -3 src/lib/msun/src/s_tan.c From owner-cvs-sys Sun Feb 23 03:22:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA05088 for cvs-sys-outgoing; Sun, 23 Feb 1997 03:22:41 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id DAA05043; Sun, 23 Feb 1997 03:20:39 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id MAA19773; Sun, 23 Feb 1997 12:20:38 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id MAA07539; Sun, 23 Feb 1997 12:06:27 +0100 (MET) Message-ID: Date: Sun, 23 Feb 1997 12:06:27 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: joerg@freefall.freebsd.org (Joerg Wunsch) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci if_de.c References: <199702231057.CAA03858@freefall.freebsd.org> X-Mailer: Mutt 0.55-PL10 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199702231057.CAA03858@freefall.freebsd.org>; from Joerg Wunsch on Feb 23, 1997 02:57:34 -0800 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk As Joerg Wunsch wrote: > Add support for the SMC9332BDT that's using the DE21140A chip. This > is merely a stop-gap measure until we can import an upgraded driver > from Matt Thomas. > > Closes PR # 2696, and most likely also 2767. Sorry, i forgot: Submitted by: John Capo and basically an identical version, too by: iwaki@jaist.ac.jp (Mamoru IWAKI) -- 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 Feb 23 07:48:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA16086 for cvs-sys-outgoing; Sun, 23 Feb 1997 07:48:27 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA16077; Sun, 23 Feb 1997 07:48:23 -0800 (PST) Date: Sun, 23 Feb 1997 07:48:23 -0800 (PST) From: Joerg Wunsch Message-Id: <199702231548.HAA16077@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include asmacros.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 97/02/23 07:48:21 Branch: sys/i386/include RELENG_2_2 Modified: sys/i386/include asmacros.h Log: YAMFC (rev 1.13: rename START_ENTRY to _START_ENTRY; this makes msun compilable again on RELENG_2_2) Revision Changes Path 1.9.2.3 +7 -7 src/sys/i386/include/asmacros.h From owner-cvs-sys Sun Feb 23 16:37:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13293 for cvs-sys-outgoing; Sun, 23 Feb 1997 16:37:51 -0800 (PST) Received: (from alex@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13285; Sun, 23 Feb 1997 16:37:47 -0800 (PST) Date: Sun, 23 Feb 1997 16:37:47 -0800 (PST) From: Alex Nash Message-Id: <199702240037.QAA13285@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk alex 97/02/23 16:37:46 Modified: sys/i386/i386 machdep.c Log: Typo police. Revision Changes Path 1.229 +3 -3 src/sys/i386/i386/machdep.c From owner-cvs-sys Mon Feb 24 08:44:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA28297 for cvs-sys-outgoing; Mon, 24 Feb 1997 08:44:16 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA28290; Mon, 24 Feb 1997 08:44:13 -0800 (PST) Date: Mon, 24 Feb 1997 08:44:13 -0800 (PST) From: Bruce Evans Message-Id: <199702241644.IAA28290@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/procfs procfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/24 08:44:13 Modified: sys/miscfs/procfs procfs_vnops.c Log: Fixed procfs's locking vops. They were missed in the Lite2 merge, partly because the #define's for them were moved to a different file. At least the null VOP_LOCK() no longer works, since vclean() expects VOP_LOCK( ..., LK_DRAIN | LK_INTERLOCK, ...) to clear the interlock. This probably only matters when simple_lock() is not null, i.e., when there are multiple CPUs or SIMPLELOCK_DEBUG is defined. Revision Changes Path 1.29 +5 -5 src/sys/miscfs/procfs/procfs_vnops.c From owner-cvs-sys Mon Feb 24 09:08:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29838 for cvs-sys-outgoing; Mon, 24 Feb 1997 09:08:52 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29831; Mon, 24 Feb 1997 09:08:50 -0800 (PST) Date: Mon, 24 Feb 1997 09:08:50 -0800 (PST) From: Bruce Evans Message-Id: <199702241708.JAA29831@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/miscfs/devfs devfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/24 09:08:50 Modified: sys/miscfs/devfs devfs_vnops.c Log: Use Lite2's stub locking vops instead of nullop. Revision Changes Path 1.35 +5 -4 src/sys/miscfs/devfs/devfs_vnops.c From owner-cvs-sys Mon Feb 24 10:15:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04974 for cvs-sys-outgoing; Mon, 24 Feb 1997 10:15:18 -0800 (PST) Received: from sequent.kiae.su (sequent.kiae.su [193.125.152.6]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA04924; Mon, 24 Feb 1997 10:13:57 -0800 (PST) Received: by sequent.kiae.su id AA06702 (5.65.kiae-2 ); Mon, 24 Feb 1997 20:54:05 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Mon, 24 Feb 97 20:54:04 +0300 Received: (from ache@localhost) by nagual.ru (8.8.5/8.8.5) id UAA00844; Mon, 24 Feb 1997 20:52:23 +0300 (MSK) Date: Mon, 24 Feb 1997 20:52:17 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Bruce Evans Cc: bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern sys_generic.c In-Reply-To: <199702201347.AAA02079@godzilla.zeta.org.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 21 Feb 1997, Bruce Evans wrote: > >Thanks, but I see no commit for removing p_selbits_size and p_selbits > >fields from struct proc... kern_exit.c also does free for p_selbits and > >needs fixing after remove. > > I'll leave them until it is decided that the caching scheme is unnecssary. When we decide that? IMHO it can be now or never :-) Too many chances to forget this thing after some time passed. What prevents you from deciding now? -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-sys Mon Feb 24 12:32:17 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15747 for cvs-sys-outgoing; Mon, 24 Feb 1997 12:32:17 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA15733; Mon, 24 Feb 1997 12:32:15 -0800 (PST) Date: Mon, 24 Feb 1997 12:32:15 -0800 (PST) From: Garrett Wollman Message-Id: <199702242032.MAA15733@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern uipc_mbuf.c uipc_proto.c uipc_socket.c uipc_socket2.c uipc_usrreq.c src/sys/sys mbuf.h sysctl.h src/sys/netinet udp_usrreq.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/02/24 12:32:14 Modified: sys/kern uipc_mbuf.c uipc_proto.c uipc_socket.c uipc_socket2.c uipc_usrreq.c Log: Create a new branch of the kernel MIB, kern.ipc, to store all of the configurables and instrumentation related to inter-process communication mechanisms. Some variables, like mbuf statistics, are instrumented here for the first time. For mbuf statistics: also keep track of m_copym() and m_pullup() failures, and provide for the user's inspection the compiled-in values of MSIZE, MHLEN, MCLBYTES, and MINCLSIZE. Revision Changes Path 1.29 +19 -3 src/sys/kern/uipc_mbuf.c 1.10 +9 -3 src/sys/kern/uipc_proto.c 1.24 +3 -2 src/sys/kern/uipc_socket.c 1.22 +15 -4 src/sys/kern/uipc_socket2.c 1.20 +20 -9 src/sys/kern/uipc_usrreq.c Modified: sys/netinet udp_usrreq.c Log: Fix #include order. Revision Changes Path 1.35 +3 -3 src/sys/netinet/udp_usrreq.c Modified: sys/sys mbuf.h sysctl.h Log: Add new kern.ipc MIB branch constants and mbuf stats. Revision Changes Path 1.21 +8 -1 src/sys/sys/mbuf.h 1.52 +17 -5 src/sys/sys/sysctl.h From owner-cvs-sys Mon Feb 24 17:05:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA06554 for cvs-sys-outgoing; Mon, 24 Feb 1997 17:05:20 -0800 (PST) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA06542; Mon, 24 Feb 1997 17:05:05 -0800 (PST) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with ESMTP id AAA08759; Tue, 25 Feb 1997 00:57:31 GMT Date: Tue, 25 Feb 1997 09:57:30 +0900 (JST) From: Michael Hancock To: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= cc: Bruce Evans , bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern sys_generic.c In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Content-Transfer-Encoding: 8BIT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, 24 Feb 1997, [KOI8-R] Андрей Чернов wrote: > On Fri, 21 Feb 1997, Bruce Evans wrote: > > > >Thanks, but I see no commit for removing p_selbits_size and p_selbits > > >fields from struct proc... kern_exit.c also does free for p_selbits and > > >needs fixing after remove. > > > > I'll leave them until it is decided that the caching scheme is unnecssary. > > When we decide that? IMHO it can be now or never :-) Too many chances to > forget this thing after some time passed. What prevents you from deciding > now? Why don't you comment them out with ... /* XXX 1997.2.26 Remove 6 months later if no one complains. char *p_selbits; u_int p_selbits_size; */ Regards, Mike From owner-cvs-sys Mon Feb 24 19:06:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14514 for cvs-sys-outgoing; Mon, 24 Feb 1997 19:06:32 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14492; Mon, 24 Feb 1997 19:06:27 -0800 (PST) Date: Mon, 24 Feb 1997 19:06:27 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702250306.TAA14492@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c aic7xxx.h src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/24 19:06:24 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h Log: Leave reselections on all the time. If we are aborting an SCB from findSCB, don't add it back to the free list - the kernel driver will do this for us. Revision Changes Path 1.62 +15 -9 src/sys/dev/aic7xxx/aic7xxx.seq 1.26 +6 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h Modified: sys/i386/scsi aic7xxx.c aic7xxx.h Log: Fix numerous problems with the abort/recovery code. Highlights include fixing a race condition in how SDTR and WDTR negotiation are handled, fixes for multi-lun non-tagged device recovery, and ensuring that the timedout scbs in the waiting queue are cleaned up. Fix a problem with SCB paging that caused bogus residuals to be reported. Revision Changes Path 1.103 +356 -178 src/sys/i386/scsi/aic7xxx.c 1.40 +15 -16 src/sys/i386/scsi/aic7xxx.h Modified: sys/pci aic7870.c Log: Make it clearer how the termination settings from the PCI probe are used by the ahc_init routine. Revision Changes Path 1.51 +8 -8 src/sys/pci/aic7870.c From owner-cvs-sys Mon Feb 24 19:06:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14536 for cvs-sys-outgoing; Mon, 24 Feb 1997 19:06:37 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14507; Mon, 24 Feb 1997 19:06:30 -0800 (PST) Date: Mon, 24 Feb 1997 19:06:30 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702250306.TAA14507@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c aic7xxx.h src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/24 19:06:28 Branch: sys/dev/aic7xxx RELENG_2_2 sys/i386/scsi RELENG_2_2 sys/pci RELENG_2_2 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h sys/i386/scsi aic7xxx.c aic7xxx.h sys/pci aic7870.c Log: Sync with current. Revision Changes Path 1.46.2.7 +14 -8 src/sys/dev/aic7xxx/aic7xxx.seq 1.15.2.5 +5 -0 src/sys/dev/aic7xxx/aic7xxx_reg.h 1.81.2.12 +355 -177 src/sys/i386/scsi/aic7xxx.c 1.31.2.7 +14 -15 src/sys/i386/scsi/aic7xxx.h 1.41.2.6 +7 -7 src/sys/pci/aic7870.c From owner-cvs-sys Mon Feb 24 19:54:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA18457 for cvs-sys-outgoing; Mon, 24 Feb 1997 19:54:49 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA18442; Mon, 24 Feb 1997 19:54:44 -0800 (PST) Date: Mon, 24 Feb 1997 19:54:44 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702250354.TAA18442@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/scsi aic7xxx.c aic7xxx.h src/sys/pci aic7870.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/24 19:54:42 Branch: sys/dev/aic7xxx RELENG_2_1_0 sys/i386/scsi RELENG_2_1_0 sys/pci RELENG_2_1_0 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h sys/i386/scsi aic7xxx.c aic7xxx.h sys/pci aic7870.c Log: Sync with current. Revision Changes Path 1.16.4.21 +15 -9 src/sys/dev/aic7xxx/aic7xxx.seq 1.2.2.12 +6 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h 1.29.2.32 +353 -175 src/sys/i386/scsi/aic7xxx.c 1.10.2.14 +15 -15 src/sys/i386/scsi/aic7xxx.h 1.11.2.20 +8 -8 src/sys/pci/aic7870.c From owner-cvs-sys Mon Feb 24 19:55:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA18512 for cvs-sys-outgoing; Mon, 24 Feb 1997 19:55:55 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA18491; Mon, 24 Feb 1997 19:55:34 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id OAA25536; Tue, 25 Feb 1997 14:41:22 +1100 Date: Tue, 25 Feb 1997 14:41:22 +1100 From: Bruce Evans Message-Id: <199702250341.OAA25536@godzilla.zeta.org.au> To: ache@nagual.ru, michaelh@cet.co.jp Subject: Re: cvs commit: src/sys/kern sys_generic.c Cc: bde@freefall.freebsd.org, bde@zeta.org.au, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> > >Thanks, but I see no commit for removing p_selbits_size and p_selbits >> > >fields from struct proc... kern_exit.c also does free for p_selbits and >> > >needs fixing after remove. >> > >> > I'll leave them until it is decided that the caching scheme is unnecssary. >> >> When we decide that? IMHO it can be now or never :-) Too many chances to >> forget this thing after some time passed. I have no problems remembering bloat :-). >> What prevents you from deciding >> now? No real-world experience. I don't run any processes that need even 256 descriptors. >Why don't you comment them out with ... > >/* XXX 1997.2.26 Remove 6 months later if no one complains. > char *p_selbits; > u_int p_selbits_size; >*/ FreeBSD keeps keeps administrivia like that in the cvs repository. Bruce From owner-cvs-sys Mon Feb 24 22:15:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA28564 for cvs-sys-outgoing; Mon, 24 Feb 1997 22:15:52 -0800 (PST) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA28538; Mon, 24 Feb 1997 22:15:36 -0800 (PST) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with SMTP id GAA11185; Tue, 25 Feb 1997 06:11:40 GMT Date: Tue, 25 Feb 1997 15:11:39 +0900 (JST) From: Michael Hancock To: Bruce Evans cc: ache@nagual.ru, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern sys_generic.c In-Reply-To: <199702250341.OAA25536@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 25 Feb 1997, Bruce Evans wrote: > >Why don't you comment them out with ... > > > >/* XXX 1997.2.26 Remove 6 months later if no one complains. > > char *p_selbits; > > u_int p_selbits_size; > >*/ > > FreeBSD keeps keeps administrivia like that in the cvs repository. > > Bruce $ pwd /jaz/src/sys/kern $ grep XXX *.[ch] Seems a little more convenient, unless you have some cvs tools that make it easy to search and filter through through the log messages for notes on cruft? Regards, Mike Hancock From owner-cvs-sys Tue Feb 25 00:02:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA07565 for cvs-sys-outgoing; Tue, 25 Feb 1997 00:02:13 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA07551; Tue, 25 Feb 1997 00:01:59 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id SAA01401; Tue, 25 Feb 1997 18:59:49 +1100 Date: Tue, 25 Feb 1997 18:59:49 +1100 From: Bruce Evans Message-Id: <199702250759.SAA01401@godzilla.zeta.org.au> To: bde@zeta.org.au, michaelh@cet.co.jp Subject: Re: cvs commit: src/sys/kern sys_generic.c Cc: ache@nagual.ru, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> FreeBSD keeps keeps administrivia like that in the cvs repository. >$ pwd >/jaz/src/sys/kern >$ grep XXX *.[ch] > >Seems a little more convenient, unless you have some cvs tools that make >it easy to search and filter through through the log messages for notes on >cruft? I don't have anything better than grep. Nothing works very well if the log messages or XXX's are 3 times as large as the working code. Bruce From owner-cvs-sys Tue Feb 25 00:33:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA09823 for cvs-sys-outgoing; Tue, 25 Feb 1997 00:33:44 -0800 (PST) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA09809; Tue, 25 Feb 1997 00:33:37 -0800 (PST) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.5/CET-v2.1) with SMTP id IAA12258; Tue, 25 Feb 1997 08:33:11 GMT Date: Tue, 25 Feb 1997 17:33:10 +0900 (JST) From: Michael Hancock To: Bruce Evans cc: ache@nagual.ru, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern sys_generic.c In-Reply-To: <199702250759.SAA01401@godzilla.zeta.org.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 25 Feb 1997, Bruce Evans wrote: > >> FreeBSD keeps keeps administrivia like that in the cvs repository. > > >$ pwd > >/jaz/src/sys/kern > >$ grep XXX *.[ch] > > > >Seems a little more convenient, unless you have some cvs tools that make > >it easy to search and filter through through the log messages for notes on > >cruft? > > I don't have anything better than grep. Nothing works very well if the > log messages or XXX's are 3 times as large as the working code. > > Bruce You must admit that's overly exaggerating. Anyway, if you can remember all the cruft that's ok with me. ;-) Regards, Mike Hancock From owner-cvs-sys Tue Feb 25 08:36:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA00879 for cvs-sys-outgoing; Tue, 25 Feb 1997 08:36:51 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA00872; Tue, 25 Feb 1997 08:36:49 -0800 (PST) Date: Tue, 25 Feb 1997 08:36:49 -0800 (PST) From: KATO Takenori Message-Id: <199702251636.IAA00872@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/i386 machdep.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/02/25 08:36:49 Modified: sys/pc98/i386 machdep.c Log: Synchronize with sys/i386/i386/machdep.c revision 1.229. Revision Changes Path 1.29 +3 -3 src/sys/pc98/i386/machdep.c From owner-cvs-sys Tue Feb 25 09:24:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03389 for cvs-sys-outgoing; Tue, 25 Feb 1997 09:24:47 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA03382; Tue, 25 Feb 1997 09:24:45 -0800 (PST) Date: Tue, 25 Feb 1997 09:24:45 -0800 (PST) From: Bruce Evans Message-Id: <199702251724.JAA03382@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_lock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/25 09:24:45 Modified: sys/kern kern_lock.c Log: Fixed counting of simplelocks in the SIMPLELOCK_DEBUG case. Fixed a style regression. Revision Changes Path 1.3 +2 -3 src/sys/kern/kern_lock.c From owner-cvs-sys Tue Feb 25 09:54:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA05260 for cvs-sys-outgoing; Tue, 25 Feb 1997 09:54:57 -0800 (PST) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA05241; Tue, 25 Feb 1997 09:54:36 -0800 (PST) Received: by sovcom.kiae.su id AA21069 (5.65.kiae-1 ); Tue, 25 Feb 1997 20:45:12 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 25 Feb 97 20:45:12 +0300 Received: (from ache@localhost) by nagual.ru (8.8.5/8.8.5) id UAA00402; Tue, 25 Feb 1997 20:40:27 +0300 (MSK) Date: Tue, 25 Feb 1997 20:40:20 +0300 (MSK) From: =?KOI8-R?B?4c7E0sXKIP7F0s7P1w==?= To: Bruce Evans Cc: michaelh@cet.co.jp, bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/kern sys_generic.c In-Reply-To: <199702250341.OAA25536@godzilla.zeta.org.au> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 25 Feb 1997, Bruce Evans wrote: > >> What prevents you from deciding > >> now? > > No real-world experience. I don't run any processes that need even 256 > descriptors. I think any test like for (;;) select(4096, ... will reveal the picture. We testing allocation strategy, not select functionality. -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-sys Tue Feb 25 11:09:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA09110 for cvs-sys-outgoing; Tue, 25 Feb 1997 11:09:14 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA09077; Tue, 25 Feb 1997 11:08:53 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id GAA17199; Wed, 26 Feb 1997 06:03:58 +1100 Date: Wed, 26 Feb 1997 06:03:58 +1100 From: Bruce Evans Message-Id: <199702251903.GAA17199@godzilla.zeta.org.au> To: ache@nagual.ru, bde@zeta.org.au Subject: Re: cvs commit: src/sys/kern sys_generic.c Cc: bde@freefall.freebsd.org, cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, michaelh@cet.co.jp Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >> >> What prevents you from deciding >> >> now? >> >> No real-world experience. I don't run any processes that need even 256 >> descriptors. > >I think any test like > > for (;;) > select(4096, ... > >will reveal the picture. We testing allocation strategy, not select >functionality. You also have to open an fd near 4096. Otherwise the malloced buffer is not used. This is not a real world test. Applications often sleep in select(). If there are N applications that don't sleep in select(), then reusing the same buffer N times is probably better than using N different buffers. Bruce From owner-cvs-sys Tue Feb 25 11:33:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10775 for cvs-sys-outgoing; Tue, 25 Feb 1997 11:33:28 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10765; Tue, 25 Feb 1997 11:33:26 -0800 (PST) Date: Tue, 25 Feb 1997 11:33:26 -0800 (PST) From: Bruce Evans Message-Id: <199702251933.LAA10765@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/25 11:33:24 Modified: sys/kern vfs_subr.c Log: Merged some missing locking from Lite2: - getnewvnode() and vref() were missing one simple_unlock() each. - the Lite2 locking changes weren't merged at all in printlockedvnodes() or sysctl_vnode(). Merging these undid some KNF style regressions. Revision Changes Path 1.71 +43 -22 src/sys/kern/vfs_subr.c From owner-cvs-sys Tue Feb 25 21:08:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15153 for cvs-sys-outgoing; Tue, 25 Feb 1997 21:08:25 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA15145; Tue, 25 Feb 1997 21:08:22 -0800 (PST) Date: Tue, 25 Feb 1997 21:08:22 -0800 (PST) From: John Dyson Message-Id: <199702260508.VAA15145@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/gnu/ext2fs ext2_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/02/25 21:08:20 Modified: sys/gnu/ext2fs ext2_vnops.c Log: Correct the port of ext2fs to Lite/2. I incorrectly used ufs_reclaim instead of ffs_reclaim. Revision Changes Path 1.9 +4 -3 src/sys/gnu/ext2fs/ext2_vnops.c From owner-cvs-sys Tue Feb 25 22:03:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA17693 for cvs-sys-outgoing; Tue, 25 Feb 1997 22:03:26 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA17684; Tue, 25 Feb 1997 22:03:24 -0800 (PST) Date: Tue, 25 Feb 1997 22:03:24 -0800 (PST) From: Mike Pritchard Message-Id: <199702260603.WAA17684@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys syslog.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk mpp 97/02/25 22:03:23 Modified: sys/sys syslog.h Log: Silence -Wall when SYSLOG_NAMES is defined. Submitted by: davidn Revision Changes Path 1.11 +37 -37 src/sys/sys/syslog.h From owner-cvs-sys Wed Feb 26 06:23:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA09936 for cvs-sys-outgoing; Wed, 26 Feb 1997 06:23:22 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA09923; Wed, 26 Feb 1997 06:23:19 -0800 (PST) Date: Wed, 26 Feb 1997 06:23:19 -0800 (PST) From: Bruce Evans Message-Id: <199702261423.GAA09923@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/msdosfs denode.h msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/26 06:23:18 Modified: sys/msdosfs denode.h msdosfs_denode.c msdosfs_lookup.c msdosfs_vfsops.c msdosfs_vnops.c Log: Updated msdosfs to use Lite2 vfs configuration and Lite2 locking. It should now work as (un)well as before the Lite2 merge. Revision Changes Path 1.12 +2 -5 src/sys/msdosfs/denode.h 1.23 +50 -38 src/sys/msdosfs/msdosfs_denode.c 1.11 +16 -15 src/sys/msdosfs/msdosfs_lookup.c 1.17 +22 -20 src/sys/msdosfs/msdosfs_vfsops.c 1.40 +38 -51 src/sys/msdosfs/msdosfs_vnops.c From owner-cvs-sys Wed Feb 26 07:35:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA13077 for cvs-sys-outgoing; Wed, 26 Feb 1997 07:35:45 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA13070; Wed, 26 Feb 1997 07:35:44 -0800 (PST) Date: Wed, 26 Feb 1997 07:35:44 -0800 (PST) From: Bruce Evans Message-Id: <199702261535.HAA13070@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/26 07:35:43 Modified: sys/kern vfs_subr.c Log: Fixed unmounting of the root fs. vfs_unmountroot() wasn't fully updated to do Lite2 locking and vfs_unmountall() wasn't as simple as the Lite2 version. Revision Changes Path 1.72 +11 -49 src/sys/kern/vfs_subr.c From owner-cvs-sys Wed Feb 26 18:57:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA26035 for cvs-sys-outgoing; Wed, 26 Feb 1997 18:57:07 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA26026; Wed, 26 Feb 1997 18:57:05 -0800 (PST) Date: Wed, 26 Feb 1997 18:57:05 -0800 (PST) From: John Dyson Message-Id: <199702270257.SAA26026@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/02/26 18:57:04 Modified: sys/kern vfs_subr.c Log: Fix the simple_lock problem with the physical I/O buffer code, and also fix the missing simple_unlock in vrele, and improve vrele/vput by merging them into one routine. BDE pointed these problems out. Revision Changes Path 1.73 +45 -23 src/sys/kern/vfs_subr.c From owner-cvs-sys Wed Feb 26 21:29:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA04832 for cvs-sys-outgoing; Wed, 26 Feb 1997 21:29:03 -0800 (PST) Received: (from dyson@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA04822; Wed, 26 Feb 1997 21:29:00 -0800 (PST) Date: Wed, 26 Feb 1997 21:29:00 -0800 (PST) From: John Dyson Message-Id: <199702270529.VAA04822@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk dyson 97/02/26 21:28:59 Modified: sys/kern vfs_subr.c Log: Fix the previous simple_lock fix breakage in the combined vput/vrele routine. Fix a panic message. Fix the vop_nounlock routine so that "special" filesystems that use it work correctly. Revision Changes Path 1.74 +21 -13 src/sys/kern/vfs_subr.c From owner-cvs-sys Thu Feb 27 07:38:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA02442 for cvs-sys-outgoing; Thu, 27 Feb 1997 07:38:47 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA02433; Thu, 27 Feb 1997 07:38:45 -0800 (PST) Date: Thu, 27 Feb 1997 07:38:45 -0800 (PST) From: Bruce Evans Message-Id: <199702271538.HAA02433@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 97/02/27 07:38:45 Modified: sys/vm vm_pageout.c Log: Removed a wrong LK_INTERLOCK flag. Revision Changes Path 1.96 +2 -3 src/sys/vm/vm_pageout.c From owner-cvs-sys Thu Feb 27 08:08:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA04296 for cvs-sys-outgoing; Thu, 27 Feb 1997 08:08:52 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA04288; Thu, 27 Feb 1997 08:08:47 -0800 (PST) Date: Thu, 27 Feb 1997 08:08:47 -0800 (PST) From: Bruce Evans Message-Id: <199702271608.IAA04288@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/27 08:08:47 Modified: sys/kern vfs_subr.c Log: Fixed Lite2 merge of spechash simplelocking. It was misplaced in checkalias() and missing in vfinddev() and vcount(). Revision Changes Path 1.75 +11 -6 src/sys/kern/vfs_subr.c From owner-cvs-sys Thu Feb 27 08:40:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA05949 for cvs-sys-outgoing; Thu, 27 Feb 1997 08:40:25 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA05940; Thu, 27 Feb 1997 08:40:23 -0800 (PST) Date: Thu, 27 Feb 1997 08:40:23 -0800 (PST) From: Bruce Evans Message-Id: <199702271640.IAA05940@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_lkm.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/27 08:40:22 Modified: sys/kern kern_lkm.c Log: Fixed loading of vfs's. The Lite2 merge added unnecessary compatibility cruft and resulted in loading usually following a null pointer. Use something closer to the pre-Lite2 code, including not making a copy of the new filesystem's config info. Not making a copy also fixes a race for loading and a memory leak for unloading. Fixed unloading of vfs's. maxvfsconf wasn't maintained. Look up the vfs to unload by name instead of by number. The numbers should go away as soon as all mount utilities are converted. Revision Changes Path 1.37 +20 -41 src/sys/kern/kern_lkm.c From owner-cvs-sys Thu Feb 27 09:24:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08135 for cvs-sys-outgoing; Thu, 27 Feb 1997 09:24:50 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08128; Thu, 27 Feb 1997 09:24:48 -0800 (PST) Date: Thu, 27 Feb 1997 09:24:48 -0800 (PST) From: Bruce Evans Message-Id: <199702271724.JAA08128@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys gmon.h src/sys/i386/include profile.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/27 09:24:48 Branch: sys/sys RELENG_2_2 sys/i386/include RELENG_2_2 Modified: sys/sys gmon.h sys/i386/include profile.h Log: YAMFC (moved definition of FUNCTION_ALIGNMENT to a machine-dependent place and changed it from 4 to 16 for i386's). Revision Changes Path 1.9.2.1 +1 -6 src/sys/sys/gmon.h 1.8.2.1 +10 -2 src/sys/i386/include/profile.h From owner-cvs-sys Thu Feb 27 10:03:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA10434 for cvs-sys-outgoing; Thu, 27 Feb 1997 10:03:54 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA10426; Thu, 27 Feb 1997 10:03:51 -0800 (PST) Date: Thu, 27 Feb 1997 10:03:51 -0800 (PST) From: Bruce Evans Message-Id: <199702271803.KAA10426@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 97/02/27 10:03:50 Modified: sys/kern kern_synch.c Log: Wrapped mi_switch() with splstatclock()/splx(). This fixes excessive interrupt latency for certain cases involving for restarting stopped processes. Revision Changes Path 1.30 +23 -3 src/sys/kern/kern_synch.c From owner-cvs-sys Thu Feb 27 19:58:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA11968 for cvs-sys-outgoing; Thu, 27 Feb 1997 19:58:28 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA11960; Thu, 27 Feb 1997 19:58:25 -0800 (PST) Date: Thu, 27 Feb 1997 19:58:25 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702280358.TAA11960@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/27 19:58:24 Modified: sys/dev/aic7xxx aic7xxx.seq Log: No longer clear all interrupt status when the sequencer is reset. The only time that we really want to do this is when a bus reset causes the sequencer to be reset and the kernel driver now handles this case. Remove some reordering in the select2 routine that wasn't necessary. It was an experimental fix for a race condition I fixed elsewhere, and confused the code flow. Don't bother looping on a parity error in the mesgout loop since we can't see parity errors on out phases. Clean up the mesgin_identify code. In the old days, we "snooped" for tag messages and used this as an indicator of whether or not the target was using tagged transactions. This forced the sequencer to ack the identify before determining if a valid SCB matched the target meaning that an abort message to handle this case might not be seen before the target entered a data phase. Since we can determin the "tagged-ness" of a target by looking it up in the array of busy targets (recently introduced), we can determine this up front simplifying the search code as well as ensuring we can follow the SCSI specs method for rejecting a reselection. When an SCB is placed on the free list, set its SCB_TAG to SCB_LIST_NULL. This makes it much easier for the kernel driver to find active SCBs on the card during error recovery. Revision Changes Path 1.63 +29 -40 src/sys/dev/aic7xxx/aic7xxx.seq Modified: sys/i386/scsi aic7xxx.c Log: Functionalize some code that was repeated throughout the driver. Fix a bug in the initialization of the busreset_args that left the B channel args unitialized and the A channel ones initialized to B's vales. Oops. If we get a NO_IDENT sequencer interrupt (the reconnecting target didn't issue an identify or botched it), reset the bus instead of panicing. We should be able to recover from this error. In the AWAITING_MSG handler, order messages by severity. Since the message we send is based on a flag on the SCB, it is possible, during error recovery, to get more than one flag set. This is fine since any time a new flag is set, it is meant to take us to a more draconian level of recovery. This also ensures that we don't lose any "history" of what the command has gone through. When we reset the bus, reset the "send ordered tag" bitmask. Clear some additional interrupt status when we perform a bus reset. Revision Changes Path 1.104 +78 -51 src/sys/i386/scsi/aic7xxx.c From owner-cvs-sys Thu Feb 27 20:31:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA14031 for cvs-sys-outgoing; Thu, 27 Feb 1997 20:31:08 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA14024; Thu, 27 Feb 1997 20:31:06 -0800 (PST) Date: Thu, 27 Feb 1997 20:31:06 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199702280431.UAA14024@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/dev/aic7xxx aic7xxx.seq src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/27 20:31:06 Branch: sys/dev/aic7xxx RELENG_2_2 sys/i386/scsi RELENG_2_2 Modified: sys/dev/aic7xxx aic7xxx.seq sys/i386/scsi aic7xxx.c Log: Sync with current. Revision Changes Path 1.46.2.8 +28 -39 src/sys/dev/aic7xxx/aic7xxx.seq 1.81.2.13 +77 -50 src/sys/i386/scsi/aic7xxx.c From owner-cvs-sys Thu Feb 27 21:29:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA16802 for cvs-sys-outgoing; Thu, 27 Feb 1997 21:29:06 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA16795; Thu, 27 Feb 1997 21:29:05 -0800 (PST) Date: Thu, 27 Feb 1997 21:29:05 -0800 (PST) From: Bruce Evans Message-Id: <199702280529.VAA16795@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys msg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/27 21:29:05 Branch: sys/sys RELENG_2_2 Modified: sys/sys msg.h Log: YAMFC (don't hide inconsistencies by #undef'ing MSGMAX). Revision Changes Path 1.5.4.1 +1 -2 src/sys/sys/msg.h From owner-cvs-sys Thu Feb 27 23:12:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23496 for cvs-sys-outgoing; Thu, 27 Feb 1997 23:12:45 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23484; Thu, 27 Feb 1997 23:12:42 -0800 (PST) Date: Thu, 27 Feb 1997 23:12:42 -0800 (PST) From: Bruce Evans Message-Id: <199702280712.XAA23484@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include varargs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/27 23:12:41 Modified: sys/i386/include varargs.h Log: Fixed the gcc ellipsis change to work with gcc-1.x. Revision Changes Path 1.6 +5 -3 src/sys/i386/include/varargs.h From owner-cvs-sys Thu Feb 27 23:21:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23943 for cvs-sys-outgoing; Thu, 27 Feb 1997 23:21:08 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23932; Thu, 27 Feb 1997 23:21:06 -0800 (PST) Date: Thu, 27 Feb 1997 23:21:06 -0800 (PST) From: Bruce Evans Message-Id: <199702280721.XAA23932@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/include varargs.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/27 23:21:06 Branch: sys/i386/include RELENG_2_2 Modified: sys/i386/include varargs.h Log: YAMFC (use gcc features if available to get proper varargs handling for old-style varargs functions). Revision Changes Path 1.2.12.1 +8 -1 src/sys/i386/include/varargs.h From owner-cvs-sys Fri Feb 28 00:34:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28051 for cvs-sys-outgoing; Fri, 28 Feb 1997 00:34:09 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28044; Fri, 28 Feb 1997 00:34:08 -0800 (PST) Date: Fri, 28 Feb 1997 00:34:08 -0800 (PST) From: KATO Takenori Message-Id: <199702280834.AAA28044@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/bs bs_pisa.c bsfunc.c bshw.h bshw_pdma.c bsif.h ccbque.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/02/28 00:34:08 Modified: sys/i386/isa/bs bs_pisa.c bsfunc.c bshw.h bshw_pdma.c bsif.h ccbque.h Log: Synchronize with NetBSD/pc98 patch level 81. Submitted by: Naofumi Honda Obtained from: NetBSD/pc98 patch level 81 Revision Changes Path 1.4 +2 -0 src/sys/i386/isa/bs/bs_pisa.c 1.4 +4 -0 src/sys/i386/isa/bs/bsfunc.c 1.4 +0 -14 src/sys/i386/isa/bs/bshw.h 1.4 +12 -0 src/sys/i386/isa/bs/bshw_pdma.c 1.2 +13 -0 src/sys/i386/isa/bs/bsif.h 1.4 +31 -32 src/sys/i386/isa/bs/ccbque.h From owner-cvs-sys Fri Feb 28 00:40:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28394 for cvs-sys-outgoing; Fri, 28 Feb 1997 00:40:19 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28387; Fri, 28 Feb 1997 00:40:17 -0800 (PST) Date: Fri, 28 Feb 1997 00:40:17 -0800 (PST) From: KATO Takenori Message-Id: <199702280840.AAA28387@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa/bs bs_pisa.c bsfunc.c bshw.h bshw_pdma.c bsif.h ccbque.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/02/28 00:40:16 Branch: sys/i386/isa/bs RELENG_2_2 Modified: sys/i386/isa/bs bs_pisa.c bsfunc.c bshw.h bshw_pdma.c bsif.h ccbque.h Log: YAMFC (synchronize with NetBSD/pc98 patch level 81). Revision Changes Path 1.1.2.3 +2 -0 src/sys/i386/isa/bs/bs_pisa.c 1.1.2.3 +4 -0 src/sys/i386/isa/bs/bsfunc.c 1.1.2.3 +0 -14 src/sys/i386/isa/bs/bshw.h 1.1.2.3 +12 -0 src/sys/i386/isa/bs/bshw_pdma.c 1.1.2.1 +13 -0 src/sys/i386/isa/bs/bsif.h 1.1.2.3 +31 -32 src/sys/i386/isa/bs/ccbque.h From owner-cvs-sys Fri Feb 28 00:42:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28490 for cvs-sys-outgoing; Fri, 28 Feb 1997 00:42:40 -0800 (PST) Received: (from yokota@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28483; Fri, 28 Feb 1997 00:42:38 -0800 (PST) Date: Fri, 28 Feb 1997 00:42:38 -0800 (PST) From: Kazutaka YOKOTA Message-Id: <199702280842.AAA28483@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 97/02/28 00:42:37 Modified: sys/i386/isa syscons.c Log: Removed an obsolete test which prevented mouse movement from quiting screen saver. Added a missing `break' statement in set_normal_mode(). Reviewed by: sos Revision Changes Path 1.203 +6 -7 src/sys/i386/isa/syscons.c From owner-cvs-sys Fri Feb 28 00:47:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28721 for cvs-sys-outgoing; Fri, 28 Feb 1997 00:47:41 -0800 (PST) Received: (from yokota@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28713; Fri, 28 Feb 1997 00:47:38 -0800 (PST) Date: Fri, 28 Feb 1997 00:47:38 -0800 (PST) From: Kazutaka YOKOTA Message-Id: <199702280847.AAA28713@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk yokota 97/02/28 00:47:37 Modified: sys/i386/isa syscons.c Log: Removed a obsolete test which prevented mouse movement from quiting screen saver. Added a missing `break' statement in set_normal_mode(). Reviewed by: sos Revision Changes Path 1.182.2.12 +6 -7 src/sys/i386/isa/syscons.c From owner-cvs-sys Fri Feb 28 01:10:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA04750 for cvs-sys-outgoing; Fri, 28 Feb 1997 01:10:32 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA04732; Fri, 28 Feb 1997 01:10:30 -0800 (PST) Date: Fri, 28 Feb 1997 01:10:30 -0800 (PST) From: Bruce Evans Message-Id: <199702280910.BAA04732@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf options Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 01:10:29 Branch: sys/conf RELENG_2_2 Modified: sys/conf options Log: YAMFC (everything except INCLUDE_CONFIG_FILE, CHILD_MAX, OPEN_MAX and ARP_PROXYALL. This merge is mainly to start nuking EXTRAVNODES. It also removes some non-optional MSG* and SEM* "options" and sorts the options). Revision Changes Path 1.18.2.4 +33 -36 src/sys/conf/options From owner-cvs-sys Fri Feb 28 02:14:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18645 for cvs-sys-outgoing; Fri, 28 Feb 1997 02:14:33 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18637; Fri, 28 Feb 1997 02:14:30 -0800 (PST) Date: Fri, 28 Feb 1997 02:14:30 -0800 (PST) From: Bruce Evans Message-Id: <199702281014.CAA18637@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_opt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 02:14:27 Modified: sys/kern kern_opt.c Log: Added a copyright and restored order. Revision Changes Path 1.4 +32 -4 src/sys/kern/kern_opt.c From owner-cvs-sys Fri Feb 28 02:17:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18974 for cvs-sys-outgoing; Fri, 28 Feb 1997 02:17:36 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA18952; Fri, 28 Feb 1997 02:17:33 -0800 (PST) Date: Fri, 28 Feb 1997 02:17:33 -0800 (PST) From: Bruce Evans Message-Id: <199702281017.CAA18952@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern kern_opt.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 02:17:32 Branch: sys/kern RELENG_2_2 Modified: sys/kern kern_opt.c Log: Removed warnings that don't apply in this branch. Revision Changes Path 1.4.2.1 +1 -13 src/sys/kern/kern_opt.c From owner-cvs-sys Fri Feb 28 03:12:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21471 for cvs-sys-outgoing; Fri, 28 Feb 1997 03:12:08 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA21459; Fri, 28 Feb 1997 03:12:05 -0800 (PST) Date: Fri, 28 Feb 1997 03:12:05 -0800 (PST) From: Bruce Evans Message-Id: <199702281112.DAA21459@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf files param.c src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 03:12:04 Branch: sys/conf RELENG_2_2 sys/i386/conf RELENG_2_2 sys/kern RELENG_2_2 sys/sys RELENG_2_2 Modified: sys/conf files param.c sys/i386/conf LINT sys/kern vfs_subr.c sys/sys vnode.h Log: YAMFC (nuked EXTRAVNODES option). Revision Changes Path 1.80.2.5 +1 -0 src/sys/conf/files 1.20.2.2 +1 -6 src/sys/conf/param.c 1.286.2.15 +1 -11 src/sys/i386/conf/LINT 1.64.2.2 +2 -2 src/sys/kern/vfs_subr.c 1.36.2.1 +1 -2 src/sys/sys/vnode.h From owner-cvs-sys Fri Feb 28 04:03:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22737 for cvs-sys-outgoing; Fri, 28 Feb 1997 04:03:31 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA22718; Fri, 28 Feb 1997 04:03:19 -0800 (PST) Date: Fri, 28 Feb 1997 04:03:19 -0800 (PST) From: Bruce Evans Message-Id: <199702281203.EAA22718@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys, cvs-lib Subject: cvs commit: src/sys/sys unistd.h src/lib/libc/sys setuid.2 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 04:03:18 Branch: sys/sys RELENG_2_2 lib/libc/sys RELENG_2_2 Modified: sys/sys unistd.h lib/libc/sys setuid.2 Log: YAMFC (turned off _POSIX_SAVED_IDS. Everything in /usr/src that depended on this misfeature has already been synced with -current. Syncing was easy because nothing really depended on it. Also merged some tiny xref and standards changes in the man page). Revision Changes Path 1.8.2.2 +6 -3 src/sys/sys/unistd.h 1.4.2.4 +22 -22 src/lib/libc/sys/setuid.2 From owner-cvs-sys Fri Feb 28 04:36:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24703 for cvs-sys-outgoing; Fri, 28 Feb 1997 04:36:21 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24696; Fri, 28 Feb 1997 04:36:19 -0800 (PST) Date: Fri, 28 Feb 1997 04:36:19 -0800 (PST) From: Bruce Evans Message-Id: <199702281236.EAA24696@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_trace.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 04:36:19 Modified: sys/i386/i386 db_trace.c Log: Print function args in the current radix instead of always in hex. Print the stack pointer together with the frame pointer in the trap, syscall and interrupt messages. The frame pointer is not very useful for locating syscall args since syscall functions don't have a frame pointer. Print all the numbers in the trap, syscall and interrupt messages in the default radix. The syscall number was confusing because it was printed in decimal. Use %#n format more and 0x%x less. 0x%x of course doesn't work with a variable radix. ddb is now fairly consistent about using %+#n to print all numbers. It omits the '+' for signed numbers the '#' in a few cases (e.g., for function args) to save space. Revision Changes Path 1.19 +13 -8 src/sys/i386/i386/db_trace.c From owner-cvs-sys Fri Feb 28 04:39:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24816 for cvs-sys-outgoing; Fri, 28 Feb 1997 04:39:26 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA24809; Fri, 28 Feb 1997 04:39:25 -0800 (PST) Date: Fri, 28 Feb 1997 04:39:25 -0800 (PST) From: Bruce Evans Message-Id: <199702281239.EAA24809@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_trace.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 04:39:25 Branch: sys/i386/i386 RELENG_2_2 Modified: sys/i386/i386 db_trace.c Log: YAMFC (print syscall numbers in the current radix, etc). Revision Changes Path 1.15.4.1 +13 -8 src/sys/i386/i386/db_trace.c From owner-cvs-sys Fri Feb 28 06:26:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA28087 for cvs-sys-outgoing; Fri, 28 Feb 1997 06:26:38 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA28079; Fri, 28 Feb 1997 06:26:36 -0800 (PST) Date: Fri, 28 Feb 1997 06:26:36 -0800 (PST) From: Bruce Evans Message-Id: <199702281426.GAA28079@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 06:26:36 Modified: sys/i386/isa syscons.c Log: Fixed spelling error in a variable name. Revision Changes Path 1.204 +2 -2 src/sys/i386/isa/syscons.c From owner-cvs-sys Fri Feb 28 06:28:57 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA28246 for cvs-sys-outgoing; Fri, 28 Feb 1997 06:28:57 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA28238; Fri, 28 Feb 1997 06:28:56 -0800 (PST) Date: Fri, 28 Feb 1997 06:28:56 -0800 (PST) From: Bruce Evans Message-Id: <199702281428.GAA28238@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 06:28:55 Branch: sys/i386/isa RELENG_2_2 Modified: sys/i386/isa syscons.c Log: Fixed spelling error in a variable name here too. Revision Changes Path 1.182.2.13 +2 -2 src/sys/i386/isa/syscons.c From owner-cvs-sys Fri Feb 28 07:41:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA01652 for cvs-sys-outgoing; Fri, 28 Feb 1997 07:41:28 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA01645; Fri, 28 Feb 1997 07:41:27 -0800 (PST) Date: Fri, 28 Feb 1997 07:41:27 -0800 (PST) From: Bruce Evans Message-Id: <199702281541.HAA01645@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/conf options Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 07:41:26 Branch: sys/conf RELENG_2_2 Modified: sys/conf options Log: YAMFC (put INCLUDE_CONFIG_FILE into opt_config.h rather than the CFLAGS line). Revision Changes Path 1.18.2.5 +4 -1 src/sys/conf/options From owner-cvs-sys Fri Feb 28 08:09:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03444 for cvs-sys-outgoing; Fri, 28 Feb 1997 08:09:04 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA03437; Fri, 28 Feb 1997 08:09:03 -0800 (PST) Date: Fri, 28 Feb 1997 08:09:03 -0800 (PST) From: Bruce Evans Message-Id: <199702281609.IAA03437@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 bde 97/02/28 08:09:03 Branch: sys/i386/conf RELENG_2_2 Modified: sys/i386/conf LINT Log: YAFC (added INCLUDE_CONFIG_FILE, LINT_PCCARD_HACK and zillions of undocumented options). Revision Changes Path 1.286.2.16 +43 -1 src/sys/i386/conf/LINT From owner-cvs-sys Fri Feb 28 08:56:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA05489 for cvs-sys-outgoing; Fri, 28 Feb 1997 08:56:10 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA05481; Fri, 28 Feb 1997 08:56:08 -0800 (PST) Date: Fri, 28 Feb 1997 08:56:08 -0800 (PST) From: Bruce Evans Message-Id: <199702281656.IAA05481@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 97/02/28 08:56:08 Modified: sys/i386/conf options.i386 Log: Removed nonexistent option PSM_NO_RESET. Revision Changes Path 1.36 +1 -2 src/sys/i386/conf/options.i386 From owner-cvs-sys Fri Feb 28 08:59:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA05690 for cvs-sys-outgoing; Fri, 28 Feb 1997 08:59:55 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA05683; Fri, 28 Feb 1997 08:59:53 -0800 (PST) Date: Fri, 28 Feb 1997 08:59:53 -0800 (PST) From: Bruce Evans Message-Id: <199702281659.IAA05683@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 97/02/28 08:59:53 Branch: sys/i386/conf RELENG_2_2 Modified: sys/i386/conf options.i386 Log: YAMFC (added KBD_MAXRETRY). Revision Changes Path 1.26.2.6 +2 -1 src/sys/i386/conf/options.i386 From owner-cvs-sys Fri Feb 28 09:26:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA06706 for cvs-sys-outgoing; Fri, 28 Feb 1997 09:26:13 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA06699; Fri, 28 Feb 1997 09:26:12 -0800 (PST) Date: Fri, 28 Feb 1997 09:26:12 -0800 (PST) From: Bruce Evans Message-Id: <199702281726.JAA06699@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 09:26:11 Branch: sys/i386/isa RELENG_2_2 Modified: sys/i386/isa clock.c Log: YAMFC (in DELAY(), don't adjust the delay by -20 usec, and use a better method to convert from usec to ticks). Revision Changes Path 1.72.2.2 +22 -11 src/sys/i386/isa/clock.c From owner-cvs-sys Fri Feb 28 09:56:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08238 for cvs-sys-outgoing; Fri, 28 Feb 1997 09:56:30 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA08229; Fri, 28 Feb 1997 09:56:29 -0800 (PST) Date: Fri, 28 Feb 1997 09:56:29 -0800 (PST) From: Bruce Evans Message-Id: <199702281756.JAA08229@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/nfs nfs_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 09:56:28 Modified: sys/nfs nfs_vnops.c Log: Fixed a panic in nfs_writevp(). Lite2 provided a fix for a silly missing-parentheses bug, but this exposed a misplaced vfs_busy_pages(). This bug cost a factor of 2.5-3 in nfsv3 write performance! It should be fixed in 2.2. Removed some debugging code that gets triggered often in normal operation. There are still many backwards diagnostics (#define DIAGNOSTIC gives no diagnostics). Submitted by: vfs_busy_pages() fix by dfr Revision Changes Path 1.43 +2 -5 src/sys/nfs/nfs_vnops.c From owner-cvs-sys Fri Feb 28 11:40:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA14166 for cvs-sys-outgoing; Fri, 28 Feb 1997 11:40:51 -0800 (PST) Received: (from fenner@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA14159; Fri, 28 Feb 1997 11:40:50 -0800 (PST) Date: Fri, 28 Feb 1997 11:40:50 -0800 (PST) From: Bill Fenner Message-Id: <199702281940.LAA14159@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/netinet ip_output.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk fenner 97/02/28 11:40:49 Modified: sys/netinet ip_output.c Log: Fix a comment and some commented-out code in ip_mloopback to reflect how multicast loopback really works. Revision Changes Path 1.52 +10 -11 src/sys/netinet/ip_output.c From owner-cvs-sys Fri Feb 28 15:32:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA25425 for cvs-sys-outgoing; Fri, 28 Feb 1997 15:32:09 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA25410; Fri, 28 Feb 1997 15:32:07 -0800 (PST) Date: Fri, 28 Feb 1997 15:32:07 -0800 (PST) From: Wolfram Schneider Message-Id: <199702282332.PAA25410@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/sys copyright.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/02/28 15:32:06 Added: sys/sys copyright.h Log: Copyright macros and FreeBSD copyright definition. From owner-cvs-sys Fri Feb 28 21:44:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA12251 for cvs-sys-outgoing; Fri, 28 Feb 1997 21:44:13 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA12244; Fri, 28 Feb 1997 21:44:11 -0800 (PST) Date: Fri, 28 Feb 1997 21:44:11 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703010544.VAA12244@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_trace.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk ache 97/02/28 21:44:10 Modified: sys/i386/i386 db_trace.c Log: Add missing #include for ISPL and SEL_UPL macros Revision Changes Path 1.20 +2 -1 src/sys/i386/i386/db_trace.c From owner-cvs-sys Fri Feb 28 22:10:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13308 for cvs-sys-outgoing; Fri, 28 Feb 1997 22:10:52 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13300; Fri, 28 Feb 1997 22:10:48 -0800 (PST) Date: Fri, 28 Feb 1997 22:10:48 -0800 (PST) From: Bruce Evans Message-Id: <199703010610.WAA13300@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/i386 db_trace.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 22:10:47 Branch: sys/i386/i386 RELENG_2_2 Modified: sys/i386/i386 db_trace.c Log: YAMFC (add missing #include ). Revision Changes Path 1.15.4.2 +2 -1 src/sys/i386/i386/db_trace.c From owner-cvs-sys Fri Feb 28 22:23:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13630 for cvs-sys-outgoing; Fri, 28 Feb 1997 22:23:39 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13622; Fri, 28 Feb 1997 22:23:37 -0800 (PST) Date: Fri, 28 Feb 1997 22:23:37 -0800 (PST) From: Bruce Evans Message-Id: <199703010623.WAA13622@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/02/28 22:23:36 Branch: sys/pci RELENG_2_2 Modified: sys/pci ncr.c Log: YAMFC (rev.1.91: don't redefine SCSI_NCR_DFLT_TAGS). Revision Changes Path 1.82.2.6 +6 -4 src/sys/pci/ncr.c From owner-cvs-sys Fri Feb 28 22:50:45 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA14427 for cvs-sys-outgoing; Fri, 28 Feb 1997 22:50:45 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA14420; Fri, 28 Feb 1997 22:50:43 -0800 (PST) Date: Fri, 28 Feb 1997 22:50:43 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199703010650.WAA14420@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi aic7xxx.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/28 22:50:42 Modified: sys/i386/scsi aic7xxx.c Log: When we perform an "automatic request sense", we issue an untagged command. The sequencer expects untagged transactions to have the SCBID of the transaction in the "busy target" array. So, ensure that the busy entry is up to date for the target in this case. The new identify code in the sequencer that performs additional sanity checking got caught up when a tagged transaction created an untagged request sense. In ahc_handle_seqint, ensure that the target ID is taken from the right place. In the case of a selection, the ID is in SCSIID. In the case of a reconnection it is found in SELID. Revision Changes Path 1.105 +44 -5 src/sys/i386/scsi/aic7xxx.c From owner-cvs-sys Fri Feb 28 22:53:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA14624 for cvs-sys-outgoing; Fri, 28 Feb 1997 22:53:41 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA14617; Fri, 28 Feb 1997 22:53:39 -0800 (PST) Date: Fri, 28 Feb 1997 22:53:39 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199703010653.WAA14617@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h src/sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h src/sys/i386/eisa aic7770.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 97/02/28 22:53:39 Branch: sys/dev/aic7xxx RELENG_2_2 sys/i386/eisa RELENG_2_2 Modified: sys/dev/aic7xxx aic7xxx.seq aic7xxx_reg.h sys/i386/eisa aic7770.c Log: Somehow this file had its Id changed to FreeBSD. Pointed out by: bde@FreeBSD.org Revision Changes Path 1.46.2.9 +1 -1 src/sys/dev/aic7xxx/aic7xxx.seq 1.15.2.6 +1 -1 src/sys/dev/aic7xxx/aic7xxx_reg.h 1.34.2.5 +1 -1 src/sys/i386/eisa/aic7770.c Branch: sys/i386/scsi RELENG_2_2 Modified: sys/i386/scsi 93cx6.c 93cx6.h aic7xxx.c aic7xxx.h Log: Somehow these file had their Id changed to FreeBSD. Sync aic7xxx.c with current Pointed out by: bde@FreeBSD.org Revision Changes Path 1.7.2.2 +1 -1 src/sys/i386/scsi/93cx6.c 1.5.2.2 +1 -1 src/sys/i386/scsi/93cx6.h 1.81.2.14 +44 -5 src/sys/i386/scsi/aic7xxx.c 1.31.2.8 +1 -1 src/sys/i386/scsi/aic7xxx.h From owner-cvs-sys Sat Mar 1 02:53:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA27555 for cvs-sys-outgoing; Sat, 1 Mar 1997 02:53:12 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA27548; Sat, 1 Mar 1997 02:53:10 -0800 (PST) Date: Sat, 1 Mar 1997 02:53:10 -0800 (PST) From: KATO Takenori Message-Id: <199703011053.CAA27548@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/03/01 02:53:09 Modified: sys/pc98/pc98 syscons.c Log: Synchronize with sys/i386/isa/syscons.c up to revision 1.204. Revision Changes Path 1.29 +6 -7 src/sys/pc98/pc98/syscons.c From owner-cvs-sys Sat Mar 1 02:57:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA27652 for cvs-sys-outgoing; Sat, 1 Mar 1997 02:57:21 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA27645; Sat, 1 Mar 1997 02:57:19 -0800 (PST) Date: Sat, 1 Mar 1997 02:57:19 -0800 (PST) From: KATO Takenori Message-Id: <199703011057.CAA27645@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/03/01 02:57:18 Branch: sys/pc98/pc98 RELENG_2_2 Modified: sys/pc98/pc98 syscons.c Log: Synchronize with sys/i386/isa/syscons.c up to revision 1.182.2.13. Revision Changes Path 1.13.2.11 +6 -7 src/sys/pc98/pc98/syscons.c From owner-cvs-sys Sat Mar 1 03:06:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA27878 for cvs-sys-outgoing; Sat, 1 Mar 1997 03:06:43 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA27871; Sat, 1 Mar 1997 03:06:42 -0800 (PST) Date: Sat, 1 Mar 1997 03:06:42 -0800 (PST) From: KATO Takenori Message-Id: <199703011106.DAA27871@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/03/01 03:06:42 Modified: sys/pc98/conf options.pc98 Log: Synchronize with sys/i386/conf/options.i386 revision 1.36. Revision Changes Path 1.17 +1 -2 src/sys/pc98/conf/options.pc98 From owner-cvs-sys Sat Mar 1 03:07:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA27941 for cvs-sys-outgoing; Sat, 1 Mar 1997 03:07:54 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA27934; Sat, 1 Mar 1997 03:07:53 -0800 (PST) Date: Sat, 1 Mar 1997 03:07:53 -0800 (PST) From: KATO Takenori Message-Id: <199703011107.DAA27934@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/pc98 clock.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/03/01 03:07:52 Branch: sys/pc98/pc98 RELENG_2_2 Modified: sys/pc98/pc98 clock.c Log: Synchronize with sys/i386/isa/clock.c revision 1.72.2.2. Revision Changes Path 1.10.2.5 +22 -11 src/sys/pc98/pc98/clock.c From owner-cvs-sys Sat Mar 1 03:10:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA28090 for cvs-sys-outgoing; Sat, 1 Mar 1997 03:10:39 -0800 (PST) Received: (from kato@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA28083; Sat, 1 Mar 1997 03:10:37 -0800 (PST) Date: Sat, 1 Mar 1997 03:10:37 -0800 (PST) From: KATO Takenori Message-Id: <199703011110.DAA28083@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pc98/conf options.pc98 Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk kato 97/03/01 03:10:36 Branch: sys/pc98/conf RELENG_2_2 Modified: sys/pc98/conf options.pc98 Log: Synchronize with sys/i386/conf/options.i386 revision 1.26.2.6. Revision Changes Path 1.8.2.5 +2 -1 src/sys/pc98/conf/options.pc98 From owner-cvs-sys Sat Mar 1 09:49:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA22162 for cvs-sys-outgoing; Sat, 1 Mar 1997 09:49:15 -0800 (PST) Received: (from wosch@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA22154; Sat, 1 Mar 1997 09:49:13 -0800 (PST) Date: Sat, 1 Mar 1997 09:49:13 -0800 (PST) From: Wolfram Schneider Message-Id: <199703011749.JAA22154@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wosch 97/03/01 09:49:12 Modified: sys/kern init_main.c Log: Include copyright message from Revision Changes Path 1.58 +2 -19 src/sys/kern/init_main.c From owner-cvs-sys Sat Mar 1 09:59:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA22986 for cvs-sys-outgoing; Sat, 1 Mar 1997 09:59:07 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA22979; Sat, 1 Mar 1997 09:59:05 -0800 (PST) Date: Sat, 1 Mar 1997 09:59:05 -0800 (PST) From: Bruce Evans Message-Id: <199703011759.JAA22979@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/netboot netboot.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 97/03/01 09:59:05 Modified: sys/i386/boot/netboot netboot.h Log: Added some nfs #includes so that netboot compiles again. Lite2 made the nfs includes even more order-dependent and less documented than before. Revision Changes Path 1.11 +2 -0 src/sys/i386/boot/netboot/netboot.h From owner-cvs-sys Sat Mar 1 15:53:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA05052 for cvs-sys-outgoing; Sat, 1 Mar 1997 15:53:53 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA05043; Sat, 1 Mar 1997 15:53:51 -0800 (PST) Date: Sat, 1 Mar 1997 15:53:51 -0800 (PST) From: John-Mark Gurney Message-Id: <199703012353.PAA05043@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/03/01 15:53:50 Modified: sys/i386/isa syscons.c Log: make sure that the user supplied signals in struct vt_mode are actually valid signals, else return EINVAL for ioctl VT_SETMODE. this fixes a problem that anybody with vty access can panic the system. 2.2-Candidate (and 2.1.0 I believe) Reviewed-by: sos Revision Changes Path 1.205 +18 -8 src/sys/i386/isa/syscons.c