| Commit message (Expand) | Author | Age | Files | Lines |
* | Change process_lock to lock_process throughout. Change all calls to new | Christopher Faylor | 2005-10-17 | 1 | -4/+4 |
* | * autoload.cc: Never load wsock32.dll. Load all wsock32 function | Corinna Vinschen | 2005-10-17 | 1 | -1/+1 |
* | * sigproc.h (set_signal_mask): Remove default on second parameter and make pass | Christopher Faylor | 2005-08-23 | 1 | -2/+2 |
* | Eliminate (void) cast on standalone function calls throughout. | Christopher Faylor | 2005-07-06 | 1 | -2/+2 |
* | Replace valid memory checks with new myfault class "exception handling", almost | Christopher Faylor | 2005-07-03 | 1 | -7/+4 |
* | * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o. | Corinna Vinschen | 2005-05-10 | 1 | -0/+120 |
* | white space and minor comment cleanup. | Christopher Faylor | 2005-05-02 | 1 | -2/+2 |
* | * cygwin.din (pselect): Export. | Corinna Vinschen | 2005-04-19 | 1 | -0/+28 |
* | * fhandler.h (enum conn_state): Add connect_failed state. | Corinna Vinschen | 2005-04-18 | 1 | -7/+7 |
* | * fhandler.h (fhandler_socket::secret_event): Remove. | Corinna Vinschen | 2005-03-24 | 1 | -7/+1 |
* | * fhandler.h (fhandler_socket::eid_connect): Make private. | Corinna Vinschen | 2005-03-23 | 1 | -7/+8 |
* | * Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft. | Christopher Faylor | 2005-03-22 | 1 | -0/+1 |
* | * fhandler.h (class cygthread): Forward declare. | Corinna Vinschen | 2005-03-21 | 1 | -4/+16 |
* | * select.cc (peek_pipe): Disable new pipe code until there's | Corinna Vinschen | 2005-02-22 | 1 | -0/+7 |
* | copyright | Christopher Faylor | 2005-02-20 | 1 | -1/+2 |
* | white space | Christopher Faylor | 2005-02-13 | 1 | -1/+1 |
* | Reorganize header file inclusion throughout so that cygerrno.h comes first. | Christopher Faylor | 2005-01-12 | 1 | -9/+10 |
* | * child_info.h (child_info_spawn::hexec_proc): Eliminate. | Christopher Faylor | 2004-11-26 | 1 | -3/+1 |
* | * cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since it | Christopher Faylor | 2004-10-26 | 1 | -3/+6 |
* | * select.cc (start_thread_socket): Remove attempt to delay reading of exitsock | Christopher Faylor | 2004-10-20 | 1 | -6/+5 |
* | revert erroneous checkin | Christopher Faylor | 2004-10-20 | 1 | -7/+4 |
* | * fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message. | Christopher Faylor | 2004-10-20 | 1 | -4/+7 |
* | * select.cc (start_thread_socket): Remove unused code. | Christopher Faylor | 2004-10-13 | 1 | -6/+0 |
* | * cygtls.h (exitsock): New element. | Christopher Faylor | 2004-10-11 | 1 | -56/+41 |
* | * exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess is | Christopher Faylor | 2004-09-12 | 1 | -52/+52 |
* | Christopher Faylor <cgf@timesys.com> | Christopher Faylor | 2004-09-03 | 1 | -15/+77 |
* | * select.cc (select_stuff::wait): Correctly check for w4 array bounds. | Christopher Faylor | 2004-08-10 | 1 | -1/+1 |
* | * Use new unified status_flag accessor methods from classes fhandler_*, | Corinna Vinschen | 2004-04-10 | 1 | -4/+4 |
* | * fhandler.cc (fhandler_base::write): Use bool parameter in calls to | Corinna Vinschen | 2004-04-09 | 1 | -2/+2 |
* | * 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 | -7/+7 |
* | Eliminate use of sigframe and sigthread throughout. | Christopher Faylor | 2003-11-28 | 1 | -2/+2 |
* | * devices.cc: New file. | Christopher Faylor | 2003-09-25 | 1 | -17/+17 |
* | Throughout, remove "include <errno.h>" from files which already include | Christopher Faylor | 2003-06-16 | 1 | -1/+0 |
* | * select.cc (fhandler_pipe::ready_for_read): Assure that get_guard is called | Christopher Faylor | 2003-04-23 | 1 | -4/+8 |
* | Do some minor reformatting of 'extern "C"' use throughout. | Christopher Faylor | 2003-03-09 | 1 | -2/+1 |
* | Eliminate most unneeded this-> pointers throughout. | Christopher Faylor | 2003-02-04 | 1 | -1/+1 |
* | * cygthread.h (cygthread::stack_ptr): New element. | Christopher Faylor | 2002-12-11 | 1 | -18/+28 |
* | * select.cc (peek_serial): Don't call PurgeComm() to avoid characters loss. | Christopher Faylor | 2002-11-15 | 1 | -4/+0 |
* | whitespace | Christopher Faylor | 2002-09-30 | 1 | -3/+3 |
* | More GNUify non-GNU formatted functions calls throughout. | Christopher Faylor | 2002-09-23 | 1 | -14/+14 |
* | * fhandler.cc (fhandler_base::dup): Don't set handle on failure. Caller has | Christopher Faylor | 2002-09-22 | 1 | -4/+4 |
* | (inspired by a patch from Egor Duda) | Christopher Faylor | 2002-08-31 | 1 | -34/+0 |
* | * fhandler.h (fhandler_console::send_winch_maybe): New method. | Christopher Faylor | 2002-08-19 | 1 | -9/+13 |
* | * Makefile.in (DLL_OFILES): Add cygthread.o. | Christopher Faylor | 2002-08-01 | 1 | -19/+17 |
* | * fhandler_console.cc (fhandler_console::read): Use appropriate kill_pgrp | Christopher Faylor | 2002-07-29 | 1 | -1/+1 |
* | * fhandler.h (fhandler_socket::is_unconnected): Constify. | Corinna Vinschen | 2002-07-06 | 1 | -7/+21 |
* | * fhandler.h (UNCONNECTED): New define. | Corinna Vinschen | 2002-07-05 | 1 | -20/+25 |
* | Remove unneeded sync.h, where appropriate, throughout. Remove unneeded heap.h, | Christopher Faylor | 2002-05-25 | 1 | -1/+0 |
* | bump copyright | Christopher Faylor | 2002-03-05 | 1 | -1/+1 |