Age | Commit message (Expand) | Author | Files | Lines |
2013-05-01 | Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatch | Yaakov Selkowitz | 1 | -2/+2 |
2013-04-23 | * Merge in cygwin-64bit-branch. | Corinna Vinschen | 1 | -18/+18 |
2013-01-21 | Throughout, update copyrights to reflect dates which correspond to main-branch | Christopher Faylor | 1 | -2/+2 |
2012-11-26 | * fhandler_registry.cc: Drop Mingw.org considerations. | Corinna Vinschen | 1 | -4/+0 |
2012-06-28 | * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64. | Corinna Vinschen | 1 | -0/+5 |
2012-06-17 | Add '#include "cygwait.h"' throughout, where appropriate. | Christopher Faylor | 1 | -4/+5 |
2012-05-25 | * fhandler_serial.cc (fhandler_serial::raw_read): Check for | Corinna Vinschen | 1 | -1/+1 |
2012-05-25 | * fhandler_serial.cc (fhandler_serial::raw_read): Just call ReadFile | Corinna Vinschen | 1 | -12/+9 |
2012-03-08 | * Throughout, replace usage of w32api's min with MIN from sys/param.h. | Corinna Vinschen | 1 | -1/+2 |
2012-02-26 | * environ.cc (dos_file_warning): Drop declaration. | Corinna Vinschen | 1 | -2/+1 |
2011-12-13 | * cygthread.h (cygthread::name): Very minor formatting tweak. | Christopher Faylor | 1 | -6/+0 |
2011-12-09 | Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "wait | Christopher Faylor | 1 | -2/+2 |
2011-12-04 | * sigproc.cc (cygWFMO): Don't assume that cancellable event is always | Christopher Faylor | 1 | -8/+2 |
2011-12-03 | Throughout, remove extra space after function name from debugging output. | Christopher Faylor | 1 | -1/+1 |
2011-10-15 | * cygerrno.h (__set_errno): Modify debugging output to make searching strace | Christopher Faylor | 1 | -2/+2 |
2011-07-31 | * fhandler.h (class fhandler_dev_mem): Remove dup method declaration. | Corinna Vinschen | 1 | -2/+0 |
2011-07-21 | Corinna Vinschen <corinna@vinschen.de> | Christopher Faylor | 1 | -23/+27 |
2011-07-13 | * fhandler_serial.cc (fhandler_serial::raw_read): Handle non-blocking | Corinna Vinschen | 1 | -1/+21 |
2011-05-04 | * fhandler.h (class fhandler_base): Remove uninterruptible_io status | Corinna Vinschen | 1 | -2/+0 |
2011-05-02 | * fhandler_serial.cc (fhandler_serial::raw_read): Add restartability | Corinna Vinschen | 1 | -7/+40 |
2009-07-24 | * sigproc.h (wait_for_sigthread): Eliminate parameter. | Christopher Faylor | 1 | -2/+2 |
2009-07-03 | * dcrt0.cc (jit_debug): New global. | Christopher Faylor | 1 | -2/+2 |
2009-01-03 | Remove unneeded header files from source files throughout. Update copyrights | Christopher Faylor | 1 | -2/+1 |
2008-04-07 | Remove unneeded header files from source files throughout. | Christopher Faylor | 1 | -2/+0 |
2007-02-23 | * exceptions.cc (dummy_ctrl_c_handler): Remove. | Corinna Vinschen | 1 | -18/+2 |
2007-02-05 | * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support for | Corinna Vinschen | 1 | -0/+72 |
2006-08-17 | * fhandler_serial.cc (raw_read): Evaluate minchars taking the | Corinna Vinschen | 1 | -14/+8 |
2005-11-14 | * cygheap.h (init_cygheap::manage_console_count): Declare new function. | Christopher Faylor | 1 | -2/+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-09-09 | * fhandler_serial.cc (fhandler_serial::tcgetattr): Just zero c_cflag here | Christopher Faylor | 1 | -12/+13 |
2005-09-09 | * fhandler_serial.cc (fhandler_serial::ioctl): Always return 0 for window size. | Christopher Faylor | 1 | -0/+4 |
2005-08-12 | white space | Christopher Faylor | 1 | -26/+26 |
2005-08-11 | * fhandler_serial.cc (fhandler_serial::tcgetattr): Return current baud rate | Christopher Faylor | 1 | -21/+16 |
2005-08-02 | * include/sys/termios.h: Define TIOCMBIS and TIOCMBIC. | Corinna Vinschen | 1 | -37/+60 |
2005-07-06 | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 1 | -5/+5 |
2005-07-05 | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 1 | -7/+1 |
2005-03-27 | * wininfo.h (wininfo::timer_active): Delete. | Christopher Faylor | 1 | -1/+1 |
2005-01-13 | * fhandler_serial.cc (fhandler_serial::dup): Call overlapped_setup | Corinna Vinschen | 1 | -1/+1 |
2004-05-28 | * path.cc (chdir): Always use the normalized_path as posix_cwd, except if it | Christopher Faylor | 1 | -1/+1 |
2004-04-10 | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 1 | -7/+7 |
2004-03-09 | * fhandler_serial.cc (fhandler_serial::ioctl): Implement TIOCSBRK and TIOCCBRK. | Christopher Faylor | 1 | -0/+14 |
2004-02-09 | * debug.h (console_printf): Define for non-debugging condition. | Christopher Faylor | 1 | -1/+1 |
2004-02-02 | * fhandler.h (*::fixup_after_exec): Eliminate unused handle argument. | Christopher Faylor | 1 | -1/+1 |
2004-01-23 | * fhandler_serial.cc (fhandler_serial::raw_write): Prevent a deadlock when the | Christopher Faylor | 1 | -4/+9 |
2003-12-11 | * fhandler_serial.cc (fhandler_serial::tcflush): Simplify. Remove | Corinna Vinschen | 1 | -14/+23 |
2003-12-07 | Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate, | Christopher Faylor | 1 | -7/+6 |
2003-09-25 | * devices.cc: New file. | Christopher Faylor | 1 | -5/+6 |
2003-06-16 | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 1 | -1/+0 |