summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_access.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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