aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/mmap.cc
AgeCommit message (Expand)AuthorFilesLines
2002-09-24 * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen1-6/+4
2002-09-24 * mmap.cc (map_map): Add debug output.Corinna Vinschen1-1/+2
2002-09-23More GNUify non-GNU formatted functions calls throughout.Christopher Faylor1-6/+6
2002-09-22* fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor1-18/+18
2002-06-27 * mmap.cc (list::match): Check using pagesize aligned size.Corinna Vinschen1-4/+6
2002-06-02Remove unneeded sigproc.h includes throughout.Christopher Faylor1-1/+0
2002-05-28* autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor1-3/+3
2002-05-25Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor1-1/+0
2002-05-24* dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor1-1/+1
2002-03-13 * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails.Corinna Vinschen1-4/+31
2002-03-11 * mmap.cc (msync): Check area given by addr and len for being aCorinna Vinschen1-4/+9
2002-03-11 * fork.cc (fork_child): Call fixup_mmaps_after_fork() beforeCorinna Vinschen1-1/+25
2002-02-25 * cygwin.din (fstat64): New symbol.Corinna Vinschen1-19/+29
2002-02-22* sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor1-1/+1
2002-02-10 * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc,Corinna Vinschen1-1/+1
2002-02-10 * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h,Corinna Vinschen1-8/+8
2001-11-05 * mmap.cc (mmap_record::find_empty): Add input parameter check.Corinna Vinschen1-0/+2
2001-11-05Eliminate excess whitespace.Christopher Faylor1-1/+1
2001-10-16* mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere.Christopher Faylor1-3/+4
2001-10-15* fhandler.cc (fhandler_base::fork_fixup): Don't protect handle.Christopher Faylor1-5/+4
2001-10-13* fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successfulChristopher Faylor1-1/+1
2001-10-01Add "path.h" include throughout, where needed. Use new path_conv methods andChristopher Faylor1-0/+1
2001-09-27 * mmap.cc (mmap): Move setting the access after evaluating fd.Corinna Vinschen1-24/+17
2001-09-18 * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case.Corinna Vinschen1-1/+1
2001-09-12 * Makefile.in: Build wincap.o.Corinna Vinschen1-8/+9
2001-09-11Update copyrights.Christopher Faylor1-1/+1
2001-09-03* child_info.h: Modify magic number.Christopher Faylor1-47/+47
2001-08-04Throughout, change check for running under Windows NT to 'iswinnt'.Christopher Faylor1-8/+8
2001-07-26Throughout, reorganize header file inclusion to put security.h prior toChristopher Faylor1-1/+1
2001-07-10 * mmap.cc (fhandler_disk_file::mmap): Try to open file mappingsCorinna Vinschen1-7/+27
2001-06-26* mmap.cc: Clean up *ResourceLock calls throughout.Christopher Faylor1-15/+15
2001-04-19 * mmap.cc (mmap): Drop usage of the same memory area if the sameCorinna Vinschen1-3/+3
2001-04-18Throughout, change fdtab references to cygheap->fdtab.Christopher Faylor1-7/+7
2001-04-16 * mmap.cc: Move fh_paging_file from some functions to beCorinna Vinschen1-40/+57
2001-03-27 * mmap.cc (mmap): Fix conditional for previous patch.Corinna Vinschen1-1/+1
2001-03-26 * mmap.cc (mmap): Outflank copy-on-write problem on 9x byCorinna Vinschen1-1/+4
2001-03-19 * mmap.cc (map::get_list_by_fd): Avoid calling `get_namehash' whenCorinna Vinschen1-1/+1
2001-02-23 * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly.Corinna Vinschen1-2/+2
2001-02-08 * mmap.cc (mmap): Check for reusing a mapping only on MAP_SHAREDCorinna Vinschen1-2/+3
2001-02-08 * mmap.cc (class list): Add member `hash'.Corinna Vinschen1-8/+16
2001-02-05 * mmap.cc (mmap_record::fixup_map): New method to duplicateCorinna Vinschen1-45/+73
2001-01-29 * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen1-12/+2
2001-01-29 * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen1-1/+1
2001-01-24 * mmap.cc (fhandler_disk_file::mmap): Call CreateFileMapping withCorinna Vinschen1-2/+7
2001-01-16 * mmap.cc (mmap): Initialize fh to avoid compiler warnings.Corinna Vinschen1-1/+1
2001-01-15 * mmap.cc (mmap): Add more parameter checking. Change error outputCorinna Vinschen1-27/+42
2001-01-15 * mmap.cc: include <unistd.h>. Define some bit operations forCorinna Vinschen1-33/+247
2001-01-11 * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'.Corinna Vinschen1-15/+42
2000-11-28* mmap.cc (munmap): Check that mmap and munmap length match.Christopher Faylor1-3/+2
2000-11-15Throughout use myself->ppid_handle rather than parent_alive.Christopher Faylor1-39/+21