aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
2022-11-04posix: Make posix_spawn extensions available by defaultFlorian Weimer1-2/+2
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella1-3/+3
2022-10-05posix: Suppress -Os may be used uninitialized warnings on regexecAdhemerval Zanella Netto1-0/+6
2022-10-05posix: Suppress -Os warnings on fnmatchAdhemerval Zanella Netto1-0/+31
2022-09-22Use '%z' instead of '%Z' on printf functionsAdhemerval Zanella Netto2-3/+3
2022-08-23Merge getopt patch from GnulibPaul Eggert1-1/+2
2022-08-23Merge _GL_UNUSED C23 patch from GnulibPaul Eggert1-2/+2
2022-07-05Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella1-1/+1
2022-06-24misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella1-1/+1
2022-06-02linux: Add process_madviseAdhemerval Zanella1-1/+1
2022-05-25Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2-33/+114
2022-05-17linux: Add P_PIDFDAdhemerval Zanella2-7/+2
2022-04-27posix/glob.c: update from gnulibDJ Delorie1-12/+58
2022-04-13Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein1-1/+1
2022-03-31posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella1-1/+0
2022-02-03posix: Fix tst-spawn6 terminal handling (BZ #28853)Adhemerval Zanella1-11/+51
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella10-101/+122
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella7-3/+251
2022-01-24Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab3-3/+45
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar1-1/+1
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert1-1/+1
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert259-259/+259
2021-11-24regex: fix buffer read overrun in search [BZ#28470]Paul Eggert1-4/+3
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella1-0/+10
2021-11-02regex: Unnest nested functions in regcomp.cFangrui Song1-223/+241
2021-10-21posix: Remove alloca usage for internal fnmatch implementationAdhemerval Zanella2-127/+87
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar1-135/+39
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar1-12/+16
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy1-0/+3
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella2-1/+50
2021-09-21regex: copy back from GnulibPaul Eggert6-63/+114
2021-09-16posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2-5/+3
2021-09-06Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell9-30/+662
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar48-49/+1
2021-09-01posix: remove some iso-8859-encoded charactersDJ Delorie5-336/+357
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella1-12/+1
2021-07-22hurd: Fix glob lstat compatibilitySamuel Thibault1-1/+2
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar1-3/+5
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar1-13/+27
2021-07-13posix: Ignore non opened files on tst-spawn5Adhemerval Zanella1-19/+34
2021-07-09Properly run tst-spawn5 directly [BZ #28067]H.J. Lu1-11/+21
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella7-1/+360
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella1-0/+6
2021-07-01Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler1-0/+1
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella5-2/+168
2021-06-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2-1/+2
2021-06-24posix: Do not clobber errno by atfork handlersAdhemerval Zanella1-0/+6
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella3-14/+139
2021-06-15y2038: Add test coverageAdhemerval Zanella5-0/+12
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella6-23/+131