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
*
Add FBT for PowerPC DTrace. Also, clean up the DTrace assembly code,
jhibbits
2013-03-18
4
-43
/
+1422
*
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
6
-1
/
+1076
*
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
*
Instead of only iterating over the set of known SDT probes when sdt.ko is
rstone
2012-03-27
1
-2
/
+5
*
- 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
6
-1
/
+1274
*
Correct the types of the arguments to return probes of the syscall
rstone
2011-11-11
1
-2
/
+7
*
On i386, fbt probes are implemented by writing an invalid opcode over
rstone
2011-11-10
1
-3
/
+3
*
Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.
ed
2011-11-07
2
-2
/
+2
*
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-16
2
-20
/
+32
*
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
3
-9
/
+14
|
/
*
Stripped '32' suffix from linux systrace module name on i386.
art
2011-04-08
1
-2
/
+3
*
Use atomic load & store for TSC frequency. It may be overkill for amd64 but
jkim
2011-04-07
2
-2
/
+2
*
add DTrace systrace support for linux32 and freebsd32 on amd64 syscalls
avg
2011-03-12
1
-18
/
+45
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
2
-2
/
+2
*
cyclic xcall: use smp_no_rendevous_barrier as setup function parameter
avg
2010-12-17
1
-2
/
+2
*
opensolaris cyclic: fix deadlock and make a little bit closer to upstream
avg
2010-12-07
1
-175
/
+164
*
opensolaris cyclic xcall: no need for special handling of curcpu
avg
2010-12-07
1
-9
/
+3
*
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
7
-221
/
+585
*
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
5
-22
/
+7
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
1
-1
/
+0
*
Rename the cyclic global variable lapic_cyclic_clock_func to just
rpaulo
2010-04-20
1
-3
/
+3
*
The amd64 version of the cyclic dtrace module is a verbatim copy of the
rpaulo
2010-04-20
1
-133
/
+0
*
dtrace_gethrtime: improve scaling of TSC ticks to nanoseconds
avg
2009-07-15
2
-4
/
+95
*
dtrace/amd64: fix virtual address checks
avg
2009-06-24
2
-9
/
+6
*
Add the OpenSolaris dtrace lockstat provider. The lockstat provider
sson
2009-05-26
1
-0
/
+327
*
Move dtnfsclient.c in the cddl tree to nfs_kdtrace.c in the nfsclient
rwatson
2009-03-25
1
-545
/
+0
*
Add DTrace probes to the NFS access and attribute caches. Access cache
rwatson
2009-03-24
1
-54
/
+256
*
Add dtnfsclient, a first cut at an NFSv2/v3 client reuest DTrace
rwatson
2009-03-22
1
-0
/
+343
[next]