summaryrefslogtreecommitdiff
path: root/sys/vm
AgeCommit message (Expand)Author
1995-05-07oops; vm_pageout.c should include machine/cpu.h, _not_ vm_pager.ccgd
1995-05-07needs machine/cpu.hcgd
1995-05-05delete some cruft, don't swap if BROKEN_SWAP defined, call cpu_swapout rather...cgd
1995-04-15Correct checks for NULLs in pagertab.mycroft
1995-04-10kernel_pmap --> pmap_kernel()mycroft
1995-03-29KERNEL -> _KERNELbriggs
1995-03-27change needed for atari; recycle some code for the i386 that was in Litecgd
1995-03-26KERNEL -> _KERNELjtc
1995-03-09Make memory map syscalls consistently use size_t.mycroft
1995-03-08need compat_43_getpagesize on COMPAT_OSF1cgd
1995-01-09Fix two off-by-one errors.mycroft
1995-01-09make grow's arguments type-correct.cgd
1995-01-09turn spaces to tabscgd
1995-01-09 don't wrap linescgd
1995-01-09fix vm_page_startup's return type, kill an odd 'register'cgd
1995-01-09no need to have two lines of arguments here.cgd
1995-01-09move munmapfd into the correct section, make grow take a proper argument.cgd
1995-01-09can move FALSE up a line.cgd
1995-01-09kill extraneous labelcgd
1994-12-10Use vm_object_prefer() to find a good range of virtual addresses topk
1994-12-10Introduce vm_object_prefer(), which interrogates the PMAP layer in searchpk
1994-12-01Garbage collect unneeded variable.mycroft
1994-12-01Make sure vm_mmap creates mappings with page-aligned file offsets.gwr
1994-12-01Allow vm_page_array to have holes in it so systems that usegwr
1994-10-30redo that last change, correctly. (suggested by mycroft.)cgd
1994-10-29change some strategic casts to (*long) from (*int).cgd
1994-10-20update for new syscall args description mechanismcgd
1994-10-18make the "wait on swbuf" message SDB_IO -- it's I/O related, and it'scgd
1994-09-16Fix the munmapfd() prototype, too.mycroft
1994-09-16All of the users of munmapfd() expect to pass itmycroft
1994-09-07vm_object_page_clean() expects to be able to use vm_page_deactivate() on amycroft
1994-08-30Convert process, file, and namei lists and hash tables to use queue.h.mycroft
1994-08-23replace "ctob(UPAGES)" and "UPAGES * NBPG" with "USPACE"deraadt
1994-07-21Don't panic if primary swap device is not configured.mycroft
1994-06-29New RCS ID's, take two. they're more aesthecially pleasant, and use 'NetBSD'cgd
1994-06-27clean up slightly; change RCS ID's to be minimally intrusivecgd
1994-06-27these were supposed to be written in C; they should follow its syntaxcgd
1994-06-22straighten out diskless swap code somewhat.pk
1994-06-20fix a thinko that kept msync from working if no size specified.cgd
1994-06-15Turn P_NOSWAP and P_PHYSIO into a hold count, as suggested by a comment.mycroft
1994-06-13#ifdef FIFO'spk
1994-06-10Check for all NFS related vnode ops.pk
1994-06-08Update to 4.4-Lite fs code, with local changes.mycroft
1994-05-30Fix minor NFS glitch introduced with new VM code.mycroft
1994-05-25New style core dumps.pk
1994-05-24change warningscgd
1994-05-23Clean up deleted files.mycroft
1994-05-23new VM code, from 4.4-Litecgd
1994-05-21no need to include <sys/vmmeter.h>cgd
1994-05-19For MAP_ANON, force the file offset to 0. I can't think of any any bad sidemycroft