aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/dup2
AgeCommit message (Expand)Author
2022-10-07update all call sites of SAFE_WRITE()Jan Stancek
2022-08-02dup204.c: use TST_EXP_VAL() and TST_EXP_EQ_LU() macrosAvinesh Kumar
2021-12-17syscalls/dup202: make sure fds are not equal to ofdThadeu Lima de Souza Cascardo
2021-10-07syscalls/dup207: Add file offset check testYang Xu
2021-10-07syscalls/dup206: Add a test when newfd equals oldfdYang Xu
2021-10-07syscalls/dup202: Also check mode whethter change when calling chmod after dup2Yang Xu
2021-09-20syscalls/dup203.c: Fix a compiler errorXiao Yang
2021-09-20syscalls/dup2/dup205: Convert to new APIQI Fuli
2021-09-20syscalls/dup2/dup204: Convert to new APIQI Fuli
2021-09-20syscalls/dup2/dup203: Convert to new APIQI Fuli
2021-09-20syscalls/dup2/dup202: Convert to new APIQI Fuli
2021-09-20syscalls/dup2/dup201: Convert to new APIQI Fuli
2021-02-18ttype: using TTERRNO to macth errnozhao gongyi
2021-01-25syscalls: Fix compiler warnings for comparison of different signednessTree Davies
2020-03-03Replace GPL with SPDX-License-IdentifierYang Xu
2019-09-11syscalls/dup201: Fix buffer overflowWu,Haiqiang
2018-05-09kernel/syscall: divide .gitignore into one for each sub-folderYixin Zhang
2017-10-04syscalls/dup203: Fix make use of SAFE_CLOSE()Cyril Hrubis
2017-10-03Make use of SAFE_FSTAT()Cyril Hrubis
2017-10-03Make use of SAFE_PIPE()Cyril Hrubis
2017-10-03Make use of SAFE_CLOSE()Cyril Hrubis
2017-01-31android: exclude tests which don't buildSteven Jackson
2016-12-15various: include the POSIX fcntl.h instead of sys/fcntl.hSteven Jackson
2015-07-21kernel/dup2: use ARRAY_SIZEManinder Singh
2015-05-12kernel/syscalls/dup2: optimize allocation and freeWei,Jiangang
2015-03-10Introduce tst_parse_opts()Cyril Hrubis
2015-02-04Include usctest.h in test.hCyril Hrubis
2015-02-04Get rid of TEST_CLEANUPCyril Hrubis
2014-06-02Remove STD_FUNCTIONAL_TESTCyril Hrubis
2014-05-27testcases: Constify char *msg variable.Cyril Hrubis
2014-04-09testcases/kernel/syscalls: clean up old style prototypesMike Frysinger
2013-06-24dup2/dup205: close all fds before tst_rmdir()Eryu Guan
2013-04-04Another semiautomated cleanup.Cyril Hrubis
2013-03-07s/Tst_count/tst_count/ to avoid CamelCaseCaspar Zhang
2012-12-07cleanup code indentWanlong Gao
2012-10-24Another semiautomated cleanup.Cyril Hrubis
2012-10-19Update FSF addressWanlong Gao
2012-10-18Add missing newline at end of fileChris Dearman
2011-01-21Fix looping through fd w/ correct loop terminatorGarrett Cooper
2011-01-18Fix testcase.Garrett Cooper
2010-12-21Fix header include format.Garrett Cooper
2010-12-20Fix -Wunitialized.Garrett Cooper
2010-12-19Resolving all compile errors via a scriptGarrett Cooper
2010-12-18Really fix this test. Weird why it worked before...Garrett Cooper
2010-12-18Fix testcases.Garrett Cooper
2010-12-18Fix some tests. Remove all externs to Tst_count.Garrett Cooper
2010-12-17Style and consistency.Garrett Cooper
2010-12-17Fix style and a test bug checking fcntl()'s return value for O_WRONLY.Garrett Cooper
2010-12-16Cleanup style and get rid of conflicts problems.Garrett Cooper
2010-12-16Style and conformance changes.Garrett Cooper