1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys
Mateusz Guzik 29c85772bb filedesc: microoptimize fget_unlocked by retrying obtaining reference count
without restarting whole lookup

Restart is only needed when fp was closed by current process, which is a much
rarer event than ref/deref by some other thread.
2014-10-30 05:21:12 +00:00
..
amd64 Rework virtual machine hypervisor detection. 2014-10-28 19:17:44 +00:00
arm Make the GPIO children attach to the first unit available and not only to 2014-10-28 18:33:59 +00:00
boot
bsm
cam Implement better handling for ENOSPC error for both CTL and CAM. 2014-10-29 03:14:29 +00:00
cddl This change addresses 4 bugs in ZFS exposed by Richard Kojedzinszky's 2014-10-25 17:42:44 +00:00
compat Replace some calls to fuword() by fueword() with proper error checking. 2014-10-28 15:28:20 +00:00
conf Remove the ARM_DEVICE_MULTIPASS option and make its effect be the default. 2014-10-26 18:30:35 +00:00
contrib krping: In verbose mode print only first 128 bytes of krping data. 2014-10-27 22:41:55 +00:00
crypto
ddb
dev make this compile on arm... bus_size_t is not size_t, and it has 2014-10-29 02:23:50 +00:00
fs Allow the vfs.nfsd knobs to be set from loader.conf (or using 2014-10-27 07:47:13 +00:00
gdb
geom Revert somewhat hackish geom_disk optimization, committed as part of r256880, 2014-10-25 15:16:19 +00:00
gnu
i386 Rework virtual machine hypervisor detection. 2014-10-28 19:17:44 +00:00
isa
kern filedesc: microoptimize fget_unlocked by retrying obtaining reference count 2014-10-30 05:21:12 +00:00
kgssapi Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
libkern
mips Make the GPIO children attach to the first unit available and not only to 2014-10-28 18:33:59 +00:00
modules Allow loading of dtraceall without nfscl if what you really wnat is nfsclient 2014-10-28 04:18:09 +00:00
net Replace some calls to fuword() by fueword() with proper error checking. 2014-10-28 15:28:20 +00:00
net80211
netgraph
netinet The SYSCTL data pointers can come from userspace and must not be 2014-10-28 12:00:39 +00:00
netinet6 Do not automatically install routes to link-local and interface-local multicast 2014-10-27 16:15:15 +00:00
netipsec Use a static callout to drive key_timehandler() instead of timeout(). 2014-10-23 20:43:16 +00:00
netnatm
netpfil Bump default dynamic limit to 16k entries. 2014-10-24 13:57:15 +00:00
netsmb
nfs Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
nfsclient
nfsserver
nlm Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
ofed Update the network interface baudrate integer according to the actual 2014-10-24 16:39:01 +00:00
opencrypto
pc98 Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that 2014-10-24 19:58:24 +00:00
powerpc Make the GPIO children attach to the first unit available and not only to 2014-10-28 18:33:59 +00:00
rpc
security
sparc64 Add fueword(9) and casueword(9) functions. They are like fuword(9) 2014-10-28 15:22:13 +00:00
sys filedesc: get rid of atomic_load_acq_int from fget_unlocked 2014-10-30 05:10:33 +00:00
teken
tools
ufs
vm
x86 Rework virtual machine hypervisor detection. 2014-10-28 19:17:44 +00:00
xdr
xen xen: implement the privcmd user-space device 2014-10-22 17:07:20 +00:00
Makefile