summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: pty: Set input_available_event only for cygwin pipe.Takashi Yano via Cygwin-patches2021-01-181-1/+2
* Cygwin: pty: Make master thread functions be static.Takashi Yano via Cygwin-patches2021-01-182-56/+128
* Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches2021-01-186-11/+155
* cxx.cc: Fix dynamic initialization for static local variablesBen Wijen2021-01-182-11/+1
* syscalls.cc: Use EISDIRBen Wijen2021-01-181-1/+1
* syscalls.cc: Fix num_linksBen Wijen2021-01-181-2/+3
* Cygwin: Add Ben Wijen to list of contributorsCorinna Vinschen2021-01-181-0/+1
* Cygwin: pty: Make close_pseudoconsole() be a static member function.Takashi Yano via Cygwin-patches2021-01-183-13/+18
* Cygwin: console: Revise the code to switch xterm mode.Takashi Yano via Cygwin-patches2021-01-184-62/+127
* Cygwin: pty: Add workaround for rlwrap 0.40 or later.Takashi Yano via Cygwin-patches2021-01-181-0/+5
* Cygwin: fstatat: call fstat64 instead of fstatKen Brown2021-01-122-1/+7
* RTEMS: Add <poll.h> and <sys/poll.h>Sebastian Huber2021-01-053-0/+137
* 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