aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ktr.c
Commit message (Expand)AuthorAgeFilesLines
* ktr: correctly handle possible wrap-around in the boot bufferAndriy Gapon2013-02-081-1/+5
* ktr: prevent possible footshooting with KTR_ENTRIES and KTR_BOOT_ENTRIESAndriy Gapon2013-02-041-1/+1
* ktr: copy content from the early static buffer if KTR_ENTRIES !=Andriy Gapon2013-02-041-0/+1
* allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)Andriy Gapon2013-02-031-2/+28
* Use uint instead of int for flags exported via sysctl.Alfred Perlstein2012-12-071-3/+3
* - Implement run-time expansion of the KTR buffer via sysctl.Jeff Roberson2012-11-151-23/+89
* Post r222812 KTR_CPUMASK started being initialized only as a tunableAttilio Rao2012-08-301-7/+5
* Until now KTR_ENTRIES, which defines the size of circular buffer used inDavide Italiano2012-07-301-2/+2
* Use strchr() and strrchr().Ed Schouten2012-01-021-3/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.Attilio Rao2011-05-311-10/+51
* Revert a change that crept in during MFC.Attilio Rao2011-05-311-51/+10
* MFCAttilio Rao2011-05-311-10/+51
|\
* | Revert a patch that unvolountary sneaked in while I was MFCing.Attilio Rao2011-05-231-16/+9
* | MFCAttilio Rao2011-05-231-9/+16
|/
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/Alexander Leidinger2011-02-251-0/+2
* Probabilly defaulting to KTR_GEN is not the right decision when KTR_MASKAttilio Rao2010-07-211-1/+1
* Change the semantics of the debug.ktr.alq_enable control so that when youJulian Elischer2010-04-141-24/+30
* Style fixes.John Baldwin2010-03-111-10/+10
* Add descriptions for debug.ktr sysctl nodes.John Baldwin2010-03-101-5/+10
* Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:Robert Watson2006-09-091-3/+0
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-10/+7
* Whitespace.John Baldwin2006-01-271-3/+3
* Add a new sysctl, debug.ktr.clear. If you write a non-zero value to thisJohn Baldwin2006-01-271-0/+20
* Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdefJohn Baldwin2006-01-251-1/+0
* - Add curthread to the state that ktr is saving. The extra information isJeff Roberson2005-06-101-3/+6
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherRobert Watson2005-04-161-2/+2
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-1/+1
* Remove unused macro.John Baldwin2004-09-201-2/+0
* Export KTR_COMPILE as a sysctl so you can easily check from user spaceRobert Watson2004-07-231-0/+3
* Update the license on this file to be a bit more sane.John Baldwin2003-09-101-13/+13
* Both 'c' an 'lines' are unused, the bogus init of lines was accidentallyJohn Baldwin2003-08-021-2/+1
* Fix kernel build -- 'c' was the unused var, not 'lines'.David E. O'Brien2003-08-011-1/+1
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newJohn Baldwin2003-07-311-23/+11
* Add an explicit credential argument to alq_open() to allow the caller toRobert Watson2003-06-221-2/+3
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* - Add a td_pflags field to struct thread for private flags accessed only byJohn Baldwin2003-06-091-3/+3
* Move the flag that indicates an idle thread from the KSE to the thread.Julian Elischer2003-05-021-1/+1
* Trim leading "../" sequences from filenames.John Baldwin2003-03-111-0/+3
* Add a /a modifier to the show ktr ddb command, which prints the whole traceJake Burkholder2003-02-221-1/+7
* - Export the alq daemon thread pointer.Jeff Roberson2002-09-261-1/+2
* - Add support for logging KTR via ALQ. This is optional and enabled by theJeff Roberson2002-09-221-3/+92
* Remove a stale comment.Jake Burkholder2002-04-061-4/+0
* Include machine/ktr.h for sparc64 so we pick up KTR_CPU.Jake Burkholder2002-04-061-0/+3
* ktr changes to improve performance and make writing a userland utility toJake Burkholder2002-04-011-70/+47
* Read KTR_CPU into a temporary variable so that we use a consistent valueJohn Baldwin2002-03-081-7/+4
* Print parm6 too in the !KTR_EXTEND case.Jake Burkholder2002-01-011-1/+1
* Modify the critical section API as follows:John Baldwin2001-12-181-3/+3
* Use a per-thread variable for keeping state when a thread is processingJohn Baldwin2001-12-131-10/+8
* Overhaul the per-CPU support a bit:John Baldwin2001-12-111-1/+1