drochner
e52f69d4e2
-allocate DMA maps as large as necessary in the worst case
...
-allocate space for DMA segments as much as necessary
-fix format warnings in a debug output
-don't try to access AGP capability stuff in the PCI config header
if it doesn't exist (as on the i810)
2001-09-13 16:14:16 +00:00
tshiozak
1a1c09790a
add power hook to PS/2 mouse driver; some mobile PCs has
...
unstable pointer, it arbitrarily awake the machine from standby state.
to prevent it, we need to stop the mouse controller before sleeping.
2001-09-13 14:16:12 +00:00
tshiozak
5341bac833
correct the set/get trigger code for ALi M1543 interrupt router.
2001-09-13 14:00:52 +00:00
pk
0a4ccdfd3c
Some sun4c machine (e.g. an IPC) can also have just 7 register windows,
...
so check for a possible context switch optimization #if SUN4C too.
2001-09-13 13:25:48 +00:00
pk
e85ab176f8
The SAVE macro used in the context switch code wound up being defined
...
only if MULTIPROCESSOR in rev 1.142, causing spurious register window
corruption on some machines.
2001-09-13 13:12:13 +00:00
itojun
de3a065dcc
CPPFLAGS, not CFLAGS, for -D.
2001-09-13 13:02:20 +00:00
itojun
18dd17006b
document insecure[12].
2001-09-13 11:07:48 +00:00
enami
69af775e86
- Bail out when failed to ioctl.
...
- Clear args to APM_IOC_GETPOWER.
2001-09-13 11:05:58 +00:00
itojun
5996ba4042
make it possible to turn on RES_INSECURE[12] with /etc/resolv.conf.
...
don't connect datagram socket if RES_INSECURE1.
needed to implement IPv6 anycast UDP DNS queries as documented in
<draft-ietf-ipngwg-dns-discovery-02.txt>.
sync with kame.
2001-09-13 11:05:02 +00:00
enami
453bf8d640
KNF and other misc. stylistic changes.
2001-09-13 11:01:49 +00:00
wiz
a824cb6a27
ANSIfication and KNF fixes by Petri Koistinen in bin/13691.
2001-09-13 10:06:40 +00:00
wiz
793d1a41f0
ANSIfication and KNF fixes by Petri Koistinen via bin/13690.
2001-09-13 10:00:44 +00:00
wiz
633b06fe1e
ANSIfication and some KNF fixes by Petri Koistinen from bin/13681.
2001-09-13 09:53:59 +00:00
itojun
bf45c09959
fix SA lookup when IPsec transport mode and tunnel mode over IPv6 is used
...
at the same time. sync with kame
(like "IP AH ESP IP", policy = "esp/tunnel/a-b/use ah/transport//use")
2001-09-13 06:30:57 +00:00
enami
750c07de04
Pass the correct pointer to atapibusprint().
2001-09-13 06:27:23 +00:00
enami
163c9dd7c1
Defopt CALLWHEEL_STATS.
2001-09-13 05:22:16 +00:00
enami
c98d856a2f
Wrap long lines.
2001-09-13 05:19:53 +00:00
enami
530db27088
Append to MLINKS instead of overwriting it.
2001-09-13 05:11:08 +00:00
gmcgarry
684c2af799
Prominently provide explanation of who is allowed to mount file
...
systems.
2001-09-12 21:48:08 +00:00
manu
dea90b1ed2
Linux emulation is no longer experimental, removed comment
2001-09-12 21:05:37 +00:00
eeh
0d30ddb30a
Properly initialize sc->sc_bustag and sc->sc_dmatag;
2001-09-12 20:09:53 +00:00
eeh
317da99cfe
Properly initialize sc->sc_bustag.
2001-09-12 19:35:35 +00:00
wiz
c81d1dfd39
Sort sections, sort SEE ALSO, and some formatting improvements.
2001-09-12 18:35:28 +00:00
wiz
022de48858
Sort sections, sort SEE ALSO, remove some unnecessary .Pp, and some
...
other fixes.
2001-09-12 18:19:16 +00:00
rjs
fcd39c5f2e
Add bs_notimpl_bs_mmap to bus space struct.
2001-09-12 12:32:16 +00:00
rearnsha
9358e3ecc3
Fix warning errors for printing size_t types when compiling with
...
DEBUG_DMA (uses casts due to a.out and ELF having different base
types for size_t).
2001-09-12 09:41:50 +00:00
fvdl
43bbb8500a
Apparently some ServerWorks Host-PCI bridges only get their memory space
...
enabled, even though IO space does work. A few drivers (like ahc)
will only work reliably with IO space, so check for this condition
and correct it.
2001-09-12 08:25:17 +00:00
itojun
1f8d9cbdd1
pull patch from openbsd Errata 033:
...
A security hole exists in uucp(1), uux(1) and uuxqt(1) that may allow
an attacker on the local machine to run arbitrary commands with
root privileges.
Fix:
Pay more attention to commandline parsing of long options.
Patch from jbj@redhat.com via millert@.
2001-09-12 07:51:03 +00:00
gmcgarry
044635794c
Update for r4000, 5100, and bba support.
2001-09-12 05:34:39 +00:00
jmc
80c2e0c086
Fix typo's on hp300 cat4 list
2001-09-12 05:00:50 +00:00
enami
f6902a7a38
There isn't syncfs.h under specfs/.
2001-09-12 04:59:13 +00:00
jmc
9185cf1b34
Add mtrr.h to INCS list to get installed on a make includes
2001-09-12 04:44:21 +00:00
lukem
fa5157d9fb
explicitly set the default compression level to 1 (from the implicit 6),
...
because it's significantly faster and doesn't use that much more disk space.
2001-09-12 03:14:08 +00:00
lukem
fd08f59ac0
Add "-Z level" to control the compression level that -z uses (which
...
defaults to -Z 6). Depending on the relative speed of the CPU
versus disk, "-zZ1" might be faster than no compression at all.
2001-09-12 02:58:29 +00:00
wiz
9c2315c5c5
Fix paragraph problems, sort sections, sort Xrefs in SEE ALSO, and other
...
miscellaneous fixes.
2001-09-11 23:18:55 +00:00
wiz
350b00b938
Boring whitespace fixes.
2001-09-11 22:52:52 +00:00
wiz
160f98f624
Punctuation nit.
2001-09-11 22:46:50 +00:00
jmc
f6625b6f7a
Update for libc
2001-09-11 21:03:24 +00:00
thorpej
050e9de009
Use callouts for SYN cache timers, rather than traversing time queues
...
in tcp_slowtimo().
2001-09-11 21:03:20 +00:00
chs
0f63dc99dc
replace pmap_enter() with pmap_kenter_pa() where appropriate.
2001-09-11 20:37:12 +00:00
bjh21
97438fd6d4
Add eca(4).
2001-09-11 18:18:11 +00:00
bjh21
36d01b048b
Manual page for eca. Not much more than a list of error messages, but it's
...
better than nothing.
2001-09-11 18:16:12 +00:00
wiz
44462eb289
Whitespace, paragraph, punctuation, citation fixes. Sort sections.
2001-09-11 17:54:20 +00:00
wiz
2cf03896ac
Whitespace&punctuation fixes, sort SEE ALSO, sort sections, drop .Pp's,
...
swap empty lines for .Pp's.
2001-09-11 17:39:00 +00:00
wiz
86fa100c43
Punctuation fix.
2001-09-11 16:53:14 +00:00
wiz
c412168bcf
Drop unneeded empty line.
2001-09-11 16:52:42 +00:00
thorpej
dd5462b93f
Update for TCP timer changes.
2001-09-11 15:45:01 +00:00
thorpej
85f032ca45
Fix printf format.
2001-09-11 15:10:45 +00:00
onoe
a939e73e00
Add definition of mask/shift for seqence/fragment in sequence control field.
2001-09-11 12:25:18 +00:00
bjh21
5321796010
Add a minimal bus_space_mmap which always fails. The MEMC can only map DRAM
...
into the user's address space -- I/O devices can only ever be got at by the
kernel.
2001-09-11 11:38:59 +00:00