aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-10Cygwin: add release note for newgrp(1) fixesHEADgithub/mastergithub/mainmastermainCorinna Vinschen1-0/+3
2025-12-10Cygwin: doc: utils.xml: improve newgrp(1) documentationCorinna Vinschen1-11/+16
2025-12-10Cygwin: newgrp(1): improve POSIX compatibilityCorinna Vinschen1-10/+20
2025-12-09Cygwin: Add a configure-time check for minimum w32api headers versionJon Turney1-0/+17
2025-12-04Cygwin: Document recent fixes to release noteTakashi Yano1-0/+16
2025-12-04features.h: Fix -Wundef problemsStefan Tauner1-21/+28
2025-12-03newlib: copy args for atexit()'ed function before unlock the mutexTakashi Yano1-4/+10
2025-12-01libgloss/riscv: Fix struct utimbuf warning in sys_utime.c stubPincheng Wang1-0/+2
2025-12-01libgloss/riscv: Fix old style function declaration warningsPincheng Wang3-6/+3
2025-11-26Cygwin: flock.cc: rename i_all to __i_all, improve inode_t commentsCorinna Vinschen1-9/+13
2025-11-26Cygwin: flock: allocate i_all_lf as static arrayTakashi Yano1-17/+18
2025-11-25libgloss, aarch64: Fix off-by-one in exception handlerAlex Coplan1-1/+1
2025-11-21newlib: Unlock the mutex while calling atexit()'ed functionsTakashi Yano1-0/+8
2025-11-19Cygwin: dll_init: Don't call dll::init() twice for DLL_LOAD.Takashi Yano1-2/+3
2025-11-19Cygwin: dll_init: Always call __cxa_finalize() for DLL_LOADTakashi Yano1-1/+10
2025-11-19libc/features.h: Make code match documentationSimon Barth1-2/+2
2025-11-19libc: Make string.h POSIX.1-2024 compliantSimon Barth1-2/+4
2025-11-19Fix missing declaration in systemJean-Paul Mari1-0/+2
2025-11-18Cygwin: console: (re-)introduce simple creation of invisible consoleCorinna Vinschen3-3/+20
2025-11-18Cygwin: wincap: add wincap entry for Windows 11 24H2Corinna Vinschen2-1/+38
2025-11-12libgloss: pru: Add support for older PRU coresDimitar Dimitrov2-4/+13
2025-11-09Cygwin: aarch64: Fix html encoding damage to pseudo-reloc.ccJon Turney1-6/+6
2025-11-07Cygwin: testsuite: fixes for compatibility with GCC 15Thirumalai Nagalingam1-10/+4
2025-11-07Cygwin: aarch64: Add runtime pseudo relocationEvgeny Karpov1-0/+35
2025-11-04newlib/libc/include/sys/features.h: Update RTEMS sectionJoel Sherrill1-6/+9
2025-11-04newlib/libc/include/setjmp.h: Add returns_twice attribute to setjmp()Joel Sherrill1-7/+3
2025-11-03newlib/ChangeLog:Jan Dubiec1-48/+32
2025-11-03libgloss: i386: cygmon-gmon.c: fix _mcount() return typeVincent Mailhol1-1/+1
2025-11-03libgloss: i386: cygmon-gmon.c: add functions return typeVincent Mailhol1-2/+3
2025-11-03libgloss: i386: move profil_write() from cygmon-salib.c to cygmon-gmon.cVincent Mailhol2-19/+20
2025-11-03libgloss: i386: cygmon-gmon.c: make moncontrol() visible to its usersVincent Mailhol1-25/+25
2025-11-03libgloss: i386: cygmon-gmon.c: add profil() prototypeVincent Mailhol1-0/+3
2025-11-03libgloss: i386: cygmon-gmon.c: add missing libc headersVincent Mailhol1-0/+4
2025-11-03newlib/ChangeLog:Jan Dubiec1-18/+21
2025-11-03strtodg: Make increment staticZakaria Fadli1-1/+1
2025-10-25Cygwin: devdoc: Mention the extremely useful small_printf() functionJohannes Schindelin1-0/+11
2025-10-25Cygwin: Check if gawk is available in gentls_offsets scriptEvgeny Karpov1-0/+6
2025-10-17Fix ARM fegetexceptflag.cMatt Reynolds1-3/+1
2025-10-09Cygwin: symlink_native: allow linking to `.` againJohannes Schindelin2-1/+6
2025-10-09Cygwin: CI: run on windows-2022Jon Turney1-1/+1
2025-10-07Cygwin: CI: bump actions/checkout from v3 to v5Johannes Schindelin1-2/+2
2025-10-07Cygwin: doc: Fix doubled .html typo in package server linkJon Turney1-1/+1
2025-10-07Cygwin: doc: Fix spacing in documentation for --without-cross-bootstrap flagRadek BartoĊˆ1-1/+1
2025-09-22newlib: strtold: Import strtorQ for 128-bit long double supportZakaria Fadli5-29/+178
2025-09-20Cygwin: lock cygheap during forkJeremy Drake2-1/+10
2025-08-30Cygwin: Note Ctrl-O (FLUSHO) fix to release noteTakashi Yano1-0/+3
2025-08-30Cygwin: pty: Fix FLUSHO handlingTakashi Yano5-13/+12
2025-08-27amdgcn, libm: fix vector ilogb bugs (bug 33272)Andrew Stubbs5-97/+99
2025-08-18Cygwin: fix finding overlaps from F_SETLKW.Jeremy Drake1-1/+1
2025-08-18Cygwin: fix fcntl F_GETLKJeremy Drake1-0/+1