summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen2005-03-011-37/+42
* * fhandler.h (class fhandler_base): Declare fixup_mmap_after_forkCorinna Vinschen2005-02-251-60/+134
* * mmap.cc (mmap64): Handle MAP_FIXED request on non-granulationCorinna Vinschen2005-02-251-1/+5
* * mmap.cc (class mmap_record): Declare new map_pages method withCorinna Vinschen2005-02-251-17/+93
* copyrightChristopher Faylor2005-02-201-1/+2
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-1/+1
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-1/+1
* Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor2004-09-031-7/+6
* * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated evenCorinna Vinschen2004-07-161-10/+13
* * mmap.cc (mprotect): When MAP_WRITE protection is requested, useCorinna Vinschen2004-07-151-2/+18
* * mmap.cc (class mmap_record): Fix return type of get_offset.Corinna Vinschen2004-07-151-4/+4
* * miscfuncs.cc (check_invalid_virtual_addr): Assure the last pageCorinna Vinschen2004-02-261-1/+0