summaryrefslogtreecommitdiffstats
path: root/sys/ddb (follow)
Commit message (Expand)AuthorAgeFilesLines
* On show the ps/o output and ddb.html blurb once, so that we don't get themguenther2015-09-131-4/+11
* show a few more lines of trace; discussed in the roomderaadt2015-09-121-2/+2
* When panicing, show the non-idle, on-proc threads before showing the stackguenther2015-09-121-1/+4
* initialise the width var in db_struct_offset_cmd()jsg2015-09-011-1/+2
* Automatically perform traces upon panic. Shrink message aboutderaadt2015-08-301-16/+5
* Use a linker script when building i386 kernels to allow section padding onmlarkin2015-08-121-3/+5
* Return correct file name entry from DWARF line tablematthew2015-07-071-2/+2
* emul_native is only used for kernel threads which can't dump core, soguenther2015-05-051-2/+1
* Also generate db_structinfo.txt with struct member offset and size infoguenther2015-04-291-22/+70
* restore systm.h, needed for strcmp. from Steven McDonaldtedu2015-03-141-1/+2
* Remove some includes include-what-you-use claims don'tjsg2015-03-1415-30/+15
* remove #include <sys/workq.h>. it wont exist anymore soon.dlg2015-01-271-2/+1
* Prevent writing to the kernel area via the direct map. We do this by paddingmlarkin2014-12-211-3/+3
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
* Remove an unused sys/hash.h include from db_structinfo.creyk2014-12-191-2/+1
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-2/+1
* Replace a plethora of historical protection options with justderaadt2014-11-161-2/+2
* ddb: add support for DWARF line number decodingmatthew2014-10-091-7/+48
* remove uneeded proc.h includesjsg2014-09-1415-30/+15
* reboot(9): Add MI reboot entry functionuebayasi2014-07-111-7/+7
* Add basic DWARF line table decodermatthew2014-07-112-0/+561
* These do not need the extremely poorly named uvm/uvm_extern.h (whichderaadt2014-07-0815-42/+26
* no more gcc2.daniel2014-05-291-4/+1
* The kernel isn't involved in times(3); <sys/times.h> should never beguenther2014-03-241-2/+1
* Unbreak DDB_STRUCT after removal of agpio.hguenther2014-03-181-2/+1
* DDB supports ELF symbols are all archs, and it's always the same as theguenther2014-03-163-15/+2
* Use arc4random_uniform to increase the slightly difficulty of winning.deraadt2014-01-181-11/+3
* Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@naddy2013-12-131-2/+1
* Add db_vprintf(), and then use it in ACPI's db_disprint() instead ofguenther2013-12-121-1/+3
* Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid andkrw2013-12-011-2/+2
* LP64 non-PMAP_DIRECT archs like sparc64 have a structure largerguenther2013-10-192-16/+26
* Remove support for a.out and ecoff. We only do elf now.deraadt2013-10-174-519/+1
* This has been rewritten in perl as parse_structinfo.plguenther2013-10-151-318/+0
* Rewrite the awk script that generates the data for option DDB_STRUCT:guenther2013-10-152-14/+351
* If sysctl ddb.trigger=1 is not called from the console, the errorbluhm2013-06-101-2/+2
* Delete the sequencer(4) driver, since its not used any longer. Diffratchov2013-03-151-2/+1
* Remove excessive sys/cdefs.h inclusionderaadt2012-12-051-2/+1
* When multiple display modifiers are specified on a ddb examine command, domiod2011-11-071-25/+41
* In ddb, when dereferencing a pointer, use sizeof a pointer.ariane2011-05-221-2/+2
* - use nitems() no binary change on amd64jasper2011-04-051-2/+2
* Allow kernel printfs to go to console if in ddb instead of being redirecteddrahn2011-04-032-3/+6
* Get rid of the vm_map field of ddb breakpoints and watchpoints, and do notmiod2010-11-275-217/+80
* Remove ddb single-step load and store counters. Most platforms do notmiod2010-11-273-22/+4
* Do not #include <sys/dkstat.h> if you don't need anything from it.miod2010-11-181-2/+1
* Implement m_print as real ddb command "show mbuf addr" in the way otherclaudio2010-11-053-3/+15
* stray spaces no code changemarco2010-09-081-7/+7
* Correct the links between threads, processes, pgrps, and sessions,guenther2010-07-261-4/+5
* <sys/time.b> is for ftime(), which is just in libcompat and not the kernel,guenther2010-06-281-2/+1
* Fallout from the proc.h include cleanup: proc.h must be included beforeguenther2010-05-261-2/+2
* A couple #ifdefs were missed when the final name of the DDB_STRUCTguenther2010-01-191-3/+3