freebsd-skq/sys
andrew d7364a04ae Rework exception entry to help with DTrace. We now store the stack pointer
before adjusting it to store any registers. This is needed as DTrace may
need to adjust the kernel stack pointer, and previously the new stack
pointer would have needed to be checked incase it was changed.
2015-06-06 21:52:46 +00:00
..
amd64 The 'verify_gla()' function is used to ensure that the effective address 2015-06-05 21:22:26 +00:00
arm Include a header required for vtophys(). 2015-06-06 14:26:40 +00:00
arm64 Rework exception entry to help with DTrace. We now store the stack pointer 2015-06-06 21:52:46 +00:00
boot dnode_read: fixup r284025, BP_IS_HOLE macro expects a pointer 2015-06-05 17:02:21 +00:00
bsm
cam Fix wrong function name in error message. 2015-06-05 20:30:36 +00:00
cddl Add missed {}. 2015-05-27 19:28:14 +00:00
compat Finish r283544. In exec case properly detach threads from user space 2015-06-06 06:12:14 +00:00
conf Change EM_MULTIQUEUE to a real kernconf entry and enable support for 2015-06-03 18:01:09 +00:00
contrib MFV: r283965 2015-06-03 19:39:59 +00:00
crypto In the version of gcc in the FreeBSD tree, this modification was made to 2015-04-16 17:42:52 +00:00
ddb ddb: de-register 2015-05-23 14:59:27 +00:00
dev Revert previous change. The magical constants can't be changed 2015-06-06 17:04:36 +00:00
fs unionfs: fix suspendability check bugs 2015-06-06 16:36:13 +00:00
gdb CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
geom CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
gnu The GNU Amlogic DTS files have some errors (e.g. bad register 2015-04-11 08:17:39 +00:00
i386 When I merged the lemul branch I missied kib@'s r282708 commit. 2015-05-25 20:44:46 +00:00
isa
kern Revert 284029, update imgact_binmisctl.c change mtx to reader count, at the 2015-06-05 18:16:10 +00:00
kgssapi
libkern Add more __aeabi_memcpy functions, later versions of clang generate calls 2015-05-31 07:31:20 +00:00
mips Similarly to other architecture, add the include for cpufunc.h which is 2015-05-28 12:33:21 +00:00
modules Turns out amd64 is hit too by ix. When it works, turn it back on. 2015-06-06 17:08:06 +00:00
net CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
net80211 For now, just default to presenting "found" channels as 11g, not 11b. 2015-06-05 06:49:08 +00:00
netgraph CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netinet Export a pointer to the SCTP socket. This is needed to add SCTP support 2015-06-04 12:46:56 +00:00
netinet6 Move RTM announces into generic code to be independent from Layer2 code. 2015-05-29 10:24:16 +00:00
netipsec CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netnatm
netpfil CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten 2015-05-22 17:05:21 +00:00
netsmb
nfs Avoid closing unallocated socket in case socreate fails. 2015-02-28 20:30:29 +00:00
nfsclient Remove some oldnfs remnants. 2015-04-18 16:08:06 +00:00
nfsserver Use M_SIZE() instead of hand-crafted (and mostly correct) NFSMSIZ() macro 2015-01-07 17:22:56 +00:00
nlm
ofed Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3 2015-05-27 13:42:28 +00:00
opencrypto Use the correct number of arguments for the 2015-05-25 01:31:39 +00:00
pc98 Build GENERIC with RACCT/RCTL support by default. Note that it still 2015-05-14 14:03:55 +00:00
powerpc The kernel sends signals to the processes via ABI specific sv_sendsig method. 2015-05-24 17:56:02 +00:00
rpc Remove hard limits on number of accepting NFS connections. 2015-04-07 10:25:27 +00:00
security cred: add proc_set_cred helper 2015-03-16 00:10:03 +00:00
sparc64 The kernel sends signals to the processes via ABI specific sv_sendsig method. 2015-05-24 17:56:02 +00:00
sys Change BUS_PROBE_HOOVER from -500 to -1000000. We have PCI bus drivers 2015-06-06 17:25:45 +00:00
teken
tools
ufs Syncing a directory vnode might drop the vnode lock in the 2015-06-03 20:48:00 +00:00
vm Add a new file operations hook for mmap operations. File type-specific 2015-06-04 19:41:15 +00:00
x86 Remove several write-only variables, all reported by the gcc 4.9 2015-05-29 13:24:17 +00:00
xdr
xen xen: introduce a newbus function to allocate unused memory 2015-05-08 14:48:40 +00:00
Makefile Kill EoL whitespace. 2015-05-29 14:03:07 +00:00