summaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2026-03-03tests: posix: use cpu clock for sleepYury Khrustalev
2026-02-18posix: execvpe: skip $PATH components that are too long [BZ #33626]Pádraig Brady
2026-02-13nss: Introduce dedicated struct nss_database_for_fork typeFlorian Weimer
2026-02-02posix: avoid a cast in regex syntax bit definitionsCollin Funk
2026-01-26posix: Run tst-wordexp-reuse-mem testFlorian Weimer
2026-01-20posix: Reset wordexp_t fields with WRDE_REUSE (CVE-2025-15281 / BZ 33814)Adhemerval Zanella
2026-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2025-12-11posix: Fix getconf symbolic constants defined in limits.h (BZ# 29147)Adhemerval Zanella Netto
2025-12-09Handle clang -Wignored-attributes on weak aliasesAdhemerval Zanella
2025-11-17posix: execvpe: fix UMR with file > NAME_MAX [BZ #33627]Pádraig Brady
2025-10-30Cleanup some recently added whitespace.Collin Funk
2025-10-29Annotate swtich fall-throughAdhemerval Zanella
2025-10-28Fix incorrect setrlimit return value checks in testsOsama Abdelkader
2025-10-21posix: Fix memory leak a memory leak in glob.Bruno Haible
2025-10-21Suppress -Wmaybe-uninitialized only for gccAdhemerval Zanella
2025-10-20posix: Only enable -Wmaybe-uninitialized suppression on gccAdhemerval Zanella
2025-10-13posix: Avoid a stack overflow when glob is given many slashes [BZ #30635]Collin Funk
2025-10-01shm-directory: Truncated struct member name lengthPrasanna Paithankar
2025-09-23assert: Refactor assert/assert_perrorAdhemerval Zanella
2025-09-01Tests: Create files with mode 0666, not 0777 (bug 33171)Florian Weimer
2025-07-21posix: Fix double-free after allocation failure in regcomp (bug 33185)Florian Weimer
2025-06-30stdlib: Fix __libc_message_impl iovec size (BZ 32947)Adhemerval Zanella
2025-06-23posix: Fix fnmatch build with gcc-16Adhemerval Zanella
2025-06-18posix: Add nonnull attribute to glob_pattern_p.Collin Funk
2025-06-04posix: fix building regex when _LIBC isn't definedCœur
2025-05-21posix: Use more inclusive language in test data.Carlos O'Donell
2025-04-14Fix spelling mistake "trucate" -> "truncate"Colin Ian King
2025-03-07posix: Move environ helper variables next to environ definition (bug 32541)Florian Weimer
2025-02-24posix: Rewrite cpuset testsFrédéric Bérat
2025-01-24Revert "stdlib: Support malloc-managed environ arrays for compatibility"Florian Weimer
2025-01-23stdlib: Support malloc-managed environ arrays for compatibilityFlorian Weimer
2025-01-21Fix typo: _POSIX_REATIME_SIGNALS -> _POSIX_REALTIME_SIGNALS [BZ# 32515]Paul Pluzhnikov
2025-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2024-12-22Suppress Clang warning on adding an integer to a stringAdhemerval Zanella
2024-12-18Replace __strcpy_chk with __builtin___strcpy_chkH.J. Lu
2024-12-16Use empty initializer to silence GCC 4.9 or olderH.J. Lu
2024-12-15Revert "Add braces in initializers for GCC 4.9 or older"H.J. Lu
2024-12-14regex.h: Avoid #elif __STDC_VERSION__H.J. Lu
2024-12-14Add braces in initializers for GCC 4.9 or olderH.J. Lu
2024-12-05Fix and sort variables in MakefilesH.J. Lu
2024-11-25Silence most -Wzero-as-null-pointer-constant diagnosticsAlejandro Colomar
2024-10-23libio: Fix a deadlock after fork in popenArjun Shankar
2024-10-08stdlib: Make abort/_Exit AS-safe (BZ 26275)Adhemerval Zanella
2024-08-16support: Use macros for *stat wrappersFlorian Weimer
2024-07-26posix: Use <support/check.h> facilities in tst-truncate and tst-truncate64Maciej W. Rozycki
2024-07-01Fix conditionals on mtrace-based tests (bug 31892)Carlos O'Donell
2024-06-25posix: Fix pidfd_spawn/pidfd_spawnp leak if execve fails (BZ 31695)Adhemerval Zanella
2024-06-17Extend tst-getconf.sh test with NPROCESSORS_CONF and NPROCESSORS_ONLNJan Kurik
2024-06-05getconf: Add NPROCESSORS_{CONF,ONLN} [BZ #31661]Mohamed Akram
2024-04-02Always define __USE_TIME_BITS64 when 64 bit time_t is usedAdhemerval Zanella