aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/fhandler_fifo.cc
AgeCommit message (Expand)AuthorFilesLines
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