aboutsummaryrefslogtreecommitdiff
path: root/ddb/db_command.c
Commit message (Expand)AuthorAgeFilesLines
* ddb: Add whatis commandSamuel Thibault2023-10-011-0/+1
* kdb: Add "show all runqs" debug commandDamien Zammit2023-09-291-0/+1
* Fix ddb warnings introduced with -Wstrict-prototypesFlavio Cruz2023-01-051-24/+28
* convert K&R into ansiGuy-Fleury Iteriteka2023-01-011-11/+9
* Fix some warnings with -Wmissing-prototypes.Flavio Cruz2022-12-271-4/+4
* db: Add show vmstat commandSamuel Thibault2021-08-211-0/+2
* Fix build warningSamuel Thibault2019-11-101-0/+1
* ddb: debug traps and port referencesJustus Winter2017-08-051-0/+46
* ddb: add new command `show slabinfo'Justus Winter2015-09-291-0/+2
* ddb: add `show all tasks' commandJustus Winter2014-09-171-0/+1
* ddb: add "halt" commandJustus Winter2014-05-031-0/+1
* Convert from K&R to ANSIMarin Ramesa2014-04-041-11/+10
* Mark pure functions with attribute pureMarin Ramesa2013-12-201-1/+1
* ddb: qualify pointers whose dereferenced values are constant with constMarin Ramesa2013-12-151-11/+11
* Declare void argument listsMarin Ramesa2013-12-151-2/+2
* ddb/db_command.c (db_command): remove forward declarationMarin Ramesa2013-12-091-1/+0
* ddb/db_command.c: use boolean valuesMarin Ramesa2013-12-091-4/+4
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-081-2/+0
* ddb/db_command.c: remove useless forward declaration without definitionMarin Ramesa2013-12-051-5/+0
* ddb/db_command.c: remove forward declarationMarin Ramesa2013-12-051-2/+0
* ddb/db_command.c: remove forward declarationsMarin Ramesa2013-12-051-2/+1
* Add commentMarin Ramesa2013-11-201-1/+1
* ddb/db_command.c: remove register qualifiersMarin Ramesa2013-11-171-5/+5
* ddb: cleanup db_command.cMarin Ramesa2013-07-181-13/+3
* Restore db_help_cmdSamuel Thibault2013-07-071-0/+13
* ddb: cleanup db_command.cMarin Ramesa2013-07-061-30/+7
* ddb: use and cleanup db_print.hMarin Ramesa2013-07-051-2/+2
* 2007-04-30 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-1/+1
* 2006-01-06 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-0/+3
* 2006-11-10 Samuel Thibault <samuel.thibault@ens-lyon.org>Samuel Thibault2009-06-181-1/+1
* 2006-11-09 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-0/+1
* 2006-11-07 Barry deFreese <bddebian@comcast.net>Samuel Thibault2009-06-181-1/+1
* 2006-10-15 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-2/+0
* 2006-03-20 Thomas Schwinge <tschwinge@gnu.org>Thomas Schwinge2009-06-181-30/+0
* 2001-04-04 Roland McGrath <roland@frob.com>Roland McGrath2001-04-051-13/+13
* Initial sourceThomas Bushnell1997-02-251-0/+597