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
*
Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.
attilio
2011-05-31
1
-10
/
+51
*
Revert a change that crept in during MFC.
attilio
2011-05-31
1
-51
/
+10
*
MFC
attilio
2011-05-31
1
-10
/
+51
|
\
*
|
Revert a patch that unvolountary sneaked in while I was MFCing.
attilio
2011-05-23
1
-16
/
+9
*
|
MFC
attilio
2011-05-23
1
-9
/
+16
|
/
*
Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/
netchild
2011-02-25
1
-0
/
+2
*
Probabilly defaulting to KTR_GEN is not the right decision when KTR_MASK
attilio
2010-07-21
1
-1
/
+1
*
Change the semantics of the debug.ktr.alq_enable control so that when you
julian
2010-04-14
1
-24
/
+30
*
Style fixes.
jhb
2010-03-11
1
-10
/
+10
*
Add descriptions for debug.ktr sysctl nodes.
jhb
2010-03-10
1
-5
/
+10
*
Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:
rwatson
2006-09-09
1
-3
/
+0
*
Simplify the pager support in DDB. Allowing different db commands to
jhb
2006-07-12
1
-10
/
+7
*
Whitespace.
jhb
2006-01-27
1
-3
/
+3
*
Add a new sysctl, debug.ktr.clear. If you write a non-zero value to this
jhb
2006-01-27
1
-0
/
+20
*
Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdef
jhb
2006-01-25
1
-1
/
+0
*
- Add curthread to the state that ktr is saving. The extra information is
jeff
2005-06-10
1
-3
/
+6
*
Modify the alq(9) alq_open() API to accept a file creation mode, rather
rwatson
2005-04-16
1
-2
/
+2
*
- Change the ddb paging "support" to use a variable (db_lines_per_page) to
jhb
2004-11-01
1
-1
/
+1
*
Remove unused macro.
jhb
2004-09-20
1
-2
/
+0
*
Export KTR_COMPILE as a sysctl so you can easily check from user space
rwatson
2004-07-23
1
-0
/
+3
*
Update the license on this file to be a bit more sane.
jhb
2003-09-10
1
-13
/
+13
*
Both 'c' an 'lines' are unused, the bogus init of lines was accidentally
jhb
2003-08-02
1
-2
/
+1
*
Fix kernel build -- 'c' was the unused var, not 'lines'.
obrien
2003-08-01
1
-1
/
+1
*
Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the new
jhb
2003-07-31
1
-23
/
+11
*
Add an explicit credential argument to alq_open() to allow the caller to
rwatson
2003-06-22
1
-2
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
- Add a td_pflags field to struct thread for private flags accessed only by
jhb
2003-06-09
1
-3
/
+3
*
Move the flag that indicates an idle thread from the KSE to the thread.
julian
2003-05-02
1
-1
/
+1
*
Trim leading "../" sequences from filenames.
jhb
2003-03-11
1
-0
/
+3
*
Add a /a modifier to the show ktr ddb command, which prints the whole trace
jake
2003-02-22
1
-1
/
+7
*
- 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
[next]