freebsd-dev/sys
Alexander V. Chernikov 8f465f6690 Convert &in_ifaddr_lock to dual-locking model:
use rwlock accessible via external functions
   (IN_IFADDR_CFG_* -> in_ifaddr_cfg_*()) for all control plane tasks
  use rmlock (IN_IFADDR_RUN_*) for fast-path lookups.
2014-11-22 16:27:51 +00:00
..
amd64 Enable the use of VM_PHYSSEG_SPARSE on amd64 and i386, making it the default 2014-11-15 23:40:44 +00:00
arm Moves all the duplicate code to a single function. 2014-11-18 17:22:08 +00:00
boot MFi386: r274398 2014-11-15 03:34:34 +00:00
bsm
cam Lock the scsi_low code and the drivers which use it along with other 2014-11-20 20:50:05 +00:00
cddl Fix the following -Werror warning from clang 3.5.0, while building cddl/lib/libctf: 2014-11-19 07:44:21 +00:00
compat Remove the no-at variants of the kern_xx() syscall helpers. E.g., we 2014-11-13 18:01:51 +00:00
conf Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
contrib Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
crypto Fix gcc build: preserve const qualifier when casting input values. 2014-11-11 13:37:28 +00:00
ddb ddb: ANSI-fy function declarations. 2014-10-12 18:01:52 +00:00
dev Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
fs Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
gdb Add support for gdb's memory searching capabilities to our in-kernel gdb 2014-09-05 16:40:47 +00:00
geom Actually, that was a bad idea. Go back to MAXPARTITIONS. 2014-11-20 17:31:25 +00:00
gnu reiserfs: Use signed i_nlink 2014-09-25 19:10:32 +00:00
i386 Lock spic(4) and mark it MPSAFE: 2014-11-20 20:24:30 +00:00
isa
kern Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
kgssapi Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
libkern Sync with userland variant. 2014-11-17 21:01:35 +00:00
mips Add L2-cache writeback/flush operations. Supported 32,128-byte line-size, 2014-11-20 17:06:41 +00:00
modules No need to list opt_global.h. No need to force ALTQ here, since that's 2014-11-18 17:06:54 +00:00
net Mark ifaddr/rtsock static entries RLLE_VALID. 2014-11-21 23:37:59 +00:00
net80211 Replace 'struct route *' if_output() argument with 'struct nhop_info *'. 2014-11-09 16:33:04 +00:00
netgraph Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
netinet Convert &in_ifaddr_lock to dual-locking model: 2014-11-22 16:27:51 +00:00
netinet6 Another r274774 fix. 2014-11-21 23:37:14 +00:00
netipsec Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
netnatm
netpfil Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
netsmb
nfs Switch route radix to dual-lock model: 2014-11-10 00:07:06 +00:00
nfsclient Follow up to r225617. In order to maximize the re-usability of kernel code 2014-10-16 18:04:43 +00:00
nfsserver
nlm Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
ofed Sync to HEAD@r274766 2014-11-21 01:22:33 +00:00
opencrypto Fix build for kernels without COMPAT_FREEBSD32. 2014-09-22 17:32:27 +00:00
pc98 Renove faith(4) and faithd(8) from base. It looks like industry 2014-11-09 21:33:01 +00:00
powerpc cpudep_ap_early_bootstrap() takes no arguments, so no need to give it one. 2014-11-20 06:32:47 +00:00
rpc In preparation of merging projects/sendfile, transform bare access to 2014-11-12 09:57:15 +00:00
security
sparc64 Renove faith(4) and faithd(8) from base. It looks like industry 2014-11-09 21:33:01 +00:00
sys prevent doing filter ops locking for staticly compiled filter ops... 2014-11-16 01:18:41 +00:00
teken
tools
ufs When non-forced unmount or remount rw->ro is performed, writes on UFS 2014-11-02 13:14:55 +00:00
vm Use __func__ in KASSERTs, since the code is about to be moved to other place. 2014-11-19 16:29:39 +00:00
x86 MFamd64: Add support for extended FPU states on i386. This includes 2014-11-02 22:58:30 +00:00
xdr
xen opt_global.h is included automatically in the build. No need to 2014-11-18 17:06:56 +00:00
Makefile Remove "pci" from CSCOPEDIRS. 2014-09-23 06:32:19 +00:00