summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
9 daysCorrect isspace(3) man page (copied wording from isalpha(3))HEADmastermainKeith Thompson1-1/+2
11 daysRevert last changes to fini.c and init.cJeff Johnston2-12/+6
12 daysMake the UNALIGNED_X_Y() macro more robust against errors.Jan Dubiec1-2/+2
2026-08-07Cygwin: pty: keep interactive console input for native programs via CygwinJohannes Schindelin1-22/+22
2026-08-07Cygwin: console: Fix regression in console inputTakashi Yano1-10/+11
2026-08-05Cygwin: open: Do not set tentative fhandler to fdtabTakashi Yano4-23/+58
2026-08-03Cygwin: exceptions: Fix AArch64 non-incyg signal handlingMate Dimand3-152/+82
2026-08-03Cygwin: dumper: allow compiling with binutils 2.47Johannes Schindelin1-4/+4
2026-08-03Cygwin: open: Add missing unlock on errorTakashi Yano1-1/+4
2026-08-03RISC-V: introduce ENTRY/END assembler macros for function boilerplateKito Cheng14-175/+224
2026-08-03Cygwin: pty: Fix cursor position on new nat app in existing pconTakashi Yano1-1/+2
2026-07-22Silence -Wpointer-to-int-cast warnings in newlib/libc/string/local.h.Jan Dubiec1-2/+4
2026-07-20Regenerate configure for atari changesJeff Johnston1-0/+13
2026-07-18Cygwin: open: Unlock fdtab before open_with_arch()Takashi Yano2-3/+22
2026-07-16H8: Minor cleanup in newlib/libc/include/sys/config.h.Jan Dubiec1-4/+4
2026-07-16Cygwin: CI: cygstress: add GHA annotation and change exit statusChristian Franke1-1/+14
2026-07-16Cygwin: CI: cygstress: update for stress-ng 0.21.04 and current CygwinChristian Franke1-30/+52
2026-07-16Cygwin: dumper: add Aarch64 supportChandru Kumaresan1-6/+16
2026-07-14Fix newlib/testsuite/newlib.search/hsearchtest.c compilation for 16-bit targets.Jan Dubiec1-7/+15
2026-07-14Fix newlib/testsuite/newlib.wctype/twctype.c compilation for 16-bit targetsJan Dubiec1-0/+5
2026-07-14Fix newlib/testsuite/newlib.time/tzset.c compilation for 16-bit targetsJan Dubiec1-3/+4
2026-07-14H8: Add support for preinit/init/fini arrayJan Dubiec3-6/+18
2026-07-14newlib - m68k-atari-elf: Correct handling of CRLF in stdio.Mikael Hildenborg16-81/+283
2026-07-13libc: Improve {,l,ll,imax}div(3) manpagesAymeric Wibo2-8/+6
2026-07-13libc: Remove leftover commentsAymeric Wibo2-3/+0
2026-07-13libc: Remove support for pre-C99 C standardsMinsoo Choo4-76/+4
2026-07-13libc: Purge unneeded cdefs.hWarner Losh1-1/+0
2026-07-13Remove $FreeBSD$: one-line .c patternWarner Losh1-2/+0
2026-07-13spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2-2/+2
2026-07-13libc: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2-0/+4
2026-07-13General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2-2/+6
2026-07-10Cygwin: Fix error return for madvise()Mark Geisert3-3/+31
2026-07-09Update release note 3.6.10Takashi Yano1-0/+6
2026-07-09Cygwin: pty: Fix nat_pipe_owner_pid when gdb runs non-cygwin appTakashi Yano1-2/+15
2026-07-09Cygwin: pty: Do not transfer input to nat-pipe while maskedTakashi Yano1-5/+25
2026-07-09Cygwin: console: Correct previous NOFLSH fixTakashi Yano3-23/+36
2026-07-05Cygwin: console: re-enable the master thread before selecting cygwin input modeJohannes Schindelin1-3/+3
2026-06-30Cygwin: gendef: Drop "this is only a stub" commentsJon Turney1-3/+0
2026-06-30Cygwin: Use bool return type for comparison operators in class pinfoJon Turney1-4/+4
2026-06-30Cygwin: ssp: Move command-line copy into run_programChandru Kumaresan1-18/+18
2026-06-30Cygwin: pty: bound the cursor-sync round-trip so an exiting process cannot hangJohannes Schindelin1-1/+29
2026-06-30Cygwin: pty: validate the cursor-position reply before moving the pcon cursorJohannes Schindelin1-5/+16
2026-06-30Cygwin: pty: do not leak nat handles when adopting the pcon's in open_setup()Johannes Schindelin1-7/+27
2026-06-30Cygwin: pty: grow GetConsoleProcessList buffer in find_pcon_pty()Johannes Schindelin1-3/+16
2026-06-25arm: Enable FPU for M-profileChristophe Lyon2-7/+31
2026-06-25libgloss: arm: Add hardfault handler for M-profileChristophe Lyon5-1/+69
2026-06-25libgloss: arm: Reorganize rdimon-aem.SChristophe Lyon2-517/+544
2026-06-24Cygwin: pty: Fixup pty state after a cygwin app exitsTakashi Yano3-4/+78
2026-06-24Cygwin: pty: Discard pcon input buffer when discard_input is calledTakashi Yano1-1/+10
2026-06-24Cygwin: pty: detect pcon-backed pty for non-Cygwin-spawned childrenJohannes Schindelin4-1/+59