index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
mmap.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* mmap.cc (mmap64): Handle MAP_AUTOGROW flag.
Corinna Vinschen
2005-03-08
1
-10
/
+59
*
* fhandler_clipboard.cc (fhandler_dev_clipboard::write): Never set
Corinna Vinschen
2005-03-01
1
-37
/
+42
*
* fhandler.h (class fhandler_base): Declare fixup_mmap_after_fork
Corinna Vinschen
2005-02-25
1
-60
/
+134
*
* mmap.cc (mmap64): Handle MAP_FIXED request on non-granulation
Corinna Vinschen
2005-02-25
1
-1
/
+5
*
* mmap.cc (class mmap_record): Declare new map_pages method with
Corinna Vinschen
2005-02-25
1
-17
/
+93
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+2
*
Reorganize header file inclusion throughout so that cygerrno.h comes first.
Christopher Faylor
2005-01-12
1
-1
/
+1
*
* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is
Christopher Faylor
2004-09-12
1
-1
/
+1
*
Regularize most strace_prints throughout so that %E is always preceded by a
Christopher Faylor
2004-09-03
1
-7
/
+6
*
* mmap.cc (mmap_record::alloc_page_map): Mark pages as allocated even
Corinna Vinschen
2004-07-16
1
-10
/
+13
*
* mmap.cc (mprotect): When MAP_WRITE protection is requested, use
Corinna Vinschen
2004-07-15
1
-2
/
+18
*
* mmap.cc (class mmap_record): Fix return type of get_offset.
Corinna Vinschen
2004-07-15
1
-4
/
+4
*
* miscfuncs.cc (check_invalid_virtual_addr): Assure the last page
Corinna Vinschen
2004-02-26
1
-1
/
+0
*
* miscfuncs.cc (check_invalid_virtual_addr): New function.
Corinna Vinschen
2004-02-25
1
-1
/
+1
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,
Christopher Faylor
2003-12-07
1
-7
/
+7
*
Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX
Corinna Vinschen
2003-12-03
1
-1
/
+1
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-13
/
+13
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-1
/
+1
*
* syscalls.cc (getshmlba): New function.
Corinna Vinschen
2003-11-06
1
-7
/
+1
*
* mmap.cc (munmap): Use correct address and length parameters when
Corinna Vinschen
2003-09-26
1
-3
/
+6
*
* devices.cc: New file.
Christopher Faylor
2003-09-25
1
-7
/
+8
*
* mmap.cc (mmap64): Change address types from caddr_t to void *
Corinna Vinschen
2003-09-09
1
-68
/
+69
*
* mmap.cc: Restructure. Add, remove and rewrite comments throughout
Corinna Vinschen
2003-09-04
1
-257
/
+288
*
* cygheap.h (enum cygheap_types): Add HEAP_MMAP.
Christopher Faylor
2003-08-23
1
-9
/
+9
*
* mmap.cc (mmap64): Avoid crash if file size is less than requested
Corinna Vinschen
2003-08-15
1
-1
/
+1
*
* exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there
Christopher Faylor
2003-07-26
1
-3
/
+3
*
* mmap.cc: Use proper format specifiers for _off64_t and size_t in
Corinna Vinschen
2003-07-21
1
-9
/
+9
*
* mmap.cc (list::match): Add parameters to return valid address and
Corinna Vinschen
2003-07-05
1
-24
/
+42
*
* mmap.cc (fhandler_disk_file::mmap): Fix address test.
Corinna Vinschen
2003-07-04
1
-1
/
+1
*
* mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K).
Corinna Vinschen
2003-07-03
1
-7
/
+17
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t
Corinna Vinschen
2003-04-01
1
-21
/
+21
*
whitespace cleanup
Christopher Faylor
2003-03-09
1
-8
/
+8
*
Do some minor reformatting of 'extern "C"' use throughout.
Christopher Faylor
2003-03-09
1
-10
/
+5
*
* mmap.cc (mmap64): Fix returned address by taking the granularity
Corinna Vinschen
2003-02-25
1
-1
/
+1
*
* mmap.cc (mprotect): Add missing break.
Corinna Vinschen
2003-02-14
1
-0
/
+1
*
* mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length
Corinna Vinschen
2003-02-07
1
-104
/
+104
*
* mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list of
Corinna Vinschen
2003-01-16
1
-2
/
+4
*
* autoload.cc: Fix copyright date.
Corinna Vinschen
2003-01-15
1
-1
/
+1
*
* mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.
Corinna Vinschen
2003-01-14
1
-7
/
+15
*
* mmap.cc (mmap_record::access): Change argument type to caddr_t
Corinna Vinschen
2003-01-14
1
-6
/
+51
*
Change _function() to function() throughout.
Christopher Faylor
2002-10-21
1
-5
/
+8
*
* errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno code
Corinna Vinschen
2002-09-24
1
-6
/
+4
*
* mmap.cc (map_map): Add debug output.
Corinna Vinschen
2002-09-24
1
-1
/
+2
*
More GNUify non-GNU formatted functions calls throughout.
Christopher Faylor
2002-09-23
1
-6
/
+6
*
* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has
Christopher Faylor
2002-09-22
1
-18
/
+18
*
* mmap.cc (list::match): Check using pagesize aligned size.
Corinna Vinschen
2002-06-27
1
-4
/
+6
*
Remove unneeded sigproc.h includes throughout.
Christopher Faylor
2002-06-02
1
-1
/
+0
*
* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.
Christopher Faylor
2002-05-28
1
-3
/
+3
[prev]
[next]