summaryrefslogtreecommitdiffstats
path: root/sys/ddb/db_watch.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-5/+3
| | | | pretend these could work on userland addresses.
* First round of __P removal in sysmillert2002-03-141-12/+12
|
* zap some typedefs.art2001-11-281-5/+5
| | | | | | | | 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)
* s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/mickey1999-09-111-2/+2
|
* fix #endif; David.Sainty@MCS.VUW.AC.NZderaadt1997-09-061-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-5/+9
|
* initial import of NetBSD treederaadt1995-10-181-0/+53