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
*
Drop KTR records when we're in the debugger so that the debugger isn't
marcel
2014-07-02
1
-1
/
+2
*
Compile fixes:
hselasky
2014-06-28
1
-5
/
+1
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-20
/
+4
*
Revert r267961, r267973:
gjb
2014-06-27
1
-4
/
+20
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-20
/
+4
*
Don't lose track of the KTR entries copied from 'ktr_buf_init[]' to the
neel
2014-03-22
1
-1
/
+3
*
Drop the 3rd clause from all 3 clause BSD licenses where I am the sole
jhb
2014-02-05
1
-3
/
+0
*
ktr: correctly handle possible wrap-around in the boot buffer
avg
2013-02-08
1
-1
/
+5
*
ktr: prevent possible footshooting with KTR_ENTRIES and KTR_BOOT_ENTRIES
avg
2013-02-04
1
-1
/
+1
*
ktr: copy content from the early static buffer if KTR_ENTRIES !=
avg
2013-02-04
1
-0
/
+1
*
allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)
avg
2013-02-03
1
-2
/
+28
*
Use uint instead of int for flags exported via sysctl.
alfred
2012-12-07
1
-3
/
+3
*
- Implement run-time expansion of the KTR buffer via sysctl.
jeff
2012-11-15
1
-23
/
+89
*
Post r222812 KTR_CPUMASK started being initialized only as a tunable
attilio
2012-08-30
1
-7
/
+5
*
Until now KTR_ENTRIES, which defines the size of circular buffer used in
davide
2012-07-30
1
-2
/
+2
*
Use strchr() and strrchr().
ed
2012-01-02
1
-3
/
+3
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
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
[next]