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

sick of the CMU, let's make this KNF


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


# 21dab745 14-Mar-2015 jsg <jsg@openbsd.org>

Remove some includes include-what-you-use claims don't
have any direct symbols used. Tested for indirect use by compiling
amd64/i386/sparc64 kernels.

ok tedu@ deraadt@


# 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


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

ansi/deregister. No binary change.


# ee6d3420 01-Jul-2002 miod <miod@openbsd.org>

Don't let variable declarations without "extern" living in .h files.
While there fix a benign type mismatch in db_stack_dump() and remove
diag code left by art by mistake.


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


# 8d885340 29-May-1997 mickey <mickey@openbsd.org>

move db_radix to the db_output.c, where all the vars are.
some preliminary support for kernfs&syms&~ddb


# 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