aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel
AgeCommit message (Expand)Author
2019-04-09syscalls/stat03, 06: Cleanup && Convert to new APIYang Xu
2019-04-09syscalls/stat01, 02, 05: Cleanup && Convert to new APIYang Xu
2019-04-08syscalls/sigpending02.c: Add libc sigpending() detection && reset sighandler_...Xiao Yang
2019-04-08syscalls/stime: Add libc stime() detectionXiao Yang
2019-04-05syscalls/acct01: convert to new librarySandeep Patil
2019-04-05syscalls/accept01: convert to new library.Sandeep Patil
2019-04-05Remove unnecessary breaksPetr Vorel
2019-04-04hugeshmat04: fix long integer overflow on 32bit systemLi Wang
2019-04-04syscalls/fstat05: Fix failuresCyril Hrubis
2019-04-03syscall/pivot_root01.c: Fix compile errorJinhui huang
2019-04-03syscalls/accept04_01.c: Correct ltp_syscall to tst_syscallJinhui huang
2019-03-28lapi: Replace __WORDSIZE with TST_ABI{,32,64}Petr Vorel
2019-03-28syscalls/stime: Use 3 variants via test_multiplex()Xiao Yang
2019-03-26syscalls/accept4: convert to new librarySandeep Patil
2019-03-26syscalls/abort01: convert to new librarySandeep Patil
2019-03-26sigpending: Use 3 variants via test_multiplex()Petr Vorel
2019-03-26syscalls/select04: Test four syscall variantsCyril Hrubis
2019-03-25syscalls/clock_adjtime: create clock_adjtime syscall testsRafael David Tinoco
2019-03-25lapi/posix_clocks.h: add MAX_CLOCKS definitionRafael David Tinoco
2019-03-25syscalls: Add userfaultfd testcaseChristian Amann
2019-03-25syscalls/ioctl08: add file deduplication testcasesChristian Amann
2019-03-21cpuset: Detect missing fts.hPetr Vorel
2019-03-21msgrcv/msgrcv08: Rename struct msgbufPetr Vorel
2019-03-21sigpending: improve portability by using tst_get_bad_addr()Matthias Maennich
2019-03-21sigpending/rt_sigpending: add basic testMatthias Maennich
2019-03-21rt_sigpending02: reuse code from sigpending02Matthias Maennich
2019-03-20Add ltp pivot_root testPaul Lawrence
2019-03-20syscalls/perf_event_open02: check if PERF_COUNT_HW_INSTRUCTIONS is supportedLi Wang
2019-03-20mem/lib: remove NH_CPUS flag from get_allowed_nodes_arrLi Wang
2019-03-20setpriority01: Skip only PRIO_USER when unable to add test userSaravana Kannan
2019-03-19syscalls/tgkill03: add new testGreg Hackmann
2019-03-19syscalls/tgkill02: add new testGreg Hackmann
2019-03-19syscalls/tgkill01: add new testGreg Hackmann
2019-03-18crypto/af_alg05: new regression test for skcipher_walk error bugEric Biggers
2019-03-18crypto/af_alg04: new regression test for vmac race conditionsEric Biggers
2019-03-18crypto/af_alg03: new regression test for rfc7539 hash alg validationEric Biggers
2019-03-18crypto/af_alg02: new regression test for salsa20 empty message bugEric Biggers
2019-03-18crypto/af_alg01: new regression test for hmac nesting bugEric Biggers
2019-03-18mallopt: Test only on glibcPetr Vorel
2019-03-18mremap: Define _GNU_SOURCE to get MREMAP_MAYMOVE on MUSLPetr Vorel
2019-03-18ptrace: Use int instead of enum __ptrace_requestPetr Vorel
2019-03-18{rt_,}sigaction: Define _GNU_SOURCE to get SA_NOMASK on MUSLPetr Vorel
2019-03-15mem/mtest01: rewrite mtest01 with new APILi Wang
2019-03-15aio: Fix comparison warningPetr Vorel
2019-03-15io/aio: cleanup test directoryMatthias Maennich
2019-03-15aio_tio: convert to new libMatthias Maennich
2019-03-15aio_tio: determine alignment based on target block deviceMatthias Maennich
2019-03-14shell: Use $TST_FS_TYPE and $TST_DEVICE in tst_mkfs()Petr Vorel
2019-03-14shell: Move mkfs.foo into tst_mkfs()Petr Vorel
2019-03-14ima, commands/{df,mkfs}: Use tst_mount()Petr Vorel