eeh
|
9984a8bbcc
|
Fix some corner cases in bus_dmamap_load_mbuf().
From Takeshi Nakayama <tn@catvmics.ne.jp>
|
2002-06-12 17:06:15 +00:00 |
wiz
|
58b3150f66
|
Fix punctuation in last.
|
2002-06-12 15:27:55 +00:00 |
fvdl
|
6185aa1a60
|
Make it absolutely clear that bus_dmamap_sync is explicitly needed
for correct operation on all platforms.
|
2002-06-12 15:23:34 +00:00 |
grant
|
cbed83795f
|
s/kern.tgz/kern-GENERIC.tgz/
|
2002-06-12 12:19:53 +00:00 |
pooka
|
b31cb5dea9
|
add -o to synopsis
|
2002-06-12 11:22:41 +00:00 |
leo
|
2058a97228
|
more atari docu fixes.
|
2002-06-12 11:21:35 +00:00 |
bouyer
|
6280502d5f
|
Bump delay() between reset and IDENTIFY from 100 to 5000. Some ATAPI devices
wedge when talking to them too soon, and incorrectly react to WDC_RESET.
Close PR kern/17208 by Paul Goyette.
|
2002-06-12 09:55:47 +00:00 |
wiz
|
53f8a68c5f
|
Add Xr to fileno(3).
|
2002-06-12 09:21:40 +00:00 |
wiz
|
e2451b5981
|
Add Xr to fileno(3), as request in lib/17224.
|
2002-06-12 09:20:48 +00:00 |
bouyer
|
d5bc7a86e8
|
If it exists, source /mnt/etc/defaults/rc.conf before /mnt/etc/rc.conf,
so that upgrade.sh gets all the parameters in its initialisation phase.
|
2002-06-12 09:10:02 +00:00 |
itojun
|
cc8fe8c179
|
make function static
|
2002-06-12 03:46:16 +00:00 |
itojun
|
bad1f500a7
|
remove unused functions
|
2002-06-12 03:37:14 +00:00 |
itojun
|
e64f591364
|
mention that GATEWAY will compile in sys/netinet/ip_flow.c.
|
2002-06-12 02:08:30 +00:00 |
itojun
|
3489976392
|
do not copy policy-on-socket at all. avoid copying packet header value to
struct spindex. should reduce memory usage per socket/pcb, and should speedup
ipsec processing. sync w/kame
|
2002-06-12 01:47:34 +00:00 |
eeh
|
c08cac5019
|
Use the correct bus handle to generate the handle for the streaming buffers.
|
2002-06-12 00:43:22 +00:00 |
wiz
|
e768795cdc
|
There's no usb(3); remove Xrefs to it.
|
2002-06-12 00:24:39 +00:00 |
wiz
|
6ad1c67912
|
Instead of Xref to ourselves, use .Nm.
|
2002-06-12 00:21:53 +00:00 |
wiz
|
4bdb566287
|
Comment out Xref to plot(1), which we don't have.
|
2002-06-12 00:19:48 +00:00 |
wiz
|
289b43b8f2
|
There is no vn_unlock; remove Xref and replace with explanation why not,
provided by fvdl. While here, ispell.
|
2002-06-11 23:56:21 +00:00 |
eeh
|
e98ab1d613
|
Fixes for the rtc clock on Netra X1 machines from PRs 15611 and 16816
by Takeshi Nakayama.
|
2002-06-11 23:33:27 +00:00 |
wiz
|
3593723af0
|
Change i4b xrefs to isdn xrefs.
|
2002-06-11 23:31:01 +00:00 |
bjh21
|
0de3f91b56
|
Don't try to put the host's /usr/include on the target compiler's include path.
This causes Bad Things to happen. Instead, use the target's /usr/include.
|
2002-06-11 22:55:34 +00:00 |
kleink
|
dd6cccb3f2
|
Add a case label for the 603ev cache (identical to 603e).
|
2002-06-11 22:24:35 +00:00 |
bjh21
|
4a9e799f0d
|
Rather than (ab)using the standard error message for EFTYPE, print our own
message when "cat -f" is used on a non-regular file. This is necessary to
make cat(1) portable to systems that don't have EFTYPE (like Linux).
|
2002-06-11 22:05:07 +00:00 |
bjh21
|
06cc08da90
|
Only use __RCSID() and __COPYRIGHT() if they're defined.
|
2002-06-11 22:01:30 +00:00 |
eeh
|
715641d6a1
|
Do not truncate the kernel pmap physical address to an `int' before
sticking it in the context lookup table. Fixes a booting issue on
Netra T1125s.
|
2002-06-11 21:10:03 +00:00 |
itojun
|
fa53d749ff
|
share policy-on-pcb for listening socket. sync w/kame
todo: share even more, avoid frequent updates of spidx
|
2002-06-11 19:39:59 +00:00 |
itojun
|
2533e1f81f
|
avoid variable name confusion. sync w/kame
|
2002-06-11 17:26:52 +00:00 |
lukem
|
4f32d6fce8
|
- at least require mountcritremote (mixerctl is in /usr)
- read from < mixerctl.conf instead of piping output of cat...
|
2002-06-11 16:31:41 +00:00 |
lukem
|
cbc959037f
|
add CAT here too
|
2002-06-11 16:25:11 +00:00 |
lukem
|
6f9558487e
|
use ` | ${CAT} -l >> ${METALOG} ' to serialise writes to the metalog
|
2002-06-11 15:50:05 +00:00 |
wiz
|
67e1c672d0
|
'comparison', not 'comparision' (hi Matthias!)
|
2002-06-11 15:22:57 +00:00 |
drochner
|
15dd275fb1
|
some more:
add a comment at some code which looks like nonsense but is a -fshort-enums
fix (by bjh21)
|
2002-06-11 15:16:28 +00:00 |
drochner
|
0cfebeeb7a
|
add a comment at some code which looks like nonsense but is a -fshort-enums
fix (by bjh21)
|
2002-06-11 14:50:30 +00:00 |
drochner
|
d6101bf1eb
|
get closer to the original in a whitespace matter
|
2002-06-11 14:27:21 +00:00 |
drochner
|
e13d261ece
|
Coordinated Universal Time, damnit!
|
2002-06-11 14:24:54 +00:00 |
leo
|
c904d06dd5
|
Pull in the sysinst stuff.
|
2002-06-11 14:24:52 +00:00 |
drochner
|
70e620efb1
|
remove a wrong fix: UTC is really "Coordinated Universal Time"
|
2002-06-11 14:22:18 +00:00 |
drochner
|
01ce8ad711
|
printf format fix
|
2002-06-11 14:17:27 +00:00 |
leo
|
a09b752273
|
Yet more atari docu.
|
2002-06-11 14:16:07 +00:00 |
drochner
|
7020df4066
|
make it compile with -Wall again
|
2002-06-11 14:12:58 +00:00 |
drochner
|
c12aee07f2
|
merge dhcp-3.0.1rc9
|
2002-06-11 13:59:59 +00:00 |
wiz
|
3443a24794
|
Seems I was overzealous. Undo part of last, noted by grant.
|
2002-06-11 13:58:09 +00:00 |
wiz
|
d354ad6e04
|
Fix copyright, and some minor mdoc improvements.
|
2002-06-11 13:45:35 +00:00 |
grant
|
39541f4926
|
add ccd.conf(5)
|
2002-06-11 13:33:48 +00:00 |
drochner
|
0fbf47fd83
|
import of ISC dhcp-3.0.1rc9
|
2002-06-11 12:24:31 +00:00 |
uwe
|
222181a0e0
|
Fix typo in nmi_sun{4,4c}, use correct register.
|
2002-06-11 11:37:01 +00:00 |
pooka
|
fef2794715
|
s/splimp/splnet/ in comment
|
2002-06-11 11:03:55 +00:00 |
tron
|
97f197cc4e
|
Adapt to lastest changes of configuration handling in man(1).
|
2002-06-11 09:58:50 +00:00 |
itojun
|
9b2ae3537c
|
silence some of log(), as the codepath will be visited for IPv6-non-capable
interfaces too and can be annoying. net.inet6.icmp6.nd6_debug will
re-enable them.
|
2002-06-11 07:28:05 +00:00 |