Age | Commit message (Expand) | Author | Files | Lines |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -7/+7 |
2003-12-03 | Substitute 0x7fffffff and 0xffffffff by INT32_MAX and UINT32_MAX | Corinna Vinschen | 1 | -1/+1 |
2003-11-28 | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 1 | -13/+13 |
2003-11-14 | 2003-11-11 Robert Collins <rbtcollins@hotmail.com> | Robert Collins | 1 | -1/+1 |
2003-11-06 | * syscalls.cc (getshmlba): New function. | Corinna Vinschen | 1 | -7/+1 |
2003-09-26 | * mmap.cc (munmap): Use correct address and length parameters when | Corinna Vinschen | 1 | -3/+6 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -7/+8 |
2003-09-09 | * mmap.cc (mmap64): Change address types from caddr_t to void * | Corinna Vinschen | 1 | -68/+69 |
2003-09-04 | * mmap.cc: Restructure. Add, remove and rewrite comments throughout | Corinna Vinschen | 1 | -257/+288 |
2003-08-23 | * cygheap.h (enum cygheap_types): Add HEAP_MMAP. | Christopher Faylor | 1 | -9/+9 |
2003-08-15 | * mmap.cc (mmap64): Avoid crash if file size is less than requested | Corinna Vinschen | 1 | -1/+1 |
2003-07-26 | * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if there | Christopher Faylor | 1 | -3/+3 |
2003-07-21 | * mmap.cc: Use proper format specifiers for _off64_t and size_t in | Corinna Vinschen | 1 | -9/+9 |
2003-07-05 | * mmap.cc (list::match): Add parameters to return valid address and | Corinna Vinschen | 1 | -24/+42 |
2003-07-04 | * mmap.cc (fhandler_disk_file::mmap): Fix address test. | Corinna Vinschen | 1 | -1/+1 |
2003-07-03 | * mmap.cc (mmap64): Allow MAP_FIXED with pagesize granularity (4K). | Corinna Vinschen | 1 | -7/+17 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |
2003-04-01 | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 1 | -21/+21 |
2003-03-09 | whitespace cleanup | Christopher Faylor | 1 | -8/+8 |
2003-03-09 | Do some minor reformatting of 'extern "C"' use throughout. | Christopher Faylor | 1 | -10/+5 |
2003-02-25 | * mmap.cc (mmap64): Fix returned address by taking the granularity | Corinna Vinschen | 1 | -1/+1 |
2003-02-14 | * mmap.cc (mprotect): Add missing break. | Corinna Vinschen | 1 | -0/+1 |
2003-02-07 | * mmap.cc (mmap_record::alloc_map): De-inline. Add offset and length | Corinna Vinschen | 1 | -104/+104 |
2003-01-16 | * mmap.cc (fixup_mmaps_after_fork): Add ERROR_NOACCESS to the list of | Corinna Vinschen | 1 | -2/+4 |
2003-01-15 | * autoload.cc: Fix copyright date. | Corinna Vinschen | 1 | -1/+1 |
2003-01-14 | * mmap.cc (fixup_mmaps_after_fork): Copy protection to child process. | Corinna Vinschen | 1 | -7/+15 |
2003-01-14 | * mmap.cc (mmap_record::access): Change argument type to caddr_t | Corinna Vinschen | 1 | -6/+51 |
2002-10-21 | Change _function() to function() throughout. | Christopher Faylor | 1 | -5/+8 |
2002-09-24 | * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno code | Corinna Vinschen | 1 | -6/+4 |
2002-09-24 | * mmap.cc (map_map): Add debug output. | Corinna Vinschen | 1 | -1/+2 |
2002-09-23 | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 1 | -6/+6 |
2002-09-22 | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 1 | -18/+18 |
2002-06-27 | * mmap.cc (list::match): Check using pagesize aligned size. | Corinna Vinschen | 1 | -4/+6 |
2002-06-02 | Remove unneeded sigproc.h includes throughout. | Christopher Faylor | 1 | -1/+0 |
2002-05-28 | * autoload.cc (LoadFuncEx): Define via new LoadFuncEx2 macro. | Christopher Faylor | 1 | -3/+3 |
2002-05-25 | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 1 | -1/+0 |
2002-05-24 | * dtable.cc (dtable::build_fhandler_from_name): Just pass posix path along to | Christopher Faylor | 1 | -1/+1 |
2002-03-13 | * mmap.cc (mmap_record::map_map): Return -1 if VirtualProtect fails. | Corinna Vinschen | 1 | -4/+31 |
2002-03-11 | * mmap.cc (msync): Check area given by addr and len for being a | Corinna Vinschen | 1 | -4/+9 |
2002-03-11 | * fork.cc (fork_child): Call fixup_mmaps_after_fork() before | Corinna Vinschen | 1 | -1/+25 |
2002-02-25 | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 1 | -19/+29 |
2002-02-22 | * sync.h (new_muto): Just accept an argument which denotes the name of the | Christopher Faylor | 1 | -1/+1 |
2002-02-10 | * child_info.h, cygheap.h, fhandler_clipboard.cc, fhandler_dsp.cc, | Corinna Vinschen | 1 | -1/+1 |
2002-02-10 | * (child_info.h, cygheap.h, dcrt0.cc, dir.cc, fhandler.cc, fhandler.h, | Corinna Vinschen | 1 | -8/+8 |
2001-11-05 | * mmap.cc (mmap_record::find_empty): Add input parameter check. | Corinna Vinschen | 1 | -0/+2 |
2001-11-05 | Eliminate excess whitespace. | Christopher Faylor | 1 | -1/+1 |
2001-10-16 | * mmap.cc (mmap): Assign 'fh' from cygheap_fdget. Use 'fh' everywhere. | Christopher Faylor | 1 | -3/+4 |
2001-10-15 | * fhandler.cc (fhandler_base::fork_fixup): Don't protect handle. | Christopher Faylor | 1 | -5/+4 |
2001-10-13 | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 1 | -1/+1 |
2001-10-01 | Add "path.h" include throughout, where needed. Use new path_conv methods and | Christopher Faylor | 1 | -0/+1 |