summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
* Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen2016-06-231-3/+0
* mmap: Fix size restriction of maps due to using 32 bit size typeCorinna Vinschen2016-05-201-32/+33
* Fix /proc/<PID>/maps output for PEB and TEBs on W10 1511Corinna Vinschen2015-12-031-1/+1
* Implement POSIX_MADV_WILLNEED/POSIX_MADV_DONTNEED for newer OSesCorinna Vinschen2015-08-271-17/+93
* mmap.cc: Fix some commentsCorinna Vinschen2015-08-251-9/+6
* * mmap.cc (mmap64): Convert pagesize from DWORD to size_t to avoidCorinna Vinschen2013-10-151-1/+1
* Remove /dev/mem, /dev/kmem, /dev/port support.Corinna Vinschen2013-07-151-94/+0
* * Merge in cygwin-64bit-branch.Corinna Vinschen2013-04-231-92/+201
* * mmap.cc (is_mmapped_region): Call LIST_UNLOCK on premature return.Corinna Vinschen2013-04-051-1/+4
* Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor2013-01-211-2/+2
* * mmap.cc (handler_disk_file::msync): Add call to FlushFileBuffersCorinna Vinschen2013-01-181-1/+8
* * mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFileChristopher Faylor2013-01-181-7/+16
* * dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return fromChristopher Faylor2012-04-071-1/+2
* Throughout use wincap.allocation_granularity instead of getpagesize.Corinna Vinschen2011-12-221-48/+51
* * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.Corinna Vinschen2011-12-051-2/+2
* * mmap.cc (mlock): Add standard syscall return value debugging output.Christopher Faylor2011-12-031-10/+20
* * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. DropCorinna Vinschen2011-12-031-16/+2
* Throughout, remove extra space after function name from debugging output.Christopher Faylor2011-12-031-2/+2
* whitespace eliminationChristopher Faylor2011-06-061-1/+1
* * miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.Corinna Vinschen2011-05-171-2/+4
* * dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if theCorinna Vinschen2011-05-161-0/+29
* * fcntl.cc (fcntl64): Call pthread_testcancel.Corinna Vinschen2011-04-301-0/+2
* * mmap.cc (mmap64): Add a cheat to let a certain autoconf test succeedCorinna Vinschen2011-03-251-0/+44
* * mmap.cc (mmap_record::alloc_fh): Initialize nmae strings in fdev toCorinna Vinschen2011-03-181-1/+2
* * mmap.cc (class mmap_record): Pack 4 byte-aligned. Convert member devCorinna Vinschen2011-03-181-5/+9
* * mmap.cc (mmap_record::page_map): Define as variable array rather thanCorinna Vinschen2011-03-181-26/+15
* * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen2010-09-131-2/+2
* Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen2009-12-181-12/+13
* * mmap.cc (mmap64): Allocate fh_disk_file on cygheap. DeleteCorinna Vinschen2009-08-211-2/+6
* * dtable.cc (build_fh_dev): Take additional bool parameter indicatingCorinna Vinschen2009-08-201-1/+1
* Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen2009-07-141-7/+2
* * mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFileCorinna Vinschen2009-06-061-5/+5
* * mmap.cc (mmap64): Fix condition checking if anonymous mapping beyondCorinna Vinschen2009-01-171-1/+3
* * mmap.cc (MapView): Add NT status to debug output.Corinna Vinschen2008-11-211-2/+3
* * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor2008-09-111-1/+1
* Add case-sensitivity.Corinna Vinschen2008-07-161-1/+1
* * Makefile.in (DLL_OFILES): Add kernel32.o.Corinna Vinschen2008-04-211-1/+1
* Remove unneeded header files from source files throughout.Christopher Faylor2008-04-071-3/+0
* Add miscfuncs.h to files as needed throughout.Christopher Faylor2008-04-071-0/+1
* Perform whitespace cleanup throughout.Christopher Faylor2008-02-151-3/+3
* Drop old SetResourceLock stuff in favor of mutos.Corinna Vinschen2007-11-271-51/+47
* * mmap.cc: Convert usage of dynamically growing cmalloced arrays toCorinna Vinschen2007-11-271-200/+158
* * mmap.cc (fh_disk_file): Delete as global static variable and...Corinna Vinschen2007-09-181-9/+10
* * mmap.cc: Call NtClose instead of CloseHandle throughout.Corinna Vinschen2007-08-131-17/+26
* * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen2007-07-191-2/+2
* * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen2007-02-261-18/+2
* * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen2007-02-221-60/+10
* Throughout replace all usage of wincap.shared with the constantCorinna Vinschen2007-02-221-1/+1
* * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen2007-02-221-231/+30
* Remove extraneous whitespace.Christopher Faylor2007-02-201-9/+9