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