aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_examine.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-Warner Losh2005-01-061-1/+1
* Use __FBSDID().David E. O'Brien2003-06-101-3/+3
* - Rename the DDB specific %z printf format to %y.Maxime Henrion2002-10-251-2/+2
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixesThomas Moestl2002-06-251-5/+2
* Remove __P.Alfred Perlstein2002-03-201-2/+2
* $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-13/+13
* Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't workBruce Evans1999-05-131-1/+3
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-081-5/+5
* Fixed db_printf format errors (except for ones using broken extensionsBruce Evans1998-07-081-7/+7
* Support 'g' format for printing 8 byte values.Doug Rabson1998-07-051-1/+5
* Use %+11ln for printing in r format to make it work for 64bit registers.Doug Rabson1998-06-271-7/+7
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-2/+2
* Make DDB work again after I broke it :-(.Doug Rabson1998-06-081-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* Fixed gratuitous ANSIisms.Bruce Evans1997-04-011-4/+3
* 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
* Fixed the one remaining %r.Bruce Evans1996-01-211-2/+2
* Get rid of two and a half printf in the kernel.Poul-Henning Kamp1996-01-151-4/+4
* Reduced and cleaned up #includes.Bruce Evans1995-12-101-3/+1
* 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-3/+3
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-4/+8
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
* Print the address associated with an examine. Changed db_maxoff toDavid Greenman1995-05-221-11/+4
* Fix up some sloppy coding practices:Garrett Wollman1994-08-181-4/+1
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-10/+10
* Make everything compile with -Wtraditional. Make it easier to distributeGarrett Wollman1993-12-191-6/+7
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-12/+12
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-27/+2
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+364