summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
...
* Modify a threshold for waking up the pageout daemon. Also, add a consistancydyson1996-03-091-3/+7
* Add a missing initialization of the hold_count for device pager ficticiousedyson1996-03-091-1/+2
* Fix a calculation for a paging parameter.dyson1996-03-091-2/+2
* Fix two problems:dyson1996-03-091-2/+3
* Set the page valid bits in fewer places, as opposed to being scattereddyson1996-03-091-5/+3
* Fix a problem in the swap pager that caused some of the pages thatdyson1996-03-061-9/+9
* Fix a problem that pages in a mapped region were not alwaysdyson1996-03-041-1/+17
* In order to fix some concurrency problems with the swap pager earlydyson1996-03-033-4/+6
* Remove the #ifdef notyet from the prototype of vm_map_simplify. Johnpeter1996-03-031-3/+1
* Oops.. I nearly forgot the actual core of the length/rounding/etc fixespeter1996-03-021-46/+37
* 1) Eliminate unnecessary bzero of UPAGES.dyson1996-03-028-104/+215
* kern_descrip.c: add fdshare()/fdcopy()peter1996-02-233-26/+115
* Add a "NO_SWAPPING" option to disable swapping. This was originally donedg1996-02-222-15/+24
* Fixed a really bogus problem with msync ripping pages away fromdyson1996-02-111-8/+9
* Changed vm_fault_quick in vm_machdep.c to be global. Needed fordyson1996-02-041-1/+2
* "out of space" -> "out of swap space".dg1996-01-311-2/+2
* Improved killproc() log message and made it and the other similar messagedg1996-01-311-3/+2
* Print a more descriptive message when the mb_map is filled (out of mbufdg1996-01-311-2/+2
* Fix a bunch of spelling errors in the comment fields ofmpp1996-01-303-6/+6
* Added a check/panic for vm_map_find failing to find space for the pagedg1996-01-291-5/+7
* Added a `boundary' arg to vm_alloc_page_contig(). Previously the onlybde1996-01-271-10/+42
* Don't use %r, we havn't got it anymore.phk1996-01-251-2/+2
* Eliminated many redundant vm_map_lookup operations for vm_mmap.dyson1996-01-1915-486/+599
* Convert DDB to new-style option.wollman1996-01-044-3/+7
* Convert SYSV IPC to new-style options. (I hope I got everything...)wollman1996-01-041-1/+3
* Increased vm_object_cache_max by about 50% to yield better utilization ofdg1996-01-041-2/+2
* recording cvs-1.6 file deathpeter1995-12-302-519/+0
* 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
OpenPOWER on IntegriCloud