index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
ddb
/
db_interface.h
Age
Commit message (
Expand
)
Author
2019-06-02
add two db_stack_print_trace frontends that emit to the system log
mrg
2018-03-04
Add command to print device list.
mlelstv
2017-10-27
Revert printf return value change.
joerg
2017-10-27
[syzkaller] Cast all the printf's to (void *)
utkarsh009
2017-01-04
add a simple stacktrace macro
christos
2016-04-13
ddb: rename show arptab to show routes
ozaki-r
2013-01-06
remove previous, dmesg just works.
christos
2013-01-06
Add "show dmesg" that prints the contents of the message buffer.
christos
2013-01-05
Add "show panic" that shows the current panic string. two ports had it, and
christos
2012-02-10
add __printflike where needed
christos
2011-05-26
Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD.
joerg
2011-04-10
Add:
christos
2009-02-18
- fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again.
yamt
2008-11-25
Add some basic DDB stuff for modules.
ad
2008-07-10
Add a show files command that prints the vnodes associated with a
blymn
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
2007-09-07
Implementation of POSIX message queues.
rmind
2007-04-30
Import of POSIX Asynchronous I/O.
rmind
2007-02-22
Fix lossage from boolean_t -> bool and updated x86 bus_dma.
matt
2007-02-21
Replace the Mach-derived boolean_t type with the C99 bool type. A
thorpej
2006-01-21
Add CONSTCOND to DB_EXPR_T_IS_QUAD.
uwe
2005-12-01
add "show all pools" command for ddb.
yamt
2005-06-01
more constification fallout
drochner
2005-05-29
Add lots of const.
christos
2005-04-29
move decl of db_machine_command_table from db_interface.h to db_command.c
yamt
2003-09-20
Add a "show sched_qs" command to dump the run queues. Format is:
thorpej
2003-05-22
Somehow overlooked in earlier commits: prototype db_kgdb_cmd().
briggs
2003-05-17
On some platforms, sizeof(db_expr_t) > sizeof(long), so add a method
scw
2002-02-15
ANSIfy, KNF.
simonb
2001-11-09
Remove unneeded declarations of the db_machine_init() function. The
thorpej
2001-07-31
Add an easy way to dump the message buffer from ddb.
atatat
2001-01-22
Require the machine-dependant DDB commands to be in db_machine_command_table[]
jdolecek
2000-05-26
Rename the machine-specific stack trace printing functions
jhawk
2000-05-20
Install "show arptab" (db_show_arptab) in the ddb command tree.
jhawk
1998-09-05
Assign copyright to TNF.
christos
1997-05-07
Add db_kill_proc().
gwr
1996-02-05
DDB prototype changes.
christos