aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_aout.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed -Wcast-qual warnings.Bruce Evans1999-02-121-4/+4
* Fixed fatal type mismatches in the aout case. Const poisoning inBruce Evans1999-02-121-5/+5
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesMatthew Dillon1999-01-271-3/+3
* We don't compile this on an elf kernel (and explicitly not on alpha inPeter Wemm1998-10-091-5/+4
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).Doug Rabson1998-06-281-2/+3
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-1/+3
* Print the filename, not the directory we compiled in.Poul-Henning Kamp1997-09-281-2/+2
* Fixed gratuitous ANSIisms.Bruce Evans1997-04-011-2/+2
* 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
* 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-2/+3
* Completed function declarations and/or added prototypes and/or #includesBruce Evans1995-11-241-2/+3
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-10/+10
* Load the kernel symbol table in the boot loader and not at compile time.Bruce Evans1995-01-251-23/+14
* Makes gcc silent in sys/ddb.Poul-Henning Kamp1994-09-271-8/+9
* 386bsd -> kernel in strings.Bruce Evans1994-09-051-3/+3
* Change all #includes to follow the current Berkeley style. Some of theseGarrett Wollman1994-08-131-7/+7
* "New" VM system from John Dyson & myself. For a run-down of theDavid Greenman1994-01-141-2/+2
* Patches from John Brezak (necessary for the syscall->trapframe conversionDavid Greenman1994-01-031-6/+110
* Make the LINT kernel compile with -W -Wreturn-type -Wcomment -Werror, andGarrett Wollman1993-11-251-3/+6
* Removed all patch kit headers, sccsid and rcsid strings, put $Id$ in, someRodney W. Grimes1993-10-161-17/+2
* >From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey)Rodney W. Grimes1993-09-121-0/+6
* Initial import, 0.1 + pk 0.2.4-B1Rodney W. Grimes1993-06-121-0/+309