summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_expr.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sick of the CMU, let's make this KNFderaadt2020-10-151-87/+87
* db_addr_t -> vaddr_tmpi2019-11-071-2/+2
* FALSE -> 0, missed in previous.mpi2019-11-071-2/+2
* Substitute boolean_t/TRUE/FALSE by int/1/0.mpi2019-11-061-29/+29
* With a CTF kernel, DDB's print command will now pretty-print symbols.mpi2017-08-101-2/+2
* Do not expose private functions.mpi2016-04-191-1/+7
* Kill trailing whitespaces. No object change.mpi2016-01-251-7/+7
* 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/+1
* In ddb, when dereferencing a pointer, use sizeof a pointer.ariane2011-05-221-2/+2
* ansi/deregister. No binary change.jsg2006-03-131-13/+7
* 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
* A number should be db_expr_tniklas1997-07-061-2/+2
* partial sync with netbsd 960418, more to comederaadt1996-04-211-1/+2
* Debbuger changed towards the latest Mach.mickey1996-03-111-5/+5
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-1/+4
* initial import of NetBSD treederaadt1995-10-181-0/+226