1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00
freebsd/sys
Attilio Rao c25673ffd6 o Change the locking scheme for swp_bcount.
It can now be accessed with a write lock on the object containing it OR
  with a read lock on the object containing it along with the swhash_mtx.
o Remove some duplicate assertions for swap_pager_freespace() and
  swap_pager_unswapped() but keep the object locking references for
  documentation.

Sponsored by:	EMC / Isilon storage division
Reviewed by:	alc
2013-05-28 22:07:23 +00:00
..
amd64 Use slightly more idiomatic expression to get the address of array. 2013-05-27 18:39:39 +00:00
arm AM335x LCD controller driver with syscons support 2013-05-27 00:23:01 +00:00
boot Add DTS for AM335x EVM with properly muxed PWM and LCD pins, and 2013-05-27 00:26:29 +00:00
bsm
cam Added missing SCSI quirks from r241784 2013-05-28 14:44:37 +00:00
cddl The fasttrap provider cleans up probes asynchronously when a process with 2013-05-24 03:29:32 +00:00
compat Regenerate. 2013-05-21 11:41:08 +00:00
conf Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver. 2013-05-24 09:22:43 +00:00
contrib Merge ACPICA 20130517. 2013-05-20 23:52:49 +00:00
crypto
ddb
dev Avoid reading back certain registers following a write. This is an optimization. 2013-05-28 22:00:37 +00:00
fs Do not leak the NULLV_NOUNLOCK flag from the nullfs_unlink_lowervp(), 2013-05-21 11:31:56 +00:00
gdb
geom Remove an extra semicolon from the DOT language output. 2013-05-21 18:40:54 +00:00
gnu/fs/reiserfs
i386 Use slightly more idiomatic expression to get the address of array. 2013-05-27 18:39:39 +00:00
ia64 Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver. 2013-05-24 09:22:43 +00:00
isa
kern Initialising the new fibnum field to a known value turns out to 2013-05-24 02:18:37 +00:00
kgssapi
libkern
mips Change the copyright notice to a standard BSD 2-clause license and assign 2013-05-23 19:47:37 +00:00
modules Driver 'aacraid' added. Supports Adaptec by PMC RAID controller families Series 6, 7, 8 and upcoming products. Older Adaptec RAID controller families are supported by the 'aac' driver. 2013-05-24 09:22:43 +00:00
net While waiting for the bpf hold buffer to become idle, check 2013-05-23 21:33:10 +00:00
net80211 Fix net80211 fragment creation. 2013-05-25 06:28:30 +00:00
netatalk
netgraph
netinet Remove redundant checks. 2013-05-28 09:25:58 +00:00
netinet6 Really fix netmask address family this time. 2013-05-19 19:42:46 +00:00
netipsec
netipx
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
pci
powerpc o Relax locking assertions for vm_page_find_least() 2013-05-21 20:38:19 +00:00
rpc
security
sparc64 o Relax locking assertions for vm_page_find_least() 2013-05-21 20:38:19 +00:00
sys The getcontext() from the __fillcontextx() call in the 2013-05-28 04:54:16 +00:00
teken
tools
ufs Properly spell sentinel (missed in 250891) 2013-05-22 05:07:55 +00:00
vm o Change the locking scheme for swp_bcount. 2013-05-28 22:07:23 +00:00
x86 Add basic support for FDT to i386 & amd64. This change includes: 2013-05-21 03:05:49 +00:00
xdr
xen Fix loss of the emulated keyboard on Xen PV HVM domains. 2013-05-22 19:22:44 +00:00
Makefile