phk
5d43b3e6d7
Don't register a bmajor.
1999-09-08 18:45:58 +00:00
phk
606c941603
Don't register a bmajor.
...
Approved by: sos
1999-09-08 18:45:52 +00:00
imp
a67cc08096
controller miibus0 is now needed.
...
Also adjust previous entry to be terminated by a blank line.
1999-09-08 18:34:31 +00:00
cg
4375d22913
fix a bug with cat >/dev/{dsp,dspW,audio} hanging
1999-09-08 17:34:54 +00:00
phk
9a6860ba7d
Make sa/bdev, gd/bdev and gd/cdev as past-tense.
1999-09-08 17:02:40 +00:00
phk
0abb7d2eec
Don't register a block major for tapes.
...
Reviewed by: mjacob
1999-09-08 17:01:41 +00:00
ru
0546c618c1
Fix typo.
1999-09-08 16:37:14 +00:00
sheldonh
4000b20086
Improve shell documentation:
...
* Consistently misspell built-in as builtin.
* Add a builtin(1) manpage and create builtin(1) MLINKS for all shell
builtin commands for which no standalone utility exists. These MLINKS
replace those that were created for csh(1).
* Add appropriate xrefs for builtin(1) to the csh(1) and sh(1) manpages,
as well as to the manpages of standalone utilities which are supported
as shell builtin commands in at least one of the shells. In such
manpages, explain that similar functionality may be provided as a
shell builtin command.
* Improve sh(1)'s description of the cd builtin command. Csh(1) already
describes it adequately. Replace the cd(1) manpage with a builtin(1)
MLINKS link.
* Clean up some mdoc problems: use Xr instead of literal "foo(n)"; use
Ic instead of Xr for shell builtin commands.
* Undo English contractions.
Reviewed by: mpp, rgrimes
1999-09-08 15:40:46 +00:00
peter
bca542bac3
Add a pointer to "controller miibus0" for people who will not read the
...
commit messages or GENERIC and insist on running -CURRENT.
It probably won't work, but it's worth a try.
1999-09-08 15:01:58 +00:00
peter
1ac919681f
Make it build, copy from dev/sio/sio.c:
...
isa_set_flags -> device_set_flags
isa_get_flags -> device_get_flags
1999-09-08 13:46:54 +00:00
phk
3f39c0c765
Update docs for 3.3-R
...
OK'ed by: jkh
1999-09-08 12:42:15 +00:00
obrien
65fb255e80
Add FreeBSD tag.
1999-09-08 11:16:36 +00:00
peter
2b7b5674e2
Add $FreeBSD$
1999-09-08 11:14:56 +00:00
obrien
93a3f5c983
Don't -ko anymore.
...
Add FreeBSD tag.
1999-09-08 11:14:51 +00:00
obrien
b8634127ec
Don't -ko anymore.
1999-09-08 11:12:35 +00:00
obrien
2c1f6f70ec
Don't use -ko any more.
1999-09-08 11:11:59 +00:00
peter
438cdb78c0
Restore old sio driver for Bruce. We'll fix the bus problems in nsio
...
instead.
1999-09-08 11:08:50 +00:00
peter
09c195c978
s/sio/nsio/
1999-09-08 11:07:40 +00:00
peter
969f541a66
Restore the old sio* - bruce can fix it himself.
1999-09-08 10:59:03 +00:00
brian
7775aefb57
Cosmetic:
...
alias_cmd -> nat_cmd after a repo-copy
1999-09-08 07:34:52 +00:00
bde
4b01b2d6fc
Fixed bitrot in usage message (-n is now optional).
1999-09-08 05:46:47 +00:00
jkh
35f6a59e98
Provide another installation option for GNOME so we have the more "classic
...
GNOME" desktop that Debian does as an option.
1999-09-08 04:48:26 +00:00
jkh
fde57b0386
Bump maxusers in installation kernel down to something more low-memory
...
friendly.
1999-09-08 04:46:35 +00:00
imp
6d47ec31fc
MFS: amd mount disabling and overflow protection.
...
Reported by: gallatin@freebsd.org
1999-09-07 23:07:03 +00:00
alfred
e16a3900a7
All unimplemented VFS ops now have entries in kern/vfs_default.c that return
...
reasonable defaults.
This avoids confusing and ugly casting to eopnotsupp or making dummy functions.
Bogus casting of filesystem sysctls to eopnotsupp() have been removed.
This should make *_vfsops.c more readable and reduce bloat.
Reviewed by: msmith, eivind
Approved by: phk
Tested by: Jeroen Ruigrok/Asmodai <asmodai@wxs.nl>
1999-09-07 22:42:38 +00:00
jkh
16f9b4552c
Allow flags to be passed to patch when using LOCAL_PATCHES
1999-09-07 20:47:42 +00:00
luoqi
34e1ccb1bd
Save %gs in sigcontext when delivering a signal and restore them upon
...
return (in signal trampoline code). I plan to do the same on -stable,
so that we have a consistent interface to userland applications.
Reviewed by: bde
1999-09-07 20:02:24 +00:00
wpaul
214423fce2
Fix comment: RX underrun -> RX overrun.
1999-09-07 17:06:17 +00:00
ru
7357a87ddf
Config file parser changes:
...
- Trailing spaces and empty lines are ignored.
- A `#' sign will mark the remaining of the line as a comment.
Reviewed by: Ari Suutari <ari@suutari.iki.fi>
1999-09-07 15:34:12 +00:00
brian
2058967546
We don't need a queue for *CP data - these are IP-only queues.
1999-09-07 14:34:55 +00:00
peter
0e31603d1e
Doug missed an isa_get_flags().
1999-09-07 13:08:25 +00:00
kato
4564ee38da
Merge from sys/i386/i386/userconfig.c revisions 1.157 & 1.158.
1999-09-07 12:11:52 +00:00
kato
f1769f14cc
Commented out k6_mem.c.
1999-09-07 12:09:26 +00:00
kato
8aecc90c7c
Change isa_get/set_flags() to device_get/set_flags().
...
Submitted by: dfr
1999-09-07 11:17:09 +00:00
ru
bdb110f5a2
Add FreeBSD 3.3 to the Fx and Os macros.
1999-09-07 10:33:34 +00:00
msmith
e9d7c82c19
Add more missing files from the reorganisation.
...
Submitted by: dfr
1999-09-07 09:08:09 +00:00
dfr
e2da291638
Change isa_get/set_flags() to device_get/set_flags().
1999-09-07 08:42:49 +00:00
brian
2325c8f0cd
Show how to prioritize UDP packets
1999-09-07 07:58:17 +00:00
brian
1c37bb9884
alias -> nat
1999-09-07 07:56:54 +00:00
brian
3157f75de6
Introduce a forth IP packet queue. Urgent packets with
...
ip_tos == IPTOS_LOWDELAY now get precidence over urgent
packets with ip_tos != IPTOS_LOWDELAY and non-urgent packets
with ip_tos == IPTOS_LOWDELAY.
Enhance the ``set urgent'' syntax to allow for urgent UDP
packets as well as urgent TCP packets.
1999-09-07 07:51:11 +00:00
billf
3e1d9f25c8
Avoid ambigious if() if() else().
1999-09-07 06:00:03 +00:00
billf
33adb981d4
Spelling fixes.
...
PR: bin/12727
Submitted by: Stephen J. Roznowski <sjr@home.com>
Obtained from: NetBSD && NetBSD PR system
1999-09-07 05:28:22 +00:00
wpaul
891ef5237f
Add mii_load entry to the network drivers section. Also add entries for
...
a few additional drivers that have recently been module-ized.
1999-09-07 05:03:06 +00:00
simokawa
40c42e0915
Update the author's address and Global's home page.
...
PR: misc/13589
Submitted by: Shigio Yamaguchi <shigio@tamacom.com>
1999-09-07 02:46:08 +00:00
wpaul
42dfc06d61
Fix an instance of FOO_RX_LIST_CNT that should have been FOO_TX_LIST_CNT.
1999-09-06 23:29:50 +00:00
mph
cfb6543180
Indicate that we now control quota checking via an rc.conf variable,
...
instead of putting it in rc.local.
Submitted by: Alex Perel <veers@disturbed.net>
1999-09-06 20:55:28 +00:00
dfr
9c8aa8d353
Update for newpcm.
1999-09-06 20:37:07 +00:00
markm
1d1d38e057
Fix Common Error brokenness.
1999-09-06 20:22:47 +00:00
cpiazza
bd6cdbc443
set check_quotas="YES" as the default.
...
PR: 13603
Submitted by: Alex Perel <veers@distributed.net>
Reviewed by: billf
1999-09-06 20:22:40 +00:00
billf
3f6da772cd
-Wall: remove unused variable, initialize variable to avoid gcc stupidity.
1999-09-06 20:21:19 +00:00