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_extern.h
Age
Commit message (
Expand
)
Author
2019-11-07
db_addr_t -> vaddr_t
Martin Pieuchot
2019-11-06
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2017-05-29
Pass the symbol instead of its name when looking for CTF infos.
Martin Pieuchot
2016-09-16
teach ddb(4) about CTF. currently it only loads the CTF and uses it on amd64
Jasper Lievisse Adriaanse
2016-09-04
Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel
Martin Pieuchot
2016-04-19
Do not expose private functions.
Martin Pieuchot
2016-04-19
Keep db_write_cmd() in the only place where it is used, just like we did
Martin Pieuchot
2016-03-09
Move db_show_regs() in the only file where it is used and turn it private.
Martin Pieuchot
2006-07-06
Remove db_check_interrupt() related logic, since it was dummied in practice.
Miod Vallat
2004-04-25
kill unbounded string op. deraadt ok
Jun-ichiro itojun Hagino
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-02-10
new symbol handling in ddb for ELF, there is still a problem with hangman on ...
Niklas Hallqvist
1997-07-08
Let the count of symbols be long, so the nlist array will get proper
Niklas Hallqvist
1997-05-29
futher support for kernfs......
Michael Shalayeff
1997-02-07
necessary support for kernfs.
Michael Shalayeff
1996-09-27
Prototype db_delete_line().
briggs
1996-08-04
Make compile on OpenBSD/alpha. MD stuff is still missing though.
Niklas Hallqvist
1996-05-10
do dynamic symtab allocattion.
Michael Shalayeff
1996-05-05
add advanced hang analyzer.
Michael Shalayeff
1996-03-11
Debbuger changed towards the latest Mach.
Michael Shalayeff
1996-02-20
netbsd-current import & 'boot' cmd addition.
Michael Shalayeff