summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_access.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* db_addr_t -> vaddr_tmpi2019-11-071-3/+3
| | | | ok deraadt@
* Start reducing the dependence on <uvm/uvm_param.h> by using int-1-0mpi2016-04-191-2/+2
| | | | instead of boolean_t-TRUE-FALSE.
* Kill trailing whitespaces. No object change.mpi2016-01-251-9/+9
|
* Use <sys/endian.h> instead of <machine/endian.h>guenther2014-12-191-2/+2
| | | | ok dlg@ mpi@ bcook@ millert@ miod@
* 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/+1
| | | | pulls in the universe). occasionally they need sys/systm.h
* Disable x/q functionnality on 32bit platforms, because the examination codemiod2007-03-151-1/+11
| | | | is not supposed to work on values larger than db_expr_t.
* ansi/deregister. No binary change.jsg2006-03-131-9/+3
|
* 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-5/+7
| | | | to have it in sys/types.h but that is problematic). Some KNF.
* 64 bit fixesniklas1997-07-061-17/+9
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-1/+2
|
* sign-extending table extended.mickey1996-04-171-4/+5
|
* Debbuger changed towards the latest Mach.mickey1996-03-111-2/+2
| | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD.
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-1/+1
|
* initial import of NetBSD treederaadt1995-10-181-0/+97