summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * miscfuncs.cc (check_invalid_virtual_addr): New function.Corinna Vinschen2004-02-251-1/+1
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-7/+7
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-1/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-13/+13
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-061-7/+1
* * mmap.cc (munmap): Use correct address and length parameters whenCorinna Vinschen2003-09-261-3/+6
* * devices.cc: New file.Christopher Faylor2003-09-251-7/+8
* * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen2003-09-091-68/+69
* * mmap.cc: Restructure. Add, remove and rewrite comments throughoutCorinna Vinschen2003-09-041-257/+288
* * cygheap.h (enum cygheap_types): Add HEAP_MMAP.Christopher Faylor2003-08-231-9/+9
* * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen2003-08-151-1/+1
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-3/+3
* * mmap.cc: Use proper format specifiers for _off64_t and size_t inCorinna Vinschen2003-07-211-9/+9
* * mmap.cc (list::match): Add parameters to return valid address andCorinna Vinschen2003-07-051-24/+42
* * mmap.cc (fhandler_disk_file::mmap): Fix address test.Corinna Vinschen2003-07-041-1/+1