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-05-12Cygwin: Implement GSO/GRO supporttopic/gso_groCorinna Vinschen
2022-05-12Cygwin: socket.h: add socket options added in recent Windows releasesCorinna Vinschen
2022-05-12Cygwin: signal.cc: Include <unistd.h>Sebastian Huber
2022-05-11fhandler_process.cc(format_process_stat): fix /proc/pid/stat issuesBrian Inglis
2022-05-09Cygwin: pty: Avoid script command crash in console.Takashi Yano
2022-05-09Cygwin: pty: Not to change code page of parent console.Takashi Yano
2022-05-08Cygwin: pty: Add missing attach_mutex guard.Takashi Yano
2022-05-08Cygwin: pty: Avoid deadlock when pcon is started on console.Takashi Yano
2022-05-08Cygwin: pty: Change the condition to send Ctrl-C event.Takashi Yano
2022-05-08Cygwin: pty: Fix timing of creating invisible console.Takashi Yano
2022-05-08Cygwin: pty: Fix acquiring attach_mutex timing.Takashi Yano
2022-05-05Cygwin: sigproc: Avoid segfault caused by signal just after fork().Takashi Yano
2022-05-05Generate manpages for functions in chapter sys.texJon Turney
2022-05-05Fix warning about duplicate id in docbook XMLJon Turney
2022-05-05Silence xsltproc when writing manpagesJon Turney
2022-05-05Add build avoidance for 'make man'Jon Turney
2022-05-05Simplify rules for creating man pagesJon Turney
2022-05-04Fix ndbm.c build breakDimitar Dimitrov
2022-05-04Fix nano-malloc buildDimitar Dimitrov
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber
2022-05-04In <stdio.h> provide only necessary typesSebastian Huber
2022-05-04Revert "sys/types.h: Don't include sys/_stdint.h"Corinna Vinschen
2022-05-03sys/types.h: Don't include sys/_stdint.hCorinna Vinschen
2022-05-03Cygwin: always add sigmask to child infoCorinna Vinschen
2022-05-03Cygwin: move x86_64 thread stack areaCorinna Vinschen
2022-05-03Cygwin: simplify create_new_main_thread_stackCorinna Vinschen
2022-04-27Cygwin: Fix typo KERB_S4U_LOGON_FLAG_IDENTITY -> IDENTIFYJon Turney
2022-04-27Cygwin: Fix build with w32api 10.0.0Jon Turney
2022-04-27libgloss: pru: Fix _open syscal argumentsDimitar Dimitrov
2022-04-27Cygwin: Fix "0x0x" in gmondump and ssp man pagesMark Geisert
2022-04-18Cygwin: pty: Fix Ctrl-C behaviour in latest GDB.Takashi Yano
2022-04-18Cygwin: pty: Fix deadlock caused by Ctrl-C in setup_pseudoconsole().Takashi Yano
2022-04-11Cygwin: pty: Do not set internal handles in HPCON inheritable.Takashi Yano
2022-04-11Aarch32/64: Support __FLT_EVAL_METHOD__ values other than 0, 1, 2Andrea Corallo
2022-04-09Cygwin: pty: Close pseudo console only if the process is the owner.Takashi Yano
2022-04-09Add tests for tzset POSIX timezone string complianceJeff Johnston
2022-04-08Add angle TZ angle bracket support to tzset_rJeff Johnston
2022-04-07fix testsuite cannot compile testsjdoubleu
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber
2022-04-01Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano
2022-04-01Remove unused _cleanup()Matt Joyce
2022-04-01Fix bug introduced in previous patch (44b60f0c)Matt Joyce
2022-04-01fhandler_proc.cc(format_proc_cpuinfo): add Linux Superb Owl cpuinfo flagsBrian Inglis
2022-03-31newlib: Rename __sfmoreglue() and make it staticSebastian Huber
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber
2022-03-30Commit patch from Tobias Burnus <tobias@codesourcery.com>Jeff Johnston
2022-03-30Cygwin: pty: Fix crash on master close in Windows 7.Takashi Yano
2022-03-29newlib: drop phoenix supportMike Frysinger
2022-03-23amdgcn: Fix build failureAndrew Stubbs
2022-03-21iconv: Fix EL/IX level 2 handlingSebastian Huber