summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ktr.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r292943, r292960marius2016-01-131-3/+0
* MFC 261517,261520:jhb2014-02-181-3/+0
* ktr: correctly handle possible wrap-around in the boot bufferavg2013-02-081-1/+5
* ktr: prevent possible footshooting with KTR_ENTRIES and KTR_BOOT_ENTRIESavg2013-02-041-1/+1
* ktr: copy content from the early static buffer if KTR_ENTRIES !=avg2013-02-041-0/+1
* allow for large KTR_ENTRIES values by allocating ktr_buf using malloc(9)avg2013-02-031-2/+28
* Use uint instead of int for flags exported via sysctl.alfred2012-12-071-3/+3
* - Implement run-time expansion of the KTR buffer via sysctl.jeff2012-11-151-23/+89
* Post r222812 KTR_CPUMASK started being initialized only as a tunableattilio2012-08-301-7/+5
* Until now KTR_ENTRIES, which defines the size of circular buffer used indavide2012-07-301-2/+2
* Use strchr() and strrchr().ed2012-01-021-3/+3
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Fix KTR_CPUMASK in order to accept a string representing a cpuset_t.attilio2011-05-311-10/+51
* Revert a change that crept in during MFC.attilio2011-05-311-51/+10
* MFCattilio2011-05-311-10/+51
|\
* | Revert a patch that unvolountary sneaked in while I was MFCing.attilio2011-05-231-16/+9
* | MFCattilio2011-05-231-9/+16
|/
* Add some FEATURE macros for various features (AUDIT/CAM/IPC/KTR/MAC/NFS/NTP/netchild2011-02-251-0/+2
* Probabilly defaulting to KTR_GEN is not the right decision when KTR_MASKattilio2010-07-211-1/+1
* Change the semantics of the debug.ktr.alq_enable control so that when youjulian2010-04-141-24/+30
* Style fixes.jhb2010-03-111-10/+10
* Add descriptions for debug.ktr sysctl nodes.jhb2010-03-101-5/+10
* Remove slightly oddly placed suser() call from the KTR/ALQ setup sysctl:rwatson2006-09-091-3/+0
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-10/+7
* Whitespace.jhb2006-01-271-3/+3
* Add a new sysctl, debug.ktr.clear. If you write a non-zero value to thisjhb2006-01-271-0/+20
* Axe KTR_ALQ_MASK now that KTR_WITNESS is off unless you hack an #ifdefjhb2006-01-251-1/+0
* - Add curthread to the state that ktr is saving. The extra information isjeff2005-06-101-3/+6
* Modify the alq(9) alq_open() API to accept a file creation mode, ratherrwatson2005-04-161-2/+2
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-1/+1
* Remove unused macro.jhb2004-09-201-2/+0
* Export KTR_COMPILE as a sysctl so you can easily check from user spacerwatson2004-07-231-0/+3
* Update the license on this file to be a bit more sane.jhb2003-09-101-13/+13
* Both 'c' an 'lines' are unused, the bogus init of lines was accidentallyjhb2003-08-021-2/+1
* Fix kernel build -- 'c' was the unused var, not 'lines'.obrien2003-08-011-1/+1
* Update the 'ps', 'show pci', and 'show ktr' ddb commands to use the newjhb2003-07-311-23/+11
* Add an explicit credential argument to alq_open() to allow the caller torwatson2003-06-221-2/+3
* Use __FBSDID().obrien2003-06-111-2/+3
* - Add a td_pflags field to struct thread for private flags accessed only byjhb2003-06-091-3/+3
* Move the flag that indicates an idle thread from the KSE to the thread.julian2003-05-021-1/+1
* Trim leading "../" sequences from filenames.jhb2003-03-111-0/+3
* Add a /a modifier to the show ktr ddb command, which prints the whole tracejake2003-02-221-1/+7
* - Export the alq daemon thread pointer.jeff2002-09-261-1/+2
* - Add support for logging KTR via ALQ. This is optional and enabled by thejeff2002-09-221-3/+92
* Remove a stale comment.jake2002-04-061-4/+0
* Include machine/ktr.h for sparc64 so we pick up KTR_CPU.jake2002-04-061-0/+3
* ktr changes to improve performance and make writing a userland utility tojake2002-04-011-70/+47
* Read KTR_CPU into a temporary variable so that we use a consistent valuejhb2002-03-081-7/+4
* Print parm6 too in the !KTR_EXTEND case.jake2002-01-011-1/+1
* Modify the critical section API as follows:jhb2001-12-181-3/+3
OpenPOWER on IntegriCloud