1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sys
Hiren Panchasara 4d5e6ef665 Remove a couple of TUNABLE_INT() calls which are unnecessary after r267961.
r267961 did remove them but they "reappeared" when ixgbe(4) rewrite happened in
r280182.

Sponsored by:		Limelight Networks
2015-07-21 06:48:36 +00:00
..
amd64 Make forking of CloudABI processes work. 2015-07-20 13:46:22 +00:00
arm Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
arm64 Fix possible coherency issues between PEs related to I-cache 2015-07-17 14:33:47 +00:00
boot move the prototype to the lib.h header.. This makes more sense, and 2015-07-18 22:47:46 +00:00
bsm
cam Create a dedicated function for ensuring that cdir and rdir are populated. 2015-07-11 16:22:48 +00:00
cddl Add an API for easily creating userspace threads in kernelspace. 2015-07-20 10:20:04 +00:00
compat Make forking of CloudABI processes work. 2015-07-20 13:46:22 +00:00
conf Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
contrib Implement CloudABI memory management system calls. 2015-07-17 09:00:38 +00:00
crypto Complete the move that was started w/ r263218.. For some reason I 2015-07-11 03:12:34 +00:00
ddb Fix KSTACK_PAGES issue when the default value was changed in KERNCONF 2015-07-16 10:46:52 +00:00
dev Remove a couple of TUNABLE_INT() calls which are unnecessary after r267961. 2015-07-21 06:48:36 +00:00
fs The si_status field of the siginfo_t, provided by the waitid(2) and 2015-07-18 09:02:50 +00:00
gdb
geom Add a new option to gpart(8) to fix Lenovo BIOS boot issue 2015-07-15 02:23:55 +00:00
gnu
i386 Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
isa
kern Add an API for easily creating userspace threads in kernelspace. 2015-07-20 10:20:04 +00:00
kgssapi
libkern Remove checks for __ARM_EABI__, we only build for EABI now. 2015-07-09 21:02:40 +00:00
mips Populate hw.model with the CPU model information. 2015-07-14 05:14:10 +00:00
modules Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
net Prevent null-pointer dereferencing. 2015-07-20 08:21:51 +00:00
net80211
netgraph * Address review (and add a bit myself). 2015-07-12 18:14:38 +00:00
netinet fix a typo in a comment 2015-07-18 15:28:32 +00:00
netinet6 Add LLE event handler to report ND6 events to userland via rtsock. 2015-07-20 06:58:32 +00:00
netipsec Summary: Fix LINT build. The names of the new AES modes were not 2015-07-10 02:23:50 +00:00
netnatm
netpfil Add helper functions for IP checksum adjusting. Use these functions in 2015-07-20 07:26:31 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto Fix XTS, and name things a bit better... 2015-07-14 07:45:18 +00:00
pc98 Spell crypto correctly. 2015-07-14 10:47:56 +00:00
powerpc Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
rpc
security
sparc64 Fix KSTACK_PAGES issue when the default value was changed in KERNCONF 2015-07-16 10:46:52 +00:00
sys Add an API for easily creating userspace threads in kernelspace. 2015-07-20 10:20:04 +00:00
teken
tools
ufs Move chdir/chroot-related fdp manipulation to kern_descrip.c 2015-07-11 16:19:11 +00:00
vm Add an initial NUMA affinity/policy configuration for threads and processes. 2015-07-11 15:21:37 +00:00
x86 Typo in comment. 2015-07-20 19:51:41 +00:00
xdr
xen
Makefile