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 (mmap): Drop usage of the same memory area if the same
Corinna Vinschen
2001-04-19
1
-3
/
+3
*
Throughout, change fdtab references to cygheap->fdtab.
Christopher Faylor
2001-04-18
1
-7
/
+7
*
* mmap.cc: Move fh_paging_file from some functions to be
Corinna Vinschen
2001-04-16
1
-40
/
+57
*
* mmap.cc (mmap): Fix conditional for previous patch.
Corinna Vinschen
2001-03-27
1
-1
/
+1
*
* mmap.cc (mmap): Outflank copy-on-write problem on 9x by
Corinna Vinschen
2001-03-26
1
-1
/
+4
*
* mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' when
Corinna Vinschen
2001-03-19
1
-1
/
+1
*
* mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.
Corinna Vinschen
2001-02-23
1
-2
/
+2
*
* mmap.cc (mmap): Check for reusing a mapping only on MAP_SHARED
Corinna Vinschen
2001-02-08
1
-2
/
+3
*
* mmap.cc (class list): Add member `hash'.
Corinna Vinschen
2001-02-08
1
-8
/
+16
*
* mmap.cc (mmap_record::fixup_map): New method to duplicate
Corinna Vinschen
2001-02-05
1
-45
/
+73
*
* mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON as
Corinna Vinschen
2001-01-29
1
-12
/
+2
*
* mmap.cc (mmap_record::find_empty): Fix loop condition.
Corinna Vinschen
2001-01-29
1
-1
/
+1
*
* mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping with
Corinna Vinschen
2001-01-24
1
-2
/
+7
*
* mmap.cc (mmap): Initialize fh to avoid compiler warnings.
Corinna Vinschen
2001-01-16
1
-1
/
+1
*
* mmap.cc (mmap): Add more parameter checking. Change error output
Corinna Vinschen
2001-01-15
1
-27
/
+42
*
* mmap.cc: include <unistd.h>. Define some bit operations for
Corinna Vinschen
2001-01-15
1
-33
/
+247
*
* fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.
Corinna Vinschen
2001-01-11
1
-15
/
+42
*
* mmap.cc (munmap): Check that mmap and munmap length match.
Christopher Faylor
2000-11-28
1
-3
/
+2
*
Throughout use myself->ppid_handle rather than parent_alive.
Christopher Faylor
2000-11-15
1
-39
/
+21
*
* Makefile.in: Remove some obsolete stuff.
Christopher Faylor
2000-10-16
1
-1
/
+0
*
* fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.
Corinna Vinschen
2000-10-07
1
-3
/
+11
*
=====================================
Corinna Vinschen
2000-10-05
1
-64
/
+195
*
Break out more header info into separate files. Use appropriate header files
Christopher Faylor
2000-09-08
1
-0
/
+1
*
* Makefile.in: Add cygheap.o.
Christopher Faylor
2000-09-03
1
-5
/
+5
*
* winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files
Christopher Faylor
2000-08-22
1
-1
/
+5
*
* cygerrno.h: New file. Use this throughout whenever errno manipulation is
Christopher Faylor
2000-08-22
1
-0
/
+1
*
* winsup.h: Split out dtable definitions into separate header file.
Christopher Faylor
2000-08-12
1
-1
/
+2
*
Rename hinfo -> dtable. Name the former dtable array 'fdtab'.
Christopher Faylor
2000-08-12
1
-2
/
+2
*
* winsup.h: take out protections of environ, errno, allow C use
DJ Delorie
2000-08-02
1
-1
/
+1
*
* include/cygwin/version.h: Bump DLL minor version number to 5 due to all of
Christopher Faylor
2000-07-29
1
-1
/
+1
*
* mmap.cc (list::erase): Increment loop counter.
DJ Delorie
2000-05-11
1
-2
/
+2
*
import winsup-2000-02-17 snapshot
Christopher Faylor
2000-02-17
1
-0
/
+474