| Commit message (Expand) | Author | Age | Files | Lines |
* | On show the ps/o output and ddb.html blurb once, so that we don't get them |  guenther | 2015-09-13 | 1 | -4/+11 |
* | show a few more lines of trace; discussed in the room |  deraadt | 2015-09-12 | 1 | -2/+2 |
* | When panicing, show the non-idle, on-proc threads before showing the stack |  guenther | 2015-09-12 | 1 | -1/+4 |
* | initialise the width var in db_struct_offset_cmd() |  jsg | 2015-09-01 | 1 | -1/+2 |
* | Automatically perform traces upon panic. Shrink message about |  deraadt | 2015-08-30 | 1 | -16/+5 |
* | Use a linker script when building i386 kernels to allow section padding on |  mlarkin | 2015-08-12 | 1 | -3/+5 |
* | Return correct file name entry from DWARF line table |  matthew | 2015-07-07 | 1 | -2/+2 |
* | emul_native is only used for kernel threads which can't dump core, so |  guenther | 2015-05-05 | 1 | -2/+1 |
* | Also generate db_structinfo.txt with struct member offset and size info |  guenther | 2015-04-29 | 1 | -22/+70 |
* | restore systm.h, needed for strcmp. from Steven McDonald |  tedu | 2015-03-14 | 1 | -1/+2 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 15 | -30/+15 |
* | remove #include <sys/workq.h>. it wont exist anymore soon. |  dlg | 2015-01-27 | 1 | -2/+1 |
* | Prevent writing to the kernel area via the direct map. We do this by padding |  mlarkin | 2014-12-21 | 1 | -3/+3 |
* | Use <sys/endian.h> instead of <machine/endian.h> |  guenther | 2014-12-19 | 1 | -2/+2 |
* | Remove an unused sys/hash.h include from db_structinfo.c |  reyk | 2014-12-19 | 1 | -2/+1 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | Replace a plethora of historical protection options with just |  deraadt | 2014-11-16 | 1 | -2/+2 |
* | ddb: add support for DWARF line number decoding |  matthew | 2014-10-09 | 1 | -7/+48 |
* | remove uneeded proc.h includes |  jsg | 2014-09-14 | 15 | -30/+15 |
* | reboot(9): Add MI reboot entry function |  uebayasi | 2014-07-11 | 1 | -7/+7 |
* | Add basic DWARF line table decoder |  matthew | 2014-07-11 | 2 | -0/+561 |
* | These do not need the extremely poorly named uvm/uvm_extern.h (which |  deraadt | 2014-07-08 | 15 | -42/+26 |
* | no more gcc2. |  daniel | 2014-05-29 | 1 | -4/+1 |
* | The kernel isn't involved in times(3); <sys/times.h> should never be |  guenther | 2014-03-24 | 1 | -2/+1 |
* | Unbreak DDB_STRUCT after removal of agpio.h |  guenther | 2014-03-18 | 1 | -2/+1 |
* | DDB supports ELF symbols are all archs, and it's always the same as the |  guenther | 2014-03-16 | 3 | -15/+2 |
* | Use arc4random_uniform to increase the slightly difficulty of winning. |  deraadt | 2014-01-18 | 1 | -11/+3 |
* | Remove the 4.3BSD tty(4) compatibility shims. RIP. ok millert@ |  naddy | 2013-12-13 | 1 | -2/+1 |
* | Add db_vprintf(), and then use it in ACPI's db_disprint() instead of |  guenther | 2013-12-12 | 1 | -1/+3 |
* | Change 'mountlist' from CIRCLEQ to TAILQ. Be paranoid and |  krw | 2013-12-01 | 1 | -2/+2 |
* | LP64 non-PMAP_DIRECT archs like sparc64 have a structure larger |  guenther | 2013-10-19 | 2 | -16/+26 |
* | Remove support for a.out and ecoff. We only do elf now. |  deraadt | 2013-10-17 | 4 | -519/+1 |
* | This has been rewritten in perl as parse_structinfo.pl |  guenther | 2013-10-15 | 1 | -318/+0 |
* | Rewrite the awk script that generates the data for option DDB_STRUCT: |  guenther | 2013-10-15 | 2 | -14/+351 |
* | If sysctl ddb.trigger=1 is not called from the console, the error |  bluhm | 2013-06-10 | 1 | -2/+2 |
* | Delete the sequencer(4) driver, since its not used any longer. Diff |  ratchov | 2013-03-15 | 1 | -2/+1 |
* | Remove excessive sys/cdefs.h inclusion |  deraadt | 2012-12-05 | 1 | -2/+1 |
* | When multiple display modifiers are specified on a ddb examine command, do |  miod | 2011-11-07 | 1 | -25/+41 |
* | In ddb, when dereferencing a pointer, use sizeof a pointer. |  ariane | 2011-05-22 | 1 | -2/+2 |
* | - use nitems() no binary change on amd64 |  jasper | 2011-04-05 | 1 | -2/+2 |
* | Allow kernel printfs to go to console if in ddb instead of being redirected |  drahn | 2011-04-03 | 2 | -3/+6 |
* | Get rid of the vm_map field of ddb breakpoints and watchpoints, and do not |  miod | 2010-11-27 | 5 | -217/+80 |
* | Remove ddb single-step load and store counters. Most platforms do not |  miod | 2010-11-27 | 3 | -22/+4 |
* | Do not #include <sys/dkstat.h> if you don't need anything from it. |  miod | 2010-11-18 | 1 | -2/+1 |
* | Implement m_print as real ddb command "show mbuf addr" in the way other |  claudio | 2010-11-05 | 3 | -3/+15 |
* | stray spaces no code change |  marco | 2010-09-08 | 1 | -7/+7 |
* | Correct the links between threads, processes, pgrps, and sessions, |  guenther | 2010-07-26 | 1 | -4/+5 |
* | <sys/time.b> is for ftime(), which is just in libcompat and not the kernel, |  guenther | 2010-06-28 | 1 | -2/+1 |
* | Fallout from the proc.h include cleanup: proc.h must be included before |  guenther | 2010-05-26 | 1 | -2/+2 |
* | A couple #ifdefs were missed when the final name of the DDB_STRUCT |  guenther | 2010-01-19 | 1 | -3/+3 |