aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/mmap.cc
AgeCommit message (Expand)AuthorFilesLines
2007-07-19 * cygheap.h (init_cygheap::luid): Remove.Corinna Vinschen1-2/+2
2007-02-26 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.Corinna Vinschen1-18/+2
2007-02-22 * fhandler_console.cc (fhandler_console::read): Drop 9x specificCorinna Vinschen1-60/+10
2007-02-22 Throughout replace all usage of wincap.shared with the constantCorinna Vinschen1-1/+1
2007-02-22 * Makefile.in (DLL_IMPORTS): Add libntdll.a.Corinna Vinschen1-231/+30
2007-02-20Remove extraneous whitespace.Christopher Faylor1-9/+9
2007-02-07 * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.Corinna Vinschen1-0/+23
2007-01-18 * mmap.cc (list::hash): Fix type to __ino64_t.Corinna Vinschen1-29/+31
2007-01-17 * mmap.cc (MapView9x): Note possible uselessness of retrying.Corinna Vinschen1-8/+23
2007-01-10 * mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get aCorinna Vinschen1-1/+25
2007-01-09 * mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.Corinna Vinschen1-18/+22
2006-10-31 * cygheap.h (struct user_heap_info): Add slop member.Corinna Vinschen1-2/+4
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen1-35/+55
2006-07-19 * mmap.cc (msync): Disable rounding up len. Fix bug in access checkCorinna Vinschen1-1/+3
2006-07-17GCC 4.1 fixes.Christopher Faylor1-2/+3
2006-07-13 * mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,Corinna Vinschen1-3/+10
2006-07-13 * exceptions.cc (_cygtls::handle_exceptions): Call newCorinna Vinschen1-12/+27
2006-07-12 * mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtectCorinna Vinschen1-1/+1
2006-05-28white spaceChristopher Faylor1-1/+1
2006-01-12 * Update copyrights.Corinna Vinschen1-2/+2
2006-01-10 * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.Corinna Vinschen1-5/+10
2005-12-22whitespace cleanup to force snapshot.Christopher Faylor1-36/+36
2005-12-19 * mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)Corinna Vinschen1-2/+2
2005-12-15 * mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): UseCorinna Vinschen1-3/+3
2005-12-12 * mmap.cc (gen_create_protect): Always generate WRITECOPY protectionCorinna Vinschen1-10/+12
2005-12-07 * exceptions.cc (_cygtls::handle_exceptions): In case of aCorinna Vinschen1-191/+443
2005-12-05Remove unneeded whitespace.Christopher Faylor1-6/+6
2005-12-01 * mmap.cc: Make debug output more consistently. Fix some comments.Corinna Vinschen1-36/+39
2005-11-30 * mmap.cc (list::try_map): New method, implementing trying to mapCorinna Vinschen1-44/+59
2005-11-29 * fhandler.h (fhandler_dev_zero::mmap): Add method.Corinna Vinschen1-89/+273
2005-11-28 * autoload.cc (NtCreateSection): Define.Corinna Vinschen1-599/+741
2005-10-18 * autoload.cc (NtLockVirtualMemory): Import.Corinna Vinschen1-0/+92
2005-07-06Eliminate (void) cast on standalone function calls throughout.Christopher Faylor1-1/+1
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-1/+1
2005-05-19 * mmap.cc (mmap64): Make granularity an automatic variable.Corinna Vinschen1-1/+1
2005-05-18 * mmap.cc (mmap64): Avoid compiler warning.Corinna Vinschen1-1/+1
2005-05-02white space and minor comment cleanup.Christopher Faylor1-13/+13
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen1-2/+2
2005-03-08 * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.Corinna Vinschen1-10/+59
2005-03-01 * fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never setCorinna Vinschen1-37/+42
2005-02-25 * fhandler.h (class fhandler_base): Declare fixup_mmap_after_forkCorinna Vinschen1-60/+134
2005-02-25 * mmap.cc (mmap64): Handle MAP_FIXED request on non-granulationCorinna Vinschen1-1/+5
2005-02-25 * mmap.cc (class mmap_record): Declare new map_pages method withCorinna Vinschen1-17/+93
2005-02-20copyrightChristopher Faylor1-1/+2
2005-01-12Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor1-1/+1
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor1-1/+1
2004-09-03Regularize most strace_prints throughout so that %E is always preceded by aChristopher Faylor1-7/+6
2004-07-16 * mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated evenCorinna Vinschen1-10/+13
2004-07-15 * mmap.cc (mprotect): When MAP_WRITE protection is requested, useCorinna Vinschen1-2/+18
2004-07-15 * mmap.cc (class mmap_record): Fix return type of get_offset.Corinna Vinschen1-4/+4