freebsd-skq/sys
Yoshinobu Inoue 0b97e97cd2 Add length check to sbcreatecontrol().
Now this check is necessary because IPv6 source routing might use
  control data bigger than MLEN. (e.g. 16bytes IPv6 addr x 23 hops)
  Actually mbuf cluster should be used in uipc_socket.c:sbcreatecontrol()
  and uipc_syscalls.c:sockargs() when data size is bigger then MLEN,
  and such patches were already in KAME environment and have been
  confirmed to work well. I just forgot to merge them into 4.0, sorry.

  For safety, I'll postpone such patches until after 4.0 release.
  The effect of postponement is followings.
    -Ping6 source routing hops are limitted to around 6 or so.
    -If some apps do setsockopt IPV6_RTHDR and try to receive
     incoming IPv6 source routing info, it can't receive more
     than 6 hops source routing info.
     (But currently, no apps seems to be doing it.)

Approved by: jkh
2000-02-24 19:21:26 +00:00
..
alpha Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
amd64 Add a workaround to allow us to detect the second pci bus on an HP 2000-02-23 20:25:06 +00:00
boot Close a file descriptor leak in the code which loads file objects. 2000-02-17 02:19:19 +00:00
cam Fix 'camcontrol inquiry'. The inquiry data structure changes (increased to 2000-02-20 04:42:44 +00:00
coda
compat Avoid passing an uninitialized structure member to the real 2000-02-01 16:20:24 +00:00
compile
conf Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter, 2000-02-23 20:10:53 +00:00
contrib When writing out bitmap buffers, need to skip over ones that already 2000-01-30 20:32:59 +00:00
crypto Prototype fix for IPsec authentication related functions 2000-02-10 19:35:53 +00:00
ddb
dev o No need to print the vendor/device ID for things that matched succesfully. 2000-02-22 21:44:39 +00:00
fs
geom Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c is 2000-01-29 14:29:56 +00:00
gnu Remove #if NDGB > 0 and #if NDGM > 0 2000-01-29 18:42:45 +00:00
i4b Newbus-ify the USR Sportster TA Intern driver. 2000-02-21 02:10:10 +00:00
i386 Add a workaround to allow us to detect the second pci bus on an HP 2000-02-23 20:25:06 +00:00
isa Newbus-ify the USR Sportster TA Intern driver. 2000-02-21 02:10:10 +00:00
isofs/cd9660
kern Add length check to sbcreatecontrol(). 2000-02-24 19:21:26 +00:00
libkern
miscfs
modules Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
msdosfs
net Fix possible SLIOCSUNIT panic 2000-02-20 21:03:53 +00:00
netatalk Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netatm Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netgraph
netinet Remove option IPFILTER_KLD. In case you wanted to kldload ipfilter, 2000-02-23 20:11:57 +00:00
netinet6 Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netipx Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netkey
netnatm Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netncp Enable '=' character in the filename. 2000-01-29 02:10:37 +00:00
netns Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
nfs Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
nfsclient Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
nfsserver Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
ntfs
nwfs
pc98 Merged from sys/isa/sio.c rev 1.288. 2000-02-17 15:09:12 +00:00
pccard /tmp/msg 2000-02-21 06:52:20 +00:00
pci o No need to print the vendor/device ID for things that matched succesfully. 2000-02-22 21:44:39 +00:00
posix4
powerpc Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
rpc
svr4
sys Followup to previous commit; change fd_mask from signed to unsigned as 2000-02-20 15:01:37 +00:00
tools
ufs After much consulting with bde, concluded that this fix was the best fix 2000-02-22 03:56:58 +00:00
vm Fix null-pointer dereference crash when the system is intentionally 2000-02-16 21:11:33 +00:00
Makefile