Commit Graph

1045 Commits

Author SHA1 Message Date
guido
c9fa378bcf Raise ncallout from NPROC + 16 to NPROC + 16 + MAXFILES. This shold
prevent a possible DOS attack. The proper fix (to dynamically grow
the callout list) is in the make.
Submitted by:	Paul Traina
1998-02-27 19:58:29 +00:00
itojun
35a5eca95c make sys/netkey/key{,_debug}.c compile. I believe it works but not tested.
I'll polish the code later on.
1998-02-27 10:02:49 +00:00
jkh
82399dd454 Move "geometry disk" device (not yet implemented) to major 95 to
eliminate conflict with /dev/pci.
1998-02-27 06:15:50 +00:00
kato
9bf0b9664d Sync with sys/i386/conf/files.i386 revision 1.193. 1998-02-26 03:21:41 +00:00
phk
9fbd3913b5 Add loran0 to LINT 1998-02-24 22:24:46 +00:00
phk
5ab03fc7da Add the smallest and least useful device-driver by a fair margin... 1998-02-24 22:08:05 +00:00
dyson
4c5286f747 Try to dynamically size the VM_KMEM_SIZE (but is still able to be overridden
in a way identically as before.)  I had problems with the system properly
handling the number of vnodes when there is alot of system memory, and the
default VM_KMEM_SIZE.  Two new options "VM_KMEM_SIZE_SCALE" and
"VM_KMEM_SIZE_MAX" have been added to support better auto-sizing for systems
with greater than 128MB.

Add some accouting for vm_zone memory allocations, and provide properly
for vm_zone allocations out of the kmem_map.  Also move the vm_zone
allocation stats to the VM OID tree from the KERN OID tree.
1998-02-23 07:42:43 +00:00
jkh
f081c30c41 MF22: CODA entries.
Submitted by:	"Robert.V.Baron" <rvb@GLUCK.CODA.CS.CMU.EDU>
1998-02-21 19:24:36 +00:00
kato
76e94a3dd2 Make pc98 options new-style. 1998-02-21 16:17:55 +00:00
kato
9f70fc00bd Sync with sys/i386/conf/options.i386 revision 1.21. 1998-02-21 15:50:26 +00:00
kato
f1119299b5 Sync with sys/i386/conf/files.i386 revision 1.192. 1998-02-21 15:49:03 +00:00
eivind
feafa78ba5 Make TUNE_1542 a new-style option, and enable this option in LINT. It
has been disabled since 1994 by mistake (or at least I hope so :-)
1998-02-21 10:11:43 +00:00
jkh
533a1f70af Reserve cdev 93 for CODA filesystem.
Submitted by:	"Robert.V.Baron" <rvb@GLUCK.CODA.CS.CMU.EDU>
1998-02-20 23:55:32 +00:00
phk
21e5e5ce0f Replace TOD clock code with more systematic approach.
Highlights:
    * Simple model for underlying hardware.
    * Hardware basis for timekeeping can be changed on the fly.
    * Only one hardware clock responsible for TOD keeping.
    * Provides a real nanotime() function.
    * Time granularity: .232E-18 seconds.
    * Frequency granularity:  .238E-12 s/s
    * Frequency adjustment is continuous in time.
    * Less overhead for frequency adjustment.
    * Improves xntpd performance.

Reviewed by:    bde, bde, bde
1998-02-20 16:36:17 +00:00
bde
83d0eb9fe6 Removed default tags target. PROG is always defined here, so ifdefing
it was bogus, and without the ifdef the default is identical to the
central one in bsd.dep.mk.
1998-02-20 15:52:49 +00:00
bde
e2a06e521b Fixed some stale comments about console drivers.
Uncommented css0.  It compiles OK.

Moved trix0 so that it compiles OK when uncommented.  Uncommented
it.  Drivers with the same interrupt handler must be together in
config files so that config(8)'s simple avoidance of redundant
declarations of interrupt handlers works (config emits a declaration
unless it would duplicate the previous one).

Commented out NO_LKM.  Negative options should not be configured
in LINT.  There should be no negative options for subsystems.
LKMs should never have been standard or the default.
1998-02-20 12:27:28 +00:00
steve
cf4a8e7030 Don't propogate *_DEBUG options. Use DEBUG and recompile
only those parts of the kernel that you are interested in.

