Age | Commit message (Expand) | Author |
2001-04-10 | Fix for machines which need to enlarge the kernel address space, at least | Niklas Hallqvist |
2001-04-03 | It is unnecessary to wrap uvm_wait() in splhigh(). Also, set p_addr to NULL | Aaron Campbell |
2001-04-02 | On popular demand, the Linux-compatibility clone(2) implementation based | Niklas Hallqvist |
2001-03-26 | Typo: parition -> partition | Aaron Campbell |
2001-03-22 | Merge in NetBSD's PMAP_NEW, still disabled | Niklas Hallqvist |
2001-03-22 | pastos in diagnostic strings | Niklas Hallqvist |
2001-03-22 | Sync style, typo, and comments a little closer to NetBSD. art@ ok | smart |
2001-03-15 | Bring in revision 1.21 from NetBSD. | Artur Grabowski |
2001-03-15 | Let uvm_map_extract set the lower bound on the address range itself | Artur Grabowski |
2001-03-09 | locking typo. | Artur Grabowski |
2001-03-09 | Add mlockall and munlockall (dummy for the old vm system). | Artur Grabowski |
2001-03-09 | More syncing to NetBSD. | Artur Grabowski |
2001-03-09 | Protect protypes, certain macros, and inlines from userland. Checked userland | smart |
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-03-03 | Allow the syncer to get pages from the pagedaemon reserve. | Artur Grabowski |
2001-03-02 | Reserve more pages for the pagedaemon and the kernel. | Artur Grabowski |
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-12-06 | use __x__ formats for __attribute__ arguments; guenther@gac.edu | Theo de Raadt |
2000-11-10 | seperate -> separate, okay aaron@ | Niels Provos |
2000-09-07 | Convert bzero to memset(X, 0..) and bcopy to memcpy. | Artur Grabowski |
2000-07-20 | set uio_procp correctly in uvn_io. | Artur Grabowski |
2000-07-04 | Fix the latest fix. | Artur Grabowski |
2000-06-30 | Don't cast to int when checking if we have exceeded our rlimit in sbrk. | Artur Grabowski |
2000-06-14 | put in own ctl level for swapencrypt. | Niels Provos |
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-04-25 | A fix to the dreaded isadmaattach panic which hunts people playing with | Niklas Hallqvist |
2000-04-04 | remove accidentally comitted files | Artur Grabowski |
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-17 | fix a non-DIAGNOSTIC gotcha | Theo de Raadt |
2000-03-16 | Bring in some new UVM code from NetBSD (not current). | Artur Grabowski |
2000-03-15 | Fix the NetBSD id strings. | Artur Grabowski |
2000-03-01 | Prepare for new pmap | Niklas Hallqvist |
2000-02-29 | <crypto/blf.h> | Markus Friedl |
2000-01-05 | nfs vnodeops are only defined with NFSCLIENT, not NFSSERVER. | 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-06 | Put the "size check fired" behind ifdef DEBUG, it can happen in some | Artur Grabowski |
1999-12-02 | Init the buffer dependency list. | Artur Grabowski |
1999-11-26 | Remove unnecessary printfs. From deraadt@ | Artur Grabowski |
1999-09-10 | fixup the uvm_map() call in the uvm_pagealloc_contig() w/ | Michael Shalayeff |
1999-09-03 | Change the pmap_enter api to pass down an argument that indicates | Artur Grabowski |
1999-08-23 | sync with NetBSD from 1999.05.24 (there is a reason for this date) | Artur Grabowski |
1999-08-17 | New cpu_fork API to take a stack in which you point the child's stackpointer | Niklas Hallqvist |
1999-07-23 | Add uvm_pagealloc_contig | Hakan Olsson |