Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-05 | nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER. | Artur Grabowski | |
1999-12-30 | swap encryption for UVM, option UVM_SWAP_ENCRYPT. needs to be enabled | Niels Provos | |
via sysctl. Pages are encrypted with the Blowfish encryption algorithm, the key is initialized randomly on first swap out, ensuring that entropy has accumulated in the kernel randomness pool. Eventually, swap encryption will be decided on a process by process basis, e.g. a process that reads from a cryptographic filesystem will enable swap encrypt for its pages. okay art@ and deraadt@. | |||
1999-12-02 | Init the buffer dependency list. | Artur Grabowski | |
1999-11-26 | Remove unnecessary printfs. From deraadt@ | Artur Grabowski | |
1999-08-23 | sync with NetBSD from 1999.05.24 (there is a reason for this date) | Artur Grabowski | |
Mostly cleanups, but also a few improvements to pagedaemon for better handling of low memory and/or low swap conditions. | |||
1999-07-08 | NFS -> NFSSERVER|NFSCLIENT | Theo de Raadt | |
1999-06-24 | don't free spp in swapmount, someone else does that for us. From: mickey@ | Artur Grabowski | |
1999-06-17 | This is embarassing. (I have to start testing the code that I retype from ↵ | Artur Grabowski | |
the diffs) | |||
1999-06-04 | start swapping on the first swap device after initialization | Artur Grabowski | |
1999-06-04 | remove sys_swapon, it's in already in compat. (how did this ever link?) | Artur Grabowski | |
1999-06-02 | enable sys_swapctl() implementation | Michael Shalayeff | |
1999-02-26 | add OpenBSD tags | Artur Grabowski | |
1999-02-26 | Import of uvm from NetBSD. Some local changes, some code disabled | Artur Grabowski | |