summaryrefslogtreecommitdiff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* Fix regex type usageнаб2023-05-011-4/+4
* posix: Re-flow and sort multiline Makefile definitionsAdhemerval Zanella2023-04-201-126/+425
* posix: Fix some crashes in wordexp [BZ #18096]Julian Squires2023-03-282-7/+8
* Move libc_freeres_ptrs and libc_subfreeres to hidden/weak functionsAdhemerval Zanella Netto2023-03-272-2/+4
* rt: fix shm_open not set ENAMETOOLONG when name exceeds {_POSIX_PATH_MAX}abushwang2023-03-081-3/+9
* posix: Ensure the initial signal disposition for tst-spawn7Adhemerval Zanella Netto2023-03-081-0/+6
* __glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault2023-02-201-1/+1
* glob64_time64: Fix typo for stub_warning call (BZ #30146)Samuel Thibault2023-02-191-1/+1
* Naming the parameter of dummy_sa_handlerMahesh Bodapati2023-02-131-1/+1
* hurd: Implement SHM_ANONSergey Bugaev2023-02-011-4/+21
* linux: Add clone3 CLONE_CLEAR_SIGHAND optimization to posix_spawnAdhemerval Zanella Netto2023-02-012-1/+181
* Update copyright dates not handled by scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06262-262/+262
* posix: Make posix_spawn extensions available by defaultFlorian Weimer2022-11-041-2/+2
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-3/+3
* posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto2022-10-051-0/+6
* posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto2022-10-051-0/+31
* Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2022-09-222-3/+3
* Merge getopt patch from GnulibPaul Eggert2022-08-231-1/+2
* Merge _GL_UNUSED C23 patch from GnulibPaul Eggert2022-08-231-2/+2
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-051-1/+1
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-241-1/+1
* linux: Add process_madviseAdhemerval Zanella2022-06-021-1/+1
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-252-33/+114
* linux: Add P_PIDFDAdhemerval Zanella2022-05-172-7/+2
* posix/glob.c: update from gnulibDJ Delorie2022-04-271-12/+58
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-131-1/+1
* posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella2022-03-311-1/+0
* posix: Fix tst-spawn6 terminal handling (BZ #28853)Adhemerval Zanella2022-02-031-11/+51
* posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2022-02-0210-101/+122
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-257-3/+251
* Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab2022-01-243-3/+45
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-121-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01259-259/+259
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2021-11-241-4/+3
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-241-0/+10
* regex: Unnest nested functions in regcomp.cFangrui Song2021-11-021-223/+241
* posix: Remove alloca usage for internal fnmatch implementationAdhemerval Zanella2021-10-212-127/+87
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-201-135/+39
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-201-12/+16
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-041-0/+3
* linux: Simplify get_nprocsAdhemerval Zanella2021-09-272-1/+50
* regex: copy back from GnulibPaul Eggert2021-09-216-63/+114
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-162-5/+3
* Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell2021-09-069-30/+662
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-0348-49/+1
* posix: remove some iso-8859-encoded charactersDJ Delorie2021-09-015-336/+357
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-08-261-12/+1
* hurd: Fix glob lstat compatibilitySamuel Thibault2021-07-221-1/+2