Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-02-27* dtable.cc (dtable::select_read): Add ability to override fh.Christopher Faylor
2009-01-22* select.cc (peek_serial): Add hack to allow proper operation with com0comChristopher Faylor
2008-09-11* localtime.cc (increment_overflow): Mark as non-inline to prevent compilerChristopher Faylor
2008-09-11* cygheap.cc (creturn): Reorganize to avoid a new compiler warning/error.Christopher Faylor
2008-07-30* cygwin.din (_getutline): Remove.Christopher Faylor
2008-07-11 * select.cc (peek_pipe): Temporarily revert patch from 2008-05-30.Corinna Vinschen
2008-05-30* select.cc (peek_pipe): Semi-reinstate pipe NT-special write detection.Christopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2008-04-01 * Fix copyright dates.Corinna Vinschen
2008-02-15Perform whitespace cleanup throughout.Christopher Faylor
2007-07-07update copyrightChristopher Faylor
2007-07-07Preliminary change to make fifos/pipes interruptible and fifos reliable.Christopher Faylor
2007-02-20Remove extraneous whitespace.Christopher Faylor
2006-10-11 * select.cc (struct socketinf): Convert ser_num and w4 to dynamicallyCorinna Vinschen
2006-07-28 * fhandler.h (struct wsa_event): Define here.Corinna Vinschen
2006-07-27 * fhandler_socket.cc: Revert misguided attempt to handle FD_CLOSE errorCorinna Vinschen
2006-07-27 * fhandler.h (class fhandler_socket): Remove prot_info_ptr.Corinna Vinschen
2006-07-252006-07-25 Corinna Vinschen <corinna@vinschen.de>Corinna Vinschen
2006-07-25update copyrightChristopher Faylor
2006-06-05* ioctl.cc (ioctl): Accommodate change in reported pty master device number.Christopher Faylor
2006-05-24* select.cc (start_thread_socket): Delay setting thread local exitsock until weChristopher Faylor
2006-05-24* select.cc (start_thread_socket): Clean up exitsock in case of error. UseChristopher Faylor
2006-05-21check in missing fileChristopher Faylor
2006-04-24 * select.cc (thread_pipe): Raise sleep time only every 8th iteration.Corinna Vinschen
2006-04-23 * select.cc (thread_pipe): Raise sleep time dynamically to speed upCorinna Vinschen
2005-12-08* hires.h (hires_ms::initime_ms): Delete.Christopher Faylor
2005-10-18Change process_lock to lock_process throughout. Change all calls to newChristopher Faylor
2005-10-18 * autoload.cc: Never load wsock32.dll. Load all wsock32 functionCorinna Vinschen
2005-08-24* sigproc.h (set_signal_mask): Remove default on second parameter and make passChristopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-03Replace valid memory checks with new myfault class "exception handling", almostChristopher Faylor
2005-05-11 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen
2005-05-02white space and minor comment cleanup.Christopher Faylor
2005-04-19 * cygwin.din (pselect): Export.Corinna Vinschen
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen
2005-03-24 * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen
2005-03-23 * fhandler.h (fhandler_socket::eid_connect): Make private.Corinna Vinschen
2005-03-22* Makefile.in (DLL_OFILES): Add hookapi.o. Eliminate some cruft.Christopher Faylor
2005-03-21 * fhandler.h (class cygthread): Forward declare.Corinna Vinschen
2005-02-22 * select.cc (peek_pipe): Disable new pipe code until there'sCorinna Vinschen
2005-02-20copyrightChristopher Faylor
2005-02-13white spaceChristopher Faylor
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2004-11-26* child_info.h (child_info_spawn::hexec_proc): Eliminate.Christopher Faylor
2004-10-27* cygtls.cc (_cygtls::fixup_after_fork): Wipe out exitsock local since itChristopher Faylor
2004-10-20* select.cc (start_thread_socket): Remove attempt to delay reading of exitsockChristopher Faylor
2004-10-20revert erroneous checkinChristopher Faylor
2004-10-20* fhandler_console.cc (fhandler_console::fixup_after_exec): Fix error message.Christopher Faylor
2004-10-13* select.cc (start_thread_socket): Remove unused code.Christopher Faylor
2004-10-11* cygtls.h (exitsock): New element.Christopher Faylor