summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/select.cc
Commit message (Expand)AuthorAgeFilesLines
* Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor2005-10-171-4/+4
* * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen2005-10-171-1/+1
* * sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor2005-08-231-2/+2
* Eliminate (void) cast on standalone function calls throughout.Christopher Faylor2005-07-061-2/+2
* Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor2005-07-031-7/+4
* * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen2005-05-101-0/+120
* white space and minor comment cleanup.Christopher Faylor2005-05-021-2/+2
* * cygwin.din (pselect): Export.Corinna Vinschen2005-04-191-0/+28
* * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen2005-04-181-7/+7
* * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen2005-03-241-7/+1
* * fhandler.h (fhandler_socket::eid_connect): Make private.Corinna Vinschen2005-03-231-7/+8
* * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor2005-03-221-0/+1
* * fhandler.h (class cygthread): Forward declare.Corinna Vinschen2005-03-211-4/+16
* * select.cc (peek_pipe): Disable new pipe code until there'sCorinna Vinschen2005-02-221-0/+7
* copyrightChristopher Faylor2005-02-201-1/+2
* white spaceChristopher Faylor2005-02-131-1/+1
* Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor2005-01-121-9/+10
* * child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor2004-11-261-3/+1
* * cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since itChristopher Faylor2004-10-261-3/+6
* * select.cc (start_thread_socket): Remove attempt to delay reading of exitsockChristopher Faylor2004-10-201-6/+5
* revert erroneous checkinChristopher Faylor2004-10-201-7/+4
* * fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message.Christopher Faylor2004-10-201-4/+7
* * select.cc (start_thread_socket): Remove unused code.Christopher Faylor2004-10-131-6/+0
* * cygtls.h (exitsock): New element.Christopher Faylor2004-10-111-56/+41
* * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor2004-09-121-52/+52
* Christopher Faylor <cgf@timesys.com>Christopher Faylor2004-09-031-15/+77
* * select.cc (select_stuff::wait): Correctly check for w4 array bounds.Christopher Faylor2004-08-101-1/+1
* * Use new unified status_flag accessor methods from classes fhandler_*,Corinna Vinschen2004-04-101-4/+4
* * fhandler.cc (fhandler_base::write): Use bool parameter in calls toCorinna Vinschen2004-04-091-2/+2
* * 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-7/+7
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-2/+2
* * devices.cc: New file.Christopher Faylor2003-09-251-17/+17
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-1/+0
* * select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is calledChristopher Faylor2003-04-231-4/+8
* Do some minor reformatting of 'extern "C"' use throughout.Christopher Faylor2003-03-091-2/+1
* Eliminate most unneeded this-> pointers throughout.Christopher Faylor2003-02-041-1/+1
* * cygthread.h (cygthread::stack_ptr): New element.Christopher Faylor2002-12-111-18/+28
* * select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss.Christopher Faylor2002-11-151-4/+0
* whitespaceChristopher Faylor2002-09-301-3/+3
* More GNUify non-GNU formatted functions calls throughout.Christopher Faylor2002-09-231-14/+14
* * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller hasChristopher Faylor2002-09-221-4/+4
* (inspired by a patch from Egor Duda)Christopher Faylor2002-08-311-34/+0
* * fhandler.h (fhandler_console::send_winch_maybe): New method.Christopher Faylor2002-08-191-9/+13
* * Makefile.in (DLL_OFILES): Add cygthread.o.Christopher Faylor2002-08-011-19/+17
* * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrpChristopher Faylor2002-07-291-1/+1
* * fhandler.h (fhandler_socket::is_unconnected): Constify.Corinna Vinschen2002-07-061-7/+21
* * fhandler.h (UNCONNECTED): New define.Corinna Vinschen2002-07-051-20/+25
* Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h,Christopher Faylor2002-05-251-1/+0
* bump copyrightChristopher Faylor2002-03-051-1/+1