summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_output.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r272958, r273006:pfg2014-10-181-2/+2
* There is not a good reason to have a different prototype for db_printf()attilio2010-05-111-2/+4
* Add a missing include which was erroneusly left out from the previousattilio2008-08-181-0/+2
* Bufferize the output for DDB printouts.attilio2008-08-181-15/+87
* Add a new DDB(4) facility, output capture. Input and output from DDB may berwatson2007-12-251-0/+8
* Fixed loss of whitespace suppression at ends of lines. Whitespacebde2006-10-101-3/+3
* Fixed formatting of printing of command tables. WIth the default maxbde2006-10-081-2/+2
* Simplify the pager support in DDB. Allowing different db commands tojhb2006-07-121-34/+35
* - Call db_setup_paging() for traceall.cognet2005-10-021-5/+8
* Start each of the license/copyright comments with /*-imp2005-01-061-1/+1
* - Change the ddb paging "support" to use a variable (db_lines_per_page) tojhb2004-11-011-8/+24
* Mega update for the KDB framework: turn DDB into a KDB backend.marcel2004-07-101-2/+3
* If not in the debugger or if the user requests it with thenjl2004-01-281-1/+27
* Add a one-shot callout facility to db_printf() that executes the registeredjhb2003-07-311-0/+66
* Use __FBSDID().obrien2003-06-101-3/+3
* Remove __P.alfred2002-03-201-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-2/+2
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-081-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Fixed gratuitous ANSIisms.bde1997-04-011-1/+11
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Attached vm ddb commands `show map', `show vmochk', `show object',bde1996-09-141-3/+20
* Clean up various compiler warnings. Most (if not all) were benigngpalmer1996-05-081-3/+6
* Remove some now unused printfoids.phk1996-01-231-25/+1
* Get rid of two and a half printf in the kernel.phk1996-01-151-180/+2
* Reduced and cleaned up #includes.bde1995-12-101-3/+4
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-15/+3
* Completed function declarations and/or added prototypes and/or #includesbde1995-11-241-5/+5
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Print "(null)" instead of crashing for null strings. Null names arebde1994-10-301-1/+3
* Makes gcc silent in sys/ddb.phk1994-09-271-8/+9
* 1) Changed ddb into a option rather than a pseudo-device (use options DDBdg1994-08-271-1/+8
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-6/+6
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-2/+3
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-6/+9
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-42/+2
* Moved db_end_line after db_printf to eliminate forward reference andrgrimes1993-09-091-10/+23
* * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,dg1993-07-271-0/+4
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+389
OpenPOWER on IntegriCloud