| Age | Commit message (Expand) | Author |
| 2007-04-30 | Import of POSIX Asynchronous I/O. | rmind |
| 2007-02-22 | TRUE -> true, FALSE -> false | thorpej |
| 2007-02-22 | Fix lossage from boolean_t -> bool and updated x86 bus_dma. | matt |
| 2007-02-21 | Replace the Mach-derived boolean_t type with the C99 bool type. A | thorpej |
| 2007-02-09 | Merge newlock2 to head. | ad |
| 2006-11-16 | __unused removal on arguments; approved by core. | christos |
| 2006-10-12 | - sprinkle __unused on function decls. | christos |
| 2006-09-05 | ANSIfy db_error. | uwe |
| 2006-05-14 | integrate kauth. | elad |
| 2006-05-14 | Move declaration up ahead of active code in the function, so that | he |
| 2006-05-10 | quell GCC 4.1 uninitialised variable warnings. | mrg |
| 2006-04-14 | Coverity CID 1094: Protect against NULL deref. | christos |
| 2006-02-19 | Add a "show all pages" command to DDB which prints one line per physical | bjh21 |
| 2006-01-24 | add ddb "sh mbuf" command. | yamt |
| 2005-12-01 | add "show all pools" command for ddb. | yamt |
| 2005-11-27 | make DDB_COMMANDONENTER sysctl. (ddb.commandonenter) | yamt |
| 2005-11-26 | add a new option DDB_COMMANDONENTER. | yamt |
| 2005-06-01 | more constification fallout | drochner |
| 2005-05-29 | Add lots of const. | christos |
| 2005-04-29 | move decl of db_machine_command_table from db_interface.h to db_command.c | yamt |
| 2004-04-27 | That's not supposed to be there. Sorry. | atatat |
| 2004-03-24 | Tango on sysctl_createv() and flags. The flags have all been renamed, | atatat |
| 2003-11-18 | add "show mount" ddb command | dbj |
| 2003-10-10 | add "b" as a synonym for "break", since someone added "bt" | chs |
| 2003-09-20 | Add a "show sched_qs" command to dump the run queues. Format is: | thorpej |
| 2003-05-16 | switch to use strlcpy() from libkern. | itojun |
| 2003-05-15 | (1) Don't print the message buffer (via ddb's dmesg command) if the | atatat |
| 2003-04-28 | Add a rudimentary 'trap to kgdb' command if KGDB is defined. This allows | briggs |
| 2003-02-13 | Add a synonym for trace - 'bt' and document it | jmc |
| 2003-01-20 | Remove variable that is only assigned too but not referenced. | simonb |
| 2002-08-26 | Casting from a pointer, to a db_expr_t, has to go via an intptr_t. | scw |
| 2002-02-15 | Add a "show event" ddb command to show the event counters. | simonb |
| 2002-02-15 | ANSIfy, KNF. | simonb |
| 2001-11-12 | add RCSIDs | lukem |
| 2001-08-17 | Add `show malloc' to dump the internal state of the MALLOC_DEBUG code. | thorpej |
| 2001-07-31 | Add an easy way to dump the message buffer from ddb. | atatat |
| 2001-06-03 | Default to kernel_map if no addr is available. | matt |
| 2001-06-02 | replace vm_map{,_entry}_t with struct vm_map{,_entry} *. | chs |
| 2001-05-30 | use _KERNEL_OPT | mrg |
| 2001-02-11 | alphabetize db_command tables | jhawk |
| 2001-01-24 | make db_command_table[] const; since there is no way to dynamically extend | jdolecek |
| 2001-01-22 | Require the machine-dependant DDB commands to be in db_machine_command_table[] | jdolecek |
| 2001-01-18 | db_command_table needs to be writable at least when DB_MACHINE_COMMANDS | enami |
| 2001-01-17 | constify a little | jdolecek |
| 2000-11-28 | Restore the top level `callout' command. | eeh |
| 2000-11-24 | add ddb commands "show uvmexp" and "show ncache". | chs |
| 2000-07-08 | printf format safety | sommerfeld |
| 2000-06-27 | remove include of <vm/vm.h> | mrg |
| 2000-06-17 | In db_command(), fix indentation and add a missing db_skip_to_eol() which | jhawk |
| 2000-06-10 | In the "reboot" and (badly misnamed) "sync" commands, clear db_recover | sommerfeld |