summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
...
* * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen2002-02-101-1/+1
* * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen2002-02-101-8/+8
* * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen2001-11-051-0/+2
* Eliminate excess whitespace.Christopher Faylor2001-11-051-1/+1
* * mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere.Christopher Faylor2001-10-161-3/+4
* * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor2001-10-151-5/+4
* * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor2001-10-131-1/+1
* Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor2001-10-011-0/+1
* * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen2001-09-271-24/+17
* * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.Corinna Vinschen2001-09-181-1/+1
* * Makefile.in: Build wincap.o.Corinna Vinschen2001-09-121-8/+9
* Update copyrights.Christopher Faylor2001-09-111-1/+1
* * child_info.h: Modify magic number.Christopher Faylor2001-09-031-47/+47
* Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor2001-08-041-8/+8
* Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor2001-07-261-1/+1
* * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen2001-07-101-7/+27
* * mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor2001-06-261-15/+15
* * mmap.cc (mmap): Drop usage of the same memory area if the sameCorinna Vinschen2001-04-191-3/+3
* Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor2001-04-181-7/+7
* * mmap.cc: Move fh_paging_file from some functions to beCorinna Vinschen2001-04-161-40/+57
* * mmap.cc (mmap): Fix conditional for previous patch.Corinna Vinschen2001-03-271-1/+1
* * mmap.cc (mmap): Outflank copy-on-write problem on 9x byCorinna Vinschen2001-03-261-1/+4
* * mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' whenCorinna Vinschen2001-03-191-1/+1
* * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen2001-02-231-2/+2
* * mmap.cc (mmap): Check for reusing a mapping only on MAP_SHAREDCorinna Vinschen2001-02-081-2/+3
* * mmap.cc (class list): Add member `hash'.Corinna Vinschen2001-02-081-8/+16
* * mmap.cc (mmap_record::fixup_map): New method to duplicateCorinna Vinschen2001-02-051-45/+73
* * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen2001-01-291-12/+2
* * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen2001-01-291-1/+1
* * mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping withCorinna Vinschen2001-01-241-2/+7
* * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen2001-01-161-1/+1
* * mmap.cc (mmap): Add more parameter checking. Change error outputCorinna Vinschen2001-01-151-27/+42
* * mmap.cc: include <unistd.h>. Define some bit operations forCorinna Vinschen2001-01-151-33/+247
* * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen2001-01-111-15/+42
* * mmap.cc (munmap): Check that mmap and munmap length match.Christopher Faylor2000-11-281-3/+2
* Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor2000-11-151-39/+21
* * Makefile.in: Remove some obsolete stuff.Christopher Faylor2000-10-161-1/+0
* * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync.Corinna Vinschen2000-10-071-3/+11
* =====================================Corinna Vinschen2000-10-051-64/+195
* Break out more header info into separate files. Use appropriate header filesChristopher Faylor2000-09-081-0/+1
* * Makefile.in: Add cygheap.o.Christopher Faylor2000-09-031-5/+5
* * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h filesChristopher Faylor2000-08-221-1/+5
* * cygerrno.h: New file. Use this throughout whenever errno manipulation isChristopher Faylor2000-08-221-0/+1
* * winsup.h: Split out dtable definitions into separate header file.Christopher Faylor2000-08-121-1/+2
* Rename hinfo -> dtable. Name the former dtable array 'fdtab'.Christopher Faylor2000-08-121-2/+2
* * winsup.h: take out protections of environ, errno, allow C useDJ Delorie2000-08-021-1/+1
* * include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor2000-07-291-1/+1
* * mmap.cc (list::erase): Increment loop counter.DJ Delorie2000-05-111-2/+2
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+474