summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_variables.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sick of the CMU, let's make this KNFderaadt2020-10-151-26/+26
* zap trailing empty lineanton2019-02-151-2/+1
* The underlying storage for builtin ddb variables are of type int butanton2019-02-151-2/+2
* Kill trailing whitespaces. No object change.mpi2016-01-251-7/+7
* restore systm.h, needed for strcmp. from Steven McDonaldtedu2015-03-141-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* These do not need the extremely poorly named uvm/uvm_extern.h (whichderaadt2014-07-081-3/+2
* - use nitems() no binary change on amd64jasper2011-04-051-2/+2
* Make sure we alter ddb variables as ints, not longs; only matters on 64 bitmiod2006-07-061-7/+19
* Make the ddb.log sysctl available as an in-ddb variable, $log, for consistency.miod2006-07-061-1/+2
* ansi/deregister. No binary change.jsg2006-03-131-18/+7
* First round of __P removal in sysmillert2002-03-141-3/+3
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
* Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferniklas1997-07-191-1/+3
* Make ddb variables long (for 64bit archs). from netbsdniklas1997-03-211-6/+6
* partial sync with netbsd 960418, more to comederaadt1996-04-211-1/+2
* Added: sysctl access to the ddb variables.mickey1996-03-301-8/+2
* Debbuger changed towards the latest Mach.mickey1996-03-111-5/+5
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-5/+15
* initial import of NetBSD treederaadt1995-10-181-0/+164