libc - Return ENOSYS in both mlockall() / munlockall()
[dragonfly.git] / sys / vm / vm_mmap.c
2010-04-14 Antonio Huete Jimenezlibc - Return ENOSYS in both mlockall() / munlockall()
2010-03-04 Matthew Dillonkernel - pmap (i386) - Reduce kmem use for foreign...
2010-02-14 Matthew Dillonkernel - VM PAGER part 1/2 - Remove vm_page_alloc()
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-15 Matthew Dillonkernel - use new td_ucred in numerous places
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-08-19 Matthew DillonAMD64 - Refactor uio_resid and size_t assumptions.
2009-04-23 Matthew DillonMake adjustments to how MAP_STACK works to prevent...
2009-04-23 Matthew DillonFix VM panic. Add required overflow check for MAP_STAC...
2009-01-26 Simon SchubertRevert "Update the atime when mmap'ing a file"
2009-01-21 Matthew DillonIssue 1013 - Update atime on exec, fix bug in last...
2009-01-21 Matthew DillonIssue 1013 - update atime on exec and mmap, add helper...
2008-12-15 Michael Neumannsuser_* to priv_* conversion
2008-12-01 Simon SchubertAdd support for MAP_TRYFIXED
2008-12-01 Simon SchubertUpdate the atime when mmap'ing a file
2007-04-30 Matthew DillonRevamp SYSINIT ordering. Relabel sysinit IDs (SI_...
2007-04-29 Matthew Dillon* Use SYSREF for vmspace structures. This replaces...
2006-12-28 Matthew DillonIntroduce globals: KvaStart, KvaEnd, and KvaSize. ...
2006-11-07 Matthew DillonMisc cleanups and CVS surgery. Move a number of header...
2006-10-04 Matthew DillonFix a bug where mmap()ing a revoked descriptor caused...
2006-09-17 Matthew DillonMake some adjustments to low level madvise/mcontrol...
2006-09-13 Matthew DillonMAP_VPAGETABLE support part 3/3.
2006-09-12 Matthew DillonMAP_VPAGETABLE support part 1/3.
2006-09-11 Matthew DillonMove flag(s) representing the type of vm_map_entry...
2006-06-05 Matthew DillonModify kern/makesyscall.sh to prefix all kernel system...
2006-05-19 Matthew DillonConvert most manual accesses to filedesc->fd_files...
2006-05-18 Matthew DillonRemove the last vestiges of UF_MAPPED. All the removed...
2006-05-06 Matthew DillonThe fdrop() procedure no longer needs a thread argument...
2006-05-06 Matthew DillonThe thread/proc pointer argument in the VFS subsystem...
2006-03-29 Matthew DillonRemove VOP_GETVOBJECT, VOP_DESTROYVOBJECT, and VOP_CREA...
2006-03-27 Matthew DillonChange *_pager_allocate() to take off_t instead of...
2006-01-13 Sascha Wildner* Remove (void) casts for discarded return values.
2005-06-22 Matthew DillonFile descriptor cleanup stage 2, remove the separate...
2004-10-12 Matthew DillonTry to close an occassional VM page related panic that...
2004-05-13 Matthew DillonClose an interrupt race between vm_page_lookup() and...
2004-03-23 Matthew DillonANSIfication (procedure args) cleanup.
2004-02-23 Eirik NygaardFix comment to show the munlockall function, and not...
2003-12-21 Jeffrey HsuMerge from FreeBSD:
2003-11-14 David P. Reese, Jr.Split mmap().
2003-10-19 Matthew DillonEntirely remove the old kernel malloc and kmem_map...
2003-10-02 Hiten PandyaRename:
2003-09-26 Matthew DillonRemove the NO_KMEM_MAP and USE_SLAB_ALLOCATOR kernel...
2003-08-25 Matthew DillonAdd the NO_KMEM_MAP kernel configuration option. This...
2003-08-20 Robert Garrett__P()!=wanted, clean up the vm subsystem
2003-07-30 Matthew Dillonsyscall messaging 3: Expand the 'header' that goes...
2003-07-26 Robert GarrettRegister keyword removal
2003-07-26 Matthew Dillonsyscall messaging 2: Change the standard return value...
2003-07-24 Matthew DillonPreliminary syscall messaging work. Adjust all <syscal...
2003-07-03 Matthew DillonSplit the struct vmmeter cnt structure into a global...
2003-06-26 Matthew Dillonproc->thread stage 5: BUF/VFS clearance! Remove the...
2003-06-25 Matthew Dillonproc->thread stage 4: rework the VFS and DEVICE subsyst...
2003-06-23 Matthew Dillonproc->thread stage 2: MAJOR revamping of system calls...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: