about summary refs log tree commit diff
path: root/posix
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* posix: Correct attribute access mode on readlinkat [BZ #27024].Martin Sebor2021-01-101-1/+1
* posix: Sync fnmatch with gnulibAdhemerval Zanella2021-01-042-1317/+1208
* Sync flexmember.h with gnulibAdhemerval Zanella2021-01-041-5/+20
* posix: Sync glob code with gnulibAdhemerval Zanella2021-01-043-866/+886
* posix: Sync regex code with gnulibAdhemerval Zanella2021-01-044-19/+35
* Update copyright dates not handled by scripts/update-copyrights.Paul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-02245-245/+245
* nonstring: Enable __FORTIFY_LEVEL=3Siddhesh Poyarekar2020-12-311-54/+66
* nsswitch: use new internal API (callers)DJ Delorie2020-12-043-3/+3
* Mark mtrace tests UNSUPPORTED if bug-ga2.mtrace or tst-leaks2.mtrace are missingStefan Liebler2020-11-251-1/+3
* Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821]Stefan Liebler2020-11-235-9/+14
* Remove tls.h inclusion from internal errno.hAdhemerval Zanella2020-11-134-1/+4
* Revert "Fix missing redirects in testsuite targets"Andreas Schwab2020-10-081-3/+3