Prodded by:	Bruce Evans <bde@zeta.org.au>
1998-02-20 04:19:39 +00:00
ahasty
c7e5fce812 Move Luigi's I2CWR ioctl from the video_ioctl section to the
tuner_ioctl section. Changed Major device from 79 to 92 and reserved
our Major device number -- hasty@star-gate.com
1998-02-20 03:55:17 +00:00
steve
6a611bbb9c Add an LPT_DEBUG option.
PR:		5773
Submitted by:	Dag-Erling Coidan Smorgrav <dag-erli@ifi.uio.no>
1998-02-20 02:44:18 +00:00
msmith
52cfdc374f Move the 'sw' device off block major #1, which is now occupied by 'wfd'. 1998-02-19 12:15:06 +00:00
kato
e30996b013 Sync with sys/i386/conf/files.i386 revision 1.191. 1998-02-19 08:42:57 +00:00
jkh
83057aa115 91 vinum RAID fs
Requested by:	grog
1998-02-19 01:33:29 +00:00
msmith
4969529221 Remove the 'qcam' driver. Development has ceased, and the driver is
nonfunctional.
Submitted by:	pst (conversation some time ago)
1998-02-18 13:43:59 +00:00
kato
23643fa17c Sync with sys/i386/conf/files.i386 revision 1.190. 1998-02-18 12:34:01 +00:00
sos
36add441c8 Add 'wst" atapi tape devicefile. 1998-02-17 11:32:33 +00:00
jkh
ed7de29198 Add entry for Greg Lehey's "vinum" fs - don't know what to call it in
here so I just called it a RAID fs.
1998-02-17 10:52:56 +00:00
sos
7ee891f4f5 Reserve major # for the atapi tape device 1998-02-17 10:44:23 +00:00
eivind
e8ec802313 Add HW_WDOG to LINT, and turn it into a new-style option. 1998-02-16 23:57:49 +00:00
kato
c0e5938d76 Sync with sys/i386/conf/files.i386 revision 1.189. 1998-02-16 09:38:37 +00:00
peter
8d831aa0f7 Update to support SI/XIO PCI host cards (Z280 based) and the enhanced
SXISA and SXPCI host cards (Transputer based).

PR: 4836, 5021, 5654
Submitted by:  Nick Sayer <nick@specialix.com>
1998-02-15 14:42:33 +00:00
pst
f0ba42af47 Change wfd major block device to 1 as part of the effort to make wfd's
bootable without a big increase in boot2's size.
1998-02-13 22:41:00 +00:00
phk
342651e088 Add a skelleton pulse-per-second timing driver. This will become more
useful when I get my timecounter changes past the Bruce-filter.
1998-02-13 13:00:02 +00:00
eivind
7f31bf3e90 Make NO_LKM a new-style option.
Forgotten by:	dima
1998-02-12 18:02:07 +00:00
kato
a14086c973 Sync with sys/i386/conf/options.i386 revision 1.72. 1998-02-12 08:15:51 +00:00
dima
5eae089a27 I'm not sure whether this is a correct way to do it,
but here's a new kernel option - "NO_LKM"

If anyone has better ideas - please let me know.
1998-02-11 20:47:55 +00:00
yokota
45cfb0a301 Remove description on the flags for psm. They are adequately
documented in the man page for psm(4).
1998-02-11 17:37:55 +00:00
yokota
20bc1184e3 Added SC_DISABLE_REBOOT and SC_MOUSE_CHAR. 1998-02-11 16:22:30 +00:00
jkh
fff9204a75 Clean up comments describing Luigi's alternate sound driver. 1998-02-11 15:36:46 +00:00
kato
410e771745 NULL and UMAP filesystems also unstable. 1998-02-09 15:03:38 +00:00
eivind
68e915aaaa Throw DEBUG and DIAGNOSTIC in opt_global.h 1998-02-06 12:41:39 +00:00
eivind
d8f3bc5b0e Turn DIAGNOSTIC into a new-style option. 1998-02-04 22:34:03 +00:00
eivind
9d9dc6e404 Remove old, commented-out option SUIDDIR after Julian added a proper
entry for it.
1998-02-04 22:03:27 +00:00
kato
6ac64d7370 Sync with sys/i386/conf/options.i386 revision 1.71. 1998-02-04 10:22:05 +00:00
eivind
82c54d2ddf Change LINT_PCCARD_HACK to COMPILING_LINT, and put it in its own header file
"opt_lint.h".  This should prevent the next person needing the same trick
from inventing their own option, too.
1998-02-04 04:41:37 +00:00
eivind
f9e84446e3 Make SPX_HACK a new-style option. 1998-02-04 04:12:29 +00:00
eivind
e8f3e2338d Put SCSI_2_DEF in opt_scsi.h. This cause a lot more recompliation than
necessary when this option change, but I don't think it is worth its own
header file.
1998-02-04 03:59:50 +00:00
eivind
94a806e687 Make FAILSAFE a new-style option. 1998-02-04 03:47:16 +00:00
bde
6b6b268beb Converted DISABLE_PSE to a new-style option.
Fixed some formatting in options.i386.
1998-02-03 22:09:01 +00:00
kato
8c887c7333 Cosmetic changes (indentation, reordering and using existing file name).
Pointed by:	Michio "Karl" Jinbo <karl@marcer.nagaokaut.ac.jp>
1998-02-02 07:55:31 +00:00
kato
4b1d5b9e50 Sync with sys/i386/conf/files.i386 revision 1.69.
Pointed by:	KAHO Toshikazu <kaho@rocky.kais.kyoto-u.ac.jp>
Forgotten by:	kato
1998-02-02 07:50:12 +00:00