summaryrefslogtreecommitdiff
path: root/sys/vm
AgeCommit message (Expand)Author
1994-05-13setrq -> setrunqueue, sched -> schedulercgd
1994-05-11oops; spaces at ends of lines, etc.cgd
1994-05-07sysctlcgd
1994-05-07stubscgd
1994-05-06functions soon to be addedcgd
1994-05-06latent sysctl supportcgd
1994-05-05Rearrange some code, and fix a condition where the pageout scanner would startmycroft
1994-05-05lots of changes: prototype migration, move lots of variables, definitions,cgd
1994-05-04Rename a lot of process flags.cgd
1994-05-04expand the rlimit struct, kill last vestiges of off_t bogosity.cgd
1994-04-29Add some DIAGNOSTIC code to detect trying to free a page that is being faultedmycroft
1994-04-29kill syscall name aliases. no user-visible changescgd
1994-04-29minor code structure nit that i pointed out to hibler a while ago...cgd
1994-04-28SHUT UP!cgd
1994-04-25add sequential swap device support, supplied by hibler many moons ago.cgd
1994-04-21Convert mount, vnode, and buf structs to use <sys/queue.h>. Also,cgd
1994-04-20undo a mistaken deletion. at least i found it...cgd
1994-04-16start to phase out temp. off_t syscallscgd
1994-04-15cancel some of my stupidity, thanks to charles.cgd
1994-04-15typo, pointed out by charles.cgd
1994-04-15somehow, these didn't get committed!!!cgd
1994-04-15Clean up deleted files.mycroft
1994-04-15convert vm system to use new queues. I'll never write code w/queues again.cgd
1994-04-02frob arguments a little bitcgd
1994-03-27expand uid_t/gid_t/off_tcgd
1994-03-23default type is MAP_FILE if none given.chopps
1994-03-17don't be so agressive w/renaming, clean for consistency, types in one place.cgd
1994-02-06Use b_actf, not av_forw.mycroft
1994-01-28add kinfo_loadavgcgd
1994-01-15do not clean fictitious pages. from WS (sent a long time ago...)cgd
1994-01-13oops; get rid of a mis-inclusion in the last changecgd
1994-01-13uncomment defn of exec_mapcgd
1994-01-13kill iffy optimizationcgd
1994-01-08Fix a compiler warning.mycroft
1994-01-08Still more prototypes.mycroft
1994-01-08Make some functions static.mycroft
1994-01-08Yet more prototypes.mycroft
1994-01-08#include vm_user.h.mycroft
1994-01-08More prototypes.mycroft
1994-01-08#include vm_user.h.mycroft
1994-01-08More cleanup and prototyping.mycroft
1994-01-08Some minor rearrangement and cleanup.mycroft
1994-01-08Fix up some #includes, and add a bunch of prototypes.mycroft
1994-01-07Add some explicit return types, and make a bunch of things static.mycroft
1994-01-07Add some explicit return types.mycroft
1994-01-07Add some explicit return types.mycroft
1994-01-07Add some explicit return types.mycroft
1994-01-07Kill third arg to thread_sleep(). It's always false and isn't used anyway.mycroft
1994-01-07Don't forget to poke the page daemon.mycroft
1994-01-07Add an explicit return type.mycroft