| Age | Commit message (Expand) | Author |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2011-06-12 | Welcome to 5.99.53! Merge rmind-uvmplock branch: | rmind |
| 2011-05-31 | re-instate db_kill_proc | christos |
| 2011-05-26 | Introduce DDB_EXPR_FMT and replace the logic around DB_EXPR_T_IS_QUAD. | joerg |
| 2011-05-17 | move and rename the uvm history code out of uvm_stat to "kernhist". | mrg |
| 2011-04-12 | Fix GENERIC_SUN4U build. | nakayama |
| 2011-04-12 | include <sys/cpu.h> when using cpu specific info. fixes building | mrg |
| 2011-04-11 | avoid compiling dead code into crash. | mrg |
| 2011-04-11 | obsolete DB_AOUT_SYMBOLS. however, we need to leave most of the code | mrg |
| 2011-04-10 | Add: | christos |
| 2011-02-20 | When looking for the next element of cpu_queue compare the pointer to the | hannken |
| 2011-02-09 | Since curlwp and curproc must always be non-NULL, remove the == NULL branches. | matt |
| 2011-01-14 | Retire struct user, remove sys/user.h inclusions. Note sys/user.h header | rmind |
| 2010-09-13 | fix extern/static inconsistency | drochner |
| 2010-08-31 | Define db_hist_put() only when DDB_HISTORY_SIZE != 0 so that | enami |
| 2010-08-31 | Fix indent in prevous commit. | enami |
| 2010-08-30 | Don't overflow DDB command history. Coyote Point changelist description: | tls |
| 2010-02-02 | Include "ctype.h" in the central place which deals with building the | tron |
| 2010-02-01 | Include "ctype.h" if we are not building a kernel to fix the build | tron |
| 2010-01-31 | New modifiers for the "write" command: /BHL. They act like /bhl but do not | phx |
| 2009-12-17 | Replace few USER_TO_UAREA/UAREA_TO_USER uses, reduce sys/user.h inclusions. | rmind |
| 2009-09-28 | quick fix for crash(8) build failure caused by my previous commit (rev | bsh |
| 2009-09-27 | kgdb still needs db_{get,put}_value in ddb/db_access.c when SOFTWARE_SSTEP is... | bsh |
| 2009-07-19 | Add #ifdef MQUEUE for db_show_mqueue_cmd(). | rmind |
| 2009-06-05 | extend 'show event' to take /i /t and /m modifiers, to select interrupt, | mrg |
| 2009-05-24 | More changes to improve kern_descrip.c. | ad |
| 2009-04-10 | add boilerplate missed in initial commit | ad |
| 2009-03-31 | KGDB does no longer refers to ddb/db_access. Fixes compilation problems of KGDB | reinoud |
| 2009-03-21 | Make 'show event', 'dmesg' work with crash(8). | ad |
| 2009-03-14 | Change about 4500 of the K&R function definitions to ANSI ones. | dsl |
| 2009-03-14 | Remove all the __P() from sys (excluding sys/dist) | dsl |
| 2009-03-11 | Switch the default value (if no options DDB_ONPANIC is defined) for | martin |
| 2009-03-11 | Avoid "warning: cast from pointer to integer of different size" | nakayama |
| 2009-03-09 | include <stdbool.h> if not _KERNEL, and don't include kauth.h if _KERNEL. | mrg |
| 2009-03-08 | include <sys/user.h> | mrg |
| 2009-03-08 | include ddb headers *after* sys/types.h or sys/param.h. | mrg |
| 2009-03-07 | Make ddb compile and work in userspace. Mostly this is comprised of three | ad |
| 2009-03-01 | Do not set last_count to zero after every db_command function call it is | haad |
| 2009-02-18 | - fix vmem unittest. rename VMEM_DEBUG so that it won't be abused again. | yamt |
| 2009-02-04 | Default 'show all procs' to /l. People tend to type 'ps' without modifiers | ad |
| 2009-01-30 | Default DDB_ONPANIC to zero. The end product is ultimately for the | ad |
| 2009-01-05 | Fix my bug introduced in rev 1.98 of db_command.c where command prefix | haad |
| 2008-12-07 | ddb: new 'show vmem' and 'show all vmems' commands. | cegger |
| 2008-11-30 | As discussed on tech-kern: mutex_init is too heavyweight for early bootstrap | martin |
| 2008-11-25 | Make DDB shows right register values on 32-bit sparc64 kernels. | nakayama |
| 2008-11-25 | Add some basic DDB stuff for modules. | ad |
| 2008-11-16 | more <sys/buf.h> police | pooka |
| 2008-11-14 | ifdef AIO | ad |
| 2008-11-14 | +ifdef AIO | ad |
| 2008-10-24 | don't hold locks in ddb (call ksyms_getval_unlocked()), pointed out by ad. | christos |