freebsd-skq/sys
Andrew Turner ae69172343 Use the kernel stack in the ARM FBT DTrace provider. This is used to find
the fifth argument to functions being traced, however there was an error
where the userspace stack was being used. This may be invalid leading to
a kernel panic if this address is unmapped.

Submitted by:	Graeme Jenkinson <graeme.jenkinson@cl.cam.ac.uk>
MFC after:	1 week
Differential Revision:	https://reviews.freebsd.org/D9229
2017-01-18 13:27:24 +00:00
..
amd64 Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
arm Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
arm64 Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
boot loader: efi devpath api usage should be more aware of NULL pointers 2017-01-18 08:18:07 +00:00
bsm
cam Remove writing 'residual' field of struct ctl_scsiio. 2017-01-17 18:32:47 +00:00
cddl Use the kernel stack in the ARM FBT DTrace provider. This is used to find 2017-01-18 13:27:24 +00:00
compat Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
conf Don't compute MPATH during install. 2017-01-17 21:12:21 +00:00
contrib Sync in the latest CloudABI generated source files. 2017-01-17 22:03:08 +00:00
crypto libmd: add noexec stack annotation in skein_block_asm.s 2017-01-07 19:26:25 +00:00
ddb Revert r311952. 2017-01-14 22:06:25 +00:00
dev cxgbe/tom: Fix a case where do_pass_accept_req wasn't properly restoring 2017-01-18 03:35:42 +00:00
fs tmpfs: manage tm_pages_used with atomics 2017-01-14 06:20:36 +00:00
gdb
geom Report random flash storage as non-rotating to GEOM_DISK. 2017-01-12 08:53:10 +00:00
gnu Add Ingenic X1000 DTS files (unofficial). 2016-11-19 15:03:49 +00:00
i386 Catch up with changes to structure member names. 2017-01-17 22:05:52 +00:00
isa
kern disambiguate msleep KASSERT diagnostics 2017-01-16 20:34:42 +00:00
kgssapi
libkern libkern: Remove obsolete 'register' keyword 2017-01-12 17:02:29 +00:00
mips [ar71xx] add EARLY_PRINTF support for the rest of the non-AR933x SoCs. 2017-01-15 06:35:00 +00:00
modules Deprecate kernel configuration option EM_MULTIQUEUE now that the em(4) 2017-01-12 14:38:18 +00:00
net Fix hangs in a uniprocessor configuration (qemu, virtualbox, real hw). 2017-01-15 00:50:10 +00:00
net80211 [net80211] add some more "is this XXX" macros for CTRL and DATA. 2017-01-15 19:49:47 +00:00
netgraph Changes to allow the patching of packets with an offset (and other changes.. see man page) 2016-12-02 10:47:10 +00:00
netinet Add a new socket option SO_TS_CLOCK to pick from several different clock 2017-01-16 17:46:38 +00:00
netinet6 Improve some of the sysctl descriptions added in r299827. 2017-01-16 19:35:19 +00:00
netipsec Add direction argument to ipsec_setspidx_inpcb() function. 2017-01-08 12:40:07 +00:00
netnatm
netpfil Initialize IPFW static rules rmlock with RM_RECURSE flag. 2017-01-17 10:50:28 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Move the ConnectX-3 and ConnectX-2 driver from sys/ofed into sys/dev/mlx4 2016-09-30 08:23:06 +00:00
opencrypto Add support for the fpu_kern(9) KPI on arm64. It hooks into the existing 2016-10-20 09:22:10 +00:00
pc98 Add a COMPAT_FREEBSD11 kernel option. 2016-12-09 18:54:12 +00:00
powerpc Use the explicit expanded form of cmp. 2017-01-18 03:42:21 +00:00
riscv Disable superpages reservations as we don't have implemented them yet. 2016-11-21 12:00:31 +00:00
rpc
security Audit 'fd' and 'cmd' arguments to fcntl(2), and when generating BSM, 2016-11-22 00:41:24 +00:00
sparc64 Trim a few comments on platforms that did not implement mmap of /dev/kmem. 2017-01-13 21:52:53 +00:00
sys Add a new socket option SO_TS_CLOCK to pick from several different clock 2017-01-16 17:46:38 +00:00
teken
tests
tools Replace using of objdump with elfdump 2017-01-10 18:46:40 +00:00
ufs Use type-independent formats for printing nlink_t and ino_t. 2017-01-06 16:59:33 +00:00
vm Avoid unnecessary page lookups in vm_object_madvise(). 2017-01-15 03:50:08 +00:00
x86 "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
xdr
xen "Buses" is the preferred plural of "bus" 2017-01-15 17:54:01 +00:00
Makefile