aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_fifo.cc
AgeCommit message (Expand)AuthorFilesLines
2009-03-27 * fhandler.h (class fhandler_fifo): Rename read/write methods toCorinna Vinschen1-2/+2
2008-11-26Remove unneeded whitespace.Christopher Faylor1-4/+22
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor1-6/+11
2008-08-20* fhandler.cc (fhandler_base::wait_overlapped): Always assume that bytes willChristopher Faylor1-1/+2
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor1-6/+0
2008-04-07Add miscfuncs.h to files as needed throughout.Christopher Faylor1-0/+1
2008-04-01 * Fix copyright dates.Corinna Vinschen1-1/+1
2008-03-31 * smallprint.cc (__small_vswprintf): Fix uninitialized usage of `w'.Corinna Vinschen1-3/+3
2007-12-04 * fhandler_fifo.cc (fhandler_fifo::open): Use MAX_NAME for pipe nameCorinna Vinschen1-11/+4
2007-07-29* cygtls.h (_cygtls::inside_kernel): Move function declaration into _cygtlsChristopher Faylor1-1/+1
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor1-182/+102
2007-03-29 * cygheap.cc (cygheap_init): Fix formatting. Remove comment. SetCorinna Vinschen1-1/+2
2007-02-27 * fhandler.cc(fhandler_base::open): Open with READ_CONTROL only inCorinna Vinschen1-1/+17
2007-02-23 * fhandler.h (class fhandler_pipe): Remove members writepipe_exists,Corinna Vinschen1-3/+0
2006-07-17GCC 4.1 fixes.Christopher Faylor1-1/+2
2006-06-23* fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab aChristopher Faylor1-1/+44
2005-09-28Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor1-1/+1
2005-09-28 Revert erroneous checkin.Corinna Vinschen1-3/+3
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen1-3/+3
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor1-1/+2
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor1-4/+5
2005-05-19* external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor1-1/+1
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor1-18/+23
2005-04-17Actually check in files.Christopher Faylor1-3/+3
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor1-5/+8
2004-06-07* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor1-47/+58
2004-04-10 * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen1-1/+1
2004-03-21* cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor1-35/+6
2004-02-09* debug.h (console_printf): Define for non-debugging condition.Christopher Faylor1-1/+1
2003-12-07Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor1-1/+1
2003-09-20* syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor1-0/+207