Age | Commit message (Expand) | Author |
2001-07-25 | Some updates to UVM from NetBSD. Nothing really critical, just a sync. | Artur Grabowski |
2001-07-18 | minor sync to NetBSD, nothing changed. | Artur Grabowski |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski |
2001-06-23 | convert to use pool_init. | Artur Grabowski |
2001-03-26 | Typo: parition -> partition | Aaron Campbell |
2001-03-09 | PATH_MAX+1 is wrong. Not cranking libc/libc_r majors over this, since they j... | Theo de Raadt |
2001-03-08 | Replace thread_wakeup() with wakeup(). It is defined in vm_extern.h as a | smart |
2001-02-24 | Cleanup of vnode interface continues. Get rid of VHOLD/HOLDRELE. | Constantine Sapuntzakis |
2001-01-29 | $OpenBSD$ | Niklas Hallqvist |
2001-01-25 | spelling | Todd T. Fries |
2000-09-07 | Convert bzero to memset(X, 0..) and bcopy to memcpy. | Artur Grabowski |
2000-05-27 | use rijndael instead of blowfish because of faster key setup. | Niels Provos |
2000-05-26 | use encrypted blocknumber as IV | Niels Provos |
2000-03-21 | only free in swap_off if allocated. | Niels Provos |
2000-03-18 | postpone memory allocation for uvm swap encryption until it is turned on with | Niels Provos |
2000-03-18 | make uvm swap encrypt compile again, from markus@ | Niels Provos |
2000-03-15 | Fix the NetBSD id strings. | Artur Grabowski |
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 |
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 |
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 the... | Artur Grabowski |
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 |