| Commit message (Expand) | Author | Age | Files | Lines |
* | * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list of | Corinna Vinschen | 2003-01-16 | 1 | -2/+4 |
* | * autoload.cc: Fix copyright date. | Corinna Vinschen | 2003-01-15 | 1 | -1/+1 |
* | * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process. | Corinna Vinschen | 2003-01-14 | 1 | -7/+15 |
* | * mmap.cc (mmap_record::access): Change argument type to caddr_t | Corinna Vinschen | 2003-01-14 | 1 | -6/+51 |
* | Change _function() to function() throughout. | Christopher Faylor | 2002-10-21 | 1 | -5/+8 |
* | * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno code | Corinna Vinschen | 2002-09-24 | 1 | -6/+4 |
* | * mmap.cc (map_map): Add debug output. | Corinna Vinschen | 2002-09-24 | 1 | -1/+2 |
* | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 2002-09-23 | 1 | -6/+6 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -18/+18 |
* | * mmap.cc (list::match): Check using pagesize aligned size. | Corinna Vinschen | 2002-06-27 | 1 | -4/+6 |
* | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 2002-06-02 | 1 | -1/+0 |
* | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 2002-05-28 | 1 | -3/+3 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to | Christopher Faylor | 2002-05-24 | 1 | -1/+1 |
* | * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails. | Corinna Vinschen | 2002-03-13 | 1 | -4/+31 |
* | * mmap.cc (msync): Check area given by addr and len for being a | Corinna Vinschen | 2002-03-11 | 1 | -4/+9 |
* | * fork.cc (fork_child): Call fixup_mmaps_after_fork() before | Corinna Vinschen | 2002-03-11 | 1 | -1/+25 |
* | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 2002-02-25 | 1 | -19/+29 |
* | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 2002-02-22 | 1 | -1/+1 |
* | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 2002-02-10 | 1 | -1/+1 |
* | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 2002-02-10 | 1 | -8/+8 |
* | * mmap.cc (mmap_record::find_empty): Add input parameter check. | Corinna Vinschen | 2001-11-05 | 1 | -0/+2 |
* | Eliminate excess whitespace. | Christopher Faylor | 2001-11-05 | 1 | -1/+1 |
* | * mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere. | Christopher Faylor | 2001-10-16 | 1 | -3/+4 |
* | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 2001-10-15 | 1 | -5/+4 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -1/+1 |
* | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 2001-10-01 | 1 | -0/+1 |
* | * mmap.cc (mmap): Move setting the access after evaluating fd. | Corinna Vinschen | 2001-09-27 | 1 | -24/+17 |
* | * mmap.cc (mmap): Don't reuse anonymous memory in MAP_FIXED case. | Corinna Vinschen | 2001-09-18 | 1 | -1/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -8/+9 |
* | Update copyrights. | Christopher Faylor | 2001-09-11 | 1 | -1/+1 |
* | * child_info.h: Modify magic number. | Christopher Faylor | 2001-09-03 | 1 | -47/+47 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -8/+8 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -1/+1 |
* | * mmap.cc (fhandler_disk_file::mmap): Try to open file mappings | Corinna Vinschen | 2001-07-10 | 1 | -7/+27 |
* | * mmap.cc: Clean up *ResourceLock calls throughout. | Christopher Faylor | 2001-06-26 | 1 | -15/+15 |
* | * 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 |