freebsd-dev/sys
Mark Johnston 1a5bee0849 Remove some dead code from DDB's amd64 stack unwinder.
The amd64 port copied some code from i386 to fetch function arguments and
display them in backtraces. However, it was commented out and can't easily
be implemented since the function arguments are passed in
registers rather than on the stack in amd64. Remove it in preparation for
some bug fixes in this area.

Reviewed by:	jhb
Sponsored by:	EMC / Isilon Storage Division
Differential Revision:	https://reviews.freebsd.org/D2857
2015-07-21 23:03:21 +00:00
..
amd64 Remove some dead code from DDB's amd64 stack unwinder. 2015-07-21 23:03:21 +00:00
arm Implement the lockstat provider using SDT(9) instead of the custom provider 2015-07-19 22:14:09 +00:00
arm64 Teach the GICv2 driver about the Qualcomm GICv2 compatible string. 2015-07-21 18:08:10 +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
cddl Add an API for easily creating userspace threads in kernelspace. 2015-07-20 10:20:04 +00:00
compat Make clock_gettime() and clock_getres() work for CloudABI programs. 2015-07-21 15:08:13 +00:00
conf vt: Draw logos per CPU core 2015-07-21 20:33:36 +00:00
contrib Implement CloudABI memory management system calls. 2015-07-17 09:00:38 +00:00
crypto
ddb Fix KSTACK_PAGES issue when the default value was changed in KERNCONF 2015-07-16 10:46:52 +00:00
dev Fix for a customer issue with ixl(4): 2015-07-21 21:07:18 +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 The smp_rendezvous_cpus() function should ensure that all accesses 2015-07-21 22:56:46 +00:00
kgssapi
libkern
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 IPSEC, remove variable argument function its already due. 2015-07-21 21:46:24 +00:00
netinet6 When a tunneling protocol is being used with UDP we must release the 2015-07-21 09:54:31 +00:00
netipsec IPSEC, remove variable argument function its already due. 2015-07-21 21:46:24 +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
vm
x86 Typo in comment. 2015-07-20 19:51:41 +00:00
xdr
xen
Makefile