freebsd-skq/sys
Alexander V. Chernikov b4b1367ae4 * Move lle creation/deletion from lla_lookup to separate functions:
lla_lookup(LLE_CREATE) -> lla_create
  lla_lookup(LLE_DELETE) -> lla_delete
  Assume lla_create to return LLE_EXCLUSIVE lock for lle.
* Rework lla_rt_output to perform all lle changes under afdata WLOCK.
* change arp_ifscrub() ackquire afdata WLOCK, the same as arp_ifinit().
2014-11-15 18:54:07 +00:00
..
amd64 MFi386 r253328: 2014-11-08 11:56:26 +00:00
arm Strengthen the sanity checking of busdma tag parameters. 2014-11-06 19:14:58 +00:00
boot In alloc_pread() and kern_pread(), print errors only when DEBUG is 2014-11-05 04:18:41 +00:00
bsm
cam Fix LUN resize broken by r272911 commit. 2014-11-07 20:42:15 +00:00
cddl MFV r274271: 2014-11-08 07:30:40 +00:00
compat These don't belong in the modules directory. 2014-11-06 16:52:51 +00:00
conf Sync to HEAD@r274297. 2014-11-08 18:13:35 +00:00
contrib Sync to HEAD@r274095. 2014-11-04 18:22:33 +00:00
crypto Put the aesni_cipher_setup() and aesni_cipher_process() functions into 2014-06-24 06:55:49 +00:00
ddb ddb: ANSI-fy function declarations. 2014-10-12 18:01:52 +00:00
dev Replace 'struct route *' if_output() argument with 'struct nhop_info *'. 2014-11-09 16:33:04 +00:00
fs Convert nfsclient SAS to use new routing API. 2014-11-07 00:28:06 +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 Add to CTL support for logical block provisioning threshold notifications. 2014-11-06 00:48:36 +00:00
gnu reiserfs: Use signed i_nlink 2014-09-25 19:10:32 +00:00
i386 Add VirtIO console to the x86 NOTES and files 2014-11-03 22:37:10 +00:00
isa
kern Separate radix and routing: use different structures for route and 2014-11-09 00:36:39 +00:00
kgssapi Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
libkern Add a complete implementation of MurmurHash3. Tweak both implementations 2014-10-18 22:15:11 +00:00
mips Use search method instead of fixed offsets for finding rootfs. This unbreaks 2014-10-30 23:47:28 +00:00
modules After r274246 make the tree compile again. 2014-11-08 14:41:32 +00:00
net * Move lle creation/deletion from lla_lookup to separate functions: 2014-11-15 18:54:07 +00:00
net80211 Replace 'struct route *' if_output() argument with 'struct nhop_info *'. 2014-11-09 16:33:04 +00:00
netgraph Replace 'struct route *' if_output() argument with 'struct nhop_info *'. 2014-11-09 16:33:04 +00:00
netinet * Move lle creation/deletion from lla_lookup to separate functions: 2014-11-15 18:54:07 +00:00
netinet6 * Move lle creation/deletion from lla_lookup to separate functions: 2014-11-15 18:54:07 +00:00
netipsec Sync to HEAD@r274297. 2014-11-08 18:13:35 +00:00
netnatm
netpfil Switch route radix to dual-lock model: 2014-11-10 00:07:06 +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 Change NFS readdir() to only ignore cookies preceding the given offset for 2014-07-01 20:00:35 +00:00
nlm Avoid dynamic syscall overhead for statically compiled modules. 2014-10-26 19:42:44 +00:00
ofed Replace 'struct route *' if_output() argument with 'struct nhop_info *'. 2014-11-09 16:33:04 +00:00
opencrypto Fix build for kernels without COMPAT_FREEBSD32. 2014-09-22 17:32:27 +00:00
pc98 Add COMPAT_FREEBSD9 and COMPAT_FREEBSD10 options to wrap code that 2014-10-24 19:58:24 +00:00
powerpc Add type qualifier volatile to the base (userspace) address argument 2014-10-31 17:43:21 +00:00
rpc Merge the NFSv4.1 server code in projects/nfsv4.1-server over 2014-07-01 20:47:16 +00:00
security Replace dev_clone with cdevpriv(9) KPI in audit_pipe code. 2014-08-20 16:04:30 +00:00
sparc64 Add fueword(9) and casueword(9) functions. They are like fuword(9) 2014-10-28 15:22:13 +00:00
sys Add DEV_MODULE_ORDERED(). 2014-11-07 20:15:23 +00:00
teken
tools Allow the make_dtb script to work outside of a "make buildkernel" context 2014-08-30 22:39:15 +00:00
ufs When non-forced unmount or remount rw->ro is performed, writes on UFS 2014-11-02 13:14:55 +00:00
vm Fix mis-spelling of bits and types names in the 2014-11-04 19:56:04 +00:00
x86 MFamd64: Add support for extended FPU states on i386. This includes 2014-11-02 22:58:30 +00:00
xdr
xen xen: implement the privcmd user-space device 2014-10-22 17:07:20 +00:00
Makefile Remove "pci" from CSCOPEDIRS. 2014-09-23 06:32:19 +00:00