summaryrefslogtreecommitdiffstats
path: root/sys/vm
Commit message (Expand)AuthorAgeFilesLines
* vm_map_protect:alc1999-06-121-2/+2
* Add a function kmem_alloc_nofault() - same as kmem_alloc_pageable(), butdt1999-06-082-2/+27
* vm_mmap:alc1999-06-051-3/+4
* Shorten a detour around dev_t to get a udev_t created.phk1999-06-011-3/+2
* Simplify cdevsw registration.phk1999-05-311-3/+3
* This commit should be a extensive NO-OP:phk1999-05-301-7/+22
* Addendum to 1.155. Verify the existence of the object before checkingalc1999-05-301-2/+3
* Avoid the creation of unnecessary shadow objects.alc1999-05-282-4/+20
* vm_map_insert:alc1999-05-181-47/+38
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-173-12/+11
* Remove prototypes for functions that don't exist anymore (vm_map.h).alc1999-05-164-28/+22
* Fix confusion of size of transfer with size of the pager.dt1999-05-151-3/+4
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-143-11/+9
* Casting handles from void * to uintptr_t on the way to dev_t becamebde1999-05-131-3/+3
* Device pager's handle is dev_t not udev_t.luoqi1999-05-131-3/+3
* Fix a udev_t/dev_t mismatch which prevent paging from working.phk1999-05-121-2/+2
* Divorce "dev_t" from the "major|minor" bitmap, which is now calledphk1999-05-111-4/+4
* No point in swapdev being a static global when used only locally.phk1999-05-091-2/+2
* I got tired of seeing all the cdevsw[major(foo)] all over the place.phk1999-05-082-7/+7
* Continue where Julian left off in July 1998:phk1999-05-071-4/+4
* Introduce two functions: physread() and physwrite() and use these directlyphk1999-05-071-16/+2
* Add brackets to silence egcs and help clarity.peter1999-05-061-3/+3
* remove b_proc from struct buf, it's (now) unused.phk1999-05-063-14/+8
* Don't ignore mmap() address hint below the text section.luoqi1999-05-061-2/+4
* Add sysctl descriptions to many SYSCTL_XXXsbillf1999-05-031-7/+9
* The VFS/BIO subsystem contained a number of hacks in order to optimizealc1999-05-026-22/+95
* s/static foo_devsw_installed = 0;/static int foo_devsw_installed;/.dt1999-04-281-2/+2
* Suser() simplification:phk1999-04-272-7/+6
* Make pmap_collect() an official pmap interface.dt1999-04-232-3/+3
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-9/+3
* Move the declaration of faultin() from the vm headers to proc.h, sincepeter1999-04-131-2/+1
* Staticizeeivind1999-04-111-2/+2
* Convert usage of vm_page_bits() to the new convention ("Inputs are requireddt1999-04-101-2/+2
* Lock vnode correctly for VOP_OPEN.eivind1999-04-101-1/+5
* Don't forcibly kill processes that are locked in-core via PHOLD - it waspeter1999-04-061-2/+3
* Only use p->p_lock (manage by PHOLD()/PRELE()) - P_NOSWAP/P_PHYSIO is nopeter1999-04-061-2/+2
* Catch a case spotted by Tor where files mmapped could leave garbage in thejulian1999-04-054-38/+157
* Two changes to vm_map_delete:alc1999-04-041-13/+10
* Mainly, eliminate the comments about share maps. (We don't have share mapsalc1999-03-271-33/+7
* Correct a comment.eivind1999-03-271-2/+2
* Two changes:alc1999-03-211-19/+24
* Construct the free queue(s) in descending order (by physicalalc1999-03-191-2/+8
* Correct a problem in kmem_malloc: A kmem_malloc allowing "wait" mayalc1999-03-161-3/+5
* Two changes:alc1999-03-151-10/+5
* Fix breakage in last commitjulian1999-03-151-3/+3
* A bit of a hack, but allows the vn device to be a module again.julian1999-03-141-1/+15
* Submitted by: Matt Dillon <dillon@freebsd.org>julian1999-03-143-20/+406
* Correct two optimization errors in vm_object_page_remove:alc1999-03-141-3/+4
* Remove vm_page_frees from kmem_malloc that are performedalc1999-03-121-7/+1
* Stop the mfs from trying to swap out crucial bits of the mfsjulian1999-03-121-2/+2
OpenPOWER on IntegriCloud