Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-16 | Add a an argument to db_printsym that specifies the printf function | Artur Grabowski | |
we'll use for printing the information. miod@ ok | |||
2001-11-28 | zap some typedefs. | Artur Grabowski | |
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) | |||
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat | |
(Look ma, I might have broken the tree) | |||
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff | |
1999-09-11 | s/vm_offset_t/vaddr_t/ s/vm_size_t/vsize_t/ | Michael Shalayeff | |
1997-08-07 | slight KNF | Niklas Hallqvist | |
1997-07-23 | Support an DB_VALID_BREAKPOINT option for validation of breakpoints. | Niklas Hallqvist | |
This can be very important in SOFTWARE_SSTEP systems as single stepping otherwise frequently hoses the machine when trying to step through paths used ny DDB itself. | |||
1997-07-19 | Include vm/vm.h everywhere it is needed to get at boolean_t (I would prefer | Niklas Hallqvist | |
to have it in sys/types.h but that is problematic). Some KNF. | |||
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt | |
1996-03-11 | Debbuger changed towards the latest Mach. | Michael Shalayeff | |
Some minor changes for Linux ;) emulation. Small bug fixes from NetBSD. | |||
1996-02-20 | netbsd-current import & 'boot' cmd addition. | Michael Shalayeff | |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |