about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* 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
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-221-3/+5
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-221-13/+27
* posix: Ignore non opened files on tst-spawn5Adhemerval Zanella2021-07-131-19/+34
* Properly run tst-spawn5 directly [BZ #28067]H.J. Lu2021-07-091-11/+21
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-087-1/+360
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-081-0/+6
* Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler2021-07-011-0/+1
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-285-2/+168
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-06-272-1/+2
* posix: Do not clobber errno by atfork handlersAdhemerval Zanella2021-06-241-0/+6
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-243-14/+139