aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_ktr.c
Commit message (Expand)AuthorAgeFilesLines
* kern: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+1
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-9/+16
* Add KERNEL_PANICKED macro for use in place of direct panicstr testsMateusz Guzik2020-01-121-1/+1
* Drop "All rights reserved" from my copyright statements.John Baldwin2019-03-061-1/+0
* Use TD_IS_IDLETHREAD instead of unrolled version.Xin LI2019-01-151-1/+1
* sys/kern: adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Fix a couple of comment typosConrad Meyer2017-08-151-1/+1
* Fix the logic in the ddb command 'show ktr /a'. Prior to r118269 it wouldAndrew Turner2016-01-311-1/+1
* - (Ab)use udivx for dividing the u_int pc_cpuid when implementingMarius Strobl2015-12-301-3/+0
* Expand ktr_mask to be a 64-bit unsigned integer.John Baldwin2015-05-221-12/+14
* Drop KTR records when we're in the debugger so that the debugger isn'tMarcel Moolenaar2014-07-021-1/+2
* Compile fixes:Hans Petter Selasky2014-06-281-5/+1
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-20/+4
* Revert r267961, r267973:Glen Barber2014-06-271-4/+20
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-20/+4
* Don't lose track of the KTR entries copied from 'ktr_buf_init[]' to theNeel Natu2014-03-221-1/+3
* Drop the 3rd clause from all 3 clause BSD licenses where I am the soleJohn Baldwin2014-02-051-3/+0
* 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