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

sick of the CMU, let's make this KNF


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

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

ok dlg@, jasper@, anton@


# a99eef19 02-Apr-2019 yasuoka <yasuoka@openbsd.org>

Fix ddb not to write its history to out of the region. When the
inputted line just ends at sizeof(db_history), ddb started writing the
histories to out of the region. diff from IIJ.

ok deraadt ant

Fix ddb not to write its history to out of the region. When the
inputted line just ends at sizeof(db_history), ddb started writing the
histories to out of the region. diff from IIJ.

ok deraadt anton

show more ...


# 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


# fd94ba3e 06-Jul-2006 miod <miod@openbsd.org>

Remove db_check_interrupt() related logic, since it was dummied in practice.


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

ansi/deregister. No binary change.


# c4071fd1 14-Mar-2002 millert <millert@openbsd.org>

First round of __P removal in sys


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


# dffc8458 06-May-1996 mickey <mickey@openbsd.org>

do the ^W right.


# 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


# 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