Age | Commit message (Expand) | Author | Files | Lines |
2009-03-27 | * fhandler.h (class fhandler_fifo): Rename read/write methods to | Corinna Vinschen | 1 | -2/+2 |
2008-11-26 | Remove unneeded whitespace. | Christopher Faylor | 1 | -4/+22 |
2008-09-11 | * cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error. | Christopher Faylor | 1 | -6/+11 |
2008-08-20 | * fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes will | Christopher Faylor | 1 | -1/+2 |
2008-04-07 | Remove unneeded header files from source files throughout. | Christopher Faylor | 1 | -6/+0 |
2008-04-07 | Add miscfuncs.h to files as needed throughout. | Christopher Faylor | 1 | -0/+1 |
2008-04-01 | * Fix copyright dates. | Corinna Vinschen | 1 | -1/+1 |
2008-03-31 | * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'. | Corinna Vinschen | 1 | -3/+3 |
2007-12-04 | * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe name | Corinna Vinschen | 1 | -11/+4 |
2007-07-29 | * cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtls | Christopher Faylor | 1 | -1/+1 |
2007-07-07 | Preliminary change to make fifos/pipes interruptible and fifos reliable. | Christopher Faylor | 1 | -182/+102 |
2007-03-29 | * cygheap.cc (cygheap_init): Fix formatting. Remove comment. Set | Corinna Vinschen | 1 | -1/+2 |
2007-02-27 | * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only in | Corinna Vinschen | 1 | -1/+17 |
2007-02-23 | * fhandler.h (class fhandler_pipe): Remove members writepipe_exists, | Corinna Vinschen | 1 | -3/+0 |
2006-07-17 | GCC 4.1 fixes. | Christopher Faylor | 1 | -1/+2 |
2006-06-23 | * fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab a | Christopher Faylor | 1 | -1/+44 |
2005-09-28 | Change name from commune_recv to commune_process throughout. Change name from | Christopher Faylor | 1 | -1/+1 |
2005-09-28 | Revert erroneous checkin. | Corinna Vinschen | 1 | -3/+3 |
2005-09-28 | * fhandler.h (class fhandler_dev_raw): Delete current_position and | Corinna Vinschen | 1 | -3/+3 |
2005-07-05 | Change foo (void) to foo () for all c++ functions throughout. Remove all | Christopher Faylor | 1 | -1/+2 |
2005-06-07 | * cygthread.cc (cygthread::detach): Make error message a little more detailed. | Christopher Faylor | 1 | -4/+5 |
2005-05-19 | * external.cc: Move pids declaration to file scope and use less enthusiastic | Christopher Faylor | 1 | -1/+1 |
2005-04-22 | * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks. | Christopher Faylor | 1 | -18/+23 |
2005-04-17 | Actually check in files. | Christopher Faylor | 1 | -3/+3 |
2005-04-16 | * fhandler.cc (fhandler::dup): Duplicate flags, too. | Christopher Faylor | 1 | -5/+8 |
2004-06-07 | * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy). | Christopher Faylor | 1 | -47/+58 |
2004-04-10 | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 1 | -1/+1 |
2004-03-21 | * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size when | Christopher Faylor | 1 | -35/+6 |
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 | -1/+1 |
2003-09-20 | * syscalls.cc (system): Strip signal considerations from here so that they are | Christopher Faylor | 1 | -0/+207 |