| Commit message (Expand) | Author | Age | Files | Lines |
* | Regularize most strace_prints throughout so that %E is always preceded by a | Christopher Faylor | 2004-09-03 | 1 | -1/+1 |
* | * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Move | Corinna Vinschen | 2004-05-07 | 1 | -19/+13 |
* | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 2004-02-09 | 1 | -1/+1 |
* | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 2003-12-07 | 1 | -2/+2 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -12/+10 |
* | Remove left coercion throughout. | Christopher Faylor | 2003-09-07 | 1 | -3/+3 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * dir.cc: Change __off32_t to _off_t and __off64_t to _off64_t | Corinna Vinschen | 2003-04-01 | 1 | -3/+3 |
* | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 2003-02-04 | 1 | -1/+1 |
* | Throughout, change fhandler_*::read and fhandler_*::raw_read to void functions | Christopher Faylor | 2002-12-14 | 1 | -7/+13 |
* | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 2002-09-23 | 1 | -5/+5 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -7/+7 |
* | Remove fcntl.h includes throughout. | Christopher Faylor | 2002-06-05 | 1 | -1/+0 |
* | * cygwin.din (fstat64): New symbol. | Corinna Vinschen | 2002-02-25 | 1 | -6/+6 |
* | * 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 | -5/+5 |
* | Ensure that all fhandler_*::read definitions are __stdcall throughout. | Christopher Faylor | 2001-10-24 | 1 | -1/+1 |
* | * fhandler_dsp.cc (fhandler_dsp::ioctl): Return 0 for successful | Christopher Faylor | 2001-10-13 | 1 | -3/+2 |
* | Add second path_conv * argument to fstat()s throughout. | Christopher Faylor | 2001-10-05 | 1 | -11/+3 |
* | * dcrt0.cc (dll_crt0_1): Don't close hexec_proc if it is NULL. | Christopher Faylor | 2001-10-04 | 1 | -1/+1 |
* | * Makefile.in: Build wincap.o. | Corinna Vinschen | 2001-09-12 | 1 | -3/+3 |
* | * cygheap.h (init_cygheap): Move heap pointers here. | Christopher Faylor | 2001-09-07 | 1 | -31/+31 |
* | Throughout, change check for running under Windows NT to 'iswinnt'. | Christopher Faylor | 2001-08-04 | 1 | -3/+3 |
* | Throughout, reorganize header file inclusion to put security.h prior to | Christopher Faylor | 2001-07-26 | 1 | -0/+1 |
* | Remove trailing underscore from fhandler_base and friends, throughout. | Christopher Faylor | 2001-04-24 | 1 | -0/+1 |
* | * mmap.cc (fhandler_disk_file::mmap): Use `addr' correctly. | Corinna Vinschen | 2001-02-23 | 1 | -1/+1 |
* | * fhandler.h (fhandler_base): New method `fixup_mmap_after_fork'. | Corinna Vinschen | 2001-01-11 | 1 | -2/+43 |
* | * pinfo.cc (codepage_init): Move function. | Christopher Faylor | 2001-01-08 | 1 | -2/+2 |
* | Whitespace cleanup. | Christopher Faylor | 2000-10-28 | 1 | -3/+3 |
* | * autoload.cc: New file keeping all autoload stuff. | Corinna Vinschen | 2000-10-27 | 1 | -40/+0 |
* | * ntdll.h: New file. | Corinna Vinschen | 2000-10-24 | 1 | -36/+1 |
* | * fhandler_mem.cc (fhandler_dev_mem::fhandler_dev_mem): Fix debug output. | Corinna Vinschen | 2000-10-09 | 1 | -2/+2 |
* | * fhandler_mem.cc: Eliminate unused include statements. | Corinna Vinschen | 2000-10-09 | 1 | -3/+7 |
* | * fhandler.h (fhandler_dev_mem): Erase member `init_phase' and | Corinna Vinschen | 2000-10-09 | 1 | -33/+47 |
* | * fhandler.h (fhandler_dev_mem): Add methods mmap, munmap and msync. | Corinna Vinschen | 2000-10-07 | 1 | -20/+139 |
* | * fhandler.h (fhandler_dev_mem): Add method `init'. Add members | Corinna Vinschen | 2000-10-04 | 1 | -16/+124 |
* | * fhandler_mem.cc: Load ntdll functions via autoload method. | Corinna Vinschen | 2000-10-02 | 1 | -82/+53 |
* | * fhandler_mem.cc (load_ntdll_funcs): Add missing __stdcall qualifiers. | Corinna Vinschen | 2000-10-02 | 1 | -7/+9 |
* | * Makefile.in: Add fhandler_mem.o to the dependencies. | Corinna Vinschen | 2000-10-01 | 1 | -0/+260 |