acadia-newlib/winsup/testsuite/winsup.api/ltp
Egor Duda 50ab44e0a7 * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider
whether it's expected or not.
* winsup.api/known_bugs.tcl: lseek10 is known to fail because mknod
is not implemented.
* winsup.api/ltp/rename02.c: Fix formatting.
* libltp/lib/libtestsuite.c: New file.
* winsup.api/signal-into-win32-api.c: New test.
* winsup.api/ltp/access04.c: Ditto.
* winsup.api/ltp/access05.c: Ditto.
* winsup.api/ltp/alarm07.c: Ditto.
* winsup.api/ltp/chdir04.c: Ditto.
* winsup.api/ltp/chmod01.c: Ditto.
* winsup.api/ltp/close01.c: Ditto.
* winsup.api/ltp/close02.c: Ditto.
* winsup.api/ltp/creat01.c: Ditto.
* winsup.api/ltp/creat03.c: Ditto.
* winsup.api/ltp/exit01.c: Ditto.
* winsup.api/ltp/exit02.c: Ditto.
* winsup.api/ltp/fchdir01.c: Ditto.
* winsup.api/ltp/fchdir02.c: Ditto.
* winsup.api/ltp/fork02.c: Ditto.
* winsup.api/ltp/fork03.c: Ditto.
* winsup.api/ltp/fork06.c: Ditto.
* winsup.api/ltp/fork07.c: Ditto.
* winsup.api/ltp/fork09.c: Ditto.
* winsup.api/ltp/fork10.c: Ditto.
* winsup.api/ltp/fork11.c: Ditto.
* winsup.api/ltp/fstat02.c: Ditto.
* winsup.api/ltp/fstat03.c: Ditto.
* winsup.api/ltp/fstat04.c: Ditto.
* winsup.api/ltp/ftruncate01.c: Ditto.
* winsup.api/ltp/ftruncate02.c: Ditto.
* winsup.api/ltp/ftruncate03.c: Ditto.
* winsup.api/ltp/getgid02.c: Ditto.
* winsup.api/ltp/getgid03.c: Ditto.
* winsup.api/ltp/getpgid01.c: Ditto.
* winsup.api/ltp/getpgid02.c: Ditto.
* winsup.api/ltp/getpid02.c: Ditto.
* winsup.api/ltp/getppid02.c: Ditto.
* winsup.api/ltp/getuid02.c: Ditto.
* winsup.api/ltp/getuid03.c: Ditto.
* winsup.api/ltp/kill01.c: Ditto.
* winsup.api/ltp/kill02.c: Ditto.
* winsup.api/ltp/kill03.c: Ditto.
* winsup.api/ltp/kill04.c: Ditto.
* winsup.api/ltp/lseek06.c: Ditto.
* winsup.api/ltp/lseek07.c: Ditto.
* winsup.api/ltp/lseek08.c: Ditto.
* winsup.api/ltp/lseek09.c: Ditto.
* winsup.api/ltp/lseek10.c: Ditto.
* winsup.api/ltp/mmap02.c: Ditto.
* winsup.api/ltp/mmap03.c: Ditto.
* winsup.api/ltp/mmap04.c: Ditto.
* winsup.api/ltp/mmap05.c: Ditto.
* winsup.api/ltp/mmap06.c: Ditto.
* winsup.api/ltp/mmap07.c: Ditto.
* winsup.api/ltp/mmap08.c: Ditto.
* winsup.api/ltp/munmap01.c: Ditto.
* winsup.api/ltp/munmap02.c: Ditto.
* winsup.api/ltp/open02.c: Ditto.
* winsup.api/ltp/pipe01.c: Ditto.
* winsup.api/ltp/pipe08.c: Ditto.
* winsup.api/ltp/pipe09.c: Ditto.
* winsup.api/ltp/pipe10.c: Ditto.
* winsup.api/ltp/pipe11.c: Ditto.
* winsup.api/ltp/poll01.c: Ditto.
* winsup.api/ltp/read04.c: Ditto.
* winsup.api/ltp/readlink01.c: Ditto.
* winsup.api/ltp/readlink03.c: Ditto.
* winsup.api/ltp/rename01.c: Ditto.
* winsup.api/ltp/rename08.c: Ditto.
* winsup.api/ltp/rename10.c: Ditto.
* winsup.api/ltp/rmdir01.c: Ditto.
* winsup.api/ltp/stat01.c: Ditto.
* winsup.api/ltp/stat02.c: Ditto.
* winsup.api/ltp/stat03.c: Ditto.
* winsup.api/ltp/symlink03.c: Ditto.
* winsup.api/ltp/symlink04.c: Ditto.
* winsup.api/ltp/symlink05.c: Ditto.
* winsup.api/ltp/sync02.c: Ditto.
* winsup.api/ltp/time02.c: Ditto.
* winsup.api/ltp/times02.c: Ditto.
* winsup.api/ltp/times03.c: Ditto.
* winsup.api/ltp/truncate01.c: Ditto.
* winsup.api/ltp/truncate02.c: Ditto.
* winsup.api/ltp/umask02.c: Ditto.
* winsup.api/ltp/umask03.c: Ditto.
* winsup.api/ltp/wait401.c: Ditto.
* winsup.api/ltp/wait402.c: Ditto.
* winsup.api/ltp/write02.c: Ditto.
* winsup.api/ltp/write03.c: Ditto.
2001-09-13 17:30:23 +00:00
..
access01.c * winsup.api/ltp/access01.c: Avoid compilation error if X_OK 2001-03-10 16:45:28 +00:00
access03.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
access04.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
access05.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
alarm01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
alarm02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
alarm03.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
alarm07.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
asyncio02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
chdir02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
chdir04.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
chmod01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
chmod02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
chown01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
close01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
close02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
close08.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
creat01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
creat03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
creat09.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
dup01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
dup02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
dup03.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
dup04.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
dup05.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
execl01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
execle01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
execlp01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
execv01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
execve01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
execvp01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
exit01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
exit02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fchdir01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fchdir02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fchmod01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fchown01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl03.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl04.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl05.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl07.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl07B.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl08.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl09.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fcntl10.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fork01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fork02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fork03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fork04.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fork06.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fork07.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fork09.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fork10.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fork11.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fpathconf01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fstat01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
fstat02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fstat03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fstat04.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
fsync01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
ftruncate01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
ftruncate02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
ftruncate03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getegid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
geteuid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getgid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getgid02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getgid03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getgroups01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getgroups02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
gethostid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
gethostname01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getpgid01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getpgid02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getpgrp01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getpid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getpid02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getppid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getppid02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getuid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
getuid02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
getuid03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
kill01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
kill02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
kill03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
kill04.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
kill09.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
link02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
link03.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
link04.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
link05.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
lseek01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
lseek02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
lseek03.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
lseek04.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
lseek05.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
lseek06.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
lseek07.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
lseek08.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
lseek09.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
lseek10.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
lstat02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
mkdir01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
mkdir08.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
mknod01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
mmap001.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
mmap02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
mmap03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
mmap04.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
mmap05.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
mmap06.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
mmap07.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
mmap08.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
munmap01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
munmap02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
nice05.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
open02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
open03.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
pathconf01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
pause01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
pipe01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
pipe08.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
pipe09.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
pipe10.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
pipe11.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
poll01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
read01.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
read04.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
readdir01.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
readlink01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
readlink02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
readlink03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
rename01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
rename02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
rename08.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
rename10.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
rmdir01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
rmdir04.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
rmdir05.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
sbrk01.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
select01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
select02.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
select03.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
setgid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
setgroups01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
setpgid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
setregid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
setreuid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
setuid01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
setuid02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
signal03.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
stat01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
stat02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
stat03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
stat05.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
stat06.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
symlink01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
symlink02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
symlink03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
symlink04.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
symlink05.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
sync01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
sync02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
time01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
time02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
times01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
times02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
times03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
truncate01.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
truncate02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
ulimit01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
umask01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
umask02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
umask03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
uname01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
unlink05.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
unlink06.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
unlink07.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
unlink08.c * winsup.api/ltp/dup03.c: New test. 2001-09-09 13:38:17 +00:00
wait02.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
wait401.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
wait402.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
write01.c Add 'const' qualifiers where needed to avoid compiler warnings. 2000-09-06 14:21:53 +00:00
write02.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00
write03.c * libltp/lib/tst_sig.c: Pass SIGSEGV to application to consider 2001-09-13 17:30:23 +00:00