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
/
contrib
/
opensolaris
/
uts
/
common
/
dtrace
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r302507:
markj
2016-07-15
1
-1
/
+1
*
Add initial DTrace support for RISC-V.
br
2016-05-24
1
-1
/
+1
*
Allow DOF sections with excessively long probe function components.
markj
2016-04-25
1
-1
/
+11
*
Implement support for boot-time DTrace.
markj
2016-04-10
1
-49
/
+112
*
Remove unused variables dtrace_in_probe and dtrace_in_probe_addr.
markj
2016-03-17
1
-4
/
+0
*
Fix fasttrap tracepoint locking.
markj
2016-03-08
1
-8
/
+11
*
MFV r296306: 6604 harden DIF bounds checking
markj
2016-03-08
1
-2
/
+75
*
MFV r289003:
markj
2015-12-07
2
-18
/
+21
*
Modify DTRACEHIOC_ADDDOF to copy the DOF section from the target process.
markj
2015-12-07
1
-18
/
+65
*
Make the number of fasttrap probes and the size of the trace points hash table
stas
2015-12-01
1
-8
/
+21
*
MFV r288408:
markj
2015-09-30
1
-8
/
+59
*
MFV r283513:
markj
2015-09-11
1
-2
/
+12
*
MFV r283512:
markj
2015-09-11
1
-3
/
+3
*
Avoid dereferencing curthread->td_proc->p_cred in DTrace probe context.
markj
2015-08-02
1
-2
/
+6
*
First cut of DTrace for AArch64.
br
2015-07-01
1
-1
/
+2
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
1
-2
/
+2
*
Fix DTrace's panic() action.
markj
2015-04-24
1
-0
/
+4
*
libdtrace: add support for lazyload mode.
markj
2015-04-08
1
-16
/
+30
*
Remove unused upstream DTrace provider implementations that are duplicates
markj
2015-03-16
4
-2193
/
+0
*
Initial version of DTrace on ARM32.
gnn
2015-02-10
1
-1
/
+1
*
Fix a typo in r278137: make sure to free provider state.
markj
2015-02-08
1
-1
/
+1
*
MFV r266995:
pfg
2015-02-03
1
-2
/
+3
*
MFV r266993:
pfg
2015-02-03
1
-31
/
+54
*
Continue to handle the case where state is NULL, though this currently
markj
2015-02-03
1
-4
/
+13
*
Diff reduction with illumos, in preparation for merging r266993 from the
markj
2015-02-03
1
-13
/
+10
*
Don't attempt to disable enabled fasttrap probes in an exiting process.
markj
2015-01-30
1
-2
/
+7
*
In fasttrap_sigtrap(), use tdsendsignal() rather than tdksignal() to send
markj
2015-01-30
1
-1
/
+1
*
Mechanically convert cddl sun #ifdef's to illumos
smh
2015-01-17
2
-193
/
+193
*
remove opensolaris cyclic code, replace with high-precision callouts
avg
2014-12-07
1
-1
/
+0
*
MFV r275535:
delphij
2014-12-06
2
-5
/
+5
*
Follow up to r225617. In order to maximize the re-usability of kernel code
davide
2014-10-16
1
-1
/
+1
*
Add missing proctree locking to fill_kinfo_proc consumers.
mjg
2014-08-30
1
-0
/
+4
*
MFC r270195:
delphij
2014-08-20
2
-9
/
+9
*
MFV r270193:
delphij
2014-08-20
1
-4
/
+4
*
Return 0 for the PPID of threads in process 0, as process 0 doesn't have a
markj
2014-08-04
1
-1
/
+4
*
Merge from OpenSolaris (24-Jul-2010):
pfg
2014-07-05
1
-14
/
+64
*
Merge from OpenSolaris (30-Jun-2009):
pfg
2014-07-03
1
-2
/
+6
*
Merge from OpenSolaris (22-Apr-2008):
pfg
2014-07-03
2
-2
/
+4
*
Merge from OpenSolaris (20-Apr-2008):
pfg
2014-07-03
1
-1
/
+8
*
Merge from OpenSolaris (15-Sep-2008):
pfg
2014-07-01
1
-4
/
+16
*
Small merges from OpenSolaris:
pfg
2014-07-01
1
-2
/
+4
*
Revert r268007, and re-adapt MFV r260708:
pfg
2014-07-01
1
-15
/
+13
*
Revert r267869:
pfg
2014-06-28
1
-13
/
+15
*
MFV illumos
rpaulo
2014-06-26
1
-34
/
+81
*
MFV illumos
rpaulo
2014-06-26
1
-0
/
+593
*
MFV illumos r266986:
rpaulo
2014-06-26
2
-39
/
+355
*
MFV r260708
pfg
2014-06-25
1
-15
/
+13
*
Continue the crusade towards a dev_clone()-free kernel, removing its
davide
2014-06-25
1
-71
/
+1
*
DTrace's pid provider works by inserting breakpoint instructions at probe
markj
2014-04-14
1
-3
/
+200
*
MFV r258379;
pfg
2014-04-02
1
-5
/
+5
[next]