summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
* * mmap.cc (mprotect): Add missing break.Corinna Vinschen2003-02-141-0/+1
* * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and lengthCorinna Vinschen2003-02-071-104/+104
* * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list ofCorinna Vinschen2003-01-161-2/+4
* * autoload.cc: Fix copyright date.Corinna Vinschen2003-01-151-1/+1
* * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process.Corinna Vinschen2003-01-141-7/+15
* * mmap.cc (mmap_record::access): Change argument type to caddr_tCorinna Vinschen2003-01-141-6/+51
* Change _function() to function() throughout.Christopher Faylor2002-10-211-5/+8
* * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno codeCorinna Vinschen2002-09-241-6/+4
* * mmap.cc (map_map): Add debug output.Corinna Vinschen2002-09-241-1/+2
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-6/+6
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-18/+18
* * mmap.cc (list::match): Check using pagesize aligned size.Corinna Vinschen2002-06-271-4/+6
* Remove unneeded sigproc.h includes throughout.Christopher Faylor2002-06-021-1/+0
* * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro.Christopher Faylor2002-05-281-3/+3
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along toChristopher Faylor2002-05-241-1/+1
* * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails.Corinna Vinschen2002-03-131-4/+31
* * mmap.cc (msync): Check area given by addr and len for being aCorinna Vinschen2002-03-111-4/+9
* * fork.cc (fork_child): Call fixup_mmaps_after_fork() beforeCorinna Vinschen2002-03-111-1/+25
* * cygwin.din (fstat64): New symbol.Corinna Vinschen2002-02-251-19/+29
* * sync.h (new_muto): Just accept an argument which denotes the name of theChristopher Faylor2002-02-221-1/+1
* * 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