aboutsummaryrefslogtreecommitdiff
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* No tokens should follow #endif.David E. O'Brien2001-08-151-2/+2
* Quiet a variable format-string warning.Kris Kennaway2001-07-191-1/+1
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andBrian S. Dean2001-07-113-0/+49
* A set of changes to reduce the number of include files the kernelJulian Elischer2001-07-082-2/+3
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-14/+22
* o Merge contents of struct pcred into struct ucred. Specifically, add theRobert Watson2001-05-251-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-1/+2
* Catch up to header include changes:John Baldwin2001-03-281-0/+2
* Use macro API for <sys/queue.h>Poul-Henning Kamp2000-12-301-4/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Add a new sysctl "debug.enter_debugger" (when the kernel is compiledArchie Cobbs2000-01-271-0/+77
* Add a new mechanism, cndbctl(), to tell the console driver thatKazutaka YOKOTA2000-01-112-8/+2
* Unused file. This (NetBSD derived) file was obsoleted by kld.Peter Wemm2000-01-111-381/+0
* Fix a typo in the db_kld.c file - it's kld support not raw a.out support.Peter Wemm2000-01-111-4/+1
* Remove unused macro definition.Archie Cobbs1999-11-021-1/+0
* useracc() the prequel:Poul-Henning Kamp1999-10-291-1/+0
* Delete unneeded #includePeter Wemm1999-10-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2828-28/+28
* Merge the cons.c and cons.h to the best of my ability. alpha may orPoul-Henning Kamp1999-08-094-11/+8
* The following patch will remove a hack introduced inKazutaka YOKOTA1999-07-141-13/+1
* Quiet warnings on Alpha. (db_expr_t is a long on alpha, int on x86)Peter Wemm1999-07-017-27/+26
* Removed an especially bogus cast.Bruce Evans1999-05-131-2/+2
* Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't workBruce Evans1999-05-132-2/+5
* add some amount of sanity to the way the gdb stuff finds its device.Poul-Henning Kamp1999-05-092-4/+18
* Get rid of extern declarations on gdb stuff so systems compiled withoutKirk McKusick1999-05-071-1/+9
* Fixed -Wcast-qual warnings.Bruce Evans1999-02-123-9/+9
* 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-276-45/+47
* Changes to support -Wall, -Wcast-qual. Had to make physical code changesMatthew Dillon1999-01-277-30/+33
* Replace includes of <sys/kernel.h> with includes ofJohn Polstra1999-01-141-2/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-041-4/+2
* 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
* At the moment, the alpha tentatively uses the ddb elf code rather than KLD,Peter Wemm1998-10-091-10/+4
* We don't compile this on an elf kernel (and explicitly not on alpha inPeter Wemm1998-10-091-5/+4
* Update to work with the new elf headers.Doug Rabson1998-08-171-17/+2
* Added macros __printflike() and __scanflike() to <sys/cdefs.h>.Bruce Evans1998-07-131-4/+3
* Use not-so-new printf formats %r and/or %z instead of %n and/or %+x.Bruce Evans1998-07-085-16/+16
* Fixed bogus type of valuep in struct db_variable. It was `int *' andBruce Evans1998-07-088-22/+23
* Fixed db_printf format errors.Bruce Evans1998-07-085-19/+18
* Fixed db_printf format errors (except for ones using broken extensionsBruce Evans1998-07-081-7/+7
* Remove the two single step breakpoints in the reverse order of setting toDoug Rabson1998-07-051-5/+5
* Add symtab parameter to X_db_symbol_values.Doug Rabson1998-07-051-2/+3
* Support 'g' format for printing 8 byte values.Doug Rabson1998-07-051-1/+5
* Forgot to mention:Doug Rabson1998-06-281-1/+1
* Add DDB symbol support for ELF and KLD. The KLD support only supports globalDoug Rabson1998-06-282-0/+539
* Supply the symbol table as an argument to X_db_symbol_values (required for elf).Doug Rabson1998-06-283-6/+8
* Use db_addr_t for the breakpoint address in db_set_single_step.Doug Rabson1998-06-281-3/+3
* Make db_tok_number a long to allow typing 64bit numbers on alpha.Doug Rabson1998-06-272-4/+4