summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_break.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not expose private functions.mpi2016-04-191-6/+1
|
* Kill trailing whitespaces. No object change.mpi2016-01-251-7/+7
|
* Get rid of the vm_map field of ddb breakpoints and watchpoints, and do notmiod2010-11-271-9/+4
| | | | pretend these could work on userland addresses.
* First round of __P removal in sysmillert2002-03-141-18/+18
|
* zap some typedefs.art2001-11-281-8/+8
| | | | | | | | vm_map_t -> struct vm_map * vm_map_entry_t -> struct vm_map_entry * simple_lock_data_t -> struct simplelock (uvm not done yet, coming in the next commit)
* 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)
* s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/mickey1999-09-111-2/+2
|
* partial sync with netbsd 960418, more to comederaadt1996-04-211-1/+2
|
* Debbuger changed towards the latest Mach.mickey1996-03-111-5/+5
| | | | | Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD.
* netbsd-current import & 'boot' cmd addition.mickey1996-02-201-7/+13
|
* initial import of NetBSD treederaadt1995-10-181-0/+64