summaryrefslogtreecommitdiffstats
path: root/sys/ddb
Commit message (Expand)AuthorAgeFilesLines
* Implement db_print_backtrace() if DDB is compiled into the kernel. Thisjhb2002-09-191-0/+3
* Garbage-collected __ELF__ ifdefs.bde2002-09-151-10/+2
* Don't use the ELF symbol type to summarily reject symbols inbde2002-09-151-4/+0
* Made this work on i386's at least. It wants ELF section headers forbde2002-09-151-2/+34
* Made this compile (but not work). This involved mainly const poisoningbde2002-09-151-8/+18
* Completely redo thread states.julian2002-09-111-25/+48
* db_ps.c:bde2002-08-311-5/+6
* When talking about c_db_sym_t, mention that it is not just like db_sym_t:jmallett2002-08-141-1/+1
* Realign columns in DDB's ps output. Don't waste more horizontal space thanphk2002-08-131-9/+9
* Part 1 of KSE-IIIjulian2002-06-291-8/+30
* Remove a couple of __P() stragglers.peter2002-06-291-1/+1
* Don't assume that pointers are 4 bytes or sizeof(int) in size. This fixestmm2002-06-252-6/+3
* Split the declaration and the initialization of two variables.mux2002-06-231-4/+4
* Allow DB_SET() to set all fields in the ddb command structure. Thisgibbs2002-06-051-5/+5
* Reconnect db_elf.c to the build (now under "options DDB_NOKLDSYM"). Itbde2002-05-072-2/+12
* Restored db_elf.c from the Attic. This will be used for a quick fix forbde2002-05-061-0/+381
* Commented out locking that would be used in the ps command if locks werejhb2002-04-111-0/+5
* Fixed some style bugs in the removal of __P(()). Continuation linesbde2002-03-233-23/+15
* Remove __P.alfred2002-03-2019-113/+108
* Allow '.' in identifiers - some ia64 register names contain '.'.dfr2002-03-101-1/+1
* ^U kills an entire input line in most applications,yar2002-02-121-5/+6
* Teach ddb(4) to delete to the beginning of its command line on ^U.yar2002-02-111-0/+5
* Pre-KSE/M3 commit.julian2002-02-071-1/+1
* pid is 'long' on alpha.mjacob2002-01-171-2/+2
* Implement a "kill" DDB command which is an interface to psignal() thatdd2001-11-271-0/+59
* GC the a.out support in DDB, nothing anywhere would pull thisphk2001-11-051-402/+0
* - Include machine/md_var.h to get rid of cpu_reset() warning. (-Wall)arr2001-11-051-0/+1
* Add a 'reset' command. This is useful for panics really early beforepeter2001-11-031-0/+13
* Make the flag field in the ps output one char wider to account for recentjhb2001-10-201-6/+13
* Fill out some gaps in ia64 DDB support. This involves generalising DDB'sdfr2001-09-153-25/+36
* - Whitespace fixes.jhb2001-09-121-16/+9
* KSE Milestone 2julian2001-09-121-8/+30
* No tokens should follow #endif.obrien2001-08-151-2/+2
* Quiet a variable format-string warning.kris2001-07-191-1/+1
* Add 'hwatch' and 'dhwatch' ddb commands analogous to 'watch' andbsd2001-07-113-0/+49
* A set of changes to reduce the number of include files the kerneljulian2001-07-082-2/+3
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-14/+22
* o Merge contents of struct pcred into struct ucred. Specifically, add therwatson2001-05-251-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-1/+2
* Catch up to header include changes:jhb2001-03-281-0/+2
* Use macro API for <sys/queue.h>phk2000-12-301-4/+4
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Add a new sysctl "debug.enter_debugger" (when the kernel is compiledarchie2000-01-271-0/+77
* Add a new mechanism, cndbctl(), to tell the console driver thatyokota2000-01-112-8/+2
* Unused file. This (NetBSD derived) file was obsoleted by kld.peter2000-01-111-381/+0
* Fix a typo in the db_kld.c file - it's kld support not raw a.out support.peter2000-01-111-4/+1
* Remove unused macro definition.archie1999-11-021-1/+0
* useracc() the prequel:phk1999-10-291-1/+0
* Delete unneeded #includepeter1999-10-111-2/+0
OpenPOWER on IntegriCloud