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
/
kern
/
kern_ktr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Export the alq daemon thread pointer.
jeff
2002-09-26
1
-1
/
+2
*
- Add support for logging KTR via ALQ. This is optional and enabled by the
jeff
2002-09-22
1
-3
/
+92
*
Remove a stale comment.
jake
2002-04-06
1
-4
/
+0
*
Include machine/ktr.h for sparc64 so we pick up KTR_CPU.
jake
2002-04-06
1
-0
/
+3
*
ktr changes to improve performance and make writing a userland utility to
jake
2002-04-01
1
-70
/
+47
*
Read KTR_CPU into a temporary variable so that we use a consistent value
jhb
2002-03-08
1
-7
/
+4
*
Print parm6 too in the !KTR_EXTEND case.
jake
2002-01-01
1
-1
/
+1
*
Modify the critical section API as follows:
jhb
2001-12-18
1
-3
/
+3
*
Use a per-thread variable for keeping state when a thread is processing
jhb
2001-12-13
1
-10
/
+8
*
Overhaul the per-CPU support a bit:
jhb
2001-12-11
1
-1
/
+1
*
Missed an assignment of arg6 in previous commit.
obrien
2001-12-10
1
-0
/
+1
*
Adjust for the addition of CTR6.
obrien
2001-12-10
1
-1
/
+1
*
- Replace the unused KTR_IDLELOOP trace class with a new KTR_WITNESS trace
jhb
2001-06-25
1
-14
/
+17
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-1
/
+0
*
"Fix" the previous initial attempt at fixing TUNABLE_INT(). This time
peter
2001-06-08
1
-3
/
+3
*
Back out part of my previous commit. This was a last minute change
peter
2001-06-07
1
-3
/
+3
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-6
/
+6
*
Switch from save/disable/restore_intr() to critical_enter/exit().
jhb
2001-03-28
1
-4
/
+4
*
- In the KTR_EXTEND case, use a const char * to point to the passed in
jhb
2001-02-20
1
-5
/
+5
*
- Abolish the 'show ktr_first' and 'show ktr_next' commands.
jhb
2001-02-20
1
-40
/
+38
*
Work around some sizeof(long) != sizeof(int) bogons.
jhb
2001-02-09
1
-1
/
+1
*
Change the ktr ddb commands to be show commands. The commands are now as
jhb
2001-02-09
1
-4
/
+4
*
Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables
jake
2001-01-10
1
-1
/
+1
*
- Move all of the KTR sysctl's under a new debug.ktr mib.
jhb
2001-01-06
1
-17
/
+26
*
Partially revert revision 1.7: Only use getnanotime instead of
grog
2000-12-29
1
-1
/
+9
*
Add in MI implementations of the KTR trace buffer ddb commands. The
jhb
2000-12-15
1
-0
/
+97
*
- Don't bother taking a trace message if we have panic'd since doing so
jhb
2000-12-12
1
-1
/
+3
*
Ahem, fix the disclaimer portion of the copyright so it disclaim's the
jhb
2000-11-21
1
-2
/
+2
*
Make ktr_verbose a bit more useful:
jhb
2000-11-15
1
-0
/
+5
*
Don't overwrite the filename for KTR_EXTEND with "../../kern/kern_ktr.c".
jhb
2000-11-10
1
-1
/
+0
*
Fix SMP kernel compiles by #include'ing machine/globals.h to get the
jhb
2000-11-10
1
-0
/
+1
*
- Remove much of the inlining of the KTR tracepoints into a ktr_tracepoint()
jhb
2000-11-07
1
-2
/
+86
*
Add KTR, a facility that logs kernel events in order to to facilitate
jasone
2000-09-07
1
-0
/
+64