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-07-28Cygwin: console: Add workaround for ConEmu cygwin connector.Takashi Yano
2022-07-28Cygwin: console: Add missing input_mutex guard.Takashi Yano
2022-07-28Cygwin: Fix previous attempt to drop i386 targets from hookapiCorinna Vinschen
2022-07-14Cygwin: _dll_crt0: minimize target-specific conditional codeCorinna Vinschen
2022-07-14Cygwin: hookapi: drop handling i386 targetsCorinna Vinschen
2022-07-14Cygwin: fix or delete a few comments to drop 32 bit referencesCorinna Vinschen
2022-07-14Cygwin: drop cyglsa.h. LSA subauth is not supported anymoreCorinna Vinschen
2022-07-14Cygwin: drop 32 bit target from linker scriptCorinna Vinschen
2022-07-14Cygwin: drop tmpfile export alias for 32 bit systemsCorinna Vinschen
2022-07-13Add --enable-newlib-reent-thread-local optionMatt Joyce
2022-07-13Add _REENT_IS_NULL()Matt Joyce
2022-07-13Add _REENT_SIG_FUNC(ptr)Matt Joyce
2022-07-13Add _REENT_CVTBUF(ptr)Matt Joyce
2022-07-13Add _REENT_CVTLEN(ptr)Matt Joyce
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce
2022-07-13Add _REENT_LOCALE(ptr)Matt Joyce
2022-07-13Add _REENT_INC(ptr)Matt Joyce
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce
2022-07-13Define _REENT_EMERGENCY(ptr) only onceMatt Joyce
2022-07-13Move content in <sys/reent.h>Sebastian Huber
2022-07-12Update FAQs which are out of date on the details of setup UIJon Turney
2022-07-12Update FAQs for removal of 32-bit CygwinJon Turney
2022-07-12Cygwin: clipboard: Add workaround for setting clipboard failure.Takashi Yano
2022-07-11RTEMS: Add READMESebastian Huber
2022-07-11libc/syslog: fully deprecate and don't try to open "/dev/log"Gleb Smirnoff
2022-07-11arp: Implement sticky ARP mode for interfaces.Konrad Sewiłło-Jopek
2022-07-11Correctly measure system load averages > 1024Alan Somers
2022-07-11Add ifcap2 names for RXTLS4 and RXTLS6 interface capabilitiesKonstantin Belousov
2022-07-11Kernel-side infrastructure to implement nvlist-based set/get ifcapsKonstantin Belousov
2022-07-11tcp: LRO code to deal with all 12 TCP header flagsRichard Scheffenegger
2022-07-11kernel: deprecate Internet Class A/B/CMike Karels
2022-07-11tcp: socket option to get stack alias namePeter Lei
2022-07-11tcp: Add hystart-plus to cc_newreno and rack.Randall Stewart
2022-07-11tcp: Add support for DSACK based reordering window to rack.Randall Stewart
2022-07-11tsleep: Add a PNOLOCK flagAndrew Gallatin
2022-07-11socket: Implement SO_RERRORRoy Marples
2022-07-11pf: syncookie supportKristof Provost
2022-07-11tcp: Add a socket option to rackRandall Stewart
2022-07-11tcp: SACK Lost Retransmission Detection (LRD)Richard Scheffenegger
2022-07-11This brings into sync FreeBSD with the netflixRandall Stewart
2022-07-11Use thunks for compat ioctls using struct ifgroupreq.John Baldwin
2022-07-11ioccom: define ioctl cmd value that can never be validKonstantin Belousov
2022-07-11poll(2): Add POLLRDHUP.Thomas Munro
2022-07-11tcp: add support for TCP over UDPMichael Tuexen
2022-07-11termios: add more speedsBjoern A. Zeeb
2022-07-11Revert "SO_RERROR indicates that receive buffer overflows"Alexander V. Chernikov
2022-07-11SO_RERROR indicates that receive buffer overflowsAlexander V. Chernikov