summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_sym.c
Commit message (Expand)AuthorAgeFilesLines
* ddb: for pointers replace 0 with NULL.pfg2016-04-151-3/+3
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFzbb2015-07-161-0/+2
* Correct the function name in catch-all error handling case.bz2015-06-171-1/+1
* ddb: finish converting boolean values.pfg2015-05-211-15/+14
* ddb: stop boolean screaming.pfg2015-05-181-18/+18
* ddb: ANSI-fy function declarations.pfg2014-10-121-45/+13
* Move two copies of the same definition to a common include file.julian2010-04-141-6/+0
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-0/+169
* Never zero-out db_last_symtab. Whan backtraces are donekib2006-06-161-1/+0
* Start each of the license/copyright comments with /*-imp2005-01-061-1/+1
* Add DDB_NUMSYM option which in addition to the symbolic representationphk2004-02-241-0/+6
* Use __FBSDID().obrien2003-06-101-3/+4
* Remove __P.alfred2002-03-201-5/+4
* $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-2/+2
* Fixed -Wcast-qual warnings.bde1999-02-121-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-17/+17
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesdillon1999-01-271-12/+15
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()archie1998-12-041-4/+2
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.bde1998-07-081-4/+4
* Fixed bogus type of valuep in struct db_variable. It was `int *' andbde1998-07-081-3/+3
* Fixed db_printf format errors.bde1998-07-081-3/+3
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).dfr1998-06-281-2/+2
* Add initial support for the FreeBSD/alpha kernel. This is very much adfr1998-06-101-3/+3
* This commit fixes various 64bit portability problems required fordfr1998-06-071-3/+3
* Some staticized variables were still declared to be extern.bde1997-06-301-4/+8
* Don't depend on gcc's feature of interpreting `int foo(c) char c; ...'bde1997-06-301-2/+2
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Fixed printing of small offsets. E.g., -4(%ebp) is now printedbde1997-01-161-2/+8
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Get rid of two and a half printf in the kernel.phk1996-01-151-2/+2
* Reduced and cleaned up #includes.bde1995-12-101-3/+2
* Staticize and cleanup.phk1995-12-101-2/+2
* Untangled the vm.h include file spaghetti.dg1995-12-071-1/+2
* Staticized and '#ifdef notused' stuff we don't use.phk1995-11-291-9/+11
* Completed function declarations and/or added prototypes and/or #includesbde1995-11-241-10/+4
* Remove trailing whitespace.rgrimes1995-05-301-8/+8
* Print the address associated with an examine. Changed db_maxoff todg1995-05-221-2/+2
* Makes gcc silent in sys/ddb.phk1994-09-271-9/+6
* 1) cleaned up after Garrett - fixed more redundant declarations, changeddg1994-08-201-5/+5
* Change all #includes to follow the current Berkeley style. Some of thesewollman1994-08-131-5/+5
* Patches from John Brezak (necessary for the syscall->trapframe conversiondg1994-01-031-2/+12
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andwollman1993-11-251-2/+7
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, somergrimes1993-10-161-44/+2
* Initial import, 0.1 + pk 0.2.4-B1rgrimes1993-06-121-0/+360
OpenPOWER on IntegriCloud