glibc/posix
Siddhesh Poyarekar a643f60c53 Make sure that the fortified function conditionals are constant
In _FORTIFY_SOURCE=3, the size expression may be non-constant,
resulting in branches in the inline functions remaining intact and
causing a tiny overhead.  Clang (and in future, gcc) make sure that
the -1 case is always safe, i.e. any comparison of the generated
expression with (size_t)-1 is always false so that bit is taken care
of.  The rest is avoidable since we want the _chk variant whenever we
have a size expression and it's not -1.

Rework the conditionals in a uniform way to clearly indicate two
conditions at compile time:

- Either the size is unknown (-1) or we know at compile time that the
  operation length is less than the object size.  We can call the
  original function in this case.  It could be that either the length,
  object size or both are non-constant, but the compiler, through
  range analysis, is able to fold the *comparison* to a constant.

- The size and length are known and the compiler can see at compile
  time that operation length > object size.  This is valid grounds for
  a warning at compile time, followed by emitting the _chk variant.

For everything else, emit the _chk variant.

This simplifies most of the fortified function implementations and at
the same time, ensures that only one call from _chk or the regular
function is emitted.

Signed-off-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
2021-10-20 18:12:41 +05:30
..
bits Make sure that the fortified function conditionals are constant 2021-10-20 18:12:41 +05:30
bug-ga2.root/etc Use libnss_files.so for tests posix/bug-ga2 and resolv/tst-leaks2 [BZ #26821] 2020-11-23 10:51:24 +01:00
rxspencer
sys y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
_exit.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
_Fork.c posix: Consolidate fork implementation 2021-06-24 10:02:06 -03:00
alarm.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
annexc.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
BOOST.tests
bsd-getpgrp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-ga1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-ga2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-getopt1.c Avoid insecure usage of tmpnam in tests. 2018-07-18 21:04:12 +00:00
bug-getopt2.c Avoid insecure usage of tmpnam in tests. 2018-07-18 21:04:12 +00:00
bug-getopt3.c Avoid insecure usage of tmpnam in tests. 2018-07-18 21:04:12 +00:00
bug-getopt4.c Avoid insecure usage of tmpnam in tests. 2018-07-18 21:04:12 +00:00
bug-getopt5.c Avoid insecure usage of tmpnam in tests. 2018-07-18 21:04:12 +00:00
bug-glob2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-glob3.c
bug-regex1.c Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
bug-regex2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex3.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex4.c Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
bug-regex5.c Fix posix/bug-regex5.c test case, adapt to iso14651_t1_common upate 2018-02-27 16:58:44 +01:00
bug-regex6.c Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
bug-regex7.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex8.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex9.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex10.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex11.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex12.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex13.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex14.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex15.c
bug-regex16.c
bug-regex17.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex18.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex19.c Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
bug-regex20.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex21.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex22.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex23.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex24.c
bug-regex25.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex26.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex27.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex28.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex29.c
bug-regex30.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex31.c
bug-regex31.input
bug-regex32.c
bug-regex33.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
bug-regex34.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-regex35.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-regex36.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-regex37.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
bug-regex38.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
confstr.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
cpio.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
Depend
environ.c
execl.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
execle.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
execlp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
execv.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
execve.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
execveat.c linux: Add execveat system call wrapper 2021-05-03 16:46:06 -03:00
execvp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
execvpe.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fexecve.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
flexmember.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
fnmatch_loop.c posix: Sync fnmatch with gnulib 2021-01-04 09:02:39 -03:00
fnmatch.c posix: Falling back to non wide mode in case of encoding error [BZ #14185] 2021-02-23 15:58:04 -03:00
fnmatch.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
fork.c elf: Avoid deadlock between pthread_create and ctors [BZ #28357] 2021-10-04 15:07:05 +01:00
fpathconf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
gai_strerror.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
gai.conf
get_child_max.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getaddrinfo.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getconf-speclist.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getconf.c Fix argv overrun in getconf (bug 27761) 2021-04-21 15:11:26 +02:00
getegid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
geteuid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getgroups.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getopt1.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getopt_int.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getopt.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getopt.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getpgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getpgrp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getpid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getppid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getresgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getresuid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getsid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
getuid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
glob64-lstat-compat.c posix: Add glob64 with 64-bit time_t support 2021-06-15 10:42:11 -03:00
glob64-time64.c Fix extra PLT reference in libc.so due to __glob64_time64 if build with gcc 7.5 on 32bit. 2021-07-01 16:46:59 +02:00
glob64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
glob_internal.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
glob_pattern_p.c posix: Sync glob code with gnulib 2021-01-04 08:41:53 -03:00
glob-lstat-compat.c hurd: Fix glob lstat compatibility 2021-07-22 20:31:52 +02:00
glob.c posix: Add glob64 with 64-bit time_t support 2021-06-15 10:42:11 -03:00
glob.h posix: Add glob64 with 64-bit time_t support 2021-06-15 10:42:11 -03:00
globfree64-time64.c posix: Add glob64 with 64-bit time_t support 2021-06-15 10:42:11 -03:00
globfree64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
globfree.c posix: Sync glob code with gnulib 2021-01-04 08:41:53 -03:00
globtest.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
globtest.sh Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
group_member.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
init-posix.c
Makefile linux: Simplify get_nprocs 2021-09-27 09:18:12 -03:00
nanosleep.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pathconf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pause.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
PCRE.tests posix: Sync gnulib regex implementation 2018-07-04 09:54:45 -03:00
posix_madvise.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
posix-conf-vars.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
posix-conf-vars.list
posix-envs.def Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pread64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pread.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
PTESTS posix: remove some iso-8859-encoded characters 2021-09-01 14:29:59 -04:00
PTESTS2C.sed posix: remove some iso-8859-encoded characters 2021-09-01 14:29:59 -04:00
pwrite64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
pwrite.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
re_comp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
regcomp.c regex: copy back from Gnulib 2021-09-21 08:00:44 -07:00
regex_internal.c regex: copy back from Gnulib 2021-09-21 08:00:44 -07:00
regex_internal.h regex: copy back from Gnulib 2021-09-21 08:00:44 -07:00
regex.c regex: copy back from Gnulib 2021-09-21 08:00:44 -07:00
regex.h regex: copy back from Gnulib 2021-09-21 08:00:44 -07:00
regexbug1.c
regexec.c regex: copy back from Gnulib 2021-09-21 08:00:44 -07:00
register-atfork.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
runptests.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
runtests.c
sched_cpualloc.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_cpucount.c linux: Use sched_getaffinity for __get_nprocs (BZ #27645) 2021-05-07 13:54:09 -03:00
sched_cpufree.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_getaffinity.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_getp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_gets.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_primax.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_primin.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_rr_gi.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_setaffinity.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_setp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_sets.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched_yield.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sched.h y2038: Add support for 64-bit time on legacy ABIs 2021-06-15 10:42:11 -03:00
setgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setpgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setpgrp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setresgid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setresuid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setsid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
setuid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
shm-directory.c nptl: Move sem_close, sem_open into libc 2021-05-05 17:19:38 +02:00
sleep.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_faction_addchdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_faction_addclose.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_faction_addclosefrom.c posix: Add posix_spawn_file_actions_addclosefrom_np 2021-07-08 14:08:15 -03:00
spawn_faction_adddup2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_faction_addfchdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_faction_addopen.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_faction_destroy.c posix: Add posix_spawn_file_actions_addclosefrom_np 2021-07-08 14:08:15 -03:00
spawn_faction_init.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn_int.h posix: Add posix_spawn_file_actions_addclosefrom_np 2021-07-08 14:08:15 -03:00
spawn_valid_fd.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawn.h posix: Add posix_spawn_file_actions_addclosefrom_np 2021-07-08 14:08:15 -03:00
spawnattr_destroy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_getdefault.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_getflags.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_getpgroup.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_getschedparam.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_getschedpolicy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_getsigmask.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_init.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_setdefault.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_setflags.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_setpgroup.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_setschedparam.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_setschedpolicy.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnattr_setsigmask.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawni.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
spawnp.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
streams-compat.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
sysconf.c sysconf: Add _SC_MINSIGSTKSZ/_SC_SIGSTKSZ [BZ #20305] 2021-02-01 11:00:52 -08:00
tar.h Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
test-errno.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-ssize-max.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
test-vfork.c
testfnm.c
TESTS
TESTS2C.sed
times.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
transbug.c Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
tst-_Fork.c posix: Add _Fork [BZ #4737] 2021-06-28 15:55:56 -03:00
tst-boost.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-chmod.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-cpucount.c
tst-cpuset.c
tst-dir.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-exec-static.c
tst-exec.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-execl1.c
tst-execl2.c
tst-execle1.c
tst-execle2.c
tst-execlp1.c
tst-execlp2.c
tst-execv1.c
tst-execv2.c
tst-execve1.c
tst-execve2.c
tst-execveat.c posix: Fix Hurd build failure in tst-execveat 2021-05-04 16:03:07 +02:00
tst-execvp1.c posix: execvpe cleanup 2016-03-07 00:21:37 -03:00
tst-execvp2.c posix: execvpe cleanup 2016-03-07 00:21:37 -03:00
tst-execvp3.c posix: execvpe cleanup 2016-03-07 00:21:37 -03:00
tst-execvp4.c posix: execvpe cleanup 2016-03-07 00:21:37 -03:00
tst-execvpe1.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-execvpe2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-execvpe3.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-execvpe4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-execvpe5.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-execvpe6.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-fexecve.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-fnmatch2.c
tst-fnmatch3.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-fnmatch4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-fnmatch5.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-fnmatch6.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-fnmatch.c posix: remove some iso-8859-encoded characters 2021-09-01 14:29:59 -04:00
tst-fnmatch.input Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
tst-fork.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-getaddrinfo2.c Add missing header files throughout the testsuite. 2017-02-16 17:33:18 -05:00
tst-getaddrinfo3.c
tst-getaddrinfo4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-getaddrinfo5.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-getaddrinfo.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-getconf.sh Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-getopt_long1.c getopt: merge from gnulib: alloca avoidance 2017-04-07 07:51:52 -04:00
tst-getopt-cancel.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-glob_lstat_compat.c posix: tst-glob_lstat_compat no longer needs to be an internal test 2021-03-09 21:07:24 +01:00
tst-glob_symlinks.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-glob-tilde.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-gnuglob64-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-gnuglob64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-gnuglob-skeleton.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-gnuglob.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-mmap-offset.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-mmap.c
tst-nanosleep.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-nice.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-pathconf.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-pcre.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-posix_fadvise64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-posix_fadvise-common.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-posix_fadvise.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-posix_spawn-fd.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-posix_spawn-setsid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-preadwrite64.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-preadwrite-common.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-preadwrite.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-regcomp-truncated.c Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
tst-regex2.c Don't reduce test timeout to less than default 2018-10-17 09:34:13 +02:00
tst-regex.c Add generic C.UTF-8 locale (Bug 17318) 2021-09-06 11:30:28 -04:00
tst-regex.input Fix posix/tst-regex by using UTF-8 and own test input 2019-08-29 02:38:14 -07:00
tst-regexloc.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-rfc3484-2.c posix/tst-rfc3484: Fix compile failure linking to local __stat64 2021-02-03 16:12:13 -03:00
tst-rfc3484-3.c posix/tst-rfc3484: Fix compile failure linking to local __stat64 2021-02-03 16:12:13 -03:00
tst-rfc3484.c posix/tst-rfc3484: Fix compile failure linking to local __stat64 2021-02-03 16:12:13 -03:00
tst-rxspencer-no-utf8.c
tst-rxspencer.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-sched_getaffinity.c linux: Simplify get_nprocs 2021-09-27 09:18:12 -03:00
tst-sched_rr_get_interval-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-sched_rr_get_interval.c tst: Provide test for sched_rr_get_interval 2021-02-16 20:35:37 +01:00
tst-spawn2.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-spawn3.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-spawn4-compat.c posix: tst-spawn4-compat can be a regular test 2021-03-09 21:07:24 +01:00
tst-spawn4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-spawn5.c Use support_open_dev_null_range io/tst-closefrom, misc/tst-close_range, and posix/tst-spawn5 (BZ #28260) 2021-08-26 17:13:47 -03:00
tst-spawn-chdir.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-spawn-static.c
tst-spawn.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-sysconf-empty-chroot.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-sysconf.c
tst-truncate64.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-truncate-common.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-truncate.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-vfork1.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-vfork2.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-vfork3.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
tst-wait3-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-wait3.c posix: Add wait3 tests 2021-04-15 11:32:40 -03:00
tst-wait4-time64.c y2038: Add test coverage 2021-06-15 10:42:11 -03:00
tst-wait4.c posix: Add wait3 tests 2021-04-15 11:32:40 -03:00
tst-wait-skeleton.c posix: Add wait3 tests 2021-04-15 11:32:40 -03:00
tst-waitid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tst-wordexp-nocmd.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
tstgetopt.c
uname-values.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
uname.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
unistd.h Don't add access size hints to fortifiable functions 2021-10-20 08:33:31 +05:30
Versions posix: Add posix_spawn_file_actions_addclosefrom_np 2021-07-08 14:08:15 -03:00
vfork.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wait3.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wait4.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wait.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wait.h
waitid.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
waitpid.c Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wordexp-test.c wordexp: handle overflow in positional parameter number (bug 28011) 2021-06-27 19:35:42 +02:00
wordexp-tst.sh Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00
wordexp.c Remove "Contributed by" lines 2021-09-03 22:06:44 +05:30
wordexp.h Update copyright dates with scripts/update-copyrights 2021-01-02 12:17:34 -08:00