wpaul
63dadfa7b3
Apply patch to rl_rxeof() to really enforce payload alignment in
...
the case where we receive a packet that wraps from the end of the
RX buffer back to the start. This fixes an unaligned access trap on
the alpha with NFS.
2000-05-05 12:47:47 +00:00
phk
4e18cad526
Oops, <sys/buf.h> still needed here for pc98 (and consequently sys/bio.h).
2000-05-05 12:02:30 +00:00
phk
36c3965ff9
Separate the struct bio related stuff out of <sys/buf.h> into
...
<sys/bio.h>.
<sys/bio.h> is now a prerequisite for <sys/buf.h> but it shall
not be made a nested include according to bdes teachings on the
subject of nested includes.
Diskdrivers and similar stuff below specfs::strategy() should no
longer need to include <sys/buf.> unless they need caching of data.
Still a few bogus uses of struct buf to track down.
Repocopy by: peter
2000-05-05 09:59:14 +00:00
phk
5ea491d29e
remove unneeded #include <sys/buf.h>
2000-05-05 09:24:00 +00:00
phk
ffbad65d92
Don't use struct buf for random small temporary buffers.
2000-05-05 09:05:39 +00:00
sheldonh
d23c57bbfd
Add IP addresses to the rules required to "Allow anything from
...
localhost", since portmap(8) is included in "anything".
Submitted by: Doug Barton <Doug@gorean.org>
2000-05-05 08:31:59 +00:00
jkoshy
66414fdb0b
Install a manual page for `tcsh(1)', for completeness.
...
Approved by: obrien
2000-05-05 08:12:11 +00:00
nyan
d32a54aa47
GENERIC98 -> GENERIC
2000-05-05 08:03:31 +00:00
nyan
687f789b88
GENERIC98 is removed.
2000-05-05 08:02:15 +00:00
phk
5a822df7a8
Don't use getebuf() unless you really need a struct buf. Malloc will
...
do fine in this case.
2000-05-05 07:50:53 +00:00
ps
3bb1877ba6
Remove the static heap. It is unknown why it was needed in the
...
beginning, but it no longer is required. This has been tested with
many different revisions of the PXE rom from Intel.
2000-05-05 07:24:03 +00:00
obrien
6a08595014
Build modules in a subdir of the kernel build dir. Add a `cleandir'
...
target for those whose fingers try to use that to clean out the modules
build dir.
2000-05-05 06:00:08 +00:00
mpp
328ae88abb
Correct an xref.
...
PR: doc/13218
Submitted by: phantom
2000-05-05 02:25:19 +00:00
mpp
c0f912fb2f
Minor mdoc cleanup.
...
PR: docs/13218
2000-05-05 02:21:45 +00:00
dcs
64e1aa5faa
Lay the groundwork for on-demand dictionary expansion.
2000-05-05 02:06:38 +00:00
mpp
56f09cbe0e
Correct the usage of the ".Bd -literal -offset xxx" macro to use
...
a proper offset. This silences warnings when the man page is
formated with groff.
PR: bin/14534
2000-05-05 01:59:21 +00:00
archie
e696412047
Document the new statistics control messages.
...
Add a note about the IP header asymmetry on the "lower" hook.
2000-05-05 01:20:28 +00:00
archie
67e7422842
Fix a couple of bugs:
...
- Properly handle 32 bit sequence numbers when they wrap around
- Don't drop GRE packets with stale ACK numbers, just ignore the ACK
- Close race between node being shutdown and timer going off
Also add support for lots of statistics, and control message ASCIIfication
2000-05-05 01:11:39 +00:00
wollman
9d3bcb7af1
Add a little do-nothing ``slopsucker'' device which gives a home
...
to PNP0c04 (legacy ISA coprocessor support). Tourist info.
2000-05-04 23:57:32 +00:00
dcs
49a9f55ef2
Correct a bug whereby allocations to the dictionary would not be allowed
...
unless four times the space requested was available.
2000-05-04 23:23:13 +00:00
dcs
acae6b3858
Make documentation on recently added heap? command reflect reality.
2000-05-04 22:51:21 +00:00
dcs
42ac2ec21d
Add "heap?" to loader's man page.
2000-05-04 21:26:26 +00:00
dcs
03d29e369d
Further improve ordering.
2000-05-04 21:22:55 +00:00
dcs
01244aaf56
Sort entries in FreeBSD-specific FICL commands.
2000-05-04 21:18:26 +00:00
obrien
4d19687a3c
Set MAKEOBJDIRPREFIX to modules/ in the current directory and build modules
...
there.
2000-05-04 21:12:28 +00:00
dcs
83f52e170f
Add heap?, so we can tell how much free space we have left.
2000-05-04 20:41:30 +00:00
jlemon
a704c1a8cd
Add PCI identification for another SmartArray 4200, which identifies
...
itself as a DEC card instead of Compaq.
2000-05-04 20:23:56 +00:00
jlemon
4dae89bb37
Fix one bug where the kn_head list could be manipulated without
...
spl() protection in the case of a copyout error.
Add missing spl calls around the intial activation call that is
done when when the kevent is added.
Add two KASSERT macros to help catch errors in the future.
2000-05-04 20:19:17 +00:00
jlemon
12ea9baa4e
Change the definition of sdata from u_long --> intptr_t to correctly
...
match the data type in struct kevent.
2000-05-04 20:14:57 +00:00
jlemon
c590c299e3
Add a kqueue(2) manual page.
2000-05-04 20:11:38 +00:00
cg
05c83e1b4b
fix the 100% cpu in xmms issue
2000-05-04 19:06:34 +00:00
peter
6914c47f1b
Oops. I forgot to remove bsd.kmod.mk from the list of files installed. :-(
...
Submitted by: Scott Flatman <sf@aracnet.com>
2000-05-04 18:49:49 +00:00
phantom
c624567b87
Update my copyright. Add license.
2000-05-04 18:21:11 +00:00
phantom
5a947e7ad2
Fix code names according to KOI8-U RFC
...
Submitted by: Alexander Matey <matey@cis.ohio-state.edu> via ache
2000-05-04 18:03:47 +00:00
phantom
c7b17c64fe
Add libipsec to the list of available libraries
2000-05-04 17:58:22 +00:00
archie
44be3a44bd
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:54:37 +00:00
msmith
e306b417ff
Don't assume that the PCI BIOS is going to clear the unused bits in %ecx
...
when it returns.
2000-05-04 17:44:55 +00:00
phantom
2243e4696c
mdoc(7) style cleanup
2000-05-04 17:42:03 +00:00
archie
fc8fd5b5fc
Move netgraph node type man pages from section 8 to section 4.
2000-05-04 17:40:13 +00:00
phantom
6f90f2c17e
mdoc(7) style fixes and cleanup
2000-05-04 17:34:31 +00:00
phantom
e41a0d9fe9
Fix path to ip6fw
2000-05-04 17:33:27 +00:00
phantom
2d15b54868
. clean `.Os' macro value.
...
. add integration note
. remove useless comments
2000-05-04 17:31:54 +00:00
sheldonh
aa21dff898
Remove hard sentence breaks introduced in rev 1.9.
2000-05-04 17:30:46 +00:00
phantom
70194b6f11
. clean `.Os' macro value since this tool is not KAME-only tools anymore
...
. sort Xr's in SEE ALSO section
. add integration note
2000-05-04 17:29:14 +00:00
phantom
f7fc289160
Remove outdated BUGS section. We'll never rename comcontrol to siocontrol.
2000-05-04 16:48:33 +00:00
phantom
cbeef441ea
Document .Fx',
.Nx' and `.Ox' macros as callable and parsable.
2000-05-04 16:25:27 +00:00
iwasaki
4a077665a2
Add ioctl() in read_ether() so that pccardd ensure reading its ether
...
address from the attribute memory area.
2000-05-04 15:38:18 +00:00
phantom
cb5fd90ad4
Use `Er' variable to define first column width in ERRORS section. It was
...
initially suggested by mdoc(7) style, but was broken over the years
2000-05-04 13:09:25 +00:00
phantom
78d8c5f45b
Set `Er' default value to 17n (length("EPROTONOSUPPORT") + 1)
...
Discussed long time ago at -committers
2000-05-04 12:56:53 +00:00
peter
068565f0db
Repocopied to src/sys/conf/kmod.mk
2000-05-04 12:18:19 +00:00