eivind
7375f6bf70
Change PMAP_SHPGPERPROC to not be equal to the default, for the
...
benefit of bde's "unused include files" script.
Requested by: bde
1998-03-10 15:42:13 +00:00
kato
d22a6647c4
Sync with sys/i386/conf/options.i386 revision 1.76.
1998-03-10 12:48:57 +00:00
eivind
46c54ceaa3
Turn "PMAP_SHPGPERPROC" into a new-style option, add it to LINT, and
...
document it there.
1998-03-09 22:09:13 +00:00
kato
aee7de20d9
Make FPU_ERROR_BROKEN a new-style option.
1998-03-09 10:17:13 +00:00
julian
10c5ccc30a
Reviewed by: dyson@freebsd.org (john Dyson), dg@root.com (david greenman)
...
Submitted by: Kirk McKusick (mcKusick@mckusick.com )
Obtained from: WHistle development tree
1998-03-08 09:59:44 +00:00
bde
beffd6fcac
Removed support for now-unused FreeBSD misfeature DPSRCS.
1998-03-06 07:28:01 +00:00
bde
1d5c36420a
Fixed dependencies of ${PROG} on ${DPSRCS} and `all' on ${_ILINKS}.
...
There were various races for `make -j'. Half-built versions of
vnode_if.h were sometimes #included...
Removed a null dependency.
1998-03-06 05:43:46 +00:00
dufault
e28788f2a4
Reviewed by: msmith, bde long ago
...
POSIX.4 headers and sysctl variables. Nothing should change
unless POSIX4 is defined or _POSIX_VERSION is set to 199309.
1998-03-04 10:27:00 +00:00
guido
391bb65d14
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
74e335fcf2
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
b9bd84eca6
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
45b2a4d4cc
Sync with sys/i386/conf/files.i386 revision 1.193.
1998-02-26 03:21:41 +00:00
phk
f01834c161
Add loran0 to LINT
1998-02-24 22:24:46 +00:00
phk
0461b69f80
Add the smallest and least useful device-driver by a fair margin...
1998-02-24 22:08:05 +00:00
dyson
b77de22650
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
5d26894bf3
MF22: CODA entries.
...
Submitted by: "Robert.V.Baron" <rvb@GLUCK.CODA.CS.CMU.EDU>
1998-02-21 19:24:36 +00:00
kato
4ab5bc5b35
Make pc98 options new-style.
1998-02-21 16:17:55 +00:00
kato
b0ef8a614f
Sync with sys/i386/conf/options.i386 revision 1.21.
1998-02-21 15:50:26 +00:00
kato
ba92eeba5a
Sync with sys/i386/conf/files.i386 revision 1.192.
1998-02-21 15:49:03 +00:00
eivind
e54bdfba50
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
27b15ef959
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
044e1e6296
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
79dd9d614b
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
b41d85112c
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
e20cca613d
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
17d270acba
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
b1c3203602
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
a82f842875
Move the 'sw' device off block major #1 , which is now occupied by 'wfd'.
1998-02-19 12:15:06 +00:00
kato
eb60d56d75
Sync with sys/i386/conf/files.i386 revision 1.191.
1998-02-19 08:42:57 +00:00
jkh
7a0499eae5
91 vinum RAID fs
...
Requested by: grog
1998-02-19 01:33:29 +00:00
msmith
63ba0269a8
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
21ccba9ccc
Sync with sys/i386/conf/files.i386 revision 1.190.
1998-02-18 12:34:01 +00:00
sos
582eeb155f
Add 'wst" atapi tape devicefile.
1998-02-17 11:32:33 +00:00
jkh
8f2ac4b303
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
bb63742eb8
Reserve major # for the atapi tape device
1998-02-17 10:44:23 +00:00
eivind
a5daa0b2f8
Add HW_WDOG to LINT, and turn it into a new-style option.
1998-02-16 23:57:49 +00:00
kato
63d666f2ce
Sync with sys/i386/conf/files.i386 revision 1.189.
1998-02-16 09:38:37 +00:00
peter
f62f770acb
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
81b6e7dabd
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
4b33cbe49a
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
e51227b005
Make NO_LKM a new-style option.
...
Forgotten by: dima
1998-02-12 18:02:07 +00:00
kato
8c6334b4b9
Sync with sys/i386/conf/options.i386 revision 1.72.
1998-02-12 08:15:51 +00:00
dima
8175420eed
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
7dc03c77e7
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
23da380985
Added SC_DISABLE_REBOOT and SC_MOUSE_CHAR.
1998-02-11 16:22:30 +00:00
jkh
9445349bd7
Clean up comments describing Luigi's alternate sound driver.
1998-02-11 15:36:46 +00:00
kato
0efaa6ddd7
NULL and UMAP filesystems also unstable.
1998-02-09 15:03:38 +00:00
eivind
a339af109e
Throw DEBUG and DIAGNOSTIC in opt_global.h
1998-02-06 12:41:39 +00:00
eivind
c552a9a1c3
Turn DIAGNOSTIC into a new-style option.
1998-02-04 22:34:03 +00:00
eivind
cd0b25e001
Remove old, commented-out option SUIDDIR after Julian added a proper
...
entry for it.
1998-02-04 22:03:27 +00:00