History log of /openbsd/sys/ddb/db_command.c (Results 76 – 100 of 101)
Revision Date Author Comments
# e6ac6979 28-Jan-2002 miod <miod@openbsd.org>

Add "boot reboot" to please jason@ and "boot poweroff" to please drahn@.


# e5efd09c 02-Jan-2002 miod <miod@openbsd.org>

Add more vocabulary (commands) to ddb, from NetBSD.
ok art@
(manual page update coming soon)


# ab8e80c5 28-Nov-2001 art <art@openbsd.org>

zap some typedefs.
vm_map_t -> struct vm_map *
vm_map_entry_t -> struct vm_map_entry *
simple_lock_data_t -> struct simplelock

(uvm not done yet, coming in the next commit)


# 489e49f9 06-Nov-2001 miod <miod@openbsd.org>

Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
(Look ma, I might have broken the tree)


# 93668754 04-Jul-2001 espie <espie@openbsd.org>

missed EOL at EOF


# bc3ba633 27-Jun-2001 art <art@openbsd.org>

Remove old vm.


# 60b73751 18-Apr-2001 art <art@openbsd.org>

New boot command: boot halt.
Don't sync, don't dump, just halt.


# e37c6774 07-Jun-2000 art <art@openbsd.org>

Allow passing an address to 'show malloc' and print out some information about
that address.


# 13606406 07-Jun-2000 art <art@openbsd.org>

Add 'show malloc' that prints out malloc debugging information if available.


# c05d1d79 26-Feb-1999 art <art@openbsd.org>

uvm compat


# ae7559bf 01-Sep-1998 art <art@openbsd.org>

the sync command does not work, back it out


# 18ebc4b7 30-Aug-1998 art <art@openbsd.org>

add a sync command that does not reboot


# 1c5d553d 25-Feb-1998 weingart <weingart@openbsd.org>

Add command to print out extents. This helps in debugging PnP stuff,
and "it's just plain cool".


# 86601978 08-Sep-1997 deraadt <deraadt@openbsd.org>

put 'help' in front of 'hangman'


# 9c690e8c 07-Jul-1997 niklas <niklas@openbsd.org>

Do not wrap lines so often, much prettier x output


# d00bc718 27-Jan-1997 deraadt <deraadt@openbsd.org>

change prompt to ddb to match man page ddb(4)


# 230c69de 16-Jan-1997 kstailey <kstailey@openbsd.org>

use RB_TIMEBAD to indicate that the time is wrong and should not be copied
to the battery backed up clock via resettodr() in boot().


# 4fa33424 31-May-1996 niklas <niklas@openbsd.org>

-Wall and -Wstrict-prototypes cleanup


# 8b6244cf 05-May-1996 mickey <mickey@openbsd.org>

add advanced hang analyzer.
idea by theo.


# d724e01a 21-Apr-1996 deraadt <deraadt@openbsd.org>

partial sync with netbsd 960418, more to come


# 0c0430f8 19-Apr-1996 niklas <niklas@openbsd.org>

NetBSD 960317 merge


# 56285d46 19-Apr-1996 mickey <mickey@openbsd.org>

Fix according to the last changes.
dev_conf.h deleted, longjmp proto changed.


# b2471a9d 11-Mar-1996 mickey <mickey@openbsd.org>

Debbuger changed towards the latest Mach.
Some minor changes for Linux ;) emulation.
Small bug fixes from NetBSD.


# 3ed44a89 20-Feb-1996 mickey <mickey@openbsd.org>

netbsd-current import & 'boot' cmd addition.


# 4d95ca79 14-Dec-1995 deraadt <deraadt@openbsd.org>

update from netbsd


12345