summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches2021-01-286-93/+314
* Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches2021-01-286-42/+279
* Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches2021-01-283-0/+11
* Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches2021-01-285-147/+504
* Cygwin: Align *utime*() with POSIX/glibcCorinna Vinschen2021-01-262-5/+5
* Align *utime*() with POSIX/glibcSebastian Huber2021-01-263-6/+6
* Cygwin: chown: make sure ctime gets updated when necessaryKen Brown2021-01-251-5/+8
* syscalls.cc: Deduplicate removeBen Wijen2021-01-251-13/+4
* Cygwin: console: Add missing guard regarding attach_mutex.Takashi Yano via Cygwin-patches2021-01-251-0/+27
* syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTEBen Wijen2021-01-254-39/+53
* Cygwin: ptsname_r: always return an error number on failureKen Brown2021-01-222-1/+4
* Cygwin: normalize_posix_path: fix error handling when .. is encounteredKen Brown2021-01-222-1/+7
* Cygwin: Move post-dir unlink checkBen Wijen2021-01-222-20/+28
* Cygwin: console: Fix "Bad file descriptor" error in script command.Takashi Yano via Cygwin-patches2021-01-203-7/+105
* Cygwin: pty: Reduce buffer size in get_console_process_id().Takashi Yano via Cygwin-patches2021-01-201-2/+2
* Cygwin: pty: Lessen the side effect of workaround for rlwarp.Takashi Yano via Cygwin-patches2021-01-191-4/+12
* Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.Takashi Yano via Cygwin-patches2021-01-191-1/+1
* Cygwin: rmdir: handle /dev in fhandler_dev::rmdirCorinna Vinschen2021-01-193-2/+8
* Cygwin: document a recent bug fixKen Brown2021-01-181-0/+3
* 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