aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb/db_kld.c
Commit message (Expand)AuthorAgeFilesLines
* Remove now unused files:Marcel Moolenaar2004-07-111-133/+0
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). ItBruce Evans2002-05-071-0/+6
* Fix a typo in the db_kld.c file - it's kld support not raw a.out support.Peter Wemm2000-01-111-4/+1
* Delete unneeded #includePeter Wemm1999-10-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-12/+12
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesMatthew Dillon1999-01-271-4/+4
* Forgot to commit this; the alpha uses the kld symbol interface now. ThePeter Wemm1998-10-151-2/+2
* Call some helper routines to be supplied by kern_linker.c in order toPeter Wemm1998-10-091-14/+7
* Add symtab parameter to X_db_symbol_values.Doug Rabson1998-07-051-2/+3
* Add DDB symbol support for ELF and KLD. The KLD support only supports globalDoug Rabson1998-06-281-0/+137