summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/mmap.cc
Commit message (Expand)AuthorAgeFilesLines
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-7/+7
* Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAXCorinna Vinschen2003-12-031-1/+1
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-13/+13
* 2003-11-11 Robert Collins <rbtcollins@hotmail.com>Robert Collins2003-11-141-1/+1
* * syscalls.cc (getshmlba): New function.Corinna Vinschen2003-11-061-7/+1
* * mmap.cc (munmap): Use correct address and length parameters whenCorinna Vinschen2003-09-261-3/+6
* * devices.cc: New file.Christopher Faylor2003-09-251-7/+8
* * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen2003-09-091-68/+69
* * mmap.cc: Restructure. Add, remove and rewrite comments throughoutCorinna Vinschen2003-09-041-257/+288
* * cygheap.h (enum cygheap_types): Add HEAP_MMAP.Christopher Faylor2003-08-231-9/+9
* * mmap.cc (mmap64): Avoid crash if file size is less than requestedCorinna Vinschen2003-08-151-1/+1
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-3/+3
* * mmap.cc: Use proper format specifiers for _off64_t and size_t inCorinna Vinschen2003-07-211-9/+9
* * mmap.cc (list::match): Add parameters to return valid address andCorinna Vinschen2003-07-051-24/+42
* * mmap.cc (fhandler_disk_file::mmap): Fix address test.Corinna Vinschen2003-07-041-1/+1
* * mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K).Corinna Vinschen2003-07-031-7/+17
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_tCorinna Vinschen2003-04-011-21/+21
* whitespace cleanupChristopher Faylor2003-03-091-8/+8
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-10/+5
* * mmap.cc (mmap64): Fix returned address by taking the granularityCorinna Vinschen2003-02-251-1/+1
* * 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