about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
* regex: fix buffer read overrun in search [BZ#28470]Paul Eggert2022-11-111-4/+3
* regex: copy back from GnulibPaul Eggert2022-11-116-63/+114
* Fix deadlock when pthread_atfork handler calls pthread_atfork or dlcloseArjun Shankar2022-05-302-33/+114
* posix/glob.c: update from gnulibDJ Delorie2022-04-281-12/+58
* debug: Synchronize feature guards in fortified functions [BZ #28746]Siddhesh Poyarekar2022-03-111-1/+1
* Make sure that the fortified function conditionals are constantSiddhesh Poyarekar2022-03-111-135/+39
* Don't add access size hints to fortifiable functionsSiddhesh Poyarekar2022-03-111-12/+16
* elf: Avoid deadlock between pthread_create and ctors [BZ #28357]Szabolcs Nagy2021-10-191-0/+3
* linux: Simplify get_nprocsAdhemerval Zanella2021-10-012-1/+50
* Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and p...Adhemerval Zanella2021-09-211-12/+1
* posix: Fix attribute access mode on getcwd [BZ #27476]Aurelien Jarno2021-09-192-5/+3
* 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
* y2038: Add test coverageAdhemerval Zanella2021-06-155-0/+12
* posix: Add glob64 with 64-bit time_t supportAdhemerval Zanella2021-06-156-23/+131
* y2038: Add support for 64-bit time on legacy ABIsAdhemerval Zanella2021-06-152-1/+30
* Add missing symbols to Version filesFlorian Weimer2021-06-021-0/+4
* Fix stringop-overflow warning in bug-regex19.c.Stefan Liebler2021-05-181-0/+19
* linux: Use sched_getaffinity for __get_nprocs (BZ #27645)Adhemerval Zanella2021-05-071-0/+1
* Remove architecture specific sched_cpucount optimizationsAdhemerval Zanella2021-05-071-26/+14
* Annotate additional APIs with GCC attribute access.Martin Sebor2021-05-062-8/+17
* nptl: Move sem_close, sem_open into libcFlorian Weimer2021-05-051-0/+1
* posix: Fix Hurd build failure in tst-execveatFlorian Weimer2021-05-041-1/+4
* linux: Add execveat system call wrapperAlexandra Hájková2021-05-035-2/+235
* Fix argv overrun in getconf (bug 27761)Andreas Schwab2021-04-211-2/+2
* posix: Add wait3 testsAdhemerval Zanella2021-04-154-191/+235
* posix: Consolidate register-atforkAdhemerval Zanella2021-03-122-1/+149
* posix: tst-spawn4-compat can be a regular testFlorian Weimer2021-03-092-10/+7
* posix: tst-glob_lstat_compat no longer needs to be an internal testFlorian Weimer2021-03-092-16/+11
* posix: glob, glob64 should not be declared __THROW [BZ #27522]Florian Weimer2021-03-051-6/+6
* posix: Falling back to non wide mode in case of encoding error [BZ #14185]Adhemerval Zanella2021-02-232-104/+58
* tst: Provide test for sched_rr_get_intervalLukasz Majewski2021-02-162-1/+46
* regex: stop using allocaAdhemerval Zanella2021-02-091-19/+0
* regexec: remove alloca usage in build_trtableAdhemerval Zanella2021-02-091-62/+13
* regex: remove alloca usage on regex set_regsAdhemerval Zanella2021-02-091-22/+18
* linux: Require /dev/shm as the shared memory file systemFlorian Weimer2021-02-083-1/+49
* posix/tst-rfc3484: Fix compile failure linking to local __stat64Stafford Horne2021-02-033-0/+3
* sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305]H.J. Lu2021-02-011-0/+3
* posix: Fix fnmatch.c on bootstrapAdhemerval Zanella2021-01-201-1/+1
* posix: Fix regex_internal.h on bootstrapAdhemerval Zanella2021-01-201-2/+4