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
Age
Commit message (
Expand
)
Author
2022-11-05
clockintr(9): initial commit
Scott Soule Cheloha
2022-08-14
db_ctf_decompress: use size_t not off_t for length parameter
Todd C. Miller
2022-08-11
Revert uLong -> z_off_t change in the kernel
Theo Buehler
2022-07-29
Replace the swap extent(9) usage by a blist data structure.
Sebastien Marie
2022-07-28
In the kernel exist functions to print routes, but they were not
Alexander Bluhm
2022-07-12
Add db_rint(), an MI interface to db_enter() copied from kdbrint() in vax code
Jeremie Courreges-Anglas
2022-04-14
ddb: constify command tables
Christian Weisgerber
2022-04-12
ddb: simplify machine command handling
Christian Weisgerber
2021-11-16
To debug IPsec and tdb refcounting it is useful to have "show tdb"
Alexander Bluhm
2021-10-27
extend checks of ensuring there's valid CTF data before attempting to use it.
Jasper Lievisse Adriaanse
2021-10-24
use NULL not 0 for pointer values in kern
Jonathan Gray
2021-09-03
add kprobes provider for dt
Jasper Lievisse Adriaanse
2021-07-09
fix scentence in db_printsym comment
Jasper Lievisse Adriaanse
2021-06-10
Prevent interleaved stack traces in ddb from multiple CPUs. Check
Alexander Bluhm
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-03-12
spelling
Jonathan Gray
2021-02-09
ddb: when a new wsdisplay console attaches, resize ddb cols/rows to it
Joshua Stein
2021-01-09
Finish converting ddb_sysctl to sysctl_int_bounded
gnezdo
2020-12-10
Convert ddb_sysctl to sysctl_bounded_arr
gnezdo
2020-10-26
add a top-level "reboot" command, for people who keep forgetting "boot reboot"
Theo de Raadt
2020-10-15
sick of the CMU, let's make this KNF
Theo de Raadt
2020-05-26
Stop requiring that .strtab has long alignment.
gkoehler
2020-01-20
Separate the stack trace saving interface from ddb. The saving does not
Visa Hankala
2020-01-09
If the kernel panics due to SMEP or SMAP, print correct stack trace
Alexander Bluhm
2019-11-12
Default to 0 arguments if no symbol has been found in the CTF section.
Martin Pieuchot
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
2019-07-20
Get rid of `ddb_is_active' instead use `db_active'.
Martin Pieuchot
2019-04-02
Fix ddb not to write its history to out of the region. When the
YASUOKA Masahiko
2019-04-01
remove prototype from earlier version of reboot code. spotted by anton
Ted Unangst
2019-04-01
fast track ddb> reboot command to skip anything which might panic again.
Ted Unangst
2019-02-15
zap trailing empty line
anton
2019-02-15
The underlying storage for builtin ddb variables are of type int but
anton
2019-01-09
Printing hex values with right adjustment makes it easier to compare
Alexander Bluhm
2018-09-18
whitespace fix; no binary change
anton
2018-08-31
Pass the correct size to free(9) in the error path of db_ctf_decompress().
Alexander Bluhm
2018-05-07
Make the print function of db_print_stack_trace() configurable,
Visa Hankala
2018-01-09
Do not truncate 64bit integers when pretty-printing types.
Martin Pieuchot
2018-01-05
Show uvm_fault and trace when typing show panic on a page fault'd kernel
Paul Irofti
2017-12-13
Add 'bt' an alias for 'trace'.
Martin Pieuchot
2017-12-11
In uvm Chuck decided backing store would not be allocated proactively
Theo de Raadt
2017-11-27
Remove MALLOC_DEBUG left overs.
Martin Pieuchot
2017-11-06
remove ctf_type declaration no longer needed since -r1.33
Jasper Lievisse Adriaanse
2017-11-01
Remove forward declaration hack now that ctfconv(1) merge them correctly.
Martin Pieuchot
2017-10-27
Use <elf.h> in !_KERNEL code path.
Martin Pieuchot
2017-10-19
ddb "show all mounts" showed everything except the address of the
Alexander Bluhm
2017-10-13
return a missing return (was left out of previous)
Jasper Lievisse Adriaanse
2017-10-13
- use db_printf()
Jasper Lievisse Adriaanse
2017-10-11
missing prototype for db_ctf_pprint
Jasper Lievisse Adriaanse
[next]