aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)Author
2022-02-02posix: Replace posix_spawnattr_tc{get,set}pgrp_np with posix_spawn_file_actio...Adhemerval Zanella
2022-01-25posix: Add terminal control setting support for posix_spawnAdhemerval Zanella
2022-01-24Fix handling of unterminated bracket expressions in fnmatch (bug 28792)Andreas Schwab
2022-01-12debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar
2022-01-01Update copyright dates not handled by scripts/update-copyrights.Paul Eggert
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-11-24regex: fix buffer read overrun in search [BZ#28470]Paul Eggert
2021-11-24io: Refactor close_range and closefromAdhemerval Zanella
2021-11-02regex: Unnest nested functions in regcomp.cFangrui Song
2021-10-21posix: Remove alloca usage for internal fnmatch implementationAdhemerval Zanella
2021-10-20Make sure that the fortified function conditionals are constantSiddhesh Poyarekar
2021-10-20Don't add access size hints to fortifiable functionsSiddhesh Poyarekar
2021-10-04elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy
2021-09-27linux: Simplify get_nprocsAdhemerval Zanella
2021-09-21regex: copy back from GnulibPaul Eggert
2021-09-16posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno
2021-09-06Add generic C.UTF-8 locale (Bug 17318)Carlos O'Donell
2021-09-03Remove "Contributed by" linesSiddhesh Poyarekar
2021-09-01posix: remove some iso-8859-encoded charactersDJ Delorie
2021-08-26Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella
2021-07-22hurd: Fix glob lstat compatibilitySamuel Thibault
2021-07-22mcheck: Wean away from malloc hooks [BZ #23489]Siddhesh Poyarekar
2021-07-22Move malloc hooks into a compat DSOSiddhesh Poyarekar
2021-07-13posix: Ignore non opened files on tst-spawn5Adhemerval Zanella
2021-07-09Properly run tst-spawn5 directly [BZ #28067]H.J. Lu
2021-07-08posix: Add posix_spawn_file_actions_addclosefrom_npAdhemerval Zanella
2021-07-08io: Add closefrom [BZ #10353]Adhemerval Zanella
2021-07-01Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7...Stefan Liebler
2021-06-28posix: Add _Fork [BZ #4737]Adhemerval Zanella
2021-06-27wordexp: handle overflow in positional parameter number (bug 28011)Andreas Schwab
2021-06-24posix: Do not clobber errno by atfork handlersAdhemerval Zanella
2021-06-24posix: Consolidate fork implementationAdhemerval Zanella
2021-06-15y2038: Add test coverageAdhemerval Zanella
2021-06-15posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella
2021-06-02Add missing symbols to Version filesFlorian Weimer
2021-05-18Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer
2021-05-04posix: Fix Hurd build failure in tst-execveatFlorian Weimer
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková
2021-04-21Fix argv overrun in getconf (bug 27761)Andreas Schwab
2021-04-15posix: Add wait3 testsAdhemerval Zanella
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella
2021-03-09posix: tst-spawn4-compat can be a regular testFlorian Weimer
2021-03-09posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer
2021-03-05posix: glob, glob64 should not be declared __THROW [BZ #27522]Florian Weimer
2021-02-23posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella