History log of /openbsd-src/sys/ddb/db_expr.c (Results 1 – 18 of 18)
Revision Date Author Comments
# 5abbae66 15-Oct-2020 deraadt <deraadt@openbsd.org>

sick of the CMU, let's make this KNF


# 08f058f8 07-Nov-2019 mpi <mpi@openbsd.org>

db_addr_t -> vaddr_t

ok deraadt@


# 6b31bf08 07-Nov-2019 mpi <mpi@openbsd.org>

FALSE -> 0, missed in previous.

Spotted by deraadt@


# 8383b4f2 06-Nov-2019 mpi <mpi@openbsd.org>

Substitute boolean_t/TRUE/FALSE by int/1/0.

ok dlg@, jasper@, anton@


# ad205586 10-Aug-2017 mpi <mpi@openbsd.org>

With a CTF kernel, DDB's print command will now pretty-print symbols.

Casting a type is not yet supported.

ok kettenis@, jasper@


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

Do not expose private functions.


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

Kill trailing whitespaces. No object change.


# 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


# 3c1225e2 22-May-2011 ariane <ariane@openbsd.org>

In ddb, when dereferencing a pointer, use sizeof a pointer.
Enables show map /f *kernel_map to succeed without nullpointer errors on
64-bit archs.

ok miod@


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


# 1bc2ec2b 06-Jul-1997 niklas <niklas@openbsd.org>

A number should be db_expr_t


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

partial sync with netbsd 960418, more to come


# 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