aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Consider code from Carnegie-Mellon University.Pedro F. Giffuni2017-11-301-0/+2
* Remove register keyword from sys/ and ANSIfy prototypesEd Maste2017-05-171-2/+2
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-2/+1
* ddb: ANSI-fy function declarations.Pedro F. Giffuni2014-10-121-2/+2
* There is not a good reason to have a different prototype for db_printf()Attilio Rao2010-05-111-2/+4
* Add a missing include which was erroneusly left out from the previousAttilio Rao2008-08-181-0/+2
* Bufferize the output for DDB printouts.Attilio Rao2008-08-181-15/+87
* Add a new DDB(4) facility, output capture. Input and output from DDB may beRobert Watson2007-12-251-0/+8
* Fixed loss of whitespace suppression at ends of lines. WhitespaceBruce Evans2006-10-101-3/+3
* Fixed formatting of printing of command tables. WIth the default maxBruce Evans2006-10-081-2/+2
* Simplify the pager support in DDB. Allowing different db commands toJohn Baldwin2006-07-121-34/+35
* - Call db_setup_paging() for traceall.Olivier Houchard2005-10-021-5/+8
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) toJohn Baldwin2004-11-011-8/+24
* Mega update for the KDB framework: turn DDB into a KDB backend.Marcel Moolenaar2004-07-101-2/+3
* If not in the debugger or if the user requests it with theNate Lawson2004-01-281-1/+27
* Add a one-shot callout facility to db_printf() that executes the registeredJohn Baldwin2003-07-311-0/+66
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* Remove __P.Alfred Perlstein2002-03-201-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-091-2/+2
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-081-3/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-3/+3
* Fixed gratuitous ANSIisms.Bruce Evans1997-04-011-1/+11
* 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
* Attached vm ddb commands `show map', `show vmochk', `show object',Bruce Evans1996-09-141-3/+20
* Clean up various compiler warnings. Most (if not all) were benignGary Palmer1996-05-081-3/+6
* Remove some now unused printfoids.Poul-Henning Kamp1996-01-231-25/+1
* Get rid of two and a half printf in the kernel.Poul-Henning Kamp1996-01-151-180/+2
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-3/+4
* Untangled the vm.h include file spaghetti.David Greenman1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.Poul-Henning Kamp1995-11-291-15/+3
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Print "(null)" instead of crashing for null strings. Null names areBruce Evans1994-10-301-1/+3
* Makes gcc silent in sys/ddb.Poul-Henning Kamp1994-09-271-8/+9
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBDavid Greenman1994-08-271-1/+8
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-6/+6
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-6/+9
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-42/+2
* Moved db_end_line after db_printf to eliminate forward reference andRodney W. Grimes1993-09-091-10/+23
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,David Greenman1993-07-271-0/+4
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+389