summaryrefslogtreecommitdiff
path: root/sys/ddb
AgeCommit message (Expand)Author
2020-02-01Load struct filedesc::fd_dt with atomic_load_consume.riastradh
2020-01-26Fix typo in comment.uwe
2020-01-08Hopefully fix some problems seen with MP support on non-x86, in particularad
2020-01-01- Introduce a new global kernel variable "shutting_down" to indicate thatthorpej
2019-12-27Redo the page allocator to perform better, especially on multi-core andad
2019-12-15Teach ddb(4) about printing the full mount list.joerg
2019-11-22Fix crash(8). Will revisit.ad
2019-10-02Simplify logic to get rid of implicit dependence on order of ASCIIrin
2019-09-29db_command - don't hide local static variable in the middle of otheruwe
2019-09-29db_command - make setting have_addr more clear.uwe
2019-09-29db_command - make sure count is always initialized.uwe
2019-09-29Print db> prompt in db_read_line(), not db_readline().uwe
2019-09-22fix "show kernhist".mrg
2019-09-12db_putchar - check if we need to wrap at $maxwidth after whitespace.uwe
2019-09-12db_get_qvalue() with size=8 on 64bit arch returns incorrect value. fixed.ryo
2019-09-12changes of r1.39 was incomplete. only "examin/m" could handle 'q'.ryo
2019-09-10- examin/m displays with splitting by spaces as specified sizeryo
2019-09-10Add support for 'p' qualifier for pointer values on examine.ryo
2019-08-23Avoids signedness bit shift in db_get_value()kamil
2019-06-02add two db_stack_print_trace frontends that emit to the system logmrg
2019-03-12KNFskrll
2019-02-03- add or adjust /* FALLTHROUGH */ where appropriatemrg
2019-01-27Merge the [pgoyette-compat] branchpgoyette
2018-11-02no, should be dstmaxv
2018-11-02Don't overflow on the strings we read. Introduce db_read_string(), whichmaxv
2018-09-17When this file is used when not building the kernel (eg: /usr/sbin/crash)kre
2018-09-16call cnpollc(1) and cnpollc(0) around cngetc().mrg
2018-09-15call spl0() before cpu_reboot(), so that there's a chance that:mrg
2018-09-13always call lockdebug_dismiss() from DDB -- there are always somemrg
2018-08-13extend the ddb "show kernhist" command. the synopsis is now:mrg
2018-08-12add a lockdebug_dismiss() function for DDB to use that tellsmrg
2018-07-20 Add "show socket" command written by Hiroki SUENAGA. It prints usage ofmsaitoh
2018-05-27Add missing $NetBSD$ comment at the beginning.uwe
2018-03-19ddb: rename "show lockstat" to "show lockstats" to avoid conflicting with loc...ozaki-r
2018-03-16Don't pass a unset address to lockdebug_lock_printozaki-r
2018-03-16Add a new command, show all locks, which shows information of active locksozaki-r
2018-03-16Add a new command, show lockstat, which shows statistics of locksozaki-r
2018-03-05enums might be unsigned.mlelstv
2018-03-04Add command to print device list.mlelstv
2018-02-17Opt to print a backtrace on panic by default with the intention of improving ...sevan
2018-02-04avoid leftshift of an unsigned valuemrg
2017-12-28- add ddb.panicstackframes to avoid scrolling the interesting parts of panicchristos
2017-11-06remove more DB_ELFSIZEchristos
2017-11-04use Elf_Sym ** instead of casting.christos
2017-11-03Handle absolute relocations coming from the kernel: preserve SHN_ABS inmaxv
2017-10-27Revert printf return value change.joerg
2017-10-27[syzkaller] Cast all the printf's to (void *)utkarsh009
2017-01-11Add ddb command to find a vnode by the address of its lock.joerg
2017-01-04add a simple stacktrace macrochristos
2016-04-13ddb: rename show arptab to show routesozaki-r