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
*
white space
Christopher Faylor
2006-05-28
1
-1
/
+1
*
* Update copyrights.
Corinna Vinschen
2006-01-12
1
-2
/
+2
*
* dcrt0.cc (dll_crt0_0): Remove call to wincap.init.
Corinna Vinschen
2006-01-10
1
-5
/
+10
*
whitespace cleanup to force snapshot.
Christopher Faylor
2005-12-22
1
-36
/
+36
*
* mmap.cc (fhandler_dev_zero::mmap): Call VirtualFree(MEM_RELEASE)
Corinna Vinschen
2005-12-19
1
-2
/
+2
*
* mmap.cc (fhandler_dev_zero::fixup_mmap_after_fork): Use
Corinna Vinschen
2005-12-15
1
-3
/
+3
*
* mmap.cc (gen_create_protect): Always generate WRITECOPY protection
Corinna Vinschen
2005-12-12
1
-10
/
+12
*
* exceptions.cc (_cygtls::handle_exceptions): In case of a
Corinna Vinschen
2005-12-07
1
-191
/
+443
*
Remove unneeded whitespace.
Christopher Faylor
2005-12-05
1
-6
/
+6
*
* mmap.cc: Make debug output more consistently. Fix some comments.
Corinna Vinschen
2005-12-01
1
-36
/
+39
*
* mmap.cc (list::try_map): New method, implementing trying to map
Corinna Vinschen
2005-11-30
1
-44
/
+59
*
* fhandler.h (fhandler_dev_zero::mmap): Add method.
Corinna Vinschen
2005-11-29
1
-89
/
+273
*
* autoload.cc (NtCreateSection): Define.
Corinna Vinschen
2005-11-28
1
-599
/
+741
*
* autoload.cc (NtLockVirtualMemory): Import.
Corinna Vinschen
2005-10-18
1
-0
/
+92
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-1
/
+1
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-1
/
+1
*
* mmap.cc (mmap64): Make granularity an automatic variable.
Corinna Vinschen
2005-05-19
1
-1
/
+1
*
* mmap.cc (mmap64): Avoid compiler warning.
Corinna Vinschen
2005-05-18
1
-1
/
+1
*
white space and minor comment cleanup.
Christopher Faylor
2005-05-02
1
-13
/
+13
*
* cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32
Corinna Vinschen
2005-04-13
1
-2
/
+2
*
* 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
[next]