Age | Commit message (Expand) | Author |
2001-08-25 | Default to disabled zeroing of pages in the idle loop. | Artur Grabowski |
2001-08-24 | switch to the optimised AES reference code from | Markus Friedl |
2001-08-12 | merge vm_map.h into uvm_map.h, kinda matches netbsd's approach | Michael Shalayeff |
2001-08-12 | vm_pager.h no more | Michael Shalayeff |
2001-08-12 | vm_inherit.h no more | Michael Shalayeff |
2001-08-12 | vm_extern.h no more | Michael Shalayeff |
2001-08-12 | moce pglisth into uvm_pglist.h | Michael Shalayeff |
2001-08-12 | vm/vm_prot.h no more | Michael Shalayeff |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-08-08 | nuke __attribute__((__noreturn__)) when used in conjunction with __dead | Todd C. Miller |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff |
2001-08-06 | Add a new type voff_t (right now it's typedefed as off_t) used for offsets | Artur Grabowski |
2001-08-02 | Sysctl for finding out how many pages there are in kmem_map. | Artur Grabowski |
2001-07-31 | Allocate page buckets from kernel_map. This should save a good | Artur Grabowski |
2001-07-31 | minor sync to NetBSD. | Artur Grabowski |
2001-07-26 | Add support for disabling swap devices (swapctl -d). | Artur Grabowski |
2001-07-25 | Some updates to UVM from NetBSD. Nothing really critical, just a sync. | Artur Grabowski |
2001-07-25 | Change the pmap_enter interface to merge access_type and the wired boolean | Artur Grabowski |
2001-07-19 | Missed one in PMAP_NEW fix. | Artur Grabowski |
2001-07-18 | Unconfuse UVM_UNLOCK_AND_WAIT. From NetBSD. | Artur Grabowski |
2001-07-18 | Correct the NetBSD tag. | Artur Grabowski |
2001-07-18 | Sync in more from NetBSD. | Artur Grabowski |
2001-07-18 | Change some annoying DIAGNOSTIC printfs to DEBUG. | Artur Grabowski |
2001-07-18 | minor sync to NetBSD, nothing changed. | Artur Grabowski |
2001-07-18 | Make uvm_wait take a const char * | Artur Grabowski |
2001-07-18 | Get rid of the PMAP_NEW option by making it mandatory for all archs. | Artur Grabowski |
2001-07-17 | i suk. needs &'s on the locks... | mts |
2001-07-17 | current netbsd's uvm_map uses a 3-parm SAVE_HINT to perform a test/swap | mts |
2001-07-11 | need to save hint (verified from current netbsd uvm_map.c) -- need mod | mts |
2001-07-05 | Get rid of the wrapper macros around extent_alloc*1 | Artur Grabowski |
2001-06-24 | cold is in systm now | Michael Shalayeff |
2001-06-23 | Sync with NetBSD 19990911 (just before PMAP_NEW was required) | smart |
2001-06-23 | convert to use pool_init. | Artur Grabowski |
2001-06-08 | Change the paddr_t pmap_extract(struct pmap *, vaddr_t) interface to | Artur Grabowski |
2001-05-10 | More sync to NetBSD. | Artur Grabowski |
2001-05-10 | Some locking protocol fixes and better enforcement of wiring limits. | Artur Grabowski |
2001-05-09 | update the NetBSD to the correct version | Artur Grabowski |
2001-05-09 | More sync to NetBSD. | Artur Grabowski |
2001-05-07 | Few fixes from NetBSD. | Artur Grabowski |
2001-05-05 | PMAP_NEW and UVM are no longer optional on i386. | Artur Grabowski |
2001-05-05 | Remove the (vaddr_t) casts inside the round_page and trunc_page macros. | Artur Grabowski |
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski |
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 |