summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_examine.c
Commit message (Expand)AuthorAgeFilesLines
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixestmm2002-06-251-5/+2
* Remove __P.alfred2002-03-201-2/+2
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)peter1999-07-011-13/+13
* Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't workbde1999-05-131-1/+3
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-081-5/+5
* Fixed db_printf format errors (except for ones using broken extensionsbde1998-07-081-7/+7
* Support 'g' format for printing 8 byte values.dfr1998-07-051-1/+5
* Use %+11ln for printing in r format to make it work for 64bit registers.dfr1998-06-271-7/+7
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-2/+2
* Make DDB work again after I broke it :-(.dfr1998-06-081-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* Fixed gratuitous ANSIisms.bde1997-04-011-4/+3
* 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
* Fixed the one remaining %r.bde1996-01-211-2/+2
* Get rid of two and a half printf in the kernel.phk1996-01-151-4/+4
* Reduced and cleaned up #includes.bde1995-12-101-3/+1
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-3/+3
* Completed function declarations and/or added prototypes and/or #includesbde1995-11-241-4/+8
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Print the address associated with an examine. Changed db_maxoff todg1995-05-221-11/+4
* Fix up some sloppy coding practices:wollman1994-08-181-4/+1
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-10/+10
* Make everything compile with -Wtraditional. Make it easier to distributewollman1993-12-191-6/+7
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-12/+12
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-27/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+364
OpenPOWER on IntegriCloud