aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-01-04syscalls/getcpu01: convert to new lib, cleanups, enable on AndroidSteve Muckle
2019-01-04syscalls/sched_setaffinity: move cpu set macros to include/lapiSteve Muckle
2019-01-03lib: build check parameters for tst_brk()Jan Stancek
2018-12-17fzsync: Add delay bias for difficult racesRichard Palethorpe
2018-12-17tst_netlink: inline functions in headerEric Biggers
2018-12-17lapi/cryptouser.h: add more declarationsEric Biggers
2018-12-11fzsync: limit sampling timeJan Stancek
2018-12-05lapi/syscalls: Add syscall numbers for process_vm_readv/_writevJason Xing
2018-12-04packet/fanout01.c: Fix compiler errors and warningJinhui huang
2018-11-22fzsync: Simplify API with start/end race calls and limit exec timeRichard Palethorpe
2018-11-22tst_timer: Add nano second conversionsRichard Palethorpe
2018-11-20lapi/syscalls: Add syscall numbers for execveatJinhui huang
2018-11-19Testing statx syscall Timestamp fieldsSubash Ganesan
2018-11-19lapi/safe_rt_signal.h: Add.Cyril Hrubis
2018-11-19lapi/rt_sigaction.h: Make it usable for newlib testsCyril Hrubis
2018-11-05lib: new tst_test field to save and restore proc|sysJan Stancek
2018-10-17syscalls/keyctl02: wait for last key to be garbage collectedJan Stancek
2018-10-11tst_safe_macros: add SAFE_GETGRNAM_FALLBACK()Clemens Famulla-Conrad
2018-10-11tst_safe_macros: add SAFE_GETGRGID()Clemens Famulla-Conrad
2018-10-11syscalls/membarrier: Add membarrier() initial testRafael David Tinoco
2018-10-04safe_macros: Add SAFE_GETXATTR() macroXiao Yang
2018-10-04syscalls/preadv201: Add new testcaseXiao Yang
2018-10-04lapi/syscalls: Add syscall numbers for preadv2Xiao Yang
2018-10-01module: Remove obsolete create_module(2) and query_module(2)Xiao Yang
2018-09-20lib/tst_test.c: add 'needs_drivers' option with tst_check_drivers cmdAlexey Kodanev
2018-09-12lib: tst_mkfs: Allow passing more extra optionsCyril Hrubis
2018-09-05lapi/powerpc64.in: Fix wrong syscall number for statxXiao Yang
2018-09-04lapi/syscalls: Fix typo in arm.inCyril Hrubis
2018-09-04syscalls: Prepare for testing statx syscallvaishnavid
2018-09-04syscalls/mlock201: Add new testcaseXiao Yang
2018-09-04safe_macros: Add SAFE_MLOCK() and SAFE_MUNLOCK() macrosXiao Yang
2018-09-04lapi/syscalls: Add syscall numbers for mlock2Xiao Yang
2018-09-03lib/tst_test.c: Add .needs_devfs flagXiao Yang
2018-09-03lib/tst_path_has_mnt_flags.c: Factor out tst_path_has_mnt_flags() for new APIXiao Yang
2018-09-03lib: introduce tst_timeout_remaining()Jan Stancek
2018-08-30fs/read_all: define FNM_EXTMATCH if neededRafael David Tinoco
2018-08-27tst_timer: Convert to new libraryRichard Palethorpe
2018-08-22syscalls/execveat03: Fix compiler errorsXiao Yang
2018-08-21syscalls/memfd_create: add tests with MFD_HUGETLB flagVishnu K
2018-08-17pty: fix some issues in pty02Li Wang
2018-08-09syscalls/execveat01: new test to verify execveat unlinked fdEddie.Horng
2018-08-08lib: Fix result propagation after exec() + tst_reinit()Cyril Hrubis
2018-08-07safe_macros: add safe_lremovexattr() and safe_fremovexattr()Rafael David Tinoco
2018-08-03syscalls/prctl03.c: New test for prctl() with PR_{SET,GET}_CHILD_SUBREAPERXiao Yang
2018-07-25Rename TEST_ERRNO and TEST_RETURN for new test libChristian Lanig
2018-07-23lib: Factor out is_supported() && Add tst_supported_fsXiao Yang
2018-07-19lib: Add tst_crypto and tst_netlink libsRichard Palethorpe
2018-06-29tst_timer: Add tst_timer_expired_ms()Cyril Hrubis
2018-06-25tst_safe_sysv_ipc: SAFE_{SHMCTL,MSGCTL} return retvalCyril Hrubis
2018-06-21lib: Introduce TESTPTR()Petr Vorel