History log of /openbsd/sys/ddb/db_access.c (Results 1 – 16 of 16)
Revision Date Author Comments
# 08f058f8 07-Nov-2019 mpi <mpi@openbsd.org>

db_addr_t -> vaddr_t

ok deraadt@


# da35b5e4 19-Apr-2016 mpi <mpi@openbsd.org>

Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0
instead of boolean_t-TRUE-FALSE.


# 45b37e65 25-Jan-2016 mpi <mpi@openbsd.org>

Kill trailing whitespaces. No object change.


# 9b18ffb8 19-Dec-2014 guenther <guenther@openbsd.org>

Use <sys/endian.h> instead of <machine/endian.h>

ok dlg@ mpi@ bcook@ millert@ miod@


# 7f58a11f 14-Sep-2014 jsg <jsg@openbsd.org>

remove uneeded proc.h includes
ok mpi@ kspillner@


# 0569f4dc 08-Jul-2014 deraadt <deraadt@openbsd.org>

These do not need the extremely poorly named uvm/uvm_extern.h (which
pulls in the universe). occasionally they need sys/systm.h


# 2ba74d7f 15-Mar-2007 miod <miod@openbsd.org>

Disable x/q functionnality on 32bit platforms, because the examination code
is not supposed to work on values larger than db_expr_t.


# 6ecb06d0 13-Mar-2006 jsg <jsg@openbsd.org>

ansi/deregister. No binary change.


# 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)


# 60d9dbc1 19-Jul-1997 niklas <niklas@openbsd.org>

Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer
to have it in sys/types.h but that is problematic). Some KNF.


# 74db0e49 06-Jul-1997 niklas <niklas@openbsd.org>

64 bit fixes


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

partial sync with netbsd 960418, more to come


# 1a48ac5c 17-Apr-1996 mickey <mickey@openbsd.org>

sign-extending table extended.


# 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.


# df930be7 18-Oct-1995 deraadt <deraadt@openbsd.org>

initial import of NetBSD tree