From owner-cvs-sys Sun Nov 26 09:15:18 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA20108 for cvs-sys-outgoing; Sun, 26 Nov 1995 09:15:18 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA20076 ; Sun, 26 Nov 1995 09:13:56 -0800 Date: Sun, 26 Nov 1995 09:13:56 -0800 From: Bruce Evans Message-Id: <199511261713.JAA20076@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa cy.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/26 09:13:35 Modified: sys/i386/isa cy.c Log: Fixed setting of speed B0 - don't output a bogus divisor of 0 and a random prescaler, just hang up. This may fix hangup problems with mgetty. From owner-cvs-sys Mon Nov 27 16:17:42 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA13647 for cvs-sys-outgoing; Mon, 27 Nov 1995 16:17:42 -0800 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA13634 ; Mon, 27 Nov 1995 16:17:35 -0800 Date: Mon, 27 Nov 1995 16:17:35 -0800 From: "Andrey A. Chernov" Message-Id: <199511280017.QAA13634@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c syscons.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 95/11/27 16:17:34 Modified: sys/i386/isa syscons.c syscons.h Log: Separate colors & attributes as Terry points Reviewed by: soren Revision Changes Path 1.131 +131 -68 src/sys/i386/isa/syscons.c 1.13 +17 -6 src/sys/i386/isa/syscons.h From owner-cvs-sys Mon Nov 27 17:59:31 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA20029 for cvs-sys-outgoing; Mon, 27 Nov 1995 17:59:31 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA20014 ; Mon, 27 Nov 1995 17:59:22 -0800 Date: Mon, 27 Nov 1995 17:59:22 -0800 From: Peter Wemm Message-Id: <199511280159.RAA20014@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/net if_spppsubr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/11/27 17:59:21 Modified: sys/net if_spppsubr.c Log: Implement some rudimentry IPX support... Revision Changes Path 1.9 +18 -2 src/sys/net/if_spppsubr.c From owner-cvs-sys Mon Nov 27 18:07:54 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA20628 for cvs-sys-outgoing; Mon, 27 Nov 1995 18:07:54 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA20598 ; Mon, 27 Nov 1995 18:07:39 -0800 Date: Mon, 27 Nov 1995 18:07:39 -0800 From: Peter Wemm Message-Id: <199511280207.SAA20598@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa si.c sireg.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/11/27 18:07:38 Modified: sys/i386/include si.h sys/i386/isa si.c sireg.h Log: Mainly cosmetic cleanups... It now uses more consistant message reporting on the console, and no longer uses "SLXOS" which I suspect may be a trademark... (I'm not sure, but this is not really a SLXOS driver anyway) Revision Changes Path 1.6 +5 -5 src/sys/i386/include/si.h 1.15 +22 -20 src/sys/i386/isa/si.c 1.2 +2 -2 src/sys/i386/isa/sireg.h From owner-cvs-sys Mon Nov 27 18:15:51 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA21229 for cvs-sys-outgoing; Mon, 27 Nov 1995 18:15:51 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA21210 ; Mon, 27 Nov 1995 18:15:36 -0800 Date: Mon, 27 Nov 1995 18:15:36 -0800 From: Peter Wemm Message-Id: <199511280215.SAA21210@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/11/27 18:15:34 Modified: sys/ufs/mfs mfs_vfsops.c Log: Attempt to solve the busy-buffers-on-shutdown caused by MFS once and for all. What was happening, was that the main mfs loop was sleeping, and when it was being awoken by a wakeup when it was supposed to process some IO requests. The problem was that if it was being woken out of the tsleep() by a signal at shutdown, it was going straight into dounmount() without servicing any pending IO requests, causing dounmount() to fail because there were busy buffers (and they could not be "processed" because the processing loop was trying to unmount rather than dispatching into mfs_doio()). This (dare I say it :-) appears to be a layering problem.... Revision Changes Path 1.15 +14 -4 src/sys/ufs/mfs/mfs_vfsops.c From owner-cvs-sys Mon Nov 27 18:40:50 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA23469 for cvs-sys-outgoing; Mon, 27 Nov 1995 18:40:50 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA23456 ; Mon, 27 Nov 1995 18:40:43 -0800 Date: Mon, 27 Nov 1995 18:40:43 -0800 From: Peter Wemm Message-Id: <199511280240.SAA23456@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_physio.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/11/27 18:40:40 Modified: sys/kern kern_physio.c Log: Implement read/write to kernel space - I use this for a self-loading/ self-decompressing ram disk that I'm fiddling with.. (Note, this depends on the various syscalls having correctly set uio_segflag before calling physio - I've checked and they look correct.) Revision Changes Path 1.13 +16 -11 src/sys/kern/kern_physio.c From owner-cvs-sys Mon Nov 27 19:16:21 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA25734 for cvs-sys-outgoing; Mon, 27 Nov 1995 19:16:21 -0800 Received: (from peter@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA25717 ; Mon, 27 Nov 1995 19:16:05 -0800 Date: Mon, 27 Nov 1995 19:16:05 -0800 From: Peter Wemm Message-Id: <199511280316.TAA25717@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/mfs mfs_vfsops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk peter 95/11/27 19:16:02 Modified: sys/i386/i386 autoconf.c sys/ufs/mfs mfs_vfsops.c Log: After having put on my Asbestos suit, complete the MFS_ROOT part of Terry's mountroot changes. This means that the mfs_initminiroot functionality into the root mfs_mount.... Revision Changes Path 1.43 +20 -10 src/sys/i386/i386/autoconf.c 1.16 +26 -25 src/sys/ufs/mfs/mfs_vfsops.c From owner-cvs-sys Mon Nov 27 23:23:21 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA11692 for cvs-sys-outgoing; Mon, 27 Nov 1995 23:23:21 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA11683 ; Mon, 27 Nov 1995 23:23:12 -0800 Date: Mon, 27 Nov 1995 23:23:12 -0800 From: Bruce Evans Message-Id: <199511280723.XAA11683@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ufs/ufs ufs_extern.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/27 23:23:11 Modified: sys/ufs/ufs ufs_extern.h Log: Removed bogus __BEGIN_DECS/__END_DECLS. Revision Changes Path 1.10 +1 -3 src/sys/ufs/ufs/ufs_extern.h From owner-cvs-sys Mon Nov 27 23:30:26 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA12317 for cvs-sys-outgoing; Mon, 27 Nov 1995 23:30:26 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA12253 ; Mon, 27 Nov 1995 23:30:08 -0800 Date: Mon, 27 Nov 1995 23:30:08 -0800 From: Bruce Evans Message-Id: <199511280730.XAA12253@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern init_main.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/27 23:30:04 Modified: sys/i386/isa si.c sys/kern init_main.c Log: Removed all #includes of the unused file . Revision Changes Path 1.16 +1 -2 src/sys/i386/isa/si.c 1.32 +1 -2 src/sys/kern/init_main.c From owner-cvs-sys Tue Nov 28 01:44:08 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA20675 for cvs-sys-outgoing; Tue, 28 Nov 1995 01:44:08 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA20592 ; Tue, 28 Nov 1995 01:43:49 -0800 Date: Tue, 28 Nov 1995 01:43:49 -0800 From: Julian Elischer Message-Id: <199511280943.BAA20592@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound soundcard.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/28 01:43:48 Modified: sys/i386/isa asc.c b004.c ctx.c cx.c cy.c fd.c gpib.c gsc.c if_cx.c joy.c labpc.c lpt.c mcd.c mse.c pcaudio.c psm.c rc.c scd.c si.c sio.c spigot.c spkr.c tw.c wcd.c wd.c wt.c Log: the second set of changes in a move towards getting devices to be totally dynamic. this is only the devices in i386/isa I'll do more tomorrow. they're completely masked by #ifdef JREMOD at this stage... the eventual aim is that every driver will do a SYSINIT at startup BEFORE the probes, which will effectively link it into the devsw tables etc. If I'd thought about it more I'd have put that in in this set (damn) The ioconf lines generated by config will also end up in the device's own scope as well, so ioconf.c will eventually be gutted the SYSINIT call to the driver will include a phase where the driver links it's ioconf line into a chain of such. when this phase is done then the user can modify them with the boot: -c config menu if he wants, just like now.. config will put the config lines out in the .h file (e.g. in aha.h will be the addresses for the aha driver to look.) as I said this is a very small first step.. the aim of THIS set of edits is to not have to edit conf.c at all when adding a new device.. the tabe will be a simple skeleton.. when this is done, it will allow other changes to be made, all teh time still having a fully working kernel tree, but the logical outcome is the complete REMOVAL of the devsw tables. By the end of this, linked in drivers will be exactly the same as run-time loaded drivers, except they JUST HAPPEN to already be linked and present at startup.. the SYSINIT calls will be the equivalent of the "init" call made to a newly loaded driver in every respect. For this edit, each of the files has the following code inserted into it: obviously, tailored to suit.. ----------------------somewhere at the top: #ifdef JREMOD #include #define CDEV_MAJOR 13 #define BDEV_MAJOR 4 static void sd_devsw_install(); #endif /*JREMOD */ ---------------------somewhere that's run during bootup: EVENTUALLY a SYSINIT #ifdef JREMOD sd_devsw_install(); #endif /*JREMOD*/ -----------------------at the bottom: #ifdef JREMOD struct bdevsw sd_bdevsw = { sdopen, sdclose, sdstrategy, sdioctl, /*4*/ sddump, sdsize, 0 }; struct cdevsw sd_cdevsw = { sdopen, sdclose, rawread, rawwrite, /*13*/ sdioctl, nostop, nullreset, nodevtotty,/* sd */ seltrue, nommap, sdstrategy }; static sd_devsw_installed = 0; static void sd_devsw_install() { dev_t descript; if( ! sd_devsw_installed ) { descript = makedev(CDEV_MAJOR,0); cdevsw_add(&descript,&sd_cdevsw,NULL); #if defined(BDEV_MAJOR) descript = makedev(BDEV_MAJOR,0); bdevsw_add(&descript,&sd_bdevsw,NULL); #endif /*BDEV_MAJOR*/ sd_devsw_installed = 1; } } #endif /* JREMOD */ Revision Changes Path 1.6 +33 -1 src/sys/i386/isa/asc.c 1.9 +32 -0 src/sys/i386/isa/b004.c 1.8 +36 -3 src/sys/i386/isa/ctx.c 1.15 +27 -0 src/sys/i386/isa/cx.c 1.20 +33 -1 src/sys/i386/isa/cy.c 1.72 +36 -1 src/sys/i386/isa/fd.c 1.8 +31 -0 src/sys/i386/isa/gpib.c 1.8 +32 -0 src/sys/i386/isa/gsc.c 1.7 +5 -0 src/sys/i386/isa/if_cx.c 1.9 +33 -0 src/sys/i386/isa/joy.c 1.8 +34 -0 src/sys/i386/isa/labpc.c 1.39 +33 -1 src/sys/i386/isa/lpt.c 1.49 +38 -1 src/sys/i386/isa/mcd.c 1.16 +33 -1 src/sys/i386/isa/mse.c 1.18 +33 -1 src/sys/i386/isa/pcaudio.c 1.8 +35 -1 src/sys/i386/isa/psm.c 1.11 +33 -0 src/sys/i386/isa/rc.c 1.10 +38 -1 src/sys/i386/isa/scd.c 1.17 +35 -1 src/sys/i386/isa/si.c 1.120 +33 -1 src/sys/i386/isa/sio.c 1.12 +33 -0 src/sys/i386/isa/spigot.c 1.18 +40 -3 src/sys/i386/isa/spkr.c 1.8 +33 -0 src/sys/i386/isa/tw.c 1.14 +38 -0 src/sys/i386/isa/wcd.c 1.93 +37 -1 src/sys/i386/isa/wd.c 1.21 +40 -1 src/sys/i386/isa/wt.c Modified: sys/i386/isa/matcd matcd.c sys/i386/isa/sound soundcard.c Log: the second set of changes in a move towards getting devices to be totally dynamic. (the first was about 7 weeeks ago) this is only the devices in i386/isa I'll do more tomorrow. they're completely masked by #ifdef JREMOD at this stage... the eventual aim is that every driver will do a SYSINIT at startup BEFORE the probes, which will effectively link it into the devsw tables etc. If I'd thought about it more I'd have put that in in this set (damn) The ioconf lines generated by config will also end up in the device's own scope as well, so ioconf.c will eventually be gutted the SYSINIT call to the driver will include a phase where the driver links it's ioconf line into a chain of such. when this phase is done then the user can modify them with the boot: -c config menu if he wants, just like now.. config will put the config lines out in the .h file (e.g. in aha.h will be the addresses for the aha driver to look.) as I said this is a very small first step.. the aim of THIS set of edits is to not have to edit conf.c at all when adding a new device.. the tabe will be a simple skeleton.. when this is done, it will allow other changes to be made, all teh time still having a fully working kernel tree, but the logical outcome is the complete REMOVAL of the devsw tables. By the end of this, linked in drivers will be exactly the same as run-time loaded drivers, except they JUST HAPPEN to already be linked and present at startup.. the SYSINIT calls will be the equivalent of the "init" call made to a newly loaded driver in every respect. For this edit, each of the files has the following code inserted into it: obviously, tailored to suit.. ----------------------somewhere at the top: #ifdef JREMOD #include #define CDEV_MAJOR 13 #define BDEV_MAJOR 4 static void sd_devsw_install(); #endif /*JREMOD */ ---------------------somewhere that's run during bootup: EVENTUALLY a SYSINIT #ifdef JREMOD sd_devsw_install(); #endif /*JREMOD*/ -----------------------at the bottom: #ifdef JREMOD struct bdevsw sd_bdevsw = { sdopen, sdclose, sdstrategy, sdioctl, /*4*/ sddump, sdsize, 0 }; struct cdevsw sd_cdevsw = { sdopen, sdclose, rawread, rawwrite, /*13*/ sdioctl, nostop, nullreset, nodevtotty,/* sd */ seltrue, nommap, sdstrategy }; static sd_devsw_installed = 0; static void sd_devsw_install() { dev_t descript; if( ! sd_devsw_installed ) { descript = makedev(CDEV_MAJOR,0); cdevsw_add(&descript,&sd_cdevsw,NULL); #if defined(BDEV_MAJOR) descript = makedev(BDEV_MAJOR,0); bdevsw_add(&descript,&sd_bdevsw,NULL); #endif /*BDEV_MAJOR*/ sd_devsw_installed = 1; } } #endif /* JREMOD */ Revision Changes Path 1.9 +38 -0 src/sys/i386/isa/matcd/matcd.c 1.31 +34 -1 src/sys/i386/isa/sound/soundcard.c From owner-cvs-sys Tue Nov 28 01:44:56 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA20823 for cvs-sys-outgoing; Tue, 28 Nov 1995 01:44:56 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id BAA20814 ; Tue, 28 Nov 1995 01:44:50 -0800 Date: Tue, 28 Nov 1995 01:44:50 -0800 From: Julian Elischer Message-Id: <199511280944.BAA20814@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/apm apm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/28 01:44:50 Modified: sys/i386/apm apm.c Log: oops forgot one.. Revision Changes Path 1.16 +35 -1 src/sys/i386/apm/apm.c From owner-cvs-sys Tue Nov 28 03:04:58 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA26316 for cvs-sys-outgoing; Tue, 28 Nov 1995 03:04:58 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA26274 ; Tue, 28 Nov 1995 03:04:31 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id WAA24790; Tue, 28 Nov 1995 22:02:18 +1100 Date: Tue, 28 Nov 1995 22:02:18 +1100 From: Bruce Evans Message-Id: <199511281102.WAA24790@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, julian@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/isa/sound soundcard.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >julian 95/11/28 01:43:48 > Modified: sys/i386/isa asc.c b004.c ctx.c cx.c cy.c fd.c gpib.c gsc.c > if_cx.c joy.c labpc.c lpt.c mcd.c mse.c pcaudio.c > psm.c rc.c scd.c si.c sio.c spigot.c spkr.c tw.c > wcd.c wd.c wt.c > Log: > the second set of changes in a move towards getting devices to be > totally dynamic. Erm. The log message is larger than some of the drivers! I think a different forum should be used for design notes. > config will put the config lines out in the .h file > (e.g. in aha.h will be the addresses for the aha driver to look.) It should print config lines for all drivers that requires some static configuration, not just statically configured ones, so that the lines can be used in lkms. This wouldn't cost any space if the lines are #defines that are used if their driver happens to be compiled. > Modified: sys/i386/isa/matcd matcd.c > sys/i386/isa/sound soundcard.c > Log: > the second set of changes in a move towards getting devices to be > totally dynamic. (the first was about 7 weeeks ago) The log message was actually slightly smaller than the smallest driver :-). The cvs mail generator doesn't handle log messages that are almost the same very well. Bruce From owner-cvs-sys Tue Nov 28 15:55:45 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA17986 for cvs-sys-outgoing; Tue, 28 Nov 1995 15:55:45 -0800 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA17971 ; Tue, 28 Nov 1995 15:55:31 -0800 Date: Tue, 28 Nov 1995 15:55:31 -0800 From: David Greenman Message-Id: <199511282355.PAA17971@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c if_fxpreg.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 95/11/28 15:55:30 Modified: sys/conf files Added: sys/pci if_fxp.c if_fxpreg.h Log: Device driver for Intel Pro/100 PCI Fast Ethernet controller. Revision Changes Path 1.52 +1 -0 src/sys/conf/files From owner-cvs-sys Tue Nov 28 17:08:21 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26162 for cvs-sys-outgoing; Tue, 28 Nov 1995 17:08:21 -0800 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA26020 ; Tue, 28 Nov 1995 17:08:04 -0800 Date: Tue, 28 Nov 1995 17:08:04 -0800 From: "Jordan K. Hubbard" Message-Id: <199511290108.RAA26020@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci meteor.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk jkh 95/11/28 17:08:02 Modified: sys/i386/conf LINT sys/i386/include ioctl_meteor.h sys/i386/isa spigot.c sys/i386/isa/sound audio.c dmabuf.c gus_wave.c soundcard.c sys/pci meteor.c Log: A batch of Jim Lowe's patches: o Add signed/unsigned functionality to the matrox meteor device driver. o Apply a few fixes to the sound driver. o Add a ``SPIGOT_UNSECURE'' compile time definition so, if one defines SPIGOT_UNSECURE in their conf file, then they can use the spigot w/o root. There is a warning that this allows users access to the IO page which is probably not secure. Submitted by: james Revision Changes Path 1.215 +7 -2 src/sys/i386/conf/LINT 1.2 +2 -1 src/sys/i386/include/ioctl_meteor.h 1.13 +3 -1 src/sys/i386/isa/spigot.c 1.11 +28 -2 src/sys/i386/isa/sound/audio.c 1.19 +6 -4 src/sys/i386/isa/sound/dmabuf.c 1.20 +64 -10 src/sys/i386/isa/sound/gus_wave.c 1.32 +5 -2 src/sys/i386/isa/sound/soundcard.c 1.4 +15 -7 src/sys/pci/meteor.c From owner-cvs-sys Wed Nov 29 02:12:57 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27502 for cvs-sys-outgoing; Wed, 29 Nov 1995 02:12:57 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27485 ; Wed, 29 Nov 1995 02:12:40 -0800 Date: Wed, 29 Nov 1995 02:12:40 -0800 From: Poul-Henning Kamp Message-Id: <199511291012.CAA27485@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/eisa aha1742.c aic7770.c eisaconf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/11/29 02:12:37 Modified: sys/i386/eisa aha1742.c aic7770.c eisaconf.c Log: Staticize again. Revision Changes Path 1.41 +2 -2 src/sys/i386/eisa/aha1742.c 1.19 +6 -6 src/sys/i386/eisa/aic7770.c 1.9 +2 -2 src/sys/i386/eisa/eisaconf.c From owner-cvs-sys Wed Nov 29 02:17:21 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27731 for cvs-sys-outgoing; Wed, 29 Nov 1995 02:17:21 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA27708 ; Wed, 29 Nov 1995 02:17:07 -0800 Date: Wed, 29 Nov 1995 02:17:07 -0800 From: Poul-Henning Kamp Message-Id: <199511291017.CAA27708@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/11/29 02:17:05 Modified: sys/i386/isa lpt.c Log: Add crynwr mode to the lp# interface. Reviewed by: pst, phk Submitted by: tim@sarc.city.ac.uk Revision Changes Path 1.40 +2 -4 src/sys/i386/isa/lpt.c From owner-cvs-sys Wed Nov 29 02:26:13 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28425 for cvs-sys-outgoing; Wed, 29 Nov 1995 02:26:13 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28410 ; Wed, 29 Nov 1995 02:26:00 -0800 Date: Wed, 29 Nov 1995 02:26:00 -0800 From: Poul-Henning Kamp Message-Id: <199511291026.CAA28410@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/ddb db_access.c db_aout.c db_break.c db_break.h db_command.c db_examine.c db_expr.c db_input.c db_lex.c db_lex.h db_output.c db_run.c db_sym.c db_sym.h db_variables.c db_watch.c db_watch.h ddb.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/11/29 02:25:58 Modified: sys/ddb db_access.c db_aout.c db_break.c db_break.h db_command.c db_examine.c db_expr.c db_input.c db_lex.c db_lex.h db_output.c db_run.c db_sym.c db_sym.h db_variables.c db_watch.c db_watch.h ddb.h Log: Staticized and '#ifdef notused' stuff we don't use. Revision Changes Path 1.9 +2 -2 src/sys/ddb/db_access.c 1.13 +3 -2 src/sys/ddb/db_aout.c 1.8 +27 -13 src/sys/ddb/db_break.c 1.5 +1 -10 src/sys/ddb/db_break.h 1.16 +16 -14 src/sys/ddb/db_command.c 1.10 +3 -3 src/sys/ddb/db_examine.c 1.7 +11 -11 src/sys/ddb/db_expr.c 1.9 +6 -6 src/sys/ddb/db_input.c 1.8 +9 -6 src/sys/ddb/db_lex.c 1.7 +1 -4 src/sys/ddb/db_lex.h 1.13 +3 -15 src/sys/ddb/db_output.c 1.7 +8 -2 src/sys/ddb/db_run.c 1.11 +11 -9 src/sys/ddb/db_sym.c 1.10 +1 -3 src/sys/ddb/db_sym.h 1.9 +13 -8 src/sys/ddb/db_variables.c 1.8 +23 -11 src/sys/ddb/db_watch.c 1.6 +1 -8 src/sys/ddb/db_watch.h 1.8 +1 -4 src/sys/ddb/ddb.h From owner-cvs-sys Wed Nov 29 02:27:02 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28540 for cvs-sys-outgoing; Wed, 29 Nov 1995 02:27:02 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA28522 ; Wed, 29 Nov 1995 02:26:54 -0800 Date: Wed, 29 Nov 1995 02:26:54 -0800 From: Poul-Henning Kamp Message-Id: <199511291026.CAA28522@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa aic6360.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/11/29 02:26:53 Modified: sys/i386/isa aic6360.c Log: staticize. Revision Changes Path 1.14 +43 -43 src/sys/i386/isa/aic6360.c From owner-cvs-sys Wed Nov 29 02:49:20 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA00603 for cvs-sys-outgoing; Wed, 29 Nov 1995 02:49:20 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA00594 ; Wed, 29 Nov 1995 02:49:18 -0800 Date: Wed, 29 Nov 1995 02:49:18 -0800 From: Julian Elischer Message-Id: <199511291049.CAA00594@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_swap.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/29 02:49:17 Modified: sys/dev/vn vn.c sys/gnu/i386/isa dgb.c nic3008.c nic3009.c sys/gnu/isdn iispy.c iitel.c iitty.c isdn.c sys/i386/apm apm.c sys/i386/i386 cons.c mem.c sys/i386/isa asc.c b004.c ctx.c cx.c cy.c gpib.c gsc.c if_cx.c joy.c labpc.c lpt.c mcd.c mse.c pcaudio.c psm.c rc.c scd.c si.c sio.c spigot.c spkr.c tw.c wcd.c wd.c wt.c sys/i386/isa/matcd matcd.c sys/i386/isa/sound soundcard.c sys/kern kern_descrip.c kern_lkm.c subr_log.c tty_pty.c tty_snoop.c tty_tty.c sys/miscfs/devfs devfs_tree.c sys/net bpf.c if_tun.c sys/pccard pccard.c sys/scsi cd.c ch.c od.c pt.c sctarg.c sd.c ssc.c st.c su.c uk.c worm.c sys/sys devfsext.h kernel.h sys/vm vm_swap.c Log: OK, that's it.. That's EVERY SINGLE driver that has an entry in conf.c.. my next trick will be to define cdevsw[] and bdevsw[] as empty arrays and remove all those DAMNED defines as well.. Each of these drivers has a SYSINIT linker set entry that comes in very early.. and asks teh driver to add it's own entry to the two devsw[] tables. some slight reworking of the commits from yesterday (added the SYSINIT stuff and some usually wrong but token DEVFS entries to all these devices. BTW does anyone know where the 'ata' entries in conf.c actually reside? seems we don't actually have a 'ataopen() etc... If you want to add a new device in conf.c please make sure I know so I can keep it up to date too.. as before, this is all dependent on #if defined(JREMOD) (and #ifdef DEVFS in parts) Revision Changes Path 1.26 +52 -0 src/sys/dev/vn/vn.c 1.6 +40 -1 src/sys/gnu/i386/isa/dgb.c 1.10 +48 -3 src/sys/gnu/i386/isa/nic3008.c 1.10 +52 -8 src/sys/gnu/i386/isa/nic3009.c 1.5 +47 -3 src/sys/gnu/isdn/iispy.c 1.7 +63 -11 src/sys/gnu/isdn/iitel.c 1.13 +62 -14 src/sys/gnu/isdn/iitty.c 1.7 +60 -8 src/sys/gnu/isdn/isdn.c 1.17 +27 -16 src/sys/i386/apm/apm.c 1.35 +36 -18 src/sys/i386/i386/cons.c 1.20 +44 -15 src/sys/i386/i386/mem.c 1.7 +29 -18 src/sys/i386/isa/asc.c 1.10 +24 -13 src/sys/i386/isa/b004.c 1.9 +26 -14 src/sys/i386/isa/ctx.c 1.16 +22 -10 src/sys/i386/isa/cx.c 1.21 +24 -14 src/sys/i386/isa/cy.c 1.9 +23 -13 src/sys/i386/isa/gpib.c 1.9 +24 -14 src/sys/i386/isa/gsc.c 1.8 +15 -4 src/sys/i386/isa/if_cx.c 1.10 +23 -14 src/sys/i386/isa/joy.c 1.9 +23 -14 src/sys/i386/isa/labpc.c 1.41 +24 -14 src/sys/i386/isa/lpt.c 1.50 +30 -15 src/sys/i386/isa/mcd.c 1.17 +24 -14 src/sys/i386/isa/mse.c 1.19 +20 -19 src/sys/i386/isa/pcaudio.c 1.9 +22 -14 src/sys/i386/isa/psm.c 1.12 +23 -14 src/sys/i386/isa/rc.c 1.11 +30 -15 src/sys/i386/isa/scd.c 1.18 +27 -12 src/sys/i386/isa/si.c 1.121 +23 -14 src/sys/i386/isa/sio.c 1.14 +22 -14 src/sys/i386/isa/spigot.c 1.19 +20 -28 src/sys/i386/isa/spkr.c 1.9 +23 -13 src/sys/i386/isa/tw.c 1.15 +28 -13 src/sys/i386/isa/wcd.c 1.94 +29 -15 src/sys/i386/isa/wd.c 1.22 +29 -14 src/sys/i386/isa/wt.c 1.10 +29 -13 src/sys/i386/isa/matcd/matcd.c 1.33 +26 -16 src/sys/i386/isa/sound/soundcard.c 1.15 +46 -1 src/sys/kern/kern_descrip.c 1.20 +41 -1 src/sys/kern/kern_lkm.c 1.11 +43 -1 src/sys/kern/subr_log.c 1.25 +63 -1 src/sys/kern/tty_pty.c 1.9 +39 -0 src/sys/kern/tty_snoop.c 1.6 +42 -1 src/sys/kern/tty_tty.c 1.9 +45 -1 src/sys/miscfs/devfs/devfs_tree.c 1.15 +43 -1 src/sys/net/bpf.c 1.14 +39 -0 src/sys/net/if_tun.c 1.10 +41 -0 src/sys/pccard/pccard.c 1.46 +55 -1 src/sys/scsi/cd.c 1.23 +45 -2 src/sys/scsi/ch.c 1.4 +52 -1 src/sys/scsi/od.c 1.7 +43 -1 src/sys/scsi/pt.c 1.7 +43 -1 src/sys/scsi/sctarg.c 1.73 +55 -2 src/sys/scsi/sd.c 1.5 +49 -1 src/sys/scsi/ssc.c 1.45 +55 -7 src/sys/scsi/st.c 1.7 +42 -1 src/sys/scsi/su.c 1.10 +43 -1 src/sys/scsi/uk.c 1.11 +44 -1 src/sys/scsi/worm.c 1.3 +11 -1 src/sys/sys/devfsext.h 1.17 +3 -1 src/sys/sys/kernel.h 1.26 +53 -1 src/sys/vm/vm_swap.c From owner-cvs-sys Wed Nov 29 03:11:26 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02270 for cvs-sys-outgoing; Wed, 29 Nov 1995 03:11:26 -0800 Received: from skiddaw.elsevier.co.uk (skiddaw.elsevier.co.uk [193.131.222.60]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id DAA02260 ; Wed, 29 Nov 1995 03:11:10 -0800 Received: from snowdon.elsevier.co.uk (snowdon.elsevier.co.uk [193.131.197.164]) by skiddaw.elsevier.co.uk (8.6.12/8.6.12) with ESMTP id LAA16297; Wed, 29 Nov 1995 11:09:33 GMT Received: from isis by snowdon with SMTP (PP); Wed, 29 Nov 1995 11:05:55 +0000 Received: (from dpr@localhost) by isis (SMI-8.6/8.6.12) id LAA13891; Wed, 29 Nov 1995 11:07:44 GMT From: Paul Richards Message-Id: <199511291107.LAA13891@isis> Subject: Re: cvs commit: src/sys/vm vm_swap.c To: julian@freefall.freebsd.org (Julian Elischer) Date: Wed, 29 Nov 1995 11:07:43 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199511291049.CAA00594@freefall.freebsd.org> from "Julian Elischer" at Nov 29, 95 02:49:18 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk In reply to Julian Elischer who said > Am I the only one who think this is simply a waste of space? When I really want this information I'll go and get it for myself. It looked neat for the odd file but it's not uncommon for patches like this to be submitted. > Revision Changes Path > 1.26 +52 -0 src/sys/dev/vn/vn.c > 1.6 +40 -1 src/sys/gnu/i386/isa/dgb.c > 1.10 +48 -3 src/sys/gnu/i386/isa/nic3008.c > 1.10 +52 -8 src/sys/gnu/i386/isa/nic3009.c > 1.5 +47 -3 src/sys/gnu/isdn/iispy.c > 1.7 +63 -11 src/sys/gnu/isdn/iitel.c > 1.13 +62 -14 src/sys/gnu/isdn/iitty.c > 1.7 +60 -8 src/sys/gnu/isdn/isdn.c > 1.17 +27 -16 src/sys/i386/apm/apm.c > 1.35 +36 -18 src/sys/i386/i386/cons.c > 1.20 +44 -15 src/sys/i386/i386/mem.c > 1.7 +29 -18 src/sys/i386/isa/asc.c > 1.10 +24 -13 src/sys/i386/isa/b004.c > 1.9 +26 -14 src/sys/i386/isa/ctx.c > 1.16 +22 -10 src/sys/i386/isa/cx.c > 1.21 +24 -14 src/sys/i386/isa/cy.c > 1.9 +23 -13 src/sys/i386/isa/gpib.c > 1.9 +24 -14 src/sys/i386/isa/gsc.c > 1.8 +15 -4 src/sys/i386/isa/if_cx.c > 1.10 +23 -14 src/sys/i386/isa/joy.c > 1.9 +23 -14 src/sys/i386/isa/labpc.c > 1.41 +24 -14 src/sys/i386/isa/lpt.c > 1.50 +30 -15 src/sys/i386/isa/mcd.c > 1.17 +24 -14 src/sys/i386/isa/mse.c > 1.19 +20 -19 src/sys/i386/isa/pcaudio.c > 1.9 +22 -14 src/sys/i386/isa/psm.c > 1.12 +23 -14 src/sys/i386/isa/rc.c > 1.11 +30 -15 src/sys/i386/isa/scd.c > 1.18 +27 -12 src/sys/i386/isa/si.c > 1.121 +23 -14 src/sys/i386/isa/sio.c > 1.14 +22 -14 src/sys/i386/isa/spigot.c > 1.19 +20 -28 src/sys/i386/isa/spkr.c > 1.9 +23 -13 src/sys/i386/isa/tw.c > 1.15 +28 -13 src/sys/i386/isa/wcd.c > 1.94 +29 -15 src/sys/i386/isa/wd.c > 1.22 +29 -14 src/sys/i386/isa/wt.c > 1.10 +29 -13 src/sys/i386/isa/matcd/matcd.c > 1.33 +26 -16 src/sys/i386/isa/sound/soundcard.c > 1.15 +46 -1 src/sys/kern/kern_descrip.c > 1.20 +41 -1 src/sys/kern/kern_lkm.c > 1.11 +43 -1 src/sys/kern/subr_log.c > 1.25 +63 -1 src/sys/kern/tty_pty.c > 1.9 +39 -0 src/sys/kern/tty_snoop.c > 1.6 +42 -1 src/sys/kern/tty_tty.c > 1.9 +45 -1 src/sys/miscfs/devfs/devfs_tree.c > 1.15 +43 -1 src/sys/net/bpf.c > 1.14 +39 -0 src/sys/net/if_tun.c > 1.10 +41 -0 src/sys/pccard/pccard.c > 1.46 +55 -1 src/sys/scsi/cd.c > 1.23 +45 -2 src/sys/scsi/ch.c > 1.4 +52 -1 src/sys/scsi/od.c > 1.7 +43 -1 src/sys/scsi/pt.c > 1.7 +43 -1 src/sys/scsi/sctarg.c > 1.73 +55 -2 src/sys/scsi/sd.c > 1.5 +49 -1 src/sys/scsi/ssc.c > 1.45 +55 -7 src/sys/scsi/st.c > 1.7 +42 -1 src/sys/scsi/su.c > 1.10 +43 -1 src/sys/scsi/uk.c > 1.11 +44 -1 src/sys/scsi/worm.c > 1.3 +11 -1 src/sys/sys/devfsext.h > 1.17 +3 -1 src/sys/sys/kernel.h > 1.26 +53 -1 src/sys/vm/vm_swap.c > -- Paul Richards. Originative Solutions Ltd. Internet: paul@netcraft.co.uk, http://www.netcraft.co.uk Phone: 0370 462071 (Mobile), +44 1225 447500 (work) From owner-cvs-sys Wed Nov 29 03:19:25 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02812 for cvs-sys-outgoing; Wed, 29 Nov 1995 03:19:25 -0800 Received: (from asami@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA02784 ; Wed, 29 Nov 1995 03:19:06 -0800 Date: Wed, 29 Nov 1995 03:19:06 -0800 From: Satoshi Asami Message-Id: <199511291119.DAA02784@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk asami 95/11/29 03:19:05 Modified: sys/pci if_de.c Log: 'see" -> "see" (in the comment). Noticed by: hilit19.el (stop laughing! ;) Revision Changes Path 1.38 +2 -2 src/sys/pci/if_de.c From owner-cvs-sys Wed Nov 29 03:27:48 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA04079 for cvs-sys-outgoing; Wed, 29 Nov 1995 03:27:48 -0800 Received: from tfs.com (tfs.com [140.145.250.1]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id DAA04067 ; Wed, 29 Nov 1995 03:27:41 -0800 Received: from critter.tfs.com by tfs.com (smail3.1.28.1) with SMTP id m0tKkeT-0003vpC; Wed, 29 Nov 95 03:26 PST Received: from localhost (localhost [127.0.0.1]) by critter.tfs.com (8.6.11/8.6.9) with SMTP id MAA00167; Wed, 29 Nov 1995 12:26:09 +0100 X-Authentication-Warning: critter.tfs.com: Host localhost didn't use HELO protocol To: Paul Richards cc: julian@freefall.freebsd.org (Julian Elischer), CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm vm_swap.c In-reply-to: Your message of "Wed, 29 Nov 1995 11:07:43 GMT." <199511291107.LAA13891@isis> Date: Wed, 29 Nov 1995 12:26:08 +0100 Message-ID: <165.817644368@critter.tfs.com> From: Poul-Henning Kamp Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > Am I the only one who think this is simply a waste of space? It certainly a waste of space to quote it all back in an email without watching your Cc: line :-) I think it is very useful, and I belive like David that it should replace the file-list at the top of the commit. > When I really want this information I'll go and get it for myself. It looked > neat for the odd file but it's not uncommon for patches like this to > be submitted. > > [...] > > 1.11 +44 -1 src/sys/scsi/worm.c > > 1.3 +11 -1 src/sys/sys/devfsext.h > > 1.17 +3 -1 src/sys/sys/kernel.h > > 1.26 +53 -1 src/sys/vm/vm_swap.c -- 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 Wed Nov 29 03:28:11 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA04235 for cvs-sys-outgoing; Wed, 29 Nov 1995 03:28:11 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id DAA04187 ; Wed, 29 Nov 1995 03:28:07 -0800 Date: Wed, 29 Nov 1995 03:28:07 -0800 From: Poul-Henning Kamp Message-Id: <199511291128.DAA04187@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/11/29 03:28:06 Modified: sys/kern vfs_subr.c Log: A test was backwards. Noticed by: Cheng, Hsiao-Yang Revision Changes Path 1.44 +3 -2 src/sys/kern/vfs_subr.c From owner-cvs-sys Wed Nov 29 04:39:01 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09330 for cvs-sys-outgoing; Wed, 29 Nov 1995 04:39:01 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id EAA09321 ; Wed, 29 Nov 1995 04:38:51 -0800 Date: Wed, 29 Nov 1995 04:38:51 -0800 From: Julian Elischer Message-Id: <199511291238.EAA09321@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/specfs spec_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/29 04:38:51 Modified: sys/i386/i386 conf.c sys/kern kern_conf.c sys/miscfs/specfs spec_vnops.c Log: #ifdef out nearly the entire file of conf.c when JREMOD is defined add a few safety checks in specfs because now it's possible to get entries in [cd]devsw[] which are ALL NULL so it's better to discover this BEFORE jumping into the d_open() entry.. more check to come later.. this getsthe code to the stage where I can start testing it, even if I haven't caught every little error case... I guess I'll find them quick enough.. Revision Changes Path 1.107 +21 -1 src/sys/i386/i386/conf.c 1.4 +3 -4 src/sys/kern/kern_conf.c 1.19 +9 -1 src/sys/miscfs/specfs/spec_vnops.c From owner-cvs-sys Wed Nov 29 06:09:58 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA17047 for cvs-sys-outgoing; Wed, 29 Nov 1995 06:09:58 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id GAA17038 ; Wed, 29 Nov 1995 06:09:36 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id BAA25466; Thu, 30 Nov 1995 01:06:00 +1100 Date: Thu, 30 Nov 1995 01:06:00 +1100 From: Bruce Evans Message-Id: <199511291406.BAA25466@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, asami@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/pci if_de.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > Modified: sys/pci if_de.c > Log: > 'see" -> "see" (in the comment). > > Noticed by: hilit19.el (stop laughing! ;) > > Revision Changes Path > 1.38 +2 -2 src/sys/pci/if_de.c hilit apparently needs to take `see" lessons. Quotes are not special in comments. It has already caused dump/main.c to be messed up. Bruce From owner-cvs-sys Wed Nov 29 06:41:31 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA20375 for cvs-sys-outgoing; Wed, 29 Nov 1995 06:41:31 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA20361 ; Wed, 29 Nov 1995 06:41:21 -0800 Date: Wed, 29 Nov 1995 06:41:21 -0800 From: Julian Elischer Message-Id: <199511291441.GAA20361@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_swap.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/29 06:41:21 Modified: sys/dev/vn vn.c sys/gnu/i386/isa dgb.c nic3008.c nic3009.c sys/gnu/isdn iispy.c iitel.c iitty.c isdn.c sys/i386/apm apm.c sys/i386/i386 conf.c cons.c mem.c sys/i386/isa asc.c b004.c ctx.c cx.c cy.c gpib.c gsc.c joy.c labpc.c lpt.c mcd.c mse.c psm.c rc.c scd.c si.c sio.c spigot.c spkr.c tw.c wcd.c wd.c wt.c sys/i386/isa/matcd matcd.c sys/i386/isa/sound soundcard.c sys/kern kern_descrip.c kern_lkm.c subr_log.c tty_pty.c tty_snoop.c tty_tty.c sys/net bpf.c if_tun.c sys/pccard pccard.c sys/scsi cd.c ch.c od.c pt.c sctarg.c sd.c ssc.c st.c su.c uk.c worm.c sys/sys conf.h sys/vm vm_swap.c Log: If you're going to mechanically replicate something in 50 files it's best to not have a (compiles cleanly) typo in it! (sigh) Revision Changes Path 1.27 +1 -1 src/sys/dev/vn/vn.c 1.7 +2 -2 src/sys/gnu/i386/isa/dgb.c 1.11 +9 -3 src/sys/gnu/i386/isa/nic3008.c 1.11 +9 -3 src/sys/gnu/i386/isa/nic3009.c 1.6 +9 -3 src/sys/gnu/isdn/iispy.c 1.8 +9 -3 src/sys/gnu/isdn/iitel.c 1.14 +9 -3 src/sys/gnu/isdn/iitty.c 1.8 +9 -3 src/sys/gnu/isdn/isdn.c 1.18 +2 -2 src/sys/i386/apm/apm.c 1.108 +3 -3 src/sys/i386/i386/conf.c 1.36 +3 -2 src/sys/i386/i386/cons.c 1.21 +3 -2 src/sys/i386/i386/mem.c 1.8 +2 -2 src/sys/i386/isa/asc.c 1.11 +1 -1 src/sys/i386/isa/b004.c 1.10 +2 -2 src/sys/i386/isa/ctx.c 1.17 +1 -1 src/sys/i386/isa/cx.c 1.22 +2 -2 src/sys/i386/isa/cy.c 1.10 +1 -1 src/sys/i386/isa/gpib.c 1.10 +1 -1 src/sys/i386/isa/gsc.c 1.11 +1 -1 src/sys/i386/isa/joy.c 1.10 +1 -1 src/sys/i386/isa/labpc.c 1.42 +2 -2 src/sys/i386/isa/lpt.c 1.51 +2 -2 src/sys/i386/isa/mcd.c 1.18 +2 -2 src/sys/i386/isa/mse.c 1.10 +1 -1 src/sys/i386/isa/psm.c 1.13 +1 -1 src/sys/i386/isa/rc.c 1.12 +2 -2 src/sys/i386/isa/scd.c 1.19 +2 -2 src/sys/i386/isa/si.c 1.122 +2 -2 src/sys/i386/isa/sio.c 1.15 +1 -1 src/sys/i386/isa/spigot.c 1.20 +2 -2 src/sys/i386/isa/spkr.c 1.10 +1 -1 src/sys/i386/isa/tw.c 1.16 +1 -1 src/sys/i386/isa/wcd.c 1.95 +2 -2 src/sys/i386/isa/wd.c 1.23 +2 -2 src/sys/i386/isa/wt.c 1.11 +1 -1 src/sys/i386/isa/matcd/matcd.c 1.34 +2 -2 src/sys/i386/isa/sound/soundcard.c 1.16 +2 -2 src/sys/kern/kern_descrip.c 1.21 +2 -2 src/sys/kern/kern_lkm.c 1.12 +2 -2 src/sys/kern/subr_log.c 1.26 +11 -11 src/sys/kern/tty_pty.c 1.10 +1 -1 src/sys/kern/tty_snoop.c 1.7 +2 -2 src/sys/kern/tty_tty.c 1.16 +2 -2 src/sys/net/bpf.c 1.15 +1 -1 src/sys/net/if_tun.c 1.11 +1 -1 src/sys/pccard/pccard.c 1.47 +2 -2 src/sys/scsi/cd.c 1.24 +2 -2 src/sys/scsi/ch.c 1.5 +2 -2 src/sys/scsi/od.c 1.8 +2 -2 src/sys/scsi/pt.c 1.8 +2 -2 src/sys/scsi/sctarg.c 1.74 +2 -2 src/sys/scsi/sd.c 1.6 +2 -2 src/sys/scsi/ssc.c 1.46 +2 -2 src/sys/scsi/st.c 1.8 +2 -2 src/sys/scsi/su.c 1.11 +3 -2 src/sys/scsi/uk.c 1.12 +2 -2 src/sys/scsi/worm.c 1.23 +7 -1 src/sys/sys/conf.h 1.27 +2 -2 src/sys/vm/vm_swap.c From owner-cvs-sys Wed Nov 29 07:00:25 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21414 for cvs-sys-outgoing; Wed, 29 Nov 1995 07:00:25 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21395 ; Wed, 29 Nov 1995 07:00:12 -0800 Date: Wed, 29 Nov 1995 07:00:12 -0800 From: Bruce Evans Message-Id: <199511291500.HAA21395@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/29 07:00:11 Modified: sys/i386/isa sio.c Log: Removed builtin list of port addresses. The address for sio3 conflicted with S3 graphics cards. Now users should put sio[2-3] in the config file if the hardware exisst, even if the probe is certain to fail due to an interrupt conflict. Otherwise, ports sharing the interrupt may fail the probe if the system is warm booted while sio[2-3] are active (perhaps under another OS). The same problem for nonstandard ports is now handled better than before. Revision Changes Path 1.123 +5 -10 src/sys/i386/isa/sio.c From owner-cvs-sys Wed Nov 29 07:08:19 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21742 for cvs-sys-outgoing; Wed, 29 Nov 1995 07:08:19 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21721 ; Wed, 29 Nov 1995 07:08:04 -0800 Date: Wed, 29 Nov 1995 07:08:04 -0800 From: Bruce Evans Message-Id: <199511291508.HAA21721@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci meteor.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/29 07:08:03 Modified: sys/pci meteor.c Log: Restored my old changes which were clobbered by the previous commit. Added prototypes. The previous version wouldn't have compiled if prototypes were in scope. Revision Changes Path 1.5 +7 -4 src/sys/pci/meteor.c From owner-cvs-sys Wed Nov 29 07:11:49 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA21964 for cvs-sys-outgoing; Wed, 29 Nov 1995 07:11:49 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id HAA21932 ; Wed, 29 Nov 1995 07:11:33 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id CAA27193; Thu, 30 Nov 1995 02:02:38 +1100 Date: Thu, 30 Nov 1995 02:02:38 +1100 From: Bruce Evans Message-Id: <199511291502.CAA27193@godzilla.zeta.org.au> To: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, julian@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm vm_swap.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk > Modified: sys/dev/vn vn.c > sys/gnu/i386/isa dgb.c nic3008.c nic3009.c > ... > Log: > If you're going to mechanically replicate something in 50 files > it's best to not have a (compiles cleanly) typo in it! (sigh) Or stylistic errors. Bruce From owner-cvs-sys Wed Nov 29 07:31:37 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA23476 for cvs-sys-outgoing; Wed, 29 Nov 1995 07:31:37 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id HAA23464 ; Wed, 29 Nov 1995 07:31:28 -0800 Date: Wed, 29 Nov 1995 07:31:28 -0800 From: Julian Elischer Message-Id: <199511291531.HAA23464@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci meteor.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/29 07:31:26 Modified: sys/pci meteor.c Log: missed one.. thanks jim.. (actually I was already aware I'd missed it, but hadn't started searching for it :) Revision Changes Path 1.6 +42 -0 src/sys/pci/meteor.c From owner-cvs-sys Wed Nov 29 09:41:12 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04979 for cvs-sys-outgoing; Wed, 29 Nov 1995 09:41:12 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA04953 ; Wed, 29 Nov 1995 09:40:53 -0800 Date: Wed, 29 Nov 1995 09:40:53 -0800 From: Bruce Evans Message-Id: <199511291740.JAA04953@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/29 09:40:50 Modified: sys/i386/eisa eisaconf.c Log: Don't staticize again (twice). Cleaned up includes. Revision Changes Path 1.10 +5 -4 src/sys/i386/eisa/eisaconf.c From owner-cvs-sys Wed Nov 29 09:46:17 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA05233 for cvs-sys-outgoing; Wed, 29 Nov 1995 09:46:17 -0800 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA05222 ; Wed, 29 Nov 1995 09:46:07 -0800 Date: Wed, 29 Nov 1995 09:46:07 -0800 From: "Garrett A. Wollman" Message-Id: <199511291746.JAA05222@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_lkm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 95/11/29 09:46:04 Modified: sys/kern kern_lkm.c Log: Disallow LKM manipulations when in seure mode. Noticed by: bde Revision Changes Path 1.22 +11 -17 src/sys/kern/kern_lkm.c From owner-cvs-sys Wed Nov 29 10:46:25 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA09450 for cvs-sys-outgoing; Wed, 29 Nov 1995 10:46:25 -0800 Received: from sequent.kiae.su (sequent.kiae.su [144.206.136.6]) by freefall.freebsd.org (8.6.12/8.6.6) with SMTP id KAA09423 ; Wed, 29 Nov 1995 10:46:01 -0800 Received: by sequent.kiae.su id AA13527 (5.65.kiae-2 ); Wed, 29 Nov 1995 21:39:02 +0300 Received: by sequent.KIAE.su (UUMAIL/2.0); Wed, 29 Nov 95 21:39:01 +0300 Received: (from ache@localhost) by ache.dialup.demos.ru (8.6.12/8.6.12) id VAA00928; Wed, 29 Nov 1995 21:33:51 +0300 To: CVS-committers@freefall.freebsd.org, Bruce Evans , cvs-sys@freefall.freebsd.org References: <199511291740.JAA04953@freefall.freebsd.org> In-Reply-To: <199511291740.JAA04953@freefall.freebsd.org>; from Bruce Evans at Wed, 29 Nov 1995 09:40:53 -0800 Message-Id: Organization: Olahm Ha-Yetzirah Date: Wed, 29 Nov 1995 21:33:51 +0300 (MSK) X-Mailer: Mail/@ [v2.41 FreeBSD] 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 Subject: Re: cvs commit: src/sys/i386/eisa eisaconf.c Lines: 20 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 691 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk In message <199511291740.JAA04953@freefall.freebsd.org> Bruce Evans writes: >bde 95/11/29 09:40:50 > Modified: sys/i386/eisa eisaconf.c > Log: > Don't staticize again (twice). Oh, Bruce, how I uderstand you... I often got my commits overwritted too :-( Can we discuss some procedure to avoid such things? It can be program procedure or/and administrative thing. Any ideas? -- 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 Wed Nov 29 10:54:37 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA10097 for cvs-sys-outgoing; Wed, 29 Nov 1995 10:54:37 -0800 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA10082 ; Wed, 29 Nov 1995 10:54:29 -0800 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.12/8.6.12) with SMTP id KAA27413; Wed, 29 Nov 1995 10:51:58 -0800 Message-Id: <199511291851.KAA27413@precipice.shockwave.com> To: Poul-Henning Kamp cc: Paul Richards , julian@freefall.freebsd.org (Julian Elischer), CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/vm vm_swap.c In-reply-to: Your message of "Wed, 29 Nov 1995 12:26:08 +0100." <165.817644368@critter.tfs.com> Date: Wed, 29 Nov 1995 10:50:28 -0800 From: Paul Traina Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk From: Poul-Henning Kamp Subject: Re: cvs commit: src/sys/vm vm_swap.c > Am I the only one who think this is simply a waste of space? It certainly a waste of space to quote it all back in an email without watching your Cc: line :-) I think it is very useful, and I belive like David that it should replace the file-list at the top of the commit. If folks want the revision lines, that's fine, but please don't take away the file list at the top. It allows you to really quickly look at various areas and directories, and it specificly covers the added and removed case, which isn't as obvious in the revlines data. From owner-cvs-sys Wed Nov 29 10:59:50 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA10399 for cvs-sys-outgoing; Wed, 29 Nov 1995 10:59:50 -0800 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA10383 ; Wed, 29 Nov 1995 10:59:44 -0800 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id FAA02584; Thu, 30 Nov 1995 05:57:52 +1100 Date: Thu, 30 Nov 1995 05:57:52 +1100 From: Bruce Evans Message-Id: <199511291857.FAA02584@godzilla.zeta.org.au> To: ache@astral.msk.su, bde@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Subject: Re: cvs commit: src/sys/i386/eisa eisaconf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk >> Modified: sys/i386/eisa eisaconf.c >> Log: >> Don't staticize again (twice). > >Oh, Bruce, how I uderstand you... >I often got my commits overwritted too :-( This case was different. `static foo' somehow became `static static foo'. >Can we discuss some procedure to avoid such things? >It can be program procedure or/and administrative thing. I depend on reading the diffs. Bruce From owner-cvs-sys Wed Nov 29 11:57:29 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA15147 for cvs-sys-outgoing; Wed, 29 Nov 1995 11:57:29 -0800 Received: (from wollman@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA15138 ; Wed, 29 Nov 1995 11:57:24 -0800 Date: Wed, 29 Nov 1995 11:57:24 -0800 From: "Garrett A. Wollman" Message-Id: <199511291957.LAA15138@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa clock.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk wollman 95/11/29 11:57:23 Modified: sys/i386/i386 machdep.c microtime.s sys/i386/include clock.h sys/i386/isa clock.c Log: Fix Pentium CPU rate diagnosis: - Don't print out meaningless iCOMP numbers, those are for droids. - Use a shorter wait to determine clock rate to avoid deficiencies in DELAY(). - Use a fixed-point representation with 8 bits of fraction to store the rate and rationalize the variable name. It would be possible to use even more fraction if it turns out to be worthwhile (I rather doubt it). The question of source code arrangement remains unaddressed. Revision Changes Path 1.153 +13 -19 src/sys/i386/i386/machdep.c 1.11 +7 -3 src/sys/i386/i386/microtime.s 1.6 +9 -4 src/sys/i386/include/clock.h 1.39 +8 -8 src/sys/i386/isa/clock.c From owner-cvs-sys Wed Nov 29 12:02:35 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15394 for cvs-sys-outgoing; Wed, 29 Nov 1995 12:02:35 -0800 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15385 ; Wed, 29 Nov 1995 12:02:31 -0800 Date: Wed, 29 Nov 1995 12:02:31 -0800 From: Nate Williams Message-Id: <199511292002.MAA15385@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf LINT Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk nate 95/11/29 12:02:31 Modified: sys/i386/conf LINT Log: Add some comments above the npx0 device to make it even more obvious that it is a mandatory device. Revision Changes Path 1.216 +8 -1 src/sys/i386/conf/LINT From owner-cvs-sys Wed Nov 29 12:08:00 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15681 for cvs-sys-outgoing; Wed, 29 Nov 1995 12:08:00 -0800 Received: (from nate@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15671 ; Wed, 29 Nov 1995 12:07:54 -0800 Date: Wed, 29 Nov 1995 12:07:54 -0800 From: Nate Williams Message-Id: <199511292007.MAA15671@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/conf GENERIC LINT Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk nate 95/11/29 12:07:53 Modified: sys/i386/conf GENERIC LINT Log: GENERIC - Add a commented out line for adding support for IBM ThinkPad keyboards LINT - Add SCANSET=2 support to the LINT kernel and comments reflecting it's purpose. Revision Changes Path 1.52 +3 -1 src/sys/i386/conf/GENERIC 1.217 +2 -0 src/sys/i386/conf/LINT From owner-cvs-sys Wed Nov 29 16:45:49 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA07984 for cvs-sys-outgoing; Wed, 29 Nov 1995 16:45:49 -0800 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA07947 ; Wed, 29 Nov 1995 16:45:12 -0800 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id BAA16094; Thu, 30 Nov 1995 01:23:58 +0100 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id BAA11754; Thu, 30 Nov 1995 01:23:57 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id BAA16504; Thu, 30 Nov 1995 01:21:53 +0100 From: J Wunsch Message-Id: <199511300021.BAA16504@uriah.heep.sax.de> Subject: Re: cvs commit: src/sys/pci if_de.c To: bde@zeta.org.au (Bruce Evans) Date: Thu, 30 Nov 1995 01:21:53 +0100 (MET) Cc: CVS-committers@freefall.freebsd.org, asami@freefall.freebsd.org, cvs-sys@freefall.freebsd.org Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199511291406.BAA25466@godzilla.zeta.org.au> from "Bruce Evans" at Nov 30, 95 01:06:00 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 440 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk As Bruce Evans wrote: > > hilit apparently needs to take `see" lessons. Quotes are not special > in comments. It has already caused dump/main.c to be messed up. Yes. A long-standing emacs problem. Used to be around in c-mode.el too (but has been fixed there, apparently). -- 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 Wed Nov 29 19:30:08 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18259 for cvs-sys-outgoing; Wed, 29 Nov 1995 19:30:08 -0800 Received: (from ache@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id TAA18229 ; Wed, 29 Nov 1995 19:29:43 -0800 Date: Wed, 29 Nov 1995 19:29:43 -0800 From: "Andrey A. Chernov" Message-Id: <199511300329.TAA18229@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa syscons.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk ache 95/11/29 19:29:41 Modified: sys/i386/isa syscons.c Log: Fix my color/attr separation patch. Swap foreground/background logic to allow DIM REVERSE Revision Changes Path 1.132 +3 -3 src/sys/i386/isa/syscons.c From owner-cvs-sys Wed Nov 29 21:59:24 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA27140 for cvs-sys-outgoing; Wed, 29 Nov 1995 21:59:24 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA27128 ; Wed, 29 Nov 1995 21:59:11 -0800 Date: Wed, 29 Nov 1995 21:59:11 -0800 From: Julian Elischer Message-Id: <199511300559.VAA27128@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_conf.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/29 21:59:10 Modified: sys/i386/isa pcaudio.c sys/kern kern_conf.c Log: A pair of really tiny patches that not only allow it all to compile but also IT ACTUALLY WORKS! FreeBSD with options JREMOD now runs with no entries in the devsw tables prior to the devices puting their own entries there.. Thanks to bde and terry for thoughts and comments. next stop 'Real' devfs support in devices. Revision Changes Path 1.20 +5 -5 src/sys/i386/isa/pcaudio.c 1.5 +2 -2 src/sys/kern/kern_conf.c From owner-cvs-sys Wed Nov 29 23:43:57 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA04460 for cvs-sys-outgoing; Wed, 29 Nov 1995 23:43:57 -0800 Received: (from pst@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA04450 ; Wed, 29 Nov 1995 23:43:51 -0800 Date: Wed, 29 Nov 1995 23:43:51 -0800 From: Paul Traina Message-Id: <199511300743.XAA04450@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/scsi scsi_tape.h st.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk pst 95/11/29 23:43:50 Modified: sys/scsi scsi_tape.h st.c Log: Fix support for QIC_3080 drives...it 1/2 worked before. Revision Changes Path 1.14 +2 -1 src/sys/scsi/scsi_tape.h 1.47 +3 -1 src/sys/scsi/st.c From owner-cvs-sys Wed Nov 29 23:59:12 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA05263 for cvs-sys-outgoing; Wed, 29 Nov 1995 23:59:12 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA05251 ; Wed, 29 Nov 1995 23:58:54 -0800 Date: Wed, 29 Nov 1995 23:58:54 -0800 From: Julian Elischer Message-Id: <199511300758.XAA05251@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern sysv_shm.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/29 23:58:52 Modified: sys/kern sysv_shm.c Log: Submitted by: jb@cimlogic.com.au (John Birrell) Obtained from: NetBSD as well (He submitted it there too) make sure that teh shm region is beyond the sum of the text and data segs as it was big progs could collide with the shm region. Revision Changes Path 1.11 +2 -2 src/sys/kern/sysv_shm.c From owner-cvs-sys Thu Nov 30 05:40:33 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA27093 for cvs-sys-outgoing; Thu, 30 Nov 1995 05:40:33 -0800 Received: (from dima@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA27084 ; Thu, 30 Nov 1995 05:40:17 -0800 Message-Id: <199511301340.FAA27084@freefall.freebsd.org> Subject: Re: cvs commit: src/sys/pci if_de.c To: asami@freefall.freebsd.org (Satoshi Asami) Date: Thu, 30 Nov 1995 05:40:17 -0800 (PST) Cc: CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org In-Reply-To: <199511291119.DAA02784@freefall.freebsd.org> from "Satoshi Asami" at Nov 29, 95 03:19:06 am From: dima@FreeBSD.ORG (Dima Ruban) X-Class: Fast Organization: HackerDome X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 377 Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk Satoshi Asami writes: > > asami 95/11/29 03:19:05 > > Modified: sys/pci if_de.c > Log: > 'see" -> "see" (in the comment). > > Noticed by: hilit19.el (stop laughing! ;) EMACS is EVIL, didn't your mama told you that? ;-) > > Revision Changes Path > 1.38 +2 -2 src/sys/pci/if_de.c > -- dima P.S. No flame, please, no flame!!!! :-) From owner-cvs-sys Thu Nov 30 12:59:19 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA23274 for cvs-sys-outgoing; Thu, 30 Nov 1995 12:59:19 -0800 Received: (from se@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA23261 ; Thu, 30 Nov 1995 12:59:11 -0800 Date: Thu, 30 Nov 1995 12:59:11 -0800 From: Stefan Esser Message-Id: <199511302059.MAA23261@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys mman.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk se 95/11/30 12:59:10 Modified: sys/sys mman.h Log: Add definition of PROT_NONE=0 for compatibility with SunOS/Solaris/Linux ... Reviewed by: julian Revision Changes Path 1.9 +2 -1 src/sys/sys/mman.h From owner-cvs-sys Thu Nov 30 17:39:18 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA11968 for cvs-sys-outgoing; Thu, 30 Nov 1995 17:39:18 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA11954 ; Thu, 30 Nov 1995 17:38:58 -0800 Date: Thu, 30 Nov 1995 17:38:58 -0800 From: Julian Elischer Message-Id: <199512010138.RAA11954@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa/sound soundcard.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/11/30 17:38:56 Modified: sys/i386/isa/sound soundcard.c Log: remove typo Revision Changes Path 1.35 +1 -2 src/sys/i386/isa/sound/soundcard.c From owner-cvs-sys Fri Dec 1 14:42:10 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00482 for cvs-sys-outgoing; Fri, 1 Dec 1995 14:42:10 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id OAA00470 ; Fri, 1 Dec 1995 14:42:00 -0800 Date: Fri, 1 Dec 1995 14:42:00 -0800 From: David Greenman Message-Id: <199512012242.OAA00470@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/pci if_fxp.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk davidg 95/12/01 14:41:59 Modified: sys/pci if_fxp.c Log: Fix minor bug that would cause the packet statistics updates to stop working under extremely rare circumstances. Also added some additional comments.. Revision Changes Path 1.2 +75 -24 src/sys/pci/if_fxp.c From owner-cvs-sys Fri Dec 1 15:09:40 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA02110 for cvs-sys-outgoing; Fri, 1 Dec 1995 15:09:40 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA02088 ; Fri, 1 Dec 1995 15:09:26 -0800 Date: Fri, 1 Dec 1995 15:09:26 -0800 From: Julian Elischer Message-Id: <199512012309.PAA02088@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa pcaudio.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/12/01 15:09:24 Modified: sys/i386/isa pcaudio.c Log: A quick fix for a problem that will go away in a few days anyway.. Revision Changes Path 1.21 +2 -2 src/sys/i386/isa/pcaudio.c From owner-cvs-sys Fri Dec 1 23:30:32 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA00105 for cvs-sys-outgoing; Fri, 1 Dec 1995 23:30:32 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id XAA29980 ; Fri, 1 Dec 1995 23:30:22 -0800 Date: Fri, 1 Dec 1995 23:30:22 -0800 From: Julian Elischer Message-Id: <199512020730.XAA29980@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/12/01 23:30:21 Modified: sys/kern tty_pty.c Log: Submitted by: Heikki Suonsivu Made the pty devices creates in devfs match the present MAKEDEV naming Revision Changes Path 1.27 +8 -8 src/sys/kern/tty_pty.c From owner-cvs-sys Sat Dec 2 05:08:38 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA16319 for cvs-sys-outgoing; Sat, 2 Dec 1995 05:08:38 -0800 Received: (from julian@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id FAA16299 ; Sat, 2 Dec 1995 05:08:27 -0800 Date: Sat, 2 Dec 1995 05:08:27 -0800 From: Julian Elischer Message-Id: <199512021308.FAA16299@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern tty_pty.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk julian 95/12/02 05:08:26 Modified: sys/kern tty_pty.c Log: I fixed this before than committed it on my machine and not on freefall. (window confusion) Revision Changes Path 1.28 +5 -5 src/sys/kern/tty_pty.c From owner-cvs-sys Sat Dec 2 08:32:29 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09251 for cvs-sys-outgoing; Sat, 2 Dec 1995 08:32:29 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA09163 ; Sat, 2 Dec 1995 08:32:07 -0800 Date: Sat, 2 Dec 1995 08:32:07 -0800 From: Bruce Evans Message-Id: <199512021632.IAA09163@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern imgact_aout.c imgact_gzip.c imgact_shell.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/02 08:32:06 Modified: sys/kern imgact_aout.c imgact_gzip.c imgact_shell.c Log: Staticized. Added prototypes. Revision Changes Path 1.18 +4 -3 src/sys/kern/imgact_aout.c 1.16 +3 -2 src/sys/kern/imgact_gzip.c 1.10 +4 -2 src/sys/kern/imgact_shell.c From owner-cvs-sys Sat Dec 2 09:11:34 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13103 for cvs-sys-outgoing; Sat, 2 Dec 1995 09:11:34 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13085 ; Sat, 2 Dec 1995 09:11:23 -0800 Date: Sat, 2 Dec 1995 09:11:23 -0800 From: Bruce Evans Message-Id: <199512021711.JAA13085@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/vm vm_glue.c vm_init.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/02 09:11:21 Modified: sys/kern init_main.c kern_clock.c kern_malloc.c kern_synch.c subr_prof.c uipc_domain.c uipc_mbuf.c vfs_bio.c vfs_conf.c vfs_init.c sys/net if_disc.c if_loop.c sys/vm vm_glue.c vm_init.c Log: Finished (?) cleaning up sysinit stuff. Revision Changes Path 1.33 +23 -24 src/sys/kern/init_main.c 1.20 +4 -9 src/sys/kern/kern_clock.c 1.15 +3 -8 src/sys/kern/kern_malloc.c 1.14 +3 -10 src/sys/kern/kern_synch.c 1.12 +3 -3 src/sys/kern/subr_prof.c 1.11 +5 -6 src/sys/kern/uipc_domain.c 1.14 +3 -8 src/sys/kern/uipc_mbuf.c 1.72 +3 -9 src/sys/kern/vfs_bio.c 1.11 +2 -7 src/sys/kern/vfs_conf.c 1.15 +5 -7 src/sys/kern/vfs_init.c 1.9 +4 -4 src/sys/net/if_disc.c 1.15 +3 -3 src/sys/net/if_loop.c 1.31 +4 -4 src/sys/vm/vm_glue.c 1.10 +3 -3 src/sys/vm/vm_init.c From owner-cvs-sys Sat Dec 2 09:14:49 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13460 for cvs-sys-outgoing; Sat, 2 Dec 1995 09:14:49 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id JAA13434 ; Sat, 2 Dec 1995 09:14:37 -0800 Date: Sat, 2 Dec 1995 09:14:37 -0800 From: Poul-Henning Kamp Message-Id: <199512021714.JAA13434@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/miscfs/deadfs dead_vnops.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/12/02 09:14:36 Modified: sys/miscfs/deadfs dead_vnops.c Log: staticize. Revision Changes Path 1.10 +27 -27 src/sys/miscfs/deadfs/dead_vnops.c From owner-cvs-sys Sat Dec 2 10:59:10 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA26636 for cvs-sys-outgoing; Sat, 2 Dec 1995 10:59:10 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA26619 ; Sat, 2 Dec 1995 10:59:03 -0800 Date: Sat, 2 Dec 1995 10:59:03 -0800 From: Bruce Evans Message-Id: <199512021859.KAA26619@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/kern kern_synch.c uipc_mbuf.c vfs_init.c vfs_bio.c kern_descrip.c kern_ktrace.c kern_physio.c kern_proc.c kern_xxx.c subr_log.c subr_rlist.c tty_snoop.c uipc_proto.c vfs_subr.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/02 10:59:02 Modified: sys/kern kern_synch.c uipc_mbuf.c vfs_init.c vfs_bio.c kern_descrip.c kern_ktrace.c kern_physio.c kern_proc.c kern_xxx.c subr_log.c subr_rlist.c tty_snoop.c uipc_proto.c vfs_subr.c Log: Completed function declarations and/or added prototypes. Revision Changes Path 1.15 +3 -2 src/sys/kern/kern_synch.c 1.15 +2 -2 src/sys/kern/uipc_mbuf.c 1.16 +3 -2 src/sys/kern/vfs_init.c 1.73 +2 -1 src/sys/kern/vfs_bio.c 1.17 +2 -1 src/sys/kern/kern_descrip.c 1.8 +3 -1 src/sys/kern/kern_ktrace.c 1.14 +3 -3 src/sys/kern/kern_physio.c 1.12 +3 -3 src/sys/kern/kern_proc.c 1.21 +2 -2 src/sys/kern/kern_xxx.c 1.13 +2 -1 src/sys/kern/subr_log.c 1.12 +3 -1 src/sys/kern/subr_rlist.c 1.11 +2 -0 src/sys/kern/tty_snoop.c 1.5 +4 -6 src/sys/kern/uipc_proto.c 1.45 +12 -2 src/sys/kern/vfs_subr.c From owner-cvs-sys Sat Dec 2 11:28:49 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01373 for cvs-sys-outgoing; Sat, 2 Dec 1995 11:28:49 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA01337 ; Sat, 2 Dec 1995 11:28:30 -0800 Date: Sat, 2 Dec 1995 11:28:30 -0800 From: Bruce Evans Message-Id: <199512021928.LAA01337@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/net route.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/02 11:28:29 Modified: sys/net route.c Log: Fixed call to mrt_ioctl(). mrt_ioctl() for some reason has different number of args when MROUTING is defined. Revision Changes Path 1.28 +5 -1 src/sys/net/route.c From owner-cvs-sys Sat Dec 2 11:38:40 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA03031 for cvs-sys-outgoing; Sat, 2 Dec 1995 11:38:40 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id LAA02936 ; Sat, 2 Dec 1995 11:38:11 -0800 Date: Sat, 2 Dec 1995 11:38:11 -0800 From: Bruce Evans Message-Id: <199512021938.LAA02936@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/netinet if_ether.c igmp.c in_proto.c in_rmx.c ip_fw.c ip_mroute.c ip_mroute.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/12/02 11:38:10 Modified: sys/net bpf.c bpf_filter.c radix.c sys/netinet if_ether.c igmp.c in_proto.c in_rmx.c ip_fw.c ip_mroute.c ip_mroute.h Log: Completed function declarations and/or added prototypes. Revision Changes Path 1.17 +4 -1 src/sys/net/bpf.c 1.6 +4 -1 src/sys/net/bpf_filter.c 1.10 +17 -3 src/sys/net/radix.c 1.21 +4 -1 src/sys/netinet/if_ether.c 1.14 +5 -1 src/sys/netinet/igmp.c 1.23 +5 -3 src/sys/netinet/in_proto.c 1.20 +4 -1 src/sys/netinet/in_rmx.c 1.27 +12 -1 src/sys/netinet/ip_fw.c 1.26 +27 -2 src/sys/netinet/ip_mroute.c 1.10 +5 -1 src/sys/netinet/ip_mroute.h From owner-cvs-sys Sat Dec 2 12:34:00 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA14095 for cvs-sys-outgoing; Sat, 2 Dec 1995 12:34:00 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA14027 ; Sat, 2 Dec 1995 12:33:50 -0800 Date: Sat, 2 Dec 1995 12:33:50 -0800 From: Poul-Henning Kamp Message-Id: <199512022033.MAA14027@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/isa lpt.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/12/02 12:33:46 Modified: sys/i386/isa lpt.c Log: I don't know what I messed up in 1.40, but the crynwr mode didn't make it. Here it is then, I hope. Revision Changes Path 1.43 +224 -25 src/sys/i386/isa/lpt.c From owner-cvs-sys Sat Dec 2 12:41:06 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15472 for cvs-sys-outgoing; Sat, 2 Dec 1995 12:41:06 -0800 Received: (from phk@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id MAA15306 ; Sat, 2 Dec 1995 12:40:35 -0800 Date: Sat, 2 Dec 1995 12:40:35 -0800 From: Poul-Henning Kamp Message-Id: <199512022040.MAA15306@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/sys malloc.h sysctl.h Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk phk 95/12/02 12:40:32 Modified: sys/sys malloc.h sysctl.h Log: malloc.h: add sysctl class. sysctl.h add "AUTO" OID. both of which will be need RSN. Revision Changes Path 1.10 +4 -2 src/sys/sys/malloc.h 1.36 +3 -1 src/sys/sys/sysctl.h