index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
vm
/
vm_mmap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move execve's access time update functionality into a new
dds
2005-10-12
1
-11
/
+1
*
Update the vnode's access time after an mmap operation on it.
dds
2005-10-04
1
-0
/
+12
*
Remove unused (but initialized) variable 'objsize' from vm_mmap()
peter
2005-09-20
1
-2
/
+1
*
Move MAC check_vnode_mmap entry point out from being exclusive to
csjp
2005-04-14
1
-5
/
+5
*
- Change the vm_mmap() function to accept an objtype_t parameter specifying
jhb
2005-04-01
1
-5
/
+72
*
Don't use VOP_GETVOBJECT, use vp->v_object directly.
phk
2005-01-25
1
-1
/
+2
*
- Remove GIANT_REQUIRED where giant is no longer required.
jeff
2005-01-24
1
-3
/
+6
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Don't clear flags we just checked were not set.
phk
2004-10-26
1
-1
/
+0
*
XXX mark two places where we do not hold a threadcount on the dev when
phk
2004-09-24
1
-0
/
+1
*
Remove dead code.
alc
2004-09-01
1
-4
/
+0
*
Remove a product specific workaround for wrong modes when mmap(2)'ing
phk
2004-08-05
1
-15
/
+2
*
Eliminate the acquisition and release of Giant around the call to
alc
2004-08-02
1
-2
/
+0
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
1
-2
/
+2
*
To handle orphaned character device vnodes properly in mmap(), check that
tjr
2004-05-11
1
-1
/
+1
*
Remove advertising clause from University of California Regent's license,
imp
2004-04-06
1
-4
/
+0
*
Delay permission checks for VCHR vnodes until after vnode is locked in
kan
2004-04-05
1
-2
/
+7
*
When mmap-ing a file from a noexec mount, be sure not to grant the right
guido
2004-03-18
1
-1
/
+5
*
Make overflow/wraparound checking more robust and unbreak len=0 in
truckman
2004-03-15
1
-10
/
+13
*
Style(9) changes.
truckman
2004-03-15
1
-17
/
+6
*
Remove redundant suser() check.
truckman
2004-03-15
1
-4
/
+0
*
Undo the merger of mlock()/vslock and munlock()/vsunlock() and the
truckman
2004-03-05
1
-48
/
+33
*
Pich up a do {} while(0) cleanup by phk that was discarded accidentally in
kan
2004-03-01
1
-11
/
+9
*
Move the code dealing with vnode out of several functions into a single
kan
2004-02-27
1
-156
/
+136
*
Split the mlock() kernel code into two parts, mlock(), which unpacks
truckman
2004-02-26
1
-24
/
+41
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-11
/
+24
*
- Correct an error in mincore(2) that has existed since its introduction:
alc
2003-12-21
1
-1
/
+1
*
Remove trailing whitespace.
kan
2003-12-08
1
-7
/
+7
*
Addendum to revision 1.174: In the case where vm_pager_allocate() is called
alc
2003-12-08
1
-2
/
+6
*
Fix a deadlock between vm_fault() and vm_mmap(): The expected lock ordering
alc
2003-12-06
1
-4
/
+13
*
- Remove long dead code.
alc
2003-11-14
1
-15
/
+0
*
Changes to msync(2)
alc
2003-11-14
1
-2
/
+2
*
- The Open Group Base Specifications Issue 6 specifies that an munmap(2)
alc
2003-11-10
1
-6
/
+8
*
- Remove Giant from msync(2). Giant is still acquired by the lower layers
alc
2003-11-09
1
-27
/
+0
*
- Rename vm_map_clean() to vm_map_sync(). This better reflects the fact
alc
2003-11-09
1
-1
/
+1
*
Only the super-user should be able to wire pages via the mlock() family
bms
2003-10-06
1
-6
/
+2
*
Part 2 of implementing rstacks: add the ability to create rstacks and
marcel
2003-09-27
1
-2
/
+2
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-2
/
+4
*
Revise the locking in mincore(2).
alc
2003-09-07
1
-5
/
+5
*
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
1
-9
/
+75
*
Remove unnecessary cast.
phk
2003-07-04
1
-1
/
+1
*
Add a f_vnode field to struct file.
phk
2003-06-22
1
-1
/
+1
*
Use a do {...} while (0); and a couple of breaks to reduce the level
phk
2003-06-21
1
-78
/
+80
*
Use __FBSDID().
obrien
2003-06-11
1
-1
/
+3
*
Hold the vm object's lock when performing vm_page_lookup().
alc
2003-06-09
1
-0
/
+2
*
suser() does not need the proc lock, just the setting of P_PROTECTED in
jhb
2003-04-17
1
-4
/
+5
*
Add a facility allowing processes to inform the VM subsystem they are
wes
2003-03-31
1
-0
/
+15
*
The object type can't be OBJT_PHYS in vm_mmap().
mux
2003-03-30
1
-1
/
+1
*
Bow to the whining masses and change a union back into void *. Retain
dillon
2003-01-13
1
-1
/
+1
*
Change struct file f_data to un_data, a union of the correct struct
dillon
2003-01-12
1
-1
/
+1
[next]