freebsd-dev/sys
David Xu 3f76af0f4a 1. use per-chain mutex instead of global mutex to reduce
lock collision.
2. Fix two race conditions. One is between _umtx_unlock and signal,
   also a thread was marked TDF_UMTXWAKEUP by _umtx_unlock, it is
   possible a signal delivered to the thread will cause msleep
   returns EINTR, and the thread breaks out of loop, this causes
   umtx ownership is not transfered to the thread. Another is in
   _umtx_unlock itself, when the function sets the umtx to
   UMTX_UNOWNED state, a new thread can come in and lock the umtx,
   also the function tries to set contested bit flag, but it will
   fail. Although the function will wake a blocked thread, if that
   thread breaks out of loop by signal, no contested bit will be set.
2004-11-30 12:02:53 +00:00
..
alpha When required to negate the absoulte result of a division/remainder 2004-11-27 20:59:49 +00:00
amd64 Update the gdb register extraction support to use the pcb wherever 2004-11-30 00:55:49 +00:00
arm Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
boot Instead of just not defining a bunch of words when TESTMAIN is set, provide 2004-11-30 11:35:30 +00:00
cam Correct another location where inquiry length as calculated from the 2004-11-18 07:24:29 +00:00
coda Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
compat Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
conf It appears that 'kbd' device has never been used and isn't needed. 2004-11-23 00:00:43 +00:00
contrib fix a bug that leads to a crash when binat rules of the form 2004-11-24 00:43:34 +00:00
crypto Initiate deorbit burn sequence for 80386 support in FreeBSD: Remove 2004-11-16 20:42:32 +00:00
ddb When printing a stack trace for a thread, also print the pid and tid. 2004-11-23 23:11:47 +00:00
dev Make sure the link array is big enough to hold both _CRS and _PRS 2004-11-30 06:55:43 +00:00
doc
fs Ignore MNT_NODEV, it is implicit in choice of filesystem these days. 2004-11-26 07:37:42 +00:00
gdb
geom Add observations of the Linux98 and Grub/98 boot loaders. These 2004-11-30 09:40:11 +00:00
gnu Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
i4b
i386 MFamd64: Remove the cpu_reset_proxy cruft now that we run boot() on 2004-11-30 06:18:46 +00:00
ia64 Whitespace fixes: 2004-11-28 04:34:17 +00:00
isa
isofs/cd9660 Make VOP_BMAP return a struct bufobj for the underlying storage device 2004-11-15 09:18:27 +00:00
kern 1. use per-chain mutex instead of global mutex to reduce 2004-11-30 12:02:53 +00:00
libkern Use the RET macro. 2004-11-09 16:47:47 +00:00
modules Allow the gif module to be built without IPv6 support when NOINET6 is 2004-11-26 19:01:57 +00:00
net Assign if_broadcastaddr to NULL not 0 in if_attach(). 2004-11-23 23:31:33 +00:00
net80211
netatalk Initialize struct pr_userreqs in new/sparse style and fill in common 2004-11-08 14:44:54 +00:00
netatm Initialize struct pr_userreqs in new/sparse style and fill in common 2004-11-08 14:44:54 +00:00
netgraph Disable protocol field compression on the inner PPP frame when also doing 2004-11-27 20:29:00 +00:00
netinet Fixes a bug in SACK causing us to send data beyond the receive window. 2004-11-29 18:47:27 +00:00
netinet6 Reviewed by: SUZUKI Shinsuke <suz@kame.net> 2004-11-29 03:10:35 +00:00
netipsec Initialize struct pr_userreqs in new/sparse style and fill in common 2004-11-08 14:44:54 +00:00
netipx Initialize struct pr_userreqs in new/sparse style and fill in common 2004-11-08 14:44:54 +00:00
netkey support TCP-MD5(IPv4) in KAME-IPSEC, too. 2004-11-08 18:49:51 +00:00
netnatm Initialize struct pr_userreqs in new/sparse style and fill in common 2004-11-08 14:44:54 +00:00
netncp
netsmb Don't use vn_todev(). 2004-11-10 07:16:59 +00:00
nfs
nfs4client Refuse attempts to mount root filesystem 2004-11-09 22:21:10 +00:00
nfsclient Fix for a bug in nfs_mkdir() that called vrele() instead of vput() 2004-11-29 23:05:30 +00:00
nfsserver Correct a bug in nfsrv_create() where a call to nfsrv_access() might 2004-11-11 21:30:52 +00:00
opencrypto Push Giant down through ioctl. 2004-11-17 09:09:55 +00:00
pc98 Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
pccard
pci Correct URL of the programming manual. 2004-11-17 23:36:11 +00:00
posix4
powerpc Create a new definition, PSL_KERNSET, which is used for setting the 2004-11-30 09:04:41 +00:00
rpc
security Implement MAC entry points relating to System V IPC, calling into the 2004-11-17 13:14:24 +00:00
sparc64 Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
sys If soreceive() is called from a socket callback, there's no reason 2004-11-29 23:10:59 +00:00
tools
ufs Use system wide no-op vfs_start function. 2004-11-25 09:11:27 +00:00
vm Don't include sys/user.h merely for its side-effect of recursively 2004-11-27 06:51:39 +00:00
Makefile