summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* Move the map entry allocations from the kmem_map to the kernel_map. Asdyson1996-04-291-4/+4
* This fixes kmem_malloc/kmem_free (and malloc/free of objects of > 8K).dyson1996-04-242-8/+11
* Fixed a spl hog. The vmdaemon process ran entirely at splhigh. Itbde1996-04-111-1/+3
* Reinstitute the map lock for processes being swapped out. Thisdyson1996-04-091-1/+18
* Map lock checks not needed anymore for swapping out. We don't usedyson1996-04-081-12/+2
* Removed never-used #includes of <machine/cpu.h>. Many were apparentlybde1996-04-071-2/+1
* Fixed a problem that the UPAGES of a process were being run downdyson1996-04-032-14/+44
* Revert to previous calculation of vm_object_cache_max: it simply worksdg1996-03-291-2/+2
* Undid last revision. It duplicated part of second last revision.bde1996-03-281-5/+1
* devfs_add_devsw() -> devfs_add_devswf modificationsscrappy1996-03-281-1/+5
* Add a function prototype for pmap_prefault.dyson1996-03-281-1/+3
* VM performance improvements, and reorder some operations in VM faultdyson1996-03-285-110/+124
* More map_simplify fixes from Alan Cox. This very significanly improves thedyson1996-03-281-29/+28
* Added drum device.bde1996-03-271-1/+12
* Fix the problem that unmounting filesystems that are backed by a VMIOdyson1996-03-191-2/+5
* Force device mappings to always be shared. It doesn't make sense for themdg1996-03-161-4/+5
* This commit is as a result of a comment by Alan Cox (alc@cs.rice.edu)dyson1996-03-131-36/+53
* Fix the map corruption problem that appears as a u_map allocationdyson1996-03-121-25/+3
* Allow mmap'ed devices to work correctly across forks. The sanestdyson1996-03-121-3/+11
* For Lite2: proc LIST changes.hsu1996-03-114-11/+11
* Delay forking a process until there are more pages available. It wasdyson1996-03-091-2/+2
* 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
OpenPOWER on IntegriCloud