freebsd-dev/sys/cddl/dev/dtrace
Glen Barber 37a107a407 Revert r267961, r267973:
These changes prevent sysctl(8) from returning proper output,
such as:

 1) no output from sysctl(8)
 2) erroneously returning ENOMEM with tools like truss(1)
    or uname(1)
 truss: can not get etype: Cannot allocate memory
2014-06-27 22:05:21 +00:00
..
amd64 Fix a couple of bugs on amd64 when fetching probe arguments beyond the 2014-06-23 01:10:56 +00:00
i386 Fix some bugs when fetching probe arguments in i386. Firstly ensure that 2014-06-23 02:00:14 +00:00
mips - For o32 ABI get arguments from the stack 2012-03-26 21:47:06 +00:00
powerpc ELF PowerPC64 ABI puts the LR save word at 16 byte offset, not 8. 2013-10-25 00:17:12 +00:00
x86 Update dis_tables.c to the latest Illumos version. 2014-05-15 01:06:27 +00:00
dtrace_anon.c
dtrace_cddl.h MFV illumos r266986: 2014-06-26 19:38:16 +00:00
dtrace_debug.c Correct a series of errors in the hand-rolled locking for drace_debug.c: 2012-12-23 15:50:37 +00:00
dtrace_hacks.c
dtrace_ioctl.c Continue the crusade towards a dev_clone()-free kernel, removing its 2014-06-25 03:54:02 +00:00
dtrace_load.c Continue the crusade towards a dev_clone()-free kernel, removing its 2014-06-25 03:54:02 +00:00
dtrace_modevent.c
dtrace_sysctl.c Revert r267961, r267973: 2014-06-27 22:05:21 +00:00
dtrace_test.c dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE 2013-11-26 08:46:27 +00:00
dtrace_unload.c Continue the crusade towards a dev_clone()-free kernel, removing its 2014-06-25 03:54:02 +00:00
dtrace_vtime.c