aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-07fix testsuite cannot compile testsjdoubleu1-0/+2
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber9-24/+0
2022-04-02Cygwin: pipe: Avoid deadlock for non-cygwin writer.Takashi Yano6-1/+76
2022-04-01Remove unused _cleanup()Matt Joyce1-8/+0
2022-04-01Fix bug introduced in previous patch (44b60f0c)Matt Joyce4-7/+5
2022-04-01fhandler_proc.cc(format_proc_cpuinfo): add Linux Superb Owl cpuinfo flagsBrian Inglis1-2/+9
2022-03-31newlib: Rename __sfmoreglue() and make it staticSebastian Huber2-5/+3
2022-03-31Replace _fwalk() calls with _fwalk_reent()Sebastian Huber5-42/+15
2022-03-30Commit patch from Tobias Burnus <tobias@codesourcery.com>Jeff Johnston2-4/+4
2022-03-30Cygwin: pty: Fix crash on master close in Windows 7.Takashi Yano2-1/+4
2022-03-28newlib: drop phoenix supportMike Frysinger138-11798/+277
2022-03-22amdgcn: Fix build failureAndrew Stubbs3-15/+15
2022-03-21iconv: Fix EL/IX level 2 handlingSebastian Huber4-421/+396
2022-03-20Revert accidental change to v850/sim.ldJeff Law1-1/+1
2022-03-19Avoid using common symbols in v850 libglossJeff Law52-52/+52
2022-03-19Cygwin: console: Do not use memcmp() to compare INPUT_RECORD.Takashi Yano1-3/+38
2022-03-19Cygwin: console: Ignore dwControlKeyState in event comparison.Takashi Yano1-3/+3
2022-03-18Cygwin: console: Add attach_mutex guard that was not added.Takashi Yano1-0/+2
2022-03-18Cygwin: console: Fix typeahead key swapping which still occurs.Takashi Yano1-20/+38
2022-03-17newlib: enable automatic dependency generationMike Frysinger4-7151/+32111
2022-03-17Cygwin: document recent gmondump formatting fixMark Geisert1-0/+3
2022-03-17Cygwin: Fix gmondump formatting goofsMark Geisert1-3/+3
2022-03-16winsup: disable fortify sourceMike Frysinger1-1/+1
2022-03-16newlib: libm: integrate tests subdirMike Frysinger8-216/+317
2022-03-16newlib: integrate iconv update to maintainer buildMike Frysinger3-3/+37
2022-03-16newlib: update build system generation documentationMike Frysinger3-72/+191
2022-03-16newlib: libc: merge build up a directoryMike Frysinger335-71951/+18360
2022-03-15Cygwin: Add description of fsync() fix to 3.3.5 release notes.Takashi Yano1-0/+4
2022-03-14Cygwin: path: Convert type of variable 'remlen' to DWORD.Takashi Yano1-2/+1
2022-03-14Cygwin: path: Add fallback for DFS mounted drive.Takashi Yano1-5/+12
2022-03-14Cygwin: fsync: Return EINVAL for special files.Takashi Yano1-1/+1
2022-03-13newlib: xstormy16: move malloc multiplex logic from build to source filesMike Frysinger9-85/+84
2022-03-13newlib: xstormy16: break up mallocr stubsMike Frysinger6-63/+60
2022-03-13newlib: xstormy16: fix mallopt definition & mstats handlingMike Frysinger3-28/+29
2022-03-10Cygwin: console, pty: Fix segfault in child_info_spawn::worker().Takashi Yano2-3/+7
2022-03-09newlib: libc: move stdlib multiplex logic from build to source filesMike Frysinger14-193/+153
2022-03-09build: Avoid length() awk functionSebastian Huber2-4/+4
2022-03-09newlib: rename mallocr.c to _mallocr.cMike Frysinger3-24/+24
2022-03-09newlib: move nano-malloc logic from build to source filesMike Frysinger3-116/+67
2022-03-07Fix Bug libc/28945Jeff Johnston1-1/+1
2022-03-05Cygwin: update 3.3.5 release notesTakashi Yano1-0/+8
2022-03-05Cygwin: add 3.3.5 release notesTakashi Yano1-0/+30
2022-03-05Cygwin: pty: Adopt the variable name to the name generally used.Takashi Yano1-10/+10
2022-03-05Cygwin: pty: Add several further comments to the pty code.Takashi Yano1-3/+15
2022-03-05Cygwin: pty: Take account of CR+NL line feed in input.Takashi Yano1-7/+16
2022-03-04Cygwin: pty: Fix a possible race issue in initialization of pcon.Takashi Yano1-1/+2
2022-03-04Cygwin: pty: Update some comments in pty code.Takashi Yano1-8/+21
2022-03-04Cygwin: pty: Omit transfer_input() call where it is no longer needed.Takashi Yano1-47/+0
2022-03-04Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.Takashi Yano3-14/+11
2022-03-04Cygwin: pty: Treat both CR and NL as line feed in transfer_inpup().Takashi Yano1-2/+4