summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_ktr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the logic in the ddb command 'show ktr /a'. Prior to r118269 it wouldandrew2016-01-311-1/+1
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingmarius2015-12-301-3/+0
* Expand ktr_mask to be a 64-bit unsigned integer.jhb2015-05-221-12/+14
* Drop KTR records when we're in the debugger so that the debugger isn'tmarcel2014-07-021-1/+2
* Compile fixes:hselasky2014-06-281-5/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-20/+4
* Revert r267961, r267973:gjb2014-06-271-4/+20
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-20/+4
* Don't lose track of the KTR entries copied from 'ktr_buf_init[]' to theneel2014-03-221-1/+3
* Drop the 3rd clause from all 3 clause BSD licenses where I am the solejhb2014-02-051-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
OpenPOWER on IntegriCloud