1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-21 11:13:30 +00:00
freebsd/sys
Randall Stewart b3a44e469d Fix serveral bugs all having to do with freeing an
sctp_inpcb:
1) Make sure not to remove the flag on the PCB until
   after the close() caller is back in control with the
   lock. Otherwise a quickly freeing assoc could kill the
   inpcb and cause a panic.

2) Make sure all calls to log_closing have not released
   the locks before calling the log function, we don't
   want the logging function to crash us due to a freed
   inpcb.

3) Make sure that when we get to the end, we release all
   locks (after removing them from view) and as long as
   we are NOT the inp-kill timer removing the inp, call
   the callout_drain() function so a racing timer won't
   later call in and cause a racing crash.
MFC after:	1 week
2010-06-09 16:42:42 +00:00
..
amd64 Move the MD support for PCI message signalled interrupts to the x86 tree 2010-06-08 18:36:03 +00:00
arm Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. 2010-06-05 18:20:09 +00:00
boot Use -Wl,-N instead of the undocumented -N option for GCC. 2010-06-03 17:42:32 +00:00
bsm
cam Rearrange how things are done to avoid dereferencing stale pointers in 2010-06-08 22:46:44 +00:00
cddl Fix freeing space after deleting large files with holes. 2010-06-03 11:08:46 +00:00
compat Bring USB fixes for linux(4). 2010-05-24 07:04:00 +00:00
conf Fix typo. 2010-06-09 12:30:40 +00:00
contrib Provide kernel level headers for the libfdt code. 2010-06-02 17:24:41 +00:00
crypto Use the fpu_kern_enter() interface to properly separate usermode FPU 2010-06-05 16:00:53 +00:00
ddb MFp4 @178364: 2010-05-24 16:41:05 +00:00
dev Add set of codec IDs. 2010-06-09 05:49:02 +00:00
fs Add a new function devfs_parent_dirent() for resolving devfs parent 2010-06-09 15:29:12 +00:00
gdb
geom Try and narrow the gap in which you act on an event that has been canceled. 2010-06-08 22:40:02 +00:00
gnu
i386 Move the MD support for PCI message signalled interrupts to the x86 tree 2010-06-08 18:36:03 +00:00
ia64 Simplify the inner loop of get_pv_entry(): While iterating over the page's 2010-05-30 20:31:12 +00:00
isa Do not attempt to switch to the same VTs between suspend and resume. 2010-05-26 16:37:54 +00:00
kern Reorganize the code in bdwrite() which handles move of dirtiness 2010-06-08 17:54:28 +00:00
kgssapi
libkern Provide memchr() in the libkern. 2010-06-02 17:27:23 +00:00
mips Don't set PG_WRITEABLE in init_pte_prot() (and thus pmap_enter()) unless 2010-06-06 06:07:44 +00:00
modules New netgraph node ng_patch(4). It performs data modification of packets 2010-06-09 12:25:57 +00:00
net Provide a macro for registering a virtualized sysctl handler for 2010-06-02 15:29:21 +00:00
net80211 Fix resource leaks in ieee80211_ioctl_setchanlist() in case of error. 2010-06-01 14:20:58 +00:00
netatalk
netgraph New netgraph node ng_patch(4). It performs data modification of packets 2010-06-09 12:25:57 +00:00
netinet Fix serveral bugs all having to do with freeing an 2010-06-09 16:42:42 +00:00
netinet6
netipsec MFp4 @178283: 2010-05-24 16:27:47 +00:00
netipx
netnatm
netncp
netsmb
nfs
nfsclient Fix build: newnp represents newvp so KDTRACE_NFS_ATTRCACHE_FLUSH_DONE() 2010-05-27 22:59:37 +00:00
nfsserver
nlm
opencrypto Use the fpu_kern_enter() interface to properly separate usermode FPU 2010-06-05 16:00:53 +00:00
pc98 Introduce the x86 kernel interfaces to allow kernel code to use 2010-06-05 15:59:59 +00:00
pci
powerpc Add Open Firmware PNP info strings to GPIOs and Uninorth cells. 2010-06-06 14:29:06 +00:00
rpc
security
sparc64 Don't set PG_WRITEABLE in pmap_enter() unless the page is managed. 2010-06-05 18:20:09 +00:00
sun4v Merge portions of r208645 and supporting code from the i386 pmap: 2010-06-01 05:18:48 +00:00
sys Convert pm_runcount to int to correctly check for negative value. 2010-06-05 23:05:08 +00:00
teken
tools Flattened Device Tree helper scripts. 2010-06-02 17:22:38 +00:00
ufs Extend the scope of the lock on the quota file vnode in quotaon() to 2010-06-03 10:24:53 +00:00
vm Make vm_contig_grow_cache() extern, and use it when vm_phys_alloc_contig() 2010-06-04 06:35:36 +00:00
x86 Move the MD support for PCI message signalled interrupts to the x86 tree 2010-06-08 18:36:03 +00:00
xdr
xen
Makefile