summaryrefslogtreecommitdiff
path: root/sys/vm
AgeCommit message (Expand)Author
2000-11-10seperate -> separate, okay aaron@Niels Provos
2000-11-08Include vm_page.h and reorder some.Artur Grabowski
2000-06-14put in own ctl level for swapencrypt.Niels Provos
2000-05-27Make this compile for VM_PSTRAT_RANDOM.Artur Grabowski
2000-03-16Bring in some new UVM code from NetBSD (not current).Artur Grabowski
2000-03-15Don't allow the PAGE_SIZE macros to be exported to userland.Artur Grabowski
2000-03-15More stuff that doesn't belong in UVM.Artur Grabowski
2000-03-15cast the VM_INHERIT_ constants to the correct type.Artur Grabowski
2000-03-13various cleanupsArtur Grabowski
2000-03-13zap #if 0 codeArtur Grabowski
2000-03-13vm_size_t -> vsize_tArtur Grabowski
2000-03-13Put a lot more behind ifndef UVM.Artur Grabowski
2000-03-13Some vm_offset_t -> vaddr_t (&co) and some ifndef uvm.Artur Grabowski
2000-01-27No prototypes and variables from this file are used in UVM. (ifdef)Artur Grabowski
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos
1999-12-29fix return type for pmap_growkernel; art@ okMichael Shalayeff
1999-11-25Update comments to reflect reality.Artur Grabowski
1999-11-25Allow MD code to define PAGE_SIZE to a constant.Artur Grabowski
1999-10-11permit builds with NFSSERVER, without NFSCLIENT; cmetzTheo de Raadt
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-23vm_offset_t -> {v,p}addr_t, vm_size_t -> {v,p}size_tArtur Grabowski
1999-08-23vm_offset_t -> {v,p}addr_t + some other cleanupArtur Grabowski
1999-08-18some ifndef UVMArtur Grabowski
1999-08-17typoNiklas Hallqvist
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-07-18pmap_activate() and pmap_deactivate() are MDTheo de Raadt
1999-07-09vm_offset_t -> {v,p}addr_t and vm_size_t -> {v,p}size_tArtur Grabowski
1999-07-06use NFSSERVER || NFSCLIENT instead of NFSTheo de Raadt
1999-06-29remove vm_inherit_t casts, not really needed; millert@Aaron Campbell
1999-06-23Improved sysv shared memory. Works with UVM.Artur Grabowski
1999-06-01remove the "ifdef pmap_resident_count" hack and replace it with a macro.Artur Grabowski
1999-05-24quieter operation during initial mounting of primary swapTobias Weingartner
1999-05-22Add new vm_swap code for dynamic swap. From netbsd, munged some by me, andTobias Weingartner
1999-02-26add some struct members that uvm usesArtur Grabowski
1999-02-19Allocate the u-area early in fork1 instead of in vm_fork.Artur Grabowski
1999-02-19make vm_page_alloc_contig() a std functionTheo de Raadt
1999-02-08typo in commentArtur Grabowski
1999-02-01More general conditional for mipsPer Fogelstrom
1999-01-10vm_map_deallocate: only release the simple lock when ref_count > 0. in the ot...Artur Grabowski
1999-01-09Fix to a VM cache trash bug by Chuck CranorNiklas Hallqvist
1998-12-30indentArtur Grabowski
1998-12-30clean up DIAGNOSTICArtur Grabowski
1998-10-30fix !VM_PAGE_NOADD case which was incompilable.Michael Shalayeff
1998-09-11include pmap.h earlier, so MD pmap structures may beMichael Shalayeff
1998-07-28Return EINVAL when msg_iovlen or iovcnt <= 0; Make uio_resid unsigned (size_t...Todd C. Miller
1998-06-09a = a + b; --> a += b;Michael Shalayeff
1998-06-02const mlock(2) and munlock(2)Theo de Raadt
1998-05-11Do not allow mapping of immutable/append-only in a way that allows writing.Niklas Hallqvist
1998-04-25Fix my messup in the last commit, thanks mickeyNiklas Hallqvist
1998-04-25typoNiklas Hallqvist