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_trap.c
Age
Commit message (
Expand
)
Author
2019-11-06
Substitute boolean_t/TRUE/FALSE by int/1/0.
Martin Pieuchot
2019-07-20
Get rid of `ddb_is_active' instead use `db_active'.
Martin Pieuchot
2017-01-09
Revert previous, it's a documented behavior and people might rely on it.
Martin Pieuchot
2017-01-09
Stop and restart the watchdog timer when entering and leaving ddb(4).
Martin Pieuchot
2016-09-02
move links from http to https://www.openbsd.org/
Theo Buehler
2016-03-06
DDB_REGS -> &ddb_regs.
Martin Pieuchot
2016-01-25
Kill trailing whitespaces. No object change.
Martin Pieuchot
2015-09-13
On show the ps/o output and ddb.html blurb once, so that we don't get them
Philip Guenther
2015-09-12
show a few more lines of trace; discussed in the room
Theo de Raadt
2015-09-12
When panicing, show the non-idle, on-proc threads before showing the stack
Philip Guenther
2015-08-30
Automatically perform traces upon panic. Shrink message about
Theo de Raadt
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
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-04-03
Allow kernel printfs to go to console if in ddb instead of being redirected
Dale Rahn
2010-11-27
Remove ddb single-step load and store counters. Most platforms do not
Miod Vallat
2008-10-26
for MP, ask people to try to trace the other cpus too
Theo de Raadt
2007-06-04
Ten lines of backtrace should be better on 25-line screens, so that the panic
Miod Vallat
2007-06-04
If it's cold at panic time, attempt to show a small backtrace, there are too
Miod Vallat
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
2001-08-19
shorter
Artur Grabowski
2001-08-19
shorten the message to fit on a line.
Artur Grabowski
2001-08-18
I am sick and tired of bug reports LACKING INFORMATION.
Artur Grabowski
2001-04-05
Tell the users what to report when the kernel crashes.
Artur Grabowski
1997-07-19
Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer
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