aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
4 daysCygwin: Change pthread_sigqueue() to accept thread idHEADgithub/mastergithub/mainmastermainMark Geisert3-5/+8
5 daysCygwin: console Add comment for the recent changeTakashi Yano1-0/+9
5 daysCygwin: pthread: Correct pthread_cleanup macros to avoid potential syntax errorsShaobo Song1-4/+7
8 daysCygwin: console: Fix clean up conditions in close()Takashi Yano1-3/+3
9 daysCygwin: release/3.5.5: fetch missing entries from cygwin-3_5-branchCorinna Vinschen1-0/+6
10 daysCygwin: console: Use GetCurrentProcessId() instead of myself->dwProcessIdTakashi Yano1-13/+13
10 daysCygwin: console: Re-fix open() failure on exec() by console ownerTakashi Yano4-133/+117
10 daysCygwin: pipe: Fix incorrect write length in raw_write()Takashi Yano1-4/+2
11 daysCygwin: console: Fix open() failure when the console owner calls exec().Takashi Yano1-0/+6
12 daysReplace references to C2x with C23Lenard Mollenkopf1-2/+2
12 dayssys/features.h: Use _ISOC23_SOURCE instead of _ISOC23_SOURCE and remap _ISOC2...Lenard Mollenkopf1-7/+14
2024-11-01Cygwin: sigfe: Fix a bug that signal handler destroys fpu statesTakashi Yano2-41/+53
2024-11-01Cygwin: pipe: Switch pipe mode to blocking mode by defaultTakashi Yano8-519/+259
2024-10-31Cygwin: pipe: fix shift valueCorinna Vinschen1-1/+1
2024-10-31Cygwin: console: Inherit pcon hand over from parent ptyTakashi Yano7-3/+90
2024-10-31Cygwin: lockf: Make lockf() return ENOLCK when too many locksTakashi Yano2-8/+78
2024-10-31Cygwin: lockf: Fix adding a new lock over multiple locksTakashi Yano2-3/+8
2024-10-28sys/features.h: Spelling _ISOC2x_SOURCE is not C11Lenard Mollenkopf1-1/+1
2024-10-23Cygwin: timer_delete: Fix return valueChristian Franke2-0/+3
2024-10-23cygwin: pread/pwrite: prevent EBADF error after fork()Christian Franke2-0/+6
2024-09-19powf: Fixed another precision bug in powf() (FreeBSD)Fabian Schriever1-1/+1
2024-09-19powf: Fixed 2 bugs in the computation /* t_h=ax+bp[k] High */. (FreeBSD)Fabian Schriever1-1/+2
2024-09-19powf: Fix the hi+lo decomposition for 2/(3ln2) (FreeBSD)Fabian Schriever1-2/+2
2024-09-16Make sure mallinfo structure matches newlib's malloc.hJeff Johnston1-10/+10
2024-09-02Replace __restrict with __restrict_arr in regex.hyang.zhang1-1/+1
2024-09-02newlib: esp: add dirent.h header fileAlexey Lapshin4-8/+63
2024-09-02newlib: xtensa: remove sys/xtensa. use machine/xtensaAlexey Lapshin15-115/+13
2024-09-02Cygwin: pipe: Fix a regression that raw_write() slows downTakashi Yano2-2/+7
2024-08-31Cygwin: console: Disable cons_master_thread in win32-input-modeTakashi Yano3-2/+14
2024-08-22Cygwin: add release message for latest pipe changesCorinna Vinschen1-0/+3
2024-08-22Cygwin: Add locale patches to release messageCorinna Vinschen1-0/+3
2024-08-22locales: Fix definition of lc_messages_T::codesetCorinna Vinschen1-1/+3
2024-08-22nl_langinfo_l: drop erroneus messages::codeset entryCorinna Vinschen1-1/+0
2024-08-21arc64: Add port for Synopsys DesignWare ARCv3 ISAYuriy Kolerov33-528/+4639
2024-08-21Update config.sub to GCC master branch versionYuriy Kolerov1-28/+53
2024-08-21Use ldflags instead of LDFLAGS in newlib.expClaudiu Zissulescu1-2/+2
2024-08-20Add new version of Synopsys license.Jeff Johnston1-0/+14
2024-08-20arc: libgloss: Prepare for porting to ARCv3Yuriy Kolerov4-0/+38
2024-08-20arc: libgloss: Use exit code in _exit_halt for nSIMYuriy Kolerov1-2/+2
2024-08-20arc: libgloss: Accommodate MetaWare's standard symbol namesAlexey Brodkin8-25/+105
2024-08-20arc: Remove @ from symbol references in assemblyAlexey Brodkin4-42/+42
2024-08-20arc: Use __ARC_UNALIGNED__ compiler macroClaudiu Zissulescu1-1/+17
2024-08-20arc: libgloss: Clean MetaWare hostlink documentationYuriy Kolerov1-67/+67
2024-08-20arc: libgloss: Switch from .balign to .alignAlexey Brodkin1-1/+1
2024-08-20arc: libgloss: Fix define guard in nsim-syscall.hYuriy Kolerov1-3/+3
2024-08-20Fix glob() functionJordi Sanfeliu2-5/+9
2024-08-19newlib/libc/include/sys/tree.h: Add deprecation warningJoel Sherrill1-0/+4
2024-08-19libc/include/sys/tree.h: Re-add sys/tree.hJoel Sherrill1-0/+864
2024-08-19Cygwin: pipe: do short writes only once in nonblocking case tooCorinna Vinschen1-2/+1
2024-08-19Cygwin: pipe: fix comparisonCorinna Vinschen1-1/+1