aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-29Cygwin: fchmodat: add limited support for AT_SYMLINK_NOFOLLOWKen Brown1-5/+15
2021-01-28Cygwin: pty: Allow multiple apps to enable pseudo console simultaneously.Takashi Yano via Cygwin-patches6-93/+314
2021-01-28Cygwin: pty: Make apps using console APIs be able to debug with gdb.Takashi Yano via Cygwin-patches6-42/+279
2021-01-28Cygwin: pty: Keep code page between non-cygwin apps.Takashi Yano via Cygwin-patches3-0/+11
2021-01-28Cygwin: pty: Inherit typeahead data between two input pipes.Takashi Yano via Cygwin-patches5-147/+504
2021-01-26Cygwin: Align *utime*() with POSIX/glibcCorinna Vinschen2-5/+5
2021-01-26Align *utime*() with POSIX/glibcSebastian Huber3-6/+6
2021-01-25Cygwin: chown: make sure ctime gets updated when necessaryKen Brown1-5/+8
2021-01-25syscalls.cc: Deduplicate removeBen Wijen1-13/+4
2021-01-25Cygwin: console: Add missing guard regarding attach_mutex.Takashi Yano via Cygwin-patches1-0/+27
2021-01-25syscalls.cc: unlink_nt: Try FILE_DISPOSITION_IGNORE_READONLY_ATTRIBUTEBen Wijen4-39/+53
2021-01-22Cygwin: ptsname_r: always return an error number on failureKen Brown2-1/+4
2021-01-22Cygwin: normalize_posix_path: fix error handling when .. is encounteredKen Brown2-1/+7
2021-01-22Cygwin: Move post-dir unlink checkBen Wijen2-20/+28
2021-01-20Cygwin: console: Fix "Bad file descriptor" error in script command.Takashi Yano via Cygwin-patches3-7/+105
2021-01-20Cygwin: pty: Reduce buffer size in get_console_process_id().Takashi Yano via Cygwin-patches1-2/+2
2021-01-19Cygwin: pty: Lessen the side effect of workaround for rlwarp.Takashi Yano via Cygwin-patches1-4/+12
2021-01-19Cygwin: spawn.cc: Fix typo in comment by commit 974e6d76.Takashi Yano via Cygwin-patches1-1/+1
2021-01-19Cygwin: rmdir: handle /dev in fhandler_dev::rmdirCorinna Vinschen3-2/+8
2021-01-18Cygwin: document a recent bug fixKen Brown1-0/+3
2021-01-18Cygwin: pty: Set input_available_event only for cygwin pipe.Takashi Yano via Cygwin-patches1-1/+2
2021-01-18Cygwin: pty: Make master thread functions be static.Takashi Yano via Cygwin-patches2-56/+128
2021-01-18Cygwin: pty: Prevent pty from changing code page of parent console.Takashi Yano via Cygwin-patches6-11/+155
2021-01-18cxx.cc: Fix dynamic initialization for static local variablesBen Wijen2-11/+1
2021-01-18syscalls.cc: Use EISDIRBen Wijen1-1/+1
2021-01-18syscalls.cc: Fix num_linksBen Wijen1-2/+3
2021-01-18Cygwin: Add Ben Wijen to list of contributorsCorinna Vinschen1-0/+1
2021-01-18Cygwin: pty: Make close_pseudoconsole() be a static member function.Takashi Yano via Cygwin-patches3-13/+18
2021-01-18Cygwin: console: Revise the code to switch xterm mode.Takashi Yano via Cygwin-patches4-62/+127
2021-01-18Cygwin: pty: Add workaround for rlwrap 0.40 or later.Takashi Yano via Cygwin-patches1-0/+5
2021-01-12Cygwin: fstatat: call fstat64 instead of fstatKen Brown2-1/+7
2021-01-05RTEMS: Add <poll.h> and <sys/poll.h>Sebastian Huber3-0/+137
2020-12-18Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston115-1134/+1140
2020-12-18fixes to make compilation succeedsPaul Zimmermann2-1/+2
2020-12-17Update gamma functions from code in picolibcJeff Johnston4-28/+47
2020-12-17fhandler_proc.cc(format_proc_cpuinfo): report Intel SGX bitsBrian Inglis1-0/+2
2020-12-16RISC-V: Add semihosting supportCraig Blackmore22-1/+697
2020-12-16Add declarations for __ieee754_tgamma functions to fdlibm.hJeff Johnston1-0/+2
2020-12-16Cygwin: pty: Revise the workaround for rlwrap.Takashi Yano via Cygwin-patches1-2/+2
2020-12-16Cygwin: pty: Check response for CSI6n more strictly.Takashi Yano via Cygwin-patches1-2/+6
2020-12-15Cygwin: Make sure newer apps get uname_x even when loading uname dynamicallyCorinna Vinschen2-0/+10
2020-12-14arm: Fix memchr() for Armv8-RSebastian Huber1-0/+4
2020-12-14Cygwin: pty: Add a workaround for rlwrap.Takashi Yano via Cygwin-patches1-0/+5
2020-12-14Cygwin: pty: Revise the code for timeout in term_has_pcon_cap().Takashi Yano via Cygwin-patches1-3/+3
2020-12-14Cygwin: pty: Skip term_has_pcon_cap() if pseudo console is disabled.Takashi Yano via Cygwin-patches2-3/+1
2020-12-11Fix error in powf for x close to 1 and large yFabian Schriever1-1/+1
2020-12-11Bump newlib release to 4.0.0Jeff Johnston115-1136/+1151
2020-12-10cygwin: use CREATE_DEFAULT_ERROR_MODE in spawnJeremy Drake via Cygwin-patches1-0/+7
2020-12-07Cygwin: dtable::dup_worker: update comment and debug outputKen Brown1-4/+1
2020-12-07Cygwin: Allow to set SO_PEERCRED zero (v2)Mark Geisert1-3/+7