aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_output.c
Commit message (Expand)AuthorAgeFilesLines
* $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