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
2022-08-05Cygwin: Reorganize cygwin source dirCorinna Vinschen
2022-05-30Cygwin: remove regparm.hKen Brown
2021-02-02fhandler_serial.cc: MARK and SPACE parity for serial portMarek Smetana
2020-08-05Cygwin: Add 'fallthrough' pseudo keyword for switch/case useCorinna Vinschen
2020-03-26Cygwin: serial: fix GCC warningCorinna Vinschen
2020-03-25Revert "Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queue"topic/serial_ioCorinna Vinschen
2020-03-25fhandler_serial: fix commentsCorinna Vinschen
2020-03-25Cygwin: serial: read: if VMIN > 0, wait for VMIN chars in inbound queueCorinna Vinschen
2020-03-23Cygwin: serial: use per call OVERLAPPED structsCorinna Vinschen
2020-03-23Cygwin: serial: tcsetattr: set timeouts unconditionallyCorinna Vinschen
2020-03-22Cygwin: serial: avoid overrun of vtimeCorinna Vinschen
2020-03-22Cygwin: serial: revamp overlapped IO in read and selectCorinna Vinschen
2020-03-22Cygwin: serial: read: revamp raw_read, change vmin_ and vtime_ to cc_tCorinna Vinschen
2020-03-16Cygwin: serial: wait for CancelIo completionCorinna Vinschen
2020-03-12Cygwin: serial: try fix o_nonblockCorinna Vinschen
2020-03-02Cygwin: ioctl: TIOCINQ: always return number of chars in the inbound queueCorinna Vinschen
2016-06-23Switching the Cygwin DLL to LGPLv3+, dropping commercial buyout optioncygwin-2_5_2-releaseCorinna Vinschen
2014-10-20 * fhandler_serial.cc: Revert debug code accidentally checked in onCorinna Vinschen
2014-08-18 * dtable.cc (dtable::init_std_file_from_handle): Mention that consoleCorinna Vinschen
2013-05-01Throughout, (mainly in fhandler*) fix remaining gcc 4.7 mismatchYaakov Selkowitz
2013-04-23 * Merge in cygwin-64bit-branch.Corinna Vinschen
2013-01-21Throughout, update copyrights to reflect dates which correspond to main-branchChristopher Faylor
2012-11-26 * fhandler_registry.cc: Drop Mingw.org considerations.Corinna Vinschen
2012-06-28 * fhandler_serial.cc: Fix includes for IOCTL codes to support Mingw64.Corinna Vinschen
2012-06-18Add '#include "cygwait.h"' throughout, where appropriate.Christopher Faylor
2012-05-25 * fhandler_serial.cc (fhandler_serial::raw_read): Check forCorinna Vinschen
2012-05-25 * fhandler_serial.cc (fhandler_serial::raw_read): Just call ReadFileCorinna Vinschen
2012-03-08 * Throughout, replace usage of w32api's min with MIN from sys/param.h.Corinna Vinschen
2012-02-26 * environ.cc (dos_file_warning): Drop declaration.Corinna Vinschen
2011-12-13* cygthread.h (cygthread::name): Very minor formatting tweak.Christopher Faylor
2011-12-09Rename cygWFMO to cygwait throughout and use the magic of polymorphism to "waitChristopher Faylor
2011-12-04* sigproc.cc (cygWFMO): Don't assume that cancellable event is alwaysChristopher Faylor
2011-12-04Throughout, remove extra space after function name from debugging output.Christopher Faylor
2011-10-16* cygerrno.h (__set_errno): Modify debugging output to make searching straceChristopher Faylor
2011-07-31 * fhandler.h (class fhandler_dev_mem): Remove dup method declaration.Corinna Vinschen
2011-07-22Corinna Vinschen <corinna@vinschen.de>Christopher Faylor
2011-07-13 * fhandler_serial.cc (fhandler_serial::raw_read): Handle non-blockingCorinna Vinschen
2011-05-04 * fhandler.h (class fhandler_base): Remove uninterruptible_io statusCorinna Vinschen
2011-05-02 * fhandler_serial.cc (fhandler_serial::raw_read): Add restartabilityCorinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-07-03* dcrt0.cc (jit_debug): New global.Christopher Faylor
2009-01-03Remove unneeded header files from source files throughout. Update copyrightsChristopher Faylor
2008-04-07Remove unneeded header files from source files throughout.Christopher Faylor
2007-02-23 * exceptions.cc (dummy_ctrl_c_handler): Remove.Corinna Vinschen
2007-02-05 * fhandler_serial.cc (fhandler_serial::tcsetattr): Add support forCorinna Vinschen
2006-08-17 * fhandler_serial.cc (raw_read): Evaluate minchars taking theCorinna Vinschen
2005-11-14* cygheap.h (init_cygheap::manage_console_count): Declare new function.Christopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-14Remove some more unneeded 'return;'s throughout.Christopher Faylor