| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | 2001-11-07 | 1 | -5/+5 | ||
| | | ||||||
| * | Add an alignment argument to uvm_map that specifies an alignment hint | 2001-11-07 | 1 | -3/+3 | ||
| | | | | | for the virtual address. | |||||
| * | More sync to NetBSD. | 2001-11-06 | 1 | -5/+6 | ||
| | | | | | | | - Use malloc/free instead of MALLOC/FREE for variable sized allocations. - Move the memory inheritance code to sys/mman.h and rename from VM_* to MAP_* - various cleanups and simplifications. | |||||
| * | Move the last content from vm/ to uvm/ | 2001-11-06 | 1 | -4/+2 | ||
| | | | | | | | | The only thing left in vm/ are just dumb wrappers. vm/vm.h includes uvm/uvm_extern.h vm/pmap.h includes uvm/uvm_pmap.h vm/vm_page.h includes uvm/uvm_page.h | |||||
| * | Various random fixes from NetBSD. | 2001-08-11 | 1 | -7/+7 | ||
| | | | | | Including support for zeroing pages in the idle loop (not enabled yet). | |||||
| * | Add a new type voff_t (right now it's typedefed as off_t) used for offsets | 2001-08-06 | 1 | -2/+2 | ||
| | | | | | | | | | into objects. Gives the possibilty to mmap beyond the size of vaddr_t. From NetBSD. | |||||
| * | Some updates to UVM from NetBSD. Nothing really critical, just a sync. | 2001-07-25 | 1 | -2/+2 | ||
| | | ||||||
| * | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | 2001-05-05 | 1 | -2/+2 | ||
| | | | | | | | We might want to use them on types that are bigger than vaddr_t. Fix all callers that pass pointers without casts. | |||||
| * | Get rid of CLSIZE and all related stuff. | 2001-05-05 | 1 | -3/+3 | ||
| | | | | | | | | | | CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||||
| * | $OpenBSD$ | 2001-01-29 | 1 | -0/+1 | ||
| | | ||||||
| * | Fix the latest fix. | 2000-07-04 | 1 | -11/+14 | ||
| | | | | | | Only change vm_dsize if the allocation succeeded. From Jason Thorpe. | |||||
| * | Don't cast to int when checking if we have exceeded our rlimit in sbrk. | 2000-06-30 | 1 | -22/+17 | ||
| | | | | | Plus misc cleanup. | |||||
| * | Fix the NetBSD id strings. | 2000-03-15 | 1 | -1/+1 | ||
| | | ||||||
| * | sync with NetBSD from 1999.05.24 (there is a reason for this date) | 1999-08-23 | 1 | -5/+0 | ||
| | | | | | | Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions. | |||||
| * | accomodations for backward growing stack architectures; art@ k | 1999-07-20 | 1 | -2/+19 | ||
| | | ||||||
| * | add OpenBSD tags | 1999-02-26 | 1 | -0/+1 | ||
| | | ||||||
| * | Import of uvm from NetBSD. Some local changes, some code disabled | 1999-02-26 | 1 | -0/+258 | ||
