Age | Commit message (Expand) | Author |
2007-06-20 | In vunmapbuf(), explicitely remove mappings before invoking uvm_km_free(). | Miod Vallat |
2007-05-27 | pagemove() is no longer used. | Miod Vallat |
2006-01-20 | b_un.b_addr -> b_data; no functional change. | Miod Vallat |
2005-08-18 | Skip (trap) instruction in cpu_fork() instead of proc_trampoline(). | Mark Kettenis |
2002-12-10 | Use CPU_ISSUN4M macro rather than check cputyp value. Consistent with the rest | Miod Vallat |
2002-10-14 | Use uvm_km_valloc_prefer_wait instead of doing the same thing manually. | Artur Grabowski |
2002-02-20 | frantzen's stackghost code. wcookie is set at 0 right now, until debugger | Theo de Raadt |
2002-01-16 | Don't include <sys/map.h> when you don't need what's in it. | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-09 | splbio?!? Where did that come from? | Artur Grabowski |
2001-12-08 | Sprinkle pmap_update calls where relevant and some other | Artur Grabowski |
2001-12-07 | In dvma_malloc_space and dvma_free allocate and map the memory | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-22 | more pmap_enter vs. pmap_kenter. | Artur Grabowski |
2001-11-07 | Add an alignment argument to uvm_map that specifies an alignment hint | Artur Grabowski |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |
2001-11-06 | Let fork1, uvm_fork, and cpu_fork take a function/argument pair as argument, | Artur Grabowski |
2001-09-19 | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok | Michael Shalayeff |
2001-09-17 | Use pmap_k* to map the buffer cache. | Artur Grabowski |
2001-08-08 | Fix broken logic in wait flags passed to extent_alloc. | Artur Grabowski |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski |
2001-06-10 | Art error #2 | Theo de Raadt |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-18 | Remove a duplicate variable initialization in vunmapbuf(), and remove | Miod Vallat |
2001-05-10 | UVM is no longer optional on sparc. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
2001-01-15 | - increase the amount of space mapped for dvma on sun4m | Jason Wright |
2000-06-08 | Add explicit inclusions of signalvar.h to files actually using syms defined | Niklas Hallqvist |
2000-06-05 | Changes to exit handling. | Artur Grabowski |
2000-05-01 | When cache is mandatory, don't pmap_enter uncached in vmapbuf. | Artur Grabowski |
2000-02-28 | Sanitize v{,un}mapbuf. (use the sizes we are passed, not the size from b_coun... | Theo de Raadt |
2000-02-21 | move fpproc into the cpuinfo structure. | Artur Grabowski |
2000-02-21 | When mapping something into iommu space hypersparc requires us to align it | Artur Grabowski |
2000-02-18 | In vmapbuf expand uvm_km_valloc_wait into a direct call to uvm_map | Artur Grabowski |
2000-02-17 | In dvma_mapout don't try to flush unmapped memory from cache. | Artur Grabowski |
2000-02-15 | Use extents instead of rmaps to handle dvma space. | Artur Grabowski |
1999-12-09 | Since we uncache the memory in dvma_malloc, it is a good idea to recacheit in | Artur Grabowski |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-07-09 | vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_t | Artur Grabowski |
1999-04-22 | UVM stuff. Mostly name changes. | Artur Grabowski |
1999-01-10 | Generalize cpu_set_kpc to take any kind of arg; mostly from NetBSD | Niklas Hallqvist |
1998-07-28 | Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t... | Todd C. Miller |
1997-08-08 | Mostly sync to NetBSD-current 970804. | Jason Downs |
1996-08-11 | netbsd port, now we merge our changes back in | Theo de Raadt |
1995-12-15 | new mapdev/()/mapiodev() calling convention uses "struct rom_reg *" to supply | Theo de Raadt |
1995-11-10 | fix DVMA problem on sun4 systems with writeback cache. you need | chuck |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |