summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_fifo.cc
Commit message (Expand)AuthorAgeFilesLines
* GCC 4.1 fixes.Christopher Faylor2006-07-171-1/+2
* * fhandler_fifo.cc (fhandler_fifo::open): Release process lock and grab aChristopher Faylor2006-06-231-1/+44
* Change name from commune_recv to commune_process throughout. Change name fromChristopher Faylor2005-09-281-1/+1
* Revert erroneous checkin.Corinna Vinschen2005-09-281-3/+3
* * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen2005-09-281-3/+3
* Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor2005-07-051-1/+2
* * cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor2005-06-071-4/+5
* * external.cc: Move pids declaration to file scope and use less enthusiasticChristopher Faylor2005-05-191-1/+1
* * fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor2005-04-221-18/+23
* Actually check in files.Christopher Faylor2005-04-171-3/+3
* * fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor2005-04-161-5/+8
* * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor2004-06-071-47/+58
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-1/+1
* * cygheap.cc (init_cheap): Add ability to specify minimal cygwin heap size whenChristopher Faylor2004-03-211-35/+6
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* Change use of BOOL, TRUE, FALSE to bool, true, false, as appropriate,Christopher Faylor2003-12-071-1/+1
* * syscalls.cc (system): Strip signal considerations from here so that they areChristopher Faylor2003-09-201-0/+207