summaryrefslogtreecommitdiff
path: root/sys/ddb/db_expr.c
AgeCommit message (Expand)Author
2020-10-15sick of the CMU, let's make this KNFTheo de Raadt
2019-11-07db_addr_t -> vaddr_tMartin Pieuchot
2019-11-07FALSE -> 0, missed in previous.Martin Pieuchot
2019-11-06Substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2017-08-10With a CTF kernel, DDB's print command will now pretty-print symbols.Martin Pieuchot
2016-04-19Do not expose private functions.Martin Pieuchot
2016-01-25Kill trailing whitespaces. No object change.Martin Pieuchot
2014-09-14remove uneeded proc.h includesJonathan Gray
2014-07-08These do not need the extremely poorly named uvm/uvm_extern.h (whichTheo de Raadt
2011-05-22In ddb, when dereferencing a pointer, use sizeof a pointer.Ariane van der Steldt
2006-03-13ansi/deregister. No binary change.Jonathan Gray
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
1997-07-19Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferNiklas Hallqvist
1997-07-06A number should be db_expr_tNiklas Hallqvist
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-11Debbuger changed towards the latest Mach.Michael Shalayeff
1996-02-20netbsd-current import & 'boot' cmd addition.Michael Shalayeff
1995-10-18initial import of NetBSD treeTheo de Raadt