summaryrefslogtreecommitdiff
path: root/sys/uvm
AgeCommit message (Expand)Author
1999-12-30swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabledNiels Provos
1999-12-06Put the "size check fired" behind ifdef DEBUG, it can happen in someArtur Grabowski
1999-12-02Init the buffer dependency list.Artur Grabowski
1999-11-26Remove unnecessary printfs. From deraadt@Artur Grabowski
1999-09-10fixup the uvm_map() call in the uvm_pagealloc_contig() w/Michael Shalayeff
1999-09-03Change the pmap_enter api to pass down an argument that indicatesArtur Grabowski
1999-08-23sync with NetBSD from 1999.05.24 (there is a reason for this date)Artur Grabowski
1999-08-17New cpu_fork API to take a stack in which you point the child's stackpointerNiklas Hallqvist
1999-07-23Add uvm_pagealloc_contigHakan Olsson
1999-07-20accomodations for backward growing stack architectures; art@ kMichael Shalayeff
1999-07-08NFS -> NFSSERVER|NFSCLIENTTheo de Raadt
1999-06-24don't free spp in swapmount, someone else does that for us. From: mickey@Artur Grabowski
1999-06-17This is embarassing. (I have to start testing the code that I retype from the...Artur Grabowski
1999-06-04start swapping on the first swap device after initializationArtur Grabowski
1999-06-04remove sys_omsync, it's in already in compat. (how did this ever link?)Artur Grabowski
1999-06-04remove sys_swapon, it's in already in compat. (how did this ever link?)Artur Grabowski
1999-06-02enable sys_swapctl() implementationMichael Shalayeff
1999-04-28zap the newhashinit hack.Artur Grabowski
1999-02-26add OpenBSD tagsArtur Grabowski
1999-02-26Import of uvm from NetBSD. Some local changes, some code disabledArtur Grabowski