freebsd-skq/sys
phk ead640e967 setsockopt() transports user option data in an mbuf. if the user
data is greater than MLEN, setsockopt is unable to pass it onto
the protocol handler.  Allocate a cluster in such case.

PR:		2575
Reviewed by:	 phk
Submitted by:	Julian Assange proff@iq.org
1998-04-11 20:31:46 +00:00
..
alpha
amd64 Fix VM86 compiles. a #include "opt_vm86.h" was missing, and the my_tr 1998-04-06 18:59:15 +00:00
compat Make a kernel version of the timer* functions called timerval* to be 1998-04-06 08:26:08 +00:00
compile
conf Add the new LBA mode support in the wd? config examples. 1998-04-09 22:28:57 +00:00
contrib/ipfilter/netinet Use read_random() 1998-04-06 11:40:42 +00:00
ddb
dev take out opt_bktr.h from brooktree848.c 1998-04-06 07:57:55 +00:00
fs Use random() rather then than homegrown stuff. 1998-04-06 11:39:04 +00:00
geom
gnu
i386 Minor typo in the wd driver. The manifestation of this bug 1998-04-11 20:09:39 +00:00
isa
isofs/cd9660
kern setsockopt() transports user option data in an mbuf. if the user 1998-04-11 20:31:46 +00:00
libkern
miscfs
modules
msdosfs Use random() rather then than homegrown stuff. 1998-04-06 11:39:04 +00:00
net Use getmicrotime() for if_lastchange, 10msec is plenty precision. 1998-04-06 11:43:12 +00:00
netatalk
netinet Use read_random() 1998-04-06 11:40:42 +00:00
netipx Make read_random() take a (void *) argument instead of (char *) 1998-04-06 09:30:42 +00:00
netkey
netnatm
netns
nfs Use random() to find our initial xid. 1998-04-06 11:41:07 +00:00
nfsclient Use random() to find our initial xid. 1998-04-06 11:41:07 +00:00
nfsserver Use random() to find our initial xid. 1998-04-06 11:41:07 +00:00
pc98 Fix a minor bug (|| instead of |) 1998-04-08 20:00:03 +00:00
pccard - Whoops, better have the structure created before trying to use it in 1998-04-09 14:01:13 +00:00
pci take out opt_bktr.h from brooktree848.c 1998-04-06 07:57:55 +00:00
posix4
powerpc/include
rpc
scsi
sys New mount option nosymfollow. If enabled, the kernel lookup() 1998-04-08 18:31:59 +00:00
tools
ufs Back this out, allowing users to get a fd connected to a symlink is 1998-04-06 18:18:50 +00:00
vm
Makefile