aboutsummaryrefslogtreecommitdiff
path: root/posix
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-15y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2-1/+30
2021-06-02Add missing symbols to Version filesFlorian Weimer1-0/+4
2021-05-18Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler1-0/+19
2021-05-07linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella1-0/+1
2021-05-07Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella1-26/+14
2021-05-06Annotate additional APIs with GCC attribute access.Martin Sebor2-8/+17
2021-05-05nptl: Move sem_close, sem_open into libcFlorian Weimer1-0/+1
2021-05-04posix: Fix Hurd build failure in tst-execveatFlorian Weimer1-1/+4
2021-05-03linux: Add execveat system call wrapperAlexandra Hájková5-2/+235
2021-04-21Fix argv overrun in getconf (bug 27761)Andreas Schwab1-2/+2
2021-04-15posix: Add wait3 testsAdhemerval Zanella4-191/+235
2021-03-12posix: Consolidate register-atforkAdhemerval Zanella2-1/+149
2021-03-09posix: tst-spawn4-compat can be a regular testFlorian Weimer2-10/+7
2021-03-09posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer2-16/+11
2021-03-05posix: glob, glob64 should not be declared __THROW [BZ #27522]Florian Weimer1-6/+6
2021-02-23posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella2-104/+58
2021-02-16tst: Provide test for sched_rr_get_intervalLukasz Majewski2-1/+46
2021-02-09regex: stop using allocaAdhemerval Zanella1-19/+0
2021-02-09regexec: remove alloca usage in build_trtableAdhemerval Zanella1-62/+13
2021-02-09regex: remove alloca usage on regex set_regsAdhemerval Zanella1-22/+18
2021-02-08linux: Require /dev/shm as the shared memory file systemFlorian Weimer3-1/+49
2021-02-03 posix/tst-rfc3484: Fix compile failure linking to local __stat64Stafford Horne3-0/+3