aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-11libgloss: merge arc into top-level MakefileMike Frysinger6-175/+122
2023-01-11libgloss: merge arm into top-level MakefileMike Frysinger9-425/+627
2023-01-11libgloss: arm: break newlib dependencyMike Frysinger23-203/+25
2023-01-10newlib: libc: setjmp M-profile PACBTI-enablementVictor L. Do Nascimento1-0/+43
2023-01-10newlib: libc: aeabi_memset M-profile PACBTI-enablementVictor L. Do Nascimento1-3/+11
2023-01-10newlib: libc: aeabi_memmove M-profile PACBTI-enablementVictor L. Do Nascimento1-5/+12
2023-01-10newlib: libc: memcpy M-profile PACBTI-enablementVictor L. Do Nascimento1-9/+24
2023-01-10newlib: libc: memchr M-profile PACBTI-enablementVictor L. Do Nascimento1-6/+44
2023-01-10newlib: libc: strlen M-profile PACBTI-enablementVictor L. Do Nascimento2-6/+25
2023-01-10newlib: libc: strcmp M-profile PACBTI-enablementVictor L. Do Nascimento3-31/+60
2023-01-10newlib: libc: define M-profile PACBTI-enablement macrosVictor L. Do Nascimento1-0/+441
2023-01-10Cygwin: ctty: Add comments for the special values: -1 and -2.Takashi Yano2-2/+7
2023-01-10Cygwin: pinfo: Additional fix for CTTY behavior.Takashi Yano2-3/+3
2023-01-10Cygwin: cygheap: Initialize myself_pinfo before child_copy().Takashi Yano2-2/+2
2023-01-10Cygwin: /proc/<PID>/status: avoid crash computing signal infoCorinna Vinschen2-1/+5
2023-01-10Cygwin: Run testsuite against the just-built DLLJon Turney7-16/+18
2023-01-09libgloss: merge aarch64 into top-level MakefileMike Frysinger8-347/+342
2023-01-09Cygwin: /proc/<PID>/status: simplify code generating signal infoCorinna Vinschen1-21/+21
2023-01-09Cygwin: reinstantiate exporting _allocaCorinna Vinschen3-1/+6
2023-01-03Fix memccpy to handle end char >= x80CompilerAI Research Group1-3/+3
2022-12-23Cygwin: CI: Fix thinko of 'ncores' for 'nproc'Jon Turney1-1/+1
2022-12-23fhandler/proc.cc(format_proc_cpuinfo): add Linux 6.1 cpuinfoBrian Inglis1-0/+4
2022-12-22Cygwin: Add release message for latest console change.Takashi Yano1-0/+3
2022-12-22Cygwin: console: Make the console accessible from other terminals.Takashi Yano7-138/+418
2022-12-22Cygwin: devices: Make generic console devices invisible from pty.Takashi Yano2-2/+8
2022-12-22Cygwin: pinfo: Align CTTY behavior to the statement of POSIX.Takashi Yano3-17/+29
2022-12-22nvptx: Implement '_exit' instead of 'exit'Thomas Schwinge3-24/+26
2022-12-22Cygwin: console: Fix hangup of less on quit after the window is resized.Takashi Yano2-0/+8
2022-12-21remove +x bit on source filesMike Frysinger16-0/+0
2022-12-21Cygwin: Makefile: Drop all the "test dll" considerationsJon Turney2-8/+3
2022-12-21Cygwin: path_conv: make sure sym.path_flags is always initializedCorinna Vinschen2-1/+6
2022-12-21Cygwin: configure: Add option to disable building 'dumper'Jon Turney2-4/+7
2022-12-21Cygwin: FAQ: Mention configure options to build with reduced dependenciesJon Turney1-4/+11
2022-12-20Cygwin: x86_64: import swab.S from NetBSDCorinna Vinschen2-0/+48
2022-12-20Cygwin: x86_64: import latest NetBSD bcopy.SCorinna Vinschen8-131/+227
2022-12-20Cygwin: x86_64: import memchr.S from NetBSDCorinna Vinschen2-2/+112
2022-12-20Cygwin: x86_64: import new memset.S from NetBSDCorinna Vinschen1-57/+81
2022-12-20Cygwin: add local machine/asm.h headerCorinna Vinschen1-0/+78
2022-12-20Cygwin: use .S suffix for assembler filesCorinna Vinschen2-0/+0
2022-12-20Cygwin: check_reparse_point_target: fix comment formatCorinna Vinschen1-4/+4
2022-12-19libgloss: rs6000: fix incorrect install dir for xil filesMike Frysinger1-2/+2
2022-12-19libgloss: merge arm configure script up a levelMike Frysinger9-5643/+99
2022-12-19libgloss: merge aarch64 configure script up a levelMike Frysinger9-5431/+45
2022-12-19libgloss: drop unused multi-build logicMike Frysinger2-69/+1
2022-12-19libgloss: arm: inline multi-build logicMike Frysinger1-45/+47
2022-12-19libgloss: aarch64: delete unused multi-build logicMike Frysinger1-43/+16
2022-12-19libc: arm: setjmp.S code cleanupVictor L. Do Nascimento1-12/+0
2022-12-19Fix a bug in setjmp for MIPS o32/o64 FPXX/FP64Giovanni Bajo1-1/+1
2022-12-16Fix 3 other instances of Reme typo (should be Remez)Jeff Johnston3-3/+3
2022-12-16Revert "amdgcn: Add vectorized math routines"Jeff Johnston95-8074/+46