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
2016-06-07
per trending style, add continue to empty loops.
Ted Unangst
2016-05-21
<sys/localedef.h> isn't needed for ddb structinfo
Philip Guenther
2016-04-20
Collapse db_dwarf.h into db_sym.h
Martin Pieuchot
2016-04-19
Do not expose private functions.
Martin Pieuchot
2016-04-19
Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0
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
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-07
boolean_t/FALSE/TRUE -> int/0/1
Martin Pieuchot
2016-03-06
Merge db_elf_sym_values() into db_symbol_values().
Martin Pieuchot
2016-03-06
DDB_REGS -> &ddb_regs.
Martin Pieuchot
2016-03-01
db_sym_numargs() has always been defined to FALSE so nuke it with all
Martin Pieuchot
2016-03-01
Make db_value_of_name() call db_elf_sym_lookup() in order to kill
Martin Pieuchot
2016-03-01
DB_SYM_NULL -> NULL.
Martin Pieuchot
2016-02-28
Remove leftovers from mutliple symbol tables support.
Martin Pieuchot
2016-02-27
Remove the "symbol table" argument of the functions dealing with
Martin Pieuchot
2016-02-26
Remove support for multiple symbol tables in ddb(4), we only have one.
Martin Pieuchot
2016-02-12
Kill db_symbol_is_ambiguous(). There's no ambiguous symbol since LKMs
Martin Pieuchot
2016-01-27
Removes the abstraction layer to support multiple executable binaries.
Martin Pieuchot
2016-01-27
Remove unused db_sifting().
Martin Pieuchot
2016-01-25
Do not mix variable declaration and logic.
Martin Pieuchot
2016-01-25
Kill "#if 0" version of ddb_init().
Martin Pieuchot
2016-01-25
Kill trailing whitespaces. No object change.
Martin Pieuchot
2016-01-15
add a "show socket" command to ddb
David Gwynne
2015-12-23
assign pointers NULL rather than 0
mmcc
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-09-01
initialise the width var in db_struct_offset_cmd()
Jonathan Gray
2015-08-30
Automatically perform traces upon panic. Shrink message about
Theo de Raadt
2015-08-12
Use a linker script when building i386 kernels to allow section padding on
Mike Larkin
2015-07-07
Return correct file name entry from DWARF line table
Matthew Dempsky
2015-05-05
emul_native is only used for kernel threads which can't dump core, so
Philip Guenther
2015-04-29
Also generate db_structinfo.txt with struct member offset and size info
Philip Guenther
2015-03-14
restore systm.h, needed for strcmp. from Steven McDonald
Ted Unangst
2015-03-14
Remove some includes include-what-you-use claims don't
Jonathan Gray
2015-01-27
remove #include <sys/workq.h>. it wont exist anymore soon.
David Gwynne
2014-12-21
Prevent writing to the kernel area via the direct map. We do this by padding
Mike Larkin
2014-12-19
Use <sys/endian.h> instead of <machine/endian.h>
Philip Guenther
2014-12-19
Remove an unused sys/hash.h include from db_structinfo.c
Reyk Floeter
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-11-16
Replace a plethora of historical protection options with just
Theo de Raadt
2014-10-09
ddb: add support for DWARF line number decoding
Matthew Dempsky
2014-09-14
remove uneeded proc.h includes
Jonathan Gray
2014-07-11
reboot(9): Add MI reboot entry function
Masao Uebayashi
2014-07-11
Add basic DWARF line table decoder
Matthew Dempsky
2014-07-08
These do not need the extremely poorly named uvm/uvm_extern.h (which
Theo de Raadt
2014-05-29
no more gcc2.
Daniel Dickman
2014-03-24
The kernel isn't involved in times(3); <sys/times.h> should never be
Philip Guenther
2014-03-18
Unbreak DDB_STRUCT after removal of agpio.h
Philip Guenther
[next]