| Age | Commit message (Expand) | Author |
| 2020-05-02 | gdb has been fixed, so no need to reload the symbol file. | christos |
| 2020-05-01 | mention the need to reload the kernel symbols | christos |
| 2020-04-28 | add a script to load the symbol files of all the modules in the kernel | christos |
| 2020-04-27 | make this work again | christos |
| 2020-04-14 | Add dmesg functionality. | christos |
| 2020-04-14 | catch up with field move | christos |
| 2019-12-06 | more updates for the vnode and mount list iterator changes | mrg |
| 2019-12-06 | it's mountlist not mount_list. now 'mountdump' works again. | mrg |
| 2019-07-17 | Remove the 'procs' from lwps and use the one from procs. | skrll |
| 2019-07-17 | Add devs | skrll |
| 2019-07-17 | kdump was remove some time ago | skrll |
| 2019-05-30 | fix some minor issues in these user functions, and add more to | mrg |
| 2019-05-09 | document 'devs' and 'procs' commands. | mrg |
| 2019-05-06 | add a 'devs' script to display a list of all devices by device_t, | mrg |
| 2017-06-05 | Typo in previous | skrll |
| 2017-06-05 | Make cpus MI | skrll |
| 2017-04-13 | Change command mountdump to evaluate mountlist_entry. | hannken |
| 2016-12-14 | Move vnode members "v_freelisthd" and "v_freelist" from "struct vnode" | hannken |
| 2016-08-19 | Remove the last references to KMEMSTATS. | maxv |
| 2016-05-12 | make '$e' in here the whole structure instead of a pointer, to combine | mrg |
| 2016-05-11 | Add kernhist to SYS_GDBINIT | skrll |
| 2016-05-11 | add a gdb script to dump kernel histories. based upon a script by skrll, | mrg |
| 2013-11-23 | Since mountlist is now a TAILQ, convert some missed usages | riz |
| 2013-03-06 | update script | yamt |
| 2011-11-02 | a macro to dump kernel modules | yamt |
| 2011-02-05 | fix format | yamt |
| 2009-11-18 | Add a command to dump all thread stacks in the system and a command to dump | eeh |
| 2009-11-18 | Add the lwp address so you don't have to leave gdb and use ps to grab an lwp's | eeh |
| 2009-11-18 | Print out all 64-bits of 64-bit values on 64-bit machines and add documentation | eeh |
| 2009-11-18 | Get gdb to document the command. | eeh |
| 2009-07-28 | Use the right pointer to traverse the proc's lwp list. | skrll |
| 2008-04-30 | Convert TNF licenses to new 2 clause variant | martin |
| 2008-02-20 | +cpus | ad |
| 2008-02-20 | - Replace 'xps' with 'procs' and 'lwps'. | ad |
| 2008-02-20 | stats is gone | ad |
| 2008-02-20 | This is useless! | ad |
| 2006-11-04 | adapt to mnt_vnodelist being TAILQ | pooka |
| 2006-11-04 | add mountdump, prints mount point information a little like mount(8) | pooka |
| 2006-09-29 | Make these work again. I know, I'm a bit impatient, since they've | pooka |
| 2005-12-11 | merge ktrace-lwp. | christos |
| 2005-02-26 | nuke trailing whitespace | perry |
| 2003-04-28 | Clean up the output a little and print the lwp pointer. | briggs |
| 2003-02-26 | adapt to lwp-world | lha |
| 2002-09-01 | Build a .gdbinit in the kernel build directory. The new .gdbinit | thorpej |
| 2001-01-11 | fix pointer arithmetic | deberg |
| 2000-06-08 | gdb macro to print the kernel message buffer | jhawk |
| 1997-04-16 | widen proc pointer and wchan pointer fields from 10 to 18 characters, so | cgd |
| 1997-02-12 | Add NetBSD cvs id lines. | gwr |
| 1997-02-12 | Macros for gdb when debugging the kernel (from 4.4-Lite2). | gwr |