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