summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_mmap.c
Commit message (Expand)AuthorAgeFilesLines
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-3/+3
* Remove __P.alfred2002-03-191-1/+1
* - Remove a number of extra newlines that do not belong here according toeivind2002-03-101-10/+8
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-3/+3
* Garbage-collect options ACPI_NO_ENABLE_ON_BOOT, AML_DEBUG, BLEED,bde2002-02-151-1/+0
* Replace ffind_* with fget calls.alfred2002-01-141-4/+1
* SMP Lock struct file, filedesc and the global file list.alfred2002-01-131-11/+8
* Make MAXTSIZ, DFLDSIZ, MAXDSIZ, DFLSSIZ, MAXSSIZ, SGROWSIZ loaderps2001-10-101-3/+2
* o Modify access control checks in mmap() to use securelevel_gt() insteadrwatson2001-09-261-1/+1
* KSE Milestone 2julian2001-09-121-56/+56
* Cleanupdillon2001-08-311-27/+68
* Remove support for the badly broken MAP_INHERIT (from -current only).dillon2001-08-241-4/+1
* whitespace / register cleanupdillon2001-07-041-15/+15
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachdillon2001-07-041-67/+19
* Stick VM syscalls back under Giant if the BLEED option is not defined.jhb2001-05-241-0/+49
* - Obtain Giant in mmap() syscall while messing with file descriptors andjhb2001-05-231-18/+32
* Unlock the VM lock at the end of munlock() instead of locking it again.jhb2001-05-221-1/+1
* Introduce a global lock for the vm subsystem (vm_mtx).alfred2001-05-191-11/+49
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-2/+2
* This patchset fixes a large number of file descriptor race conditions.dillon2000-11-181-15/+37
* Add three new VOPs: VOP_CREATEVOBJECT, VOP_DESTROYVOBJECT and VOP_GETVOBJECT.bp2000-09-121-0/+9
* Clean up the snapshot code so that it no longer depends on the use ofmckusick2000-07-261-1/+1
* Nifty idea from Jeroen van Gelderen; don't call a routine to check ifmarkm2000-06-251-1/+2
* Checkpoint of a new physical memory backed object type, that does notpeter2000-05-211-1/+1
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-2/+2
* Implement POSIX.1b shared memory objects. In this implementation,wollman2000-04-221-0/+10
* Revert spelling mistake I made in the previous commitcharnier2000-03-271-1/+1
* Spellingcharnier2000-03-261-1/+1
* Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2).ps2000-02-281-1/+3
* Fix null-pointer dereference crash when the system is intentionallydillon2000-02-161-4/+42
* Use MAP_NOSYNC for vnodes without any links in their filesystem.guido2000-01-031-0/+7
* Add MAP_NOSYNC feature to mmap(), and MADV_NOSYNC and MADV_AUTOSYNC todillon1999-12-121-3/+4
* useracc() the prequel:phk1999-10-291-2/+0
* cleanup madvise code, add a few more sanity checks.dillon1999-09-211-2/+17
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Decommision miscfs/specfs/specdev.h. Most of it goes into <sys/conf.h>,phk1999-08-081-3/+1
* vm_mmap:alc1999-06-051-3/+4
* Add the options MAP_PREFAULT and MAP_PREFAULT_PARTIAL to vm_map_find/insert,alc1999-05-171-10/+2
* Remove prototypes for functions that don't exist anymore (vm_map.h).alc1999-05-161-7/+2
* Simplify vm_map_find/insert's interface: remove the MAP_COPY_NEEDED option.alc1999-05-141-2/+2
* Add brackets to silence egcs and help clarity.peter1999-05-061-3/+3
* Don't ignore mmap() address hint below the text section.luoqi1999-05-061-2/+4
* Suser() simplification:phk1999-04-271-5/+4
* unifdef -DVM_STACK - it's been on for a while for x86 and was checkedpeter1999-04-191-9/+3
* To avoid a conflict for the vm_map's lock with vm_fault, releasealc1999-03-021-4/+33
* mincore doesn't modify the vm_map. Therefore, it doesn't requirealc1999-03-011-6/+6
* Hide access to vmspace:vm_pmap with inline function vmspace_pmap(). Thisluoqi1999-02-191-3/+3
* Remove MAP_ENTRY_IS_A_MAP 'share' maps. These maps were once used todillon1999-02-071-2/+2
* Mostly remove the VM_STACK OPTION.julian1999-01-261-3/+6
* This is a rather large commit that encompasses the new swapper,dillon1999-01-211-1/+2
OpenPOWER on IntegriCloud