1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys
Davide Italiano 4295aa9240 Fix an overflow in getsockopt(). optval isn't big enough to hold
sbintime_t.
Re-introduce r255030 behaviour capping socket timeouts to INT_32
if they're too large.

CR:	https://phabric.freebsd.org/D433
Reported by:	demon
Reviewed by:	bde [1], jhb [2]
MFC after:	2 weeks
2014-08-04 05:40:51 +00:00
..
amd64 Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
arm Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
boot Rename files: keep codename only to make it shorter. 2014-08-01 15:10:55 +00:00
bsm
cam Add support for Windows dialect of EXTENDED COPY command, aka Microsoft ODX. 2014-08-04 01:16:20 +00:00
cddl Revert r269404 and use cpu_ticks() for dbuf allocation. 2014-08-03 09:47:51 +00:00
compat
conf Make the witness lock limit an option. 2014-08-03 05:00:43 +00:00
contrib store the AR9300 interrupts away when doing interrupt debugging. 2014-07-26 21:32:03 +00:00
crypto
ddb
dev For reasons which are not clear, r254263 broke some PCMCIA and CardBus 2014-08-03 21:56:53 +00:00
fs Set the erase block size properly in the case the underlying media 2014-08-02 05:05:16 +00:00
gdb
geom In r264504, we prevented doing I/O for more than MAXPHYS by making 2014-07-22 17:30:05 +00:00
gnu
i386 Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
isa
kern Fix an overflow in getsockopt(). optval isn't big enough to hold 2014-08-04 05:40:51 +00:00
kgssapi
libkern Fix unwind-info errors in our hand-written arm assembler code. 2014-08-01 18:24:44 +00:00
mips Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
modules Make igb(4) build outside of the kernel build. 2014-08-04 04:23:45 +00:00
net Improve locking of multicast addresses in VLAN and LAGG interfaces. 2014-08-04 00:58:12 +00:00
net80211
netgraph
netinet Add support for the SCTP_PKTDROP_SUPPORTED socket option and 2014-08-03 18:12:55 +00:00
netinet6 Add new rule to source address selection algorithm. It prefers address 2014-07-30 15:08:12 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
rpc
security
sparc64 Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
sys Remove Giant acquisition from the mount and unmount pathes. 2014-08-03 03:27:54 +00:00
teken
tools
ufs Simplify comment to remove multiple negative and passive voice. 2014-07-23 16:18:54 +00:00
vm Retire pmap_change_wiring(). We have never used it to wire virtual pages. 2014-08-03 20:40:51 +00:00
x86 - Output a summary of optional VT-x features in dmesg similar to CPU 2014-07-30 00:00:12 +00:00
xdr
xen
Makefile