]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/mmap.cc
* Merge in cygwin-64bit-branch.
[newlib-cygwin.git] / winsup / cygwin / mmap.cc
2013-04-23 Corinna Vinschen * Merge in cygwin-64bit-branch.
2013-04-05 Corinna Vinschen * mmap.cc (is_mmapped_region): Call LIST_UNLOCK on...
2013-01-21 Christopher FaylorThroughout, update copyrights to reflect dates which...
2013-01-18 Corinna Vinschen * mmap.cc (handler_disk_file::msync): Add call to...
2013-01-18 Christopher Faylor* mmap.cc (handler_disk_file::msync): Retry up to 99...
2012-04-07 Christopher Faylor* dtable.cc (cygwin_attach_handle_to_fd): Defend agains...
2011-12-22 Corinna Vinschen Throughout use wincap.allocation_granularity instead...
2011-12-05 Corinna Vinschen * mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct...
2011-12-03 Christopher Faylor* mmap.cc (mlock): Add standard syscall return value...
2011-12-03 Corinna Vinschen * mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIV...
2011-12-03 Christopher FaylorThroughout, remove extra space after function name...
2011-06-06 Christopher Faylorwhitespace elimination
2011-05-17 Corinna Vinschen * miscfuncs.cc (thread_wrapper): Remove unused _cygtls...
2011-05-16 Corinna Vinschen * dcrt0.cc (child_info_fork::alloc_stack_hard_way...
2011-04-30 Corinna Vinschen * fcntl.cc (fcntl64): Call pthread_testcancel.
2011-03-25 Corinna Vinschen * mmap.cc (mmap64): Add a cheat to let a certain autoc...
2011-03-18 Corinna Vinschen * mmap.cc (mmap_record::alloc_fh): Initialize nmae...
2011-03-18 Corinna Vinschen * mmap.cc (class mmap_record): Pack 4 byte-aligned...
2011-03-18 Corinna Vinschen * mmap.cc (mmap_record::page_map): Define as variable...
2010-09-13 Corinna Vinschen * fhandler.h (class fhandler_base): Change inheritance...
2009-12-18 Corinna Vinschen Throughout, replace hMainProc with GetCurrentProcess...
2009-08-21 Corinna Vinschen * mmap.cc (mmap64): Allocate fh_disk_file on cygheap...
2009-08-20 Corinna Vinschen * dtable.cc (build_fh_dev): Take additional bool param...
2009-07-14 Corinna Vinschen Throughout avoid having to initialize constant UNICODE...
2009-06-06 Corinna Vinschen * mmap.cc: Use NtUnmapViewOfSection instead of UnmapVi...
2009-01-17 Corinna Vinschen * mmap.cc (mmap64): Fix condition checking if anonymou...
2008-11-21 Corinna Vinschen * mmap.cc (MapView): Add NT status to debug output.
2008-09-11 Christopher Faylor* cygheap.cc (creturn): Reorganize to avoid a new compi...
2008-07-16 Corinna Vinschen Add case-sensitivity.
2008-04-21 Corinna Vinschen * Makefile.in (DLL_OFILES): Add kernel32.o.
2008-04-07 Christopher FaylorRemove unneeded header files from source files throughout.
2008-04-07 Christopher FaylorAdd miscfuncs.h to files as needed throughout.
2008-02-15 Christopher FaylorPerform whitespace cleanup throughout.
2007-11-27 Corinna Vinschen Drop old SetResourceLock stuff in favor of mutos.
2007-11-27 Corinna Vinschen * mmap.cc: Convert usage of dynamically growing cmallo...
2007-09-18 Corinna Vinschen * mmap.cc (fh_disk_file): Delete as global static...
2007-08-13 Corinna Vinschen * mmap.cc: Call NtClose instead of CloseHandle throughout.
2007-07-19 Corinna Vinschen * cygheap.h (init_cygheap::luid): Remove.
2007-02-26 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::fchmod...
2007-02-22 Corinna Vinschen * fhandler_console.cc (fhandler_console::read): Drop...
2007-02-22 Corinna Vinschen Throughout replace all usage of wincap.shared with...
2007-02-22 Corinna Vinschen * Makefile.in (DLL_IMPORTS): Add libntdll.a.
2007-02-20 Christopher FaylorRemove extraneous whitespace.
2007-02-07 Corinna Vinschen * cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.
2007-01-18 Corinna Vinschen * mmap.cc (list::hash): Fix type to __ino64_t.
2007-01-17 Corinna Vinschen * mmap.cc (MapView9x): Note possible uselessness of...
2007-01-10 Corinna Vinschen * mmap.cc (mmap64): Pre-Reserve space for the whole...
2007-01-09 Corinna Vinschen * mmap.cc: Do bookkeeping in 4K pages, rather than...
2006-10-31 Corinna Vinschen * cygheap.h (struct user_heap_info): Add slop member.
2006-07-25 Corinna Vinschen2006-07-25 Corinna Vinschen <corinna@vinschen.de>
2006-07-19 Corinna Vinschen * mmap.cc (msync): Disable rounding up len. Fix bug...
2006-07-17 Christopher FaylorGCC 4.1 fixes.
2006-07-13 Corinna Vinschen * mmap.cc (mmap64): Drop MAP_NORESERVE flag for non...
2006-07-13 Corinna Vinschen * exceptions.cc (_cygtls::handle_exceptions): Call new
2006-07-12 Corinna Vinschen * mmap.cc (mmap_record::alloc_page_map): Don't call...
2006-05-28 Christopher Faylorwhite space
2006-01-12 Corinna Vinschen * Update copyrights.
2006-01-10 Corinna Vinschen * dcrt0.cc (dll_crt0_0): Remove call to wincap.init.
2005-12-22 Christopher Faylorwhitespace cleanup to force snapshot.
2005-12-19 Corinna Vinschen * mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree...
2005-12-15 Corinna Vinschen * mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork...
2005-12-12 Corinna Vinschen * mmap.cc (gen_create_protect): Always generate WRITEC...
2005-12-07 Corinna Vinschen * exceptions.cc (_cygtls::handle_exceptions): In case...
2005-12-05 Christopher FaylorRemove unneeded whitespace.
2005-12-01 Corinna Vinschen * mmap.cc: Make debug output more consistently. Fix...
2005-11-30 Corinna Vinschen * mmap.cc (list::try_map): New method, implementing...
2005-11-29 Corinna Vinschen * fhandler.h (fhandler_dev_zero::mmap): Add method.
2005-11-28 Corinna Vinschen * autoload.cc (NtCreateSection): Define.
2005-10-18 Corinna Vinschen * autoload.cc (NtLockVirtualMemory): Import.
2005-07-06 Christopher FaylorEliminate (void) cast on standalone function calls...
2005-07-05 Christopher FaylorChange foo (void) to foo () for all c++ functions throu...
2005-05-19 Corinna Vinschen * mmap.cc (mmap64): Make granularity an automatic...
2005-05-18 Corinna Vinschen * mmap.cc (mmap64): Avoid compiler warning.
2005-05-02 Christopher Faylorwhite space and minor comment cleanup.
2005-04-13 Corinna Vinschen * cygerrno.h (__seterrno_from_nt_status): Define....
2005-03-08 Corinna Vinschen * mmap.cc (mmap64): Handle MAP_AUTOGROW flag.
2005-03-01 Corinna Vinschen * fhandler_clipboard.cc (fhandler_dev_clipboard::write...
2005-02-25 Corinna Vinschen * fhandler.h (class fhandler_base): Declare fixup_mmap...
2005-02-25 Corinna Vinschen * mmap.cc (mmap64): Handle MAP_FIXED request on non...
2005-02-25 Corinna Vinschen * mmap.cc (class mmap_record): Declare new map_pages...
2005-02-20 Christopher Faylorcopyright
2005-01-12 Christopher FaylorReorganize header file inclusion throughout so that...
2004-09-12 Christopher Faylor* exceptions.cc: (ctrl_c_handler): Do nothing while...
2004-09-03 Christopher FaylorRegularize most strace_prints throughout so that %E...
2004-07-16 Corinna Vinschen * mmap.cc (mmap_record::alloc_page_map): Mark pages...
2004-07-15 Corinna Vinschen * mmap.cc (mprotect): When MAP_WRITE protection is...
2004-07-15 Corinna Vinschen * mmap.cc (class mmap_record): Fix return type of...
2004-02-26 Corinna Vinschen * miscfuncs.cc (check_invalid_virtual_addr): Assure...
2004-02-25 Corinna Vinschen * miscfuncs.cc (check_invalid_virtual_addr): New function.
2004-02-09 Christopher Faylor* debug.h (console_printf): Define for non-debugging...
2003-12-07 Christopher FaylorChange use of BOOL, TRUE, FALSE to bool, true, false...
2003-12-03 Corinna Vinschen Substitute 0x7fffffff and 0xffffffff by INT32_MAX...
2003-11-28 Christopher FaylorEliminate use of sigframe and sigthread throughout.
2003-11-14 Robert Collins2003-11-11 Robert Collins <rbtcollins@hotmail.com>
2003-11-06 Corinna Vinschen * syscalls.cc (getshmlba): New function.
2003-09-26 Corinna Vinschen * mmap.cc (munmap): Use correct address and length...
2003-09-25 Christopher Faylor* devices.cc: New file.
2003-09-09 Corinna Vinschen * mmap.cc (mmap64): Change address types from caddr_t...
2003-09-04 Corinna Vinschen * mmap.cc: Restructure. Add, remove and rewrite commen...
2003-08-23 Christopher Faylor* cygheap.h (enum cygheap_types): Add HEAP_MMAP.
next
This page took 0.731601 seconds and 108 git commands to generate.