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): Convert pagesize from DWORD to size_t to avoid
Corinna Vinschen
2013-10-15
1
-1
/
+1
*
Remove /dev/mem, /dev/kmem, /dev/port support.
Corinna Vinschen
2013-07-15
1
-94
/
+0
*
* Merge in cygwin-64bit-branch.
Corinna Vinschen
2013-04-23
1
-92
/
+201
*
* mmap.cc (is_mmapped_region): Call LIST_UNLOCK on premature return.
Corinna Vinschen
2013-04-05
1
-1
/
+4
*
Throughout, update copyrights to reflect dates which correspond to main-branch
Christopher Faylor
2013-01-21
1
-2
/
+2
*
* mmap.cc (handler_disk_file::msync): Add call to FlushFileBuffers
Corinna Vinschen
2013-01-18
1
-1
/
+8
*
* mmap.cc (handler_disk_file::msync): Retry up to 99 times if FlushViewOFile
Christopher Faylor
2013-01-18
1
-7
/
+16
*
* dtable.cc (cygwin_attach_handle_to_fd): Defend against NULL return from
Christopher Faylor
2012-04-07
1
-1
/
+2
*
Throughout use wincap.allocation_granularity instead of getpagesize.
Corinna Vinschen
2011-12-22
1
-48
/
+51
*
* mmap.cc (mlock): Replace LOCK_VM_IN_WSL with correct MAP_PROCESS.
Corinna Vinschen
2011-12-05
1
-2
/
+2
*
* mmap.cc (mlock): Add standard syscall return value debugging output.
Christopher Faylor
2011-12-03
1
-10
/
+20
*
* mmap.cc (mlock): Drop requesting SE_LOCK_MEMORY_PRIVILEGE. Drop
Corinna Vinschen
2011-12-03
1
-16
/
+2
*
Throughout, remove extra space after function name from debugging output.
Christopher Faylor
2011-12-03
1
-2
/
+2
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-1
/
+1
*
* miscfuncs.cc (thread_wrapper): Remove unused _cygtls record.
Corinna Vinschen
2011-05-17
1
-2
/
+4
*
* dcrt0.cc (child_info_fork::alloc_stack_hard_way): Check if the
Corinna Vinschen
2011-05-16
1
-0
/
+29
*
* fcntl.cc (fcntl64): Call pthread_testcancel.
Corinna Vinschen
2011-04-30
1
-0
/
+2
*
* mmap.cc (mmap64): Add a cheat to let a certain autoconf test succeed
Corinna Vinschen
2011-03-25
1
-0
/
+44
*
* mmap.cc (mmap_record::alloc_fh): Initialize nmae strings in fdev to
Corinna Vinschen
2011-03-18
1
-1
/
+2
*
* mmap.cc (class mmap_record): Pack 4 byte-aligned. Convert member dev
Corinna Vinschen
2011-03-18
1
-5
/
+9
*
* mmap.cc (mmap_record::page_map): Define as variable array rather than
Corinna Vinschen
2011-03-18
1
-26
/
+15
*
* fhandler.h (class fhandler_base): Change inheritance of fstat_helper
Corinna Vinschen
2010-09-13
1
-2
/
+2
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-12
/
+13
*
* mmap.cc (mmap64): Allocate fh_disk_file on cygheap. Delete
Corinna Vinschen
2009-08-21
1
-2
/
+6
*
* dtable.cc (build_fh_dev): Take additional bool parameter indicating
Corinna Vinschen
2009-08-20
1
-1
/
+1
*
Throughout avoid having to initialize constant UNICODE_STRINGs.
Corinna Vinschen
2009-07-14
1
-7
/
+2
*
* mmap.cc: Use NtUnmapViewOfSection instead of UnmapViewOfFile
Corinna Vinschen
2009-06-06
1
-5
/
+5
*
* mmap.cc (mmap64): Fix condition checking if anonymous mapping beyond
Corinna Vinschen
2009-01-17
1
-1
/
+3
*
* mmap.cc (MapView): Add NT status to debug output.
Corinna Vinschen
2008-11-21
1
-2
/
+3
*
* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.
Christopher Faylor
2008-09-11
1
-1
/
+1
*
Add case-sensitivity.
Corinna Vinschen
2008-07-16
1
-1
/
+1
*
* Makefile.in (DLL_OFILES): Add kernel32.o.
Corinna Vinschen
2008-04-21
1
-1
/
+1
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-3
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
Perform whitespace cleanup throughout.
Christopher Faylor
2008-02-15
1
-3
/
+3
*
Drop old SetResourceLock stuff in favor of mutos.
Corinna Vinschen
2007-11-27
1
-51
/
+47
*
* mmap.cc: Convert usage of dynamically growing cmalloced arrays to
Corinna Vinschen
2007-11-27
1
-200
/
+158
*
* mmap.cc (fh_disk_file): Delete as global static variable and...
Corinna Vinschen
2007-09-18
1
-9
/
+10
*
* mmap.cc: Call NtClose instead of CloseHandle throughout.
Corinna Vinschen
2007-08-13
1
-17
/
+26
*
* cygheap.h (init_cygheap::luid): Remove.
Corinna Vinschen
2007-07-19
1
-2
/
+2
*
* 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
[next]