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