freebsd-dev/sys
Alexander V. Chernikov 6369f51bc8 Make ng_netflow(9) use new routing KPI.
Netflow module is supposed to store (along with fields like
  gateway address and interface index) matched netmask for each record.
  This (currently) requires returning individual route entries, instead
  of optimized next-hop structure. Given that, use control-plane
  rib_lookup_info() function to avoid accessing rtentries directly.
While rib_lookup_info() might be slower, than fibX_lookup() flavours,
  it is more scalable than rtalloc1_fib(), because rtentry mutex is
  not acquired.
2016-01-14 13:14:12 +00:00
..
amd64 Regen after r293907. 2016-01-14 10:15:21 +00:00
arm Fix the spelling of fueword* to eliminate compile warnings about mismatched 2016-01-13 14:39:39 +00:00
arm64 Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall 2016-01-09 20:18:53 +00:00
boot Fix GCC warnings causing build failure after r293724 2016-01-14 09:22:01 +00:00
bsm
cam Convert sys/cam to use make_dev_s(). 2016-01-07 20:22:55 +00:00
cddl Fix importing l2arc device by guid 2016-01-11 22:15:46 +00:00
compat Call crextend() before copying old credentials to the new credentials 2016-01-14 10:16:25 +00:00
conf sfxge: add accessors for license-related MCDI calls to common code 2016-01-14 09:19:28 +00:00
contrib Convert ipfilter to the new routing KPI. 2016-01-10 07:50:35 +00:00
crypto Break up opencrypto/xform.c so it can be reused piecemeal 2015-12-30 22:43:07 +00:00
ddb
dev sfxge: cleanup: quieten efx_mcdi_read_resonse_header error reporting 2016-01-14 09:20:25 +00:00
fs Make devfs_fpdrop() static. It was not a public KPI, and it has no 2016-01-13 14:03:06 +00:00
gdb
geom Make additional parts of sys/geom/eli more usable in userspace 2016-01-07 05:47:34 +00:00
gnu
i386 Regen after r293907. 2016-01-14 10:15:21 +00:00
isa
kern Call crextend() before copying old credentials to the new credentials 2016-01-14 10:16:25 +00:00
kgssapi Unset the gss kernel state when gssd exits 2016-01-01 17:06:16 +00:00
libkern
mips Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall 2016-01-09 20:18:53 +00:00
modules sfxge: add accessors for license-related MCDI calls to common code 2016-01-14 09:19:28 +00:00
net Remove now-unused wrappers for various routing functions. 2016-01-14 08:54:44 +00:00
net80211 Remove sys/eventhandler.h from net/route.h 2016-01-09 09:34:39 +00:00
netgraph Make ng_netflow(9) use new routing KPI. 2016-01-14 13:14:12 +00:00
netinet Fail the SCTP_GET_ASSOC_NUMBER and SCTP_GET_ASSOC_ID_LIST 2016-01-14 11:25:28 +00:00
netinet6 Verify the packet length in sctp6_input(). 2016-01-14 10:11:10 +00:00
netipsec
netnatm
netpfil Initialize error value ta_lookup_kfib() by default to please compiler. 2016-01-10 08:37:00 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Finish r275196: do not dereference rtentry in if_output() routines. 2016-01-09 16:34:37 +00:00
opencrypto Break up opencrypto/xform.c so it can be reused piecemeal 2015-12-30 22:43:07 +00:00
pc98
powerpc Remove dead code and dead comments, most notably the implemenation of the 2016-01-10 18:00:01 +00:00
riscv/include
rpc
security Move the funsetown(9) call from audit_pipe_close() to cdevpriv 2016-01-13 14:02:07 +00:00
sparc64 Implement vsyscall hack. Prior to 2.13 glibc uses vsyscall 2016-01-09 20:18:53 +00:00
sys Call crextend() before copying old credentials to the new credentials 2016-01-14 10:16:25 +00:00
teken
tests
tools
ufs
vm Fix the domain iterator to not try the first-touch / fixed domain 2016-01-10 17:53:43 +00:00
x86 hyperv: use x86 generic code to do the hypervisor detection 2016-01-14 02:50:13 +00:00
xdr
xen Clean up unused-but-set-variable spotted by gcc-4.9. 2015-12-31 01:54:07 +00:00
Makefile