summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K).Corinna Vinschen2003-07-031-7/+17
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-21/+21
* whitespace cleanupChristopher Faylor2003-03-091-8/+8
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-10/+5
* * mmap.cc (mmap64): Fix returned address by taking the granularityCorinna Vinschen2003-02-251-1/+1
* * mmap.cc (mprotect): Add missing break.Corinna Vinschen2003-02-141-0/+1
* * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen2003-02-071-104/+104
* * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list ofCorinna Vinschen2003-01-161-2/+4
* * autoload.cc: Fix copyright date.Corinna Vinschen2003-01-151-1/+1
* * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.Corinna Vinschen2003-01-141-7/+15
* * mmap.cc (mmap_record::access): Change argument type to caddr_tCorinna Vinschen2003-01-141-6/+51
* Change _function() to function() throughout.Christopher Faylor2002-10-211-5/+8
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen2002-09-241-6/+4
* * mmap.cc (map_map): Add debug output.Corinna Vinschen2002-09-241-1/+2
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-6/+6
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-18/+18
* * mmap.cc (list::match): Check using pagesize aligned size.Corinna Vinschen2002-06-271-4/+6
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-3/+3