index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
cddl
/
dev
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r313841, r313850:
markj
2017-03-10
2
-2
/
+20
*
MFC r313133:
markj
2017-02-17
2
-53
/
+639
*
MFC r303796:
jhibbits
2016-12-23
2
-2
/
+8
*
MFC: 309069
gnn
2016-12-20
2
-0
/
+14
*
MFC r306570:
markj
2016-10-24
4
-13
/
+0
*
MFC r306220:
markj
2016-10-02
1
-2
/
+4
*
Set oldfp so the check for fp == oldfp works as expected.
andrew
2016-05-31
1
-1
/
+3
*
Correct the implementation of dtrace_interrupt_disable/enable.
br
2016-05-27
1
-2
/
+3
*
Fix dtrace_interrupt_disable and dtrace_interrupt_enable by having the
andrew
2016-05-27
1
-1
/
+2
*
Try to unbreak the build after r300611 by including the header
bz
2016-05-24
1
-0
/
+1
*
Add initial DTrace support for RISC-V.
br
2016-05-24
7
-0
/
+1103
*
Mark all memory before the kernel as toxic to DTrace.
andrew
2016-05-24
1
-1
/
+1
*
Add an EARLY_AP_STARTUP option to start APs earlier during boot.
jhb
2016-05-14
4
-24
/
+74
*
Implement FBT provider (MD part) for DTrace on MIPS.
br
2016-05-05
4
-25
/
+280
*
add invpcid instruction to i386 dtrace disassembler tables
avg
2016-04-29
1
-1
/
+1
*
Add a kern.dtrace.err_verbose sysctl to control dtrace_err_verbose.
markj
2016-04-25
1
-5
/
+6
*
lahf/sahf are supported on some amd64 processors
avg
2016-04-22
1
-1
/
+1
*
Make the second argument of dtrace_invop() a trapframe pointer.
markj
2016-04-17
15
-73
/
+95
*
Initialize SDT probes during SI_SUB_DTRACE_PROVIDER.
markj
2016-04-10
1
-13
/
+5
*
Initialize DTrace hrtimer frequency during SI_SUB_CPU on i386 and amd64.
markj
2016-04-10
2
-36
/
+60
*
Implement dtrace_getupcstack in ARM64
wma
2016-04-06
1
-1
/
+118
*
Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.
markj
2016-03-17
6
-13
/
+0
*
Fix a couple of silly mistakes in r291962.
markj
2016-03-08
1
-2
/
+2
*
As <machine/vmparam.h> is included from <vm/vm_param.h>, there is no
skra
2016-02-22
3
-3
/
+0
*
ARM: Rename remaining ARMv4 specific function in DTrace code.
mmel
2016-02-06
1
-1
/
+1
*
Be stricter on which functions we can probe with FBT. We now only check the
andrew
2015-12-23
1
-5
/
+13
*
Support an arbitrary number of arguments to DTrace syscall probes.
markj
2015-12-17
2
-38
/
+54
*
Remove the unused systrace device file and fix style bugs.
markj
2015-12-16
1
-61
/
+41
*
Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.
markj
2015-12-07
1
-16
/
+38
*
Allow the artificial profile frames to be adjusted as needed by the user.
andrew
2015-12-05
1
-6
/
+9
*
Move the check to see if we are tracing a function with the DTrace Function
andrew
2015-12-05
1
-17
/
+13
*
Fix a bug in the amd64 dtrace_getarg() implementation: when unwinding the
markj
2015-11-19
1
-2
/
+2
*
Rename remaining linux32 symbols such as linux_sysent[] and
jhb
2015-10-22
1
-10
/
+34
*
sdt: static-ize couple of variables
avg
2015-09-29
1
-2
/
+2
*
sdt module does not seem to actually use any symbol from opensolaris module
avg
2015-09-29
1
-1
/
+0
*
std: it is important that func name is never an empty string
avg
2015-09-29
1
-0
/
+2
*
sdt: start checking version field when parsing probe definitions
avg
2015-09-29
1
-0
/
+6
*
dtrace_getarg: remove stray return statement on amd64, powerpc
avg
2015-09-29
2
-2
/
+0
*
Remove the arg0 field from struct amd64_frame. Its existence was a bug,
markj
2015-09-11
1
-1
/
+1
*
Remove a couple of unused fields from the FBT probe struct.
markj
2015-08-03
5
-6
/
+0
*
Remove checks for a NULL return value from M_WAITOK allocations.
markj
2015-07-21
1
-10
/
+4
*
Implement the lockstat provider using SDT(9) instead of the custom provider
markj
2015-07-19
2
-330
/
+5
*
Modify lockstat_nsecs() to just return unless lockstat probes are actually
markj
2015-07-18
1
-0
/
+4
*
When checking for the valid value of the frame pointer, verify that it
kib
2015-07-16
2
-8
/
+8
*
Use single instance of the identical INKERNEL() and PMC_IN_KERNEL()
kib
2015-07-02
1
-3
/
+0
*
First cut of DTrace for AArch64.
br
2015-07-01
8
-3
/
+1039
*
Add a central location for exclusion checks. We check
br
2015-07-01
2
-0
/
+32
*
Don't re-define LOCORE when dtrace is built-in to the kernel.
br
2015-06-10
1
-1
/
+0
*
Remove unused references to calltrap.
markj
2015-05-25
2
-4
/
+0
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-2
/
+2
[next]