Age | Commit message (Expand) | Author |
2007-01-12 | Switch some lockmgr locks to rwlocks. | Artur Grabowski |
2006-10-03 | Introduce daddr64_t and use it for physical block numbers | Pedro Martelletto |
2006-07-31 | fix uvmhist #2: args are always u_long so fix missing %d and %x and no %ll; n... | Michael Shalayeff |
2006-07-26 | fix fmts for UVMHIST_LOG() entries making it more useful on 64bit archs; miod... | Michael Shalayeff |
2006-07-13 | Back out the anon change. Apparently it was tested by a few, but most of | Theo de Raadt |
2006-06-21 | from netbsd: make anons dynamically allocated from pool. | Michael Shalayeff |
2005-11-19 | Remove unnecessary lockmgr() archaism that was costing too much in terms | Pedro Martelletto |
2004-12-26 | Use list and queue macros where applicable to make the code easier to read; | Miod Vallat |
2004-09-23 | vput on all paths after vget (currently unused code). from patrick latifi | Ted Unangst |
2003-12-10 | dstkva is not a pointer, so comparison with NULL is inappropriate. | Jun-ichiro itojun Hagino |
2003-12-02 | do not deref null ptr in uvm_markbad() returned from swapdrum_getsdp() as oth... | Michael Shalayeff |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2002-10-12 | Remove more '\n's from panic() statements. Both trailing and leading. | Kenneth R Westerback |
2002-07-02 | inital -> initial | Nathan Binkert |
2002-05-24 | Make sure that b_iodone handlers are called at splbio (and splassert(IPL_BIO)... | Artur Grabowski |
2002-05-24 | Protect biodone with splbio. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-28 | PR_MALLOCOK is not necessary. | Artur Grabowski |
2002-01-23 | Pool deals fairly well with physical memory shortage, but it doesn't deal | Artur Grabowski |
2002-01-02 | Back out a few more uvm changes, especially wrt swap usage. | Miod Vallat |
2001-12-19 | UBC was a disaster. It worked very good when it worked, but on some | Artur Grabowski |
2001-12-04 | Yet another sync to NetBSD uvm. | Artur Grabowski |
2001-11-30 | Call buf_cleanout, which handles wakeups | Constantine Sapuntzakis |
2001-11-28 | Sync in more uvm from NetBSD. Mostly just cosmetic stuff. | Artur Grabowski |
2001-11-28 | Sync in more uvm changes from NetBSD. | Artur Grabowski |
2001-11-27 | Merge in the unified buffer cache code as found in NetBSD 2001/03/10. The | Artur Grabowski |
2001-11-15 | Remove creds from struct buf, move the creds that nfs need into the nfs node. | Artur Grabowski |
2001-11-12 | Bring in more changes from NetBSD. Mostly pagedaemon improvements. | Artur Grabowski |
2001-11-10 | Merge in some parts of the ubc work that has been done in NetBSD that are not | Artur Grabowski |
2001-11-07 | Another sync of uvm to NetBSD. Just minor fiddling, no major changes. | Artur Grabowski |
2001-11-06 | Move the last content from vm/ to uvm/ | Artur Grabowski |
2001-09-05 | use %ll instead of %q | Theo de Raadt |
2001-08-31 | do not init swapdev_vp if it's already done elsewhere; art@ ok | Michael Shalayeff |
2001-08-11 | Various random fixes from NetBSD. | Artur Grabowski |
2001-08-06 | remove vm_conf.h; art@ ok | Michael Shalayeff |
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-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 |