summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_lex.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sick of the CMU, let's make this KNFderaadt2020-10-151-113/+106
|
* Do not expose private functions.mpi2016-04-191-1/+5
|
* Kill trailing whitespaces. No object change.mpi2016-01-251-8/+8
|
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-2/+1
| | | | | | | have any direct symbols used. Tested for indirect use by compiling amd64/i386/sparc64 kernels. ok tedu@ deraadt@
* remove uneeded proc.h includesjsg2014-09-141-2/+1
| | | | ok mpi@ kspillner@
* These do not need the extremely poorly named uvm/uvm_extern.h (whichderaadt2014-07-081-3/+2
| | | | pulls in the universe). occasionally they need sys/systm.h
* ansi/deregister. No binary change.jsg2006-03-131-11/+9
|
* Don't let variable declarations without "extern" living in .h files.miod2002-07-011-1/+5
| | | | | While there fix a benign type mismatch in db_stack_dump() and remove diag code left by art by mistake.
* Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.miod2001-11-061-2/+2
| | | | (Look ma, I might have broken the tree)
* Include vm/vm.h everywhere it is needed to get at boolean_t (I would preferniklas1997-07-191-1/+3
| | | | to have it in sys/types.h but that is problematic). Some KNF.
* move db_radix to the db_output.c, where all the vars are.mickey1997-05-291-3/+1
| | | | some preliminary support for kernfs&syms&~ddb
* partial sync with netbsd 960418, more to comederaadt1996-04-211-1/+2
|
* Debbuger changed towards the latest Mach.mickey1996-03-111-5/+6
| | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD.
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-2/+8
|
* initial import of NetBSD treederaadt1995-10-181-0/+276