aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_print.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ddb: add ability to print user registersmhorne2021-01-081-1/+23
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Various changes to the registers displayed in DDB for x86.John Baldwin2015-07-221-1/+2
* ddb: finish converting boolean values.Pedro F. Giffuni2015-05-211-1/+1
* ddb: space/tab fixes.Pedro F. Giffuni2014-10-111-1/+1
* rev 1.54 of i386/include/pcb.h depended on sys/proc.h. The prerequisitePeter Wemm2005-04-141-0/+1
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-19/+19
* Use __FBSDID().David E. O'Brien2003-06-101-2/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)Peter Wemm1999-07-011-2/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-3/+3
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-081-3/+3
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-2/+3
* Fixed db_printf format errors.Bruce Evans1998-07-081-3/+2
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-2/+2
* Backed out previous commit, which just consisted of a 1-byte editingBruce Evans1998-06-081-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Some cleanups related to timecounters and weird ifdefs in <sys/time.h>.Poul-Henning Kamp1998-05-281-27/+1
* Redo the previous commit in a more Bruce-friendly fashion.Poul-Henning Kamp1998-05-191-7/+3
* Add "show msgbuf" commandPoul-Henning Kamp1998-05-191-1/+31
* Removed unused #includes.Bruce Evans1997-06-141-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* One missed printf in the debugger.Poul-Henning Kamp1996-01-211-2/+2
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-4/+1
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-2/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Makes gcc silent in sys/ddb.Poul-Henning Kamp1994-09-271-2/+1
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-3/+1
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-5/+5
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-3/+4
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-37/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+104