summaryrefslogtreecommitdiffstats
path: root/posix (follow)
Commit message (Expand)AuthorAgeLines
* Merge getopt patch from GnulibPaul Eggert2022-08-23-1/+2
* Merge _GL_UNUSED C23 patch from GnulibPaul Eggert2022-08-23-2/+2
* Replace __libc_multiple_threads with __libc_single_threadedAdhemerval Zanella2022-07-05-1/+1
* misc: Optimize internal usage of __libc_single_threadedAdhemerval Zanella2022-06-24-1/+1
* linux: Add process_madviseAdhemerval Zanella2022-06-02-1/+1
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-25-33/+114
* linux: Add P_PIDFDAdhemerval Zanella2022-05-17-7/+2
* posix/glob.c: update from gnulibDJ Delorie2022-04-27-12/+58
* Replace {u}int_fast{16|32} with {u}int32_tNoah Goldstein2022-04-13-1/+1
* posix: Remove unused variable on tst-_Fork.cAdhemerval Zanella2022-03-31-1/+0
* posix: Fix tst-spawn6 terminal handling (BZ #28853)Adhemerval Zanella2022-02-03-11/+51
* posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella2022-02-02-101/+122
* posix: Add terminal control setting support for posix_spawnAdhemerval Zanella2022-01-25-3/+251
* Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab2022-01-24-3/+45
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-01-12-1/+1
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2022-01-01-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-01-259/+259
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2021-11-24-4/+3
* io: Refactor close_range and closefromAdhemerval Zanella2021-11-24-0/+10
* regex: Unnest nested functions in regcomp.cFangrui Song2021-11-02-223/+241
* posix: Remove alloca usage for internal fnmatch implementationAdhemerval Zanella2021-10-21-127/+87
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2021-10-20-135/+39
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2021-10-20-12/+16
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-04-0/+3
* linux: Simplify get_nprocsAdhemerval Zanella2021-09-27-1/+50
* regex: copy back from GnulibPaul Eggert2021-09-21-63/+114
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-16-5/+3
* Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell2021-09-06-30/+662
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-03-49/+1
* posix: remove some iso-8859-encoded charactersDJ Delorie2021-09-01-336/+357
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-08-26-12/+1
* hurd: Fix glob lstat compatibilitySamuel Thibault2021-07-22-1/+2
* mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar2021-07-22-3/+5
* Move malloc hooks into a compat DSOSiddhesh Poyarekar2021-07-22-13/+27
* posix: Ignore non opened files on tst-spawn5Adhemerval Zanella2021-07-13-19/+34
* Properly run tst-spawn5 directly [BZ #28067]H.J. Lu2021-07-09-11/+21
* posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella2021-07-08-1/+360
* io: Add closefrom [BZ #10353]Adhemerval Zanella2021-07-08-0/+6
* Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler2021-07-01-0/+1
* posix: Add _Fork [BZ #4737]Adhemerval Zanella2021-06-28-2/+168
* wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab2021-06-27-1/+2
* posix: Do not clobber errno by atfork handlersAdhemerval Zanella2021-06-24-0/+6
* posix: Consolidate fork implementationAdhemerval Zanella2021-06-24-14/+139
* y2038: Add test coverageAdhemerval Zanella2021-06-15-0/+12
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-15-23/+131
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-15-1/+30
* Add missing symbols to Version filesFlorian Weimer2021-06-02-0/+4
* Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler2021-05-18-0/+19
* linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella2021-05-07-0/+1
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-07-26/+14