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