summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branchmultiprocess-20081120-branchpointcvs2svn2008-11-191-1832/+0
* * 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
* * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen2007-02-071-0/+23
* * mmap.cc (list::hash): Fix type to __ino64_t.Corinna Vinschen2007-01-181-29/+31
* * mmap.cc (MapView9x): Note possible uselessness of retrying.Corinna Vinschen2007-01-171-8/+23
* * mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get aCorinna Vinschen2007-01-101-1/+25
* * mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.Corinna Vinschen2007-01-091-18/+22
* * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen2006-10-311-2/+4
* 2006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen2006-07-251-35/+55
* * mmap.cc (msync): Disable rounding up len. Fix bug in access checkCorinna Vinschen2006-07-191-1/+3
* GCC 4.1 fixes.Christopher Faylor2006-07-171-2/+3
* * mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,Corinna Vinschen2006-07-131-3/+10
* * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen2006-07-131-12/+27
* * mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtectCorinna Vinschen2006-07-121-1/+1
* white spaceChristopher Faylor2006-05-281-1/+1
* * Update copyrights.Corinna Vinschen2006-01-121-2/+2
* * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen2006-01-101-5/+10
* whitespace cleanup to force snapshot.Christopher Faylor2005-12-221-36/+36
* * mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)Corinna Vinschen2005-12-191-2/+2
* * mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): UseCorinna Vinschen2005-12-151-3/+3
* * mmap.cc (gen_create_protect): Always generate WRITECOPY protectionCorinna Vinschen2005-12-121-10/+12
* * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen2005-12-071-191/+443
* Remove unneeded whitespace.Christopher Faylor2005-12-051-6/+6
* * mmap.cc: Make debug output more consistently. Fix some comments.Corinna Vinschen2005-12-011-36/+39
* * mmap.cc (list::try_map): New method, implementing trying to mapCorinna Vinschen2005-11-301-44/+59
* * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen2005-11-291-89/+273
* * autoload.cc (NtCreateSection): Define.Corinna Vinschen2005-11-281-599/+741
* * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen2005-10-181-0/+92
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-1/+1
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-1/+1
* * mmap.cc (mmap64): Make granularity an automatic variable.Corinna Vinschen2005-05-191-1/+1
* * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen2005-05-181-1/+1
* white space and minor comment cleanup.Christopher Faylor2005-05-021-13/+13
* * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen2005-04-131-2/+2
* * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen2005-03-081-10/+59