| Age | Commit message (Expand) | Author |
| 1999-12-30 | I should have made uvm_page_physload() take paddr_t's instead of vaddr_t's. | eeh |
| 1999-11-30 | Cast the argument to ptoa() to a vaddr_t to prevent an integer overflow | thorpej |
| 1999-11-13 | Change the pmap_enter() API slightly; pmap_enter() now returns an error | thorpej |
| 1999-09-12 | eliminate the PMAP_NEW option by making it required for all ports. | chs |
| 1999-07-22 | Garbage collect thread_sleep()/thread_wakeup() left over from the old | thorpej |
| 1999-07-08 | Change the pmap_extract() interface to: | thorpej |
| 1999-07-07 | Add a macro to modify flags in a VM map, which handles the locking | thorpej |
| 1999-07-01 | Fix a corner case locking error, which could lead to map corruption in | thorpej |
| 1999-06-17 | pmap_change_wiring() -> pmap_unwire(). | thorpej |
| 1999-06-17 | Remove pmap_pageable(); no pmap implements it, and it is not really useful, | thorpej |
| 1999-06-16 | Clean up some comments. | thorpej |
| 1999-06-16 | Add a macro to test if a map entry is wired. | thorpej |
| 1999-06-15 | Several changes, developed and tested concurrently: | thorpej |
| 1999-06-07 | Fix a braino in vm_map_unlock(). Thanks to Chuck Silvers for pointing | thorpej |
| 1999-06-07 | Fix a typo. | thorpej |
| 1999-06-05 | Keep interrupt-safe maps on an additional queue. In uvm_fault(), if we're | thorpej |
| 1999-05-28 | Make "intrsafe" maps locked only by exclusive spin locks, never sleep | thorpej |
| 1999-05-26 | Change the vm_map's "entries_pageable" member to a r/o flags member, which | thorpej |
| 1999-05-20 | Make a slight modification of pmap_growkernel() -- it now returns the | thorpej |
| 1999-05-13 | Allow the caller to specify a stack for the child process. If NULL, | thorpej |
| 1999-05-12 | Add an optional pmap hook, pmap_fork(), to be called at the end of | thorpej |
| 1999-04-11 | Check to see if TRUE and FALSE are already defined before blindly | simonb |
| 1999-04-10 | rip out some old-vm specific definitions and prototypes for address space | drochner |
| 1999-03-31 | put back #ifdef _KERNEL that broken xosview build. | mrg |
| 1999-03-30 | Nuke at least a few files which are clearly not used any more. | mycroft |
| 1999-03-26 | Add a new `access type' argument to pmap_enter(). This indicates what type of | mycroft |
| 1999-03-24 | completely remove Mach VM support. all that is left is the all the | mrg |
| 1999-03-09 | Have unimplemented/unsupported system calls (madvise(), mincore(), sbrk(), | kleink |
| 1999-02-15 | RCS ID police | hubertf |
| 1999-01-16 | remove old (dead) non-MNN code | chuck |
| 1998-11-29 | patch from chuck: | cgd |
| 1998-11-19 | comment how a diag test is possible broken. | mrg |
| 1998-11-08 | Set the B_NOCACHE bit so that NFSv3 will not try to do async writes. | mycroft |
| 1998-10-23 | Compute compile-time value of old-VM parameter MAX_KMAPENT from NPROC | jonathan |
| 1998-10-19 | Defopt SYSVMSG, SYSVSEM and SYSVSHM. | tron |
| 1998-10-14 | Physical addresses are paddr_t, not vaddr_t | ws |
| 1998-10-11 | remove the following if UVM is defined: | chuck |
| 1998-10-02 | back out previous. | mrg |
| 1998-09-30 | Declare silent success on madvise(). As an advisory call, it is harmless | tv |
| 1998-09-13 | Make copyrights consistent; remove extra trailing spaces, change reformatted | christos |
| 1998-09-08 | Implement vm_exit(), which frees VM resources when a process finishes | thorpej |
| 1998-09-06 | Panic instead failing the syscall on an impossible condition (from Robert Elz). | pk |
| 1998-09-06 | Fix UIO_SYSSPACE / UIO_USERSPACE confusion in the new swappath code. | drochner |
| 1998-09-05 | Assign copyright to TNF. | christos |
| 1998-08-30 | add missing label | drochner |
| 1998-08-29 | add sys/swap.h, and not that vm/vm_swap.h should go away later. | mrg |
| 1998-08-29 | move <vm/vm_swap.h> to <sys/swap.h>. <vm/vm_swap.h> still works for now (goes... | mrg |
| 1998-08-29 | add a `char se_path[PATH_MAX]' member to struct swapent, that | mrg |
| 1998-08-28 | Add a waitok boolean argument to the VM system's pool page allocator backend. | thorpej |
| 1998-08-24 | vm_page_bootstrap takes vaddr_t *'s not paddr_t *'s | mrg |