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
/
dtrace
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r260132: Allocate the probe ID unrhdr before the DTrace kld_* event
avg
2014-02-17
1
-2
/
+2
*
MFC r257417: Remove references to an unused fasttrap probe hook
avg
2014-02-17
1
-8
/
+0
*
MFC r258622: dtrace sdt: remove the ugly sname parameter of SDT_PROBE_DEFINE
avg
2014-01-17
1
-1
/
+1
*
Initialize and free the DTrace taskqueue in the dtrace module load/unload
markj
2013-10-08
2
-0
/
+4
*
- Use make_dev_credf(MAKEDEV_REF) instead of the race-prone make_dev()+
davide
2013-09-07
1
-5
/
+1
*
Whitespace cleanup.
jhibbits
2013-09-02
1
-48
/
+48
*
Fixes for DTrace on PowerPC:
jhibbits
2013-08-31
2
-88
/
+207
*
Rename the kld_unload event handler to kld_unload_try, and add a new
markj
2013-08-24
2
-3
/
+3
*
Make dtrace_copy() actually work on PowerPC. Although unused currently,
jhibbits
2013-08-22
1
-4
/
+4
*
Fix some ppc64 dtrace bugs, and enable systrace_freebsd32 for ppc64.
jhibbits
2013-08-19
2
-0
/
+15
*
Use kld_{load,unload} instead of mod_{load,unload} for the linker file load
markj
2013-08-14
2
-7
/
+7
*
FreeBSD's DTrace implementation has a few problems with respect to handling
markj
2013-08-13
2
-0
/
+8
*
opensolaris code: translate INVARIANTS to DEBUG and ZFS_DEBUG
avg
2013-08-06
2
-0
/
+4
*
dtrace disassembler: take the latest/last CDDL code from OpenSolaris
avg
2013-07-29
4
-388
/
+3680
*
Hide references to mod_lock. In FreeBSD it is always acquired with the
markj
2013-07-05
3
-9
/
+8
*
SDT probes can directly pass up to five arguments as arguments to
markj
2013-06-02
1
-1
/
+1
*
Port the SDT test now that it's possible to create SDT probes that take
markj
2013-06-02
1
-0
/
+37
*
Bring back part of r249367 by adding DTrace's temporal option, which allows
markj
2013-05-12
1
-0
/
+2
*
Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,
jhibbits
2013-03-18
3
-43
/
+101
*
Fix warning: comparison of unsigned expression < 0 is always false.
pluknet
2013-02-08
1
-1
/
+1
*
Fix the PowerPC DTrace copy functions. The kernel doesn't hold the same view to
jhibbits
2013-02-03
2
-66
/
+61
*
Correct a series of errors in the hand-rolled locking for drace_debug.c:
rstone
2012-12-23
1
-44
/
+54
*
Implement DTrace for PowerPC. This includes both 32-bit and 64-bit.
jhibbits
2012-11-07
4
-0
/
+1067
*
Change UL to ULL since time is 32 bits.
gnn
2012-07-17
2
-2
/
+2
*
Add support for walltimestamp in DTrace.
gnn
2012-07-16
2
-4
/
+14
*
r237748 continuation: fix nopw (0f 1f) behavior with respect to modifiers
avg
2012-07-06
2
-2
/
+2
*
r237748 continuation: segment-override prefixes are not invalid in long mode
avg
2012-07-06
2
-8
/
+8
*
dtrace instruction decoder: add 0x0f 0x1f NOP opcode support
avg
2012-06-29
2
-2
/
+2
*
Integrate a fix for a very odd signal delivery problem found
gnn
2012-06-04
2
-14
/
+24
*
Fix DTrace TSC skew calculation:
zml
2012-06-04
2
-2
/
+2
*
- For o32 ABI get arguments from the stack
gonzo
2012-03-26
1
-0
/
+28
*
Properly cast 64-bit dofhp_dof to pointer.
gonzo
2012-03-26
1
-5
/
+1
*
Use macroses to load/store pointers and increase indexes instead of
gonzo
2012-03-26
1
-11
/
+11
*
Add device part of DTrace/MIPS code
gonzo
2012-03-24
4
-0
/
+1266
*
On i386, fbt probes are implemented by writing an invalid opcode over
rstone
2011-11-10
1
-3
/
+3
*
Define dtrace_cmpset_long in terms of atomic_cmpset_long
marcel
2011-10-16
1
-43
/
+3
*
With retirement of cpumask_t and usage of cpuset_t for representing a
attilio
2011-07-04
2
-4
/
+4
*
MFC
attilio
2011-05-10
2
-42
/
+2
|
\
|
*
dtrace: remove unused code
avg
2011-05-10
2
-42
/
+2
*
|
Commit the support for removing cpumask_t and replacing it directly with
attilio
2011-05-05
2
-8
/
+11
|
/
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
2
-2
/
+2
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
2
-2
/
+2
*
dtrace_xcall: no need for special handling of curcpu
avg
2010-12-07
2
-32
/
+6
*
dtrace_gethrtime_init: pin to master while examining other CPUs
avg
2010-12-07
2
-8
/
+10
*
Make the /dev/dtrace/helper node have the mode 0660. This allows
rpaulo
2010-09-01
1
-1
/
+1
*
Destroy the helper device when unloading.
rpaulo
2010-08-22
1
-0
/
+1
*
Add more compatibility structure members needed by the upcoming fasttrap
rpaulo
2010-08-22
1
-3
/
+33
*
Kernel DTrace support for:
rpaulo
2010-08-22
6
-218
/
+573
*
Add a function compatibility function dtrace_instr_size_isa() that on
rpaulo
2010-08-22
2
-0
/
+14
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
4
-18
/
+6
[next]