summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston2020-12-18115-1134/+1140
* fixes to make compilation succeedsPaul Zimmermann2020-12-182-1/+2
* Update gamma functions from code in picolibcJeff Johnston2020-12-174-28/+47
* fhandler_proc.cc(format_proc_cpuinfo): report Intel SGX bitsBrian Inglis2020-12-171-0/+2
* RISC-V: Add semihosting supportCraig Blackmore2020-12-1622-1/+697
* Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston2020-12-161-0/+2
* Cygwin: pty: Revise the workaround for rlwrap.Takashi Yano via Cygwin-patches2020-12-161-2/+2
* Cygwin: pty: Check response for CSI6n more strictly.Takashi Yano via Cygwin-patches2020-12-161-2/+6
* Cygwin: Make sure newer apps get uname_x even when loading uname dynamicallyCorinna Vinschen2020-12-152-0/+10
* arm: Fix memchr() for Armv8-RSebastian Huber2020-12-141-0/+4
* Cygwin: pty: Add a workaround for rlwrap.Takashi Yano via Cygwin-patches2020-12-141-0/+5
* Cygwin: pty: Revise the code for timeout in term_has_pcon_cap().Takashi Yano via Cygwin-patches2020-12-141-3/+3
* Cygwin: pty: Skip term_has_pcon_cap() if pseudo console is disabled.Takashi Yano via Cygwin-patches2020-12-142-3/+1
* Fix error in powf for x close to 1 and large yFabian Schriever2020-12-111-1/+1
* Bump newlib release to 4.0.0Jeff Johnston2020-12-11115-1136/+1151
* cygwin: use CREATE_DEFAULT_ERROR_MODE in spawnJeremy Drake via Cygwin-patches2020-12-101-0/+7
* Cygwin: dtable::dup_worker: update comment and debug outputKen Brown2020-12-071-4/+1
* Cygwin: Allow to set SO_PEERCRED zero (v2)Mark Geisert2020-12-071-3/+7
* Cygwin: Launch cygmagic with bash, not shMark Geisert2020-12-071-2/+2
* Fix trace output for getdomainname()Anton Lavrentiev via Cygwin-patches2020-12-071-1/+1
* winsup/doc/Makefile.in: create man5 dir and install proc.5Brian Inglis2020-12-041-0/+4
* specialnames.xml: add proc(5) Cygwin man pageBrian Inglis2020-12-041-0/+2094
* Cygwin: Fix remaining warnings building path testsuiteCorinna Vinschen2020-12-024-11/+11
* Cygwin: Fix building of utils testsuiteJon Turney2020-12-022-1/+5
* Cygwin: add flag to indicate reparse points unknown to WinAPICorinna Vinschen2020-12-022-4/+16
* Cygwin: path.h: add comments to briefly explain path_typesCorinna Vinschen2020-12-021-5/+5
* Cygwin: testsuite: libltp: fix warnings showing up with -WallCorinna Vinschen2020-12-024-12/+19
* Cygwin: /proc/sys FS: don't export NFS and DFS as block devicesCorinna Vinschen2020-12-011-4/+1
* Cygwin: Fix access to block devices below /proc/sys.Christian Franke2020-11-301-10/+19
* Cygwin: Have cygmagic not create output if an error occursJon Turney2020-11-251-3/+14
* Cygwin: Use standard CXXFLAGS when compiling localtime_wrapper.cJon Turney2020-11-251-1/+1
* Cygwin: Drop libgmon.a build dependency on gcrt0.oJon Turney2020-11-251-1/+1
* Cygwin: pty: Fix minor style issue.Takashi Yano via Cygwin-patches2020-11-231-1/+1
* Cygwin: pty: Discard "OSC Ps; ? BEL/ST" in pseudo console output.Takashi Yano via Cygwin-patches2020-11-231-0/+30
* Cygwin: pty: Fix a bug in the code removing "CSI > Pm m".Takashi Yano via Cygwin-patches2020-11-231-0/+1
* Cygwin: Remove surplus autoconf auxiliary filesJon Turney2020-11-204-3855/+0
* Cygwin: Remove recursive configureJon Turney2020-11-2028-24227/+1389
* Cygwin: fhandler_fifo::cleanup_handlers: improve efficiencyKen Brown2020-11-191-9/+4
* Cygwin: Testsuite Makefile cleanupJon Turney2020-11-181-13/+2
* Cygwin: Fix 'make check' in utilsJon Turney2020-11-183-10/+12
* Cygwin: Drop duplicate C++ flags used to build utilsJon Turney2020-11-181-1/+1
* Cygwin: Use grep in text mode to look for version stringsJon Turney2020-11-181-1/+1
* RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f...Kito Cheng2020-11-1810-3/+503
* RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]Kito Cheng2020-11-186-3/+237
* RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s...Kito Cheng2020-11-182-3/+33
* malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen2020-11-173-2/+31
* Fix return type of __locale_ctype_ptr_l()Sebastian Huber2020-11-161-1/+1
* Cygwin: testsuite: fix insecure usage of printf in libltpCorinna Vinschen2020-11-161-1/+1
* libc/include/newlib.h: Fix C++ compilation issueJoel Sherrill2020-11-161-2/+2
* Cygwin: path_conv::eq_worker: add NULL pointer checksKen Brown2020-11-161-2/+4