summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* i386/i386/conf.c is no longer needed.. remove it from files.i386julian1995-12-211-3/+16
* Fix paging from ext2fs (and other fs w/block size < PAGE_SIZE). Thisdyson1995-12-171-15/+31
* Cleaned up prototypes in pmap headers: removed ones for nonexistentbde1995-12-171-41/+36
* Fixed 1TB filesize changes. Some pindexes had bogus names and typesbde1995-12-174-11/+9
* Another mega commit to staticize things.phk1995-12-1419-133/+159
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-14/+1
* devsw tables are now arrays of POINTERS to struct [cb]devswjulian1995-12-132-6/+6
* There was a bug that the size for an msync'ed region was not roundeddyson1995-12-131-2/+2
* Some new anti-deadlock code ended up messing up the paging stats. A modifieddyson1995-12-111-16/+18
* Some DIAGNOSTIC code was enabled all of the time in error. Thedyson1995-12-111-3/+3
* Changes to support 1Tb filesizes. Pages are now named by andyson1995-12-1122-446/+440
* Replaced nxdump by nodump (if the dump function gets called, then thebde1995-12-101-2/+2
* Restored used includes of <vm/vm_extern.h>.bde1995-12-102-2/+4
* Moved the declaration of boolean_t from <vm/vm_param.h> tobde1995-12-102-10/+11
* Julian forgot to make the *devsw structures static.phk1995-12-081-3/+3
* Pass 3 of the great devsw changesjulian1995-12-081-33/+13
* Untangled the vm.h include file spaghetti.dg1995-12-0723-77/+165
* Moved the declaration of vm_object_t from <vm/vm.h> to <sys/types.h>bde1995-12-051-1/+7
* A major sweep over the sysctl stuff.phk1995-12-041-13/+6
* Fixed the type mismatch in check for the bogus mmap function `nullop'.bde1995-12-031-3/+5
* Completed function declarations and/or added prototypes.bde1995-12-035-22/+63
* Finished (?) cleaning up sysinit stuff.bde1995-12-022-7/+7
* If you're going to mechanically replicate something in 50 filesjulian1995-11-291-2/+2
* OK, that's it..julian1995-11-291-1/+53
* Completed function declarations and/or added prototypes.bde1995-11-211-1/+3
* Remove unused vars & funcs, make things static, protoize a little bit.phk1995-11-2013-144/+39
* Fixed recent staticizations. Some protypes for static functions werebde1995-11-162-7/+11
* staticize.phk1995-11-141-14/+14
* Move all the VM sysctl stuff home where it belongs.phk1995-11-142-62/+38
* Fixed up a comment and removed some #if 0'd code.dg1995-11-131-8/+2
* Moved vm_map_lock call to inside the splhigh protection in vm_map_find().dg1995-11-121-2/+2
* Included <sys/sysproto.h> to get central declarations for syscall argsbde1995-11-123-3/+36
* Fixed type of obreak(). The args struct member name conflicted withbde1995-11-111-3/+3
* Initialize lock struct entries explicitly rather than calling bzero().dg1995-11-061-2/+7
* Replaced bogus macros for dummy devswitch entries by functions.bde1995-11-061-3/+3
* Greatly simplify the msync code. Eliminate complications in vm_pageoutdyson1995-11-056-131/+98
* Move page fixups (pmap_clear_modify, etc) that happen after paging inputdg1995-11-022-5/+7
* Don't pass an extra trailing arg to some functions.bde1995-10-301-5/+14
* Get rid of machine-dependent NBPG and replace with PAGE_SIZE.dyson1995-10-234-20/+20
* Remove of now unused PG_COPYONWRITE.dyson1995-10-231-2/+1
* First phase of removing the PG_COPYONWRITE flag, and an architecturaldyson1995-10-233-55/+19
* Finalize GETPAGES layering scheme. Move the device GETPAGESdyson1995-10-231-6/+18
* Implement mincore system call.dyson1995-10-211-3/+25
* Fix initialization of "bsize" in vnode_pager_haspage(). It must happendg1995-10-191-5/+3
* Remove an unnecessary tsleep in the swapin code. This tsleepdyson1995-10-161-2/+1
* Fix argument passing to the "freeer" routine. Added some prototypes. (bde)dg1995-10-074-15/+20
* Avoid a 64bit divide.phk1995-10-061-2/+2
* Fix pollution of application namespace by declarations of kernelbde1995-10-052-3/+4
* Perform more checking for proper loading of the UPAGES when a processdyson1995-09-241-13/+19
* Significantly simplify the fault clustering code. After some analysis bydyson1995-09-241-114/+56
OpenPOWER on IntegriCloud