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
*
* fhandler_disk_file.cc (fhandler_disk_file::fchmod): Drop comment.
Corinna Vinschen
2007-02-26
1
-18
/
+2
*
* fhandler_console.cc (fhandler_console::read): Drop 9x specific
Corinna Vinschen
2007-02-22
1
-60
/
+10
*
Throughout replace all usage of wincap.shared with the constant
Corinna Vinschen
2007-02-22
1
-1
/
+1
*
* Makefile.in (DLL_IMPORTS): Add libntdll.a.
Corinna Vinschen
2007-02-22
1
-231
/
+30
*
Remove extraneous whitespace.
Christopher Faylor
2007-02-20
1
-9
/
+9
*
* cygmalloc.h (MALLOC_FAILURE_ACTION): Define empty.
Corinna Vinschen
2007-02-07
1
-0
/
+23
*
* mmap.cc (list::hash): Fix type to __ino64_t.
Corinna Vinschen
2007-01-18
1
-29
/
+31
*
* mmap.cc (MapView9x): Note possible uselessness of retrying.
Corinna Vinschen
2007-01-17
1
-8
/
+23
*
* mmap.cc (mmap64): Pre-Reserve space for the whole mapping to get a
Corinna Vinschen
2007-01-10
1
-1
/
+25
*
* mmap.cc: Do bookkeeping in 4K pages, rather than in 64K chunks.
Corinna Vinschen
2007-01-09
1
-18
/
+22
*
* cygheap.h (struct user_heap_info): Add slop member.
Corinna Vinschen
2006-10-31
1
-2
/
+4
*
2006-07-25 Corinna Vinschen <corinna@vinschen.de>
Corinna Vinschen
2006-07-25
1
-35
/
+55
*
* mmap.cc (msync): Disable rounding up len. Fix bug in access check
Corinna Vinschen
2006-07-19
1
-1
/
+3
*
GCC 4.1 fixes.
Christopher Faylor
2006-07-17
1
-2
/
+3
*
* mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,
Corinna Vinschen
2006-07-13
1
-3
/
+10
*
* exceptions.cc (_cygtls::handle_exceptions): Call new
Corinna Vinschen
2006-07-13
1
-12
/
+27
*
* mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtect
Corinna Vinschen
2006-07-12
1
-1
/
+1
*
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
[next]