]> granicus.if.org Git - strace/history - tests
sh64: wire up new syscalls
[strace] / tests /
2016-09-05 Eugene Syromyatnikovtests: check decoding of readahead syscall
2016-09-02 Eugene Syromyatnikovtests: move sprintrc function to libtests
2016-09-02 Eugene Syromyatnikovtests/futex: add support to sprintrc for return codes...
2016-09-02 Eugene Syromyatnikovtests/futex: increase sprintrc static buffer size
2016-09-02 Eugene Syromyatnikovtests/futex: rename retstr to sprintrc
2016-08-31 Dmitry V. Levintests/xstatx.c: use zero_extend_signed_to_ull/sign_exte...
2016-08-31 Dmitry V. Levintests: add sign_extend_unsigned_to_ll macro
2016-08-30 Eugene Syromiatnikovtests: check decoding of futex syscall
2016-08-30 Dmitry V. Levintests: use correct m32/mx32 st_mtime_nsec checks in...
2016-08-29 Dmitry V. LevinDo not use AC_HEADER_MAJOR, include <sys/sysmacros...
2016-08-24 Dmitry V. LevinRevert "tests/xstatx.c: fix stat syscall tests on mips64"
2016-08-24 Dmitry V. LevinMove redefinition of stat types to asm_stat.h
2016-08-23 Dmitry V. LevinDo not check for struct stat.st_{a,c}time_nsec
2016-08-23 Dmitry V. Levinzero_extend_signed_to_ull: add short int support
2016-08-23 Dmitry V. LevinRename widen_to_ull to zero_extend_signed_to_ull
2016-08-22 Eugene Syromyatnikovtests: fill old_value argument in timer{,fd}_xettime...
2016-08-15 Dmitry V. Levintests: fix pause.test when pause syscall is not available
2016-08-13 Dmitry V. Levintests: check for leaks of placeholder descriptors
2016-08-13 Dmitry V. Levintests/init.sh: print exit code of failed commands
2016-08-12 Dmitry V. Levintests: fix *stat64 tests on alpha
2016-08-11 Dmitry V. Levintests: skip rt_tgsigqueueinfo.test when the syscall...
2016-08-11 James Cowgilltests/fcntl.c: fix fcntl test on mips64
2016-08-11 James Cowgilltests/nsyscalls.test: only trace the "syscall" syscall...
2016-08-11 James Cowgilltests/xstatx.c: fix stat syscall tests on mips64
2016-08-11 Dmitry V. Levintests/mlock2.c: fix test failure on mips64
2016-08-09 Dmitry V. LevinUse <asm/unistd.h> instead of <sys/syscall.h>
2016-08-09 Dmitry V. LevinFix decoding of invalid syscalls mapped to indirect...
2016-08-06 Dmitry V. Levintests: add #include guards
2016-08-04 Dmitry V. Levintests/umode_t.c: guard against libc printf format errors
2016-08-03 Dmitry V. LevinFix printing of mode_t, umode_t, and umask types
2016-08-02 Dmitry V. Levintests: simplify attach-f-p.test
2016-08-02 Dmitry V. Levintests: cleanup attach-p-cmd.test
2016-08-02 Dmitry V. Levinip_mreq.test: rewrite from match_grep to match_diff
2016-08-02 Dmitry V. Levinfanotify_mark.test: rewrite from match_grep to match_diff
2016-08-02 Dmitry V. Levinsignalfd4.test: rewrite from match_grep to match_diff
2016-07-31 Dmitry V. Levintests: rename signalfd.test to signalfd4.test
2016-07-30 Dmitry V. Levinmemfd_create.test: rewrite from match_grep to match_diff
2016-07-28 Dmitry V. Levintests: use terse notation in designated initializers...
2016-07-28 Dmitry V. LevinConsistently use extended regular expressions where...
2016-07-28 Dmitry V. Levintests: fix extended regexps
2016-07-26 Dmitry V. LevinFix one more code pattern that might break gcc strict...
2016-07-26 Dmitry V. Levintests/btrfs.c: do not include the same header file...
2016-07-26 Dmitry V. Levintests: fix accept4.test on systems that lack SOCK_CLOEX...
2016-07-26 Dmitry V. Levintests: fix vhangup.test
2016-07-26 Dmitry V. Levintests: fix chown.test
2016-07-25 Dmitry V. Levintests/ipc.c: fix typo
2016-07-22 Dmitry V. Levintests: check decoding of ipc syscall
2016-07-21 Dmitry V. Levintests: skip netlink_protocol.test on old systems
2016-07-21 Dmitry V. LevinDo not print too many arguments of socketcall syscall
2016-07-20 Dmitry V. Levintests/nsyscalls.c: change the type of syscall arguments...
2016-07-20 Dmitry V. Levintests: check decoding of socketcall syscall
2016-07-19 Dmitry V. Levintests: check decoding and dumping of send and recv...
2016-07-19 Dmitry V. Levintests: rename unix-pair-send-recv to unix-pair-sendto...
2016-07-19 Dmitry V. Levintests: check decoding of shutdown syscall
2016-07-19 Dmitry V. Levintests: check silent decoding of sendmmsg and recvmmsg...
2016-07-19 Dmitry V. LevinPrint unsent messages of failed sendmmsg syscall
2016-07-19 Dmitry V. LevinPrint unsent messages of sendmmsg syscall
2016-07-19 Dmitry V. Levintests: check verbose decoding of msg_name* fields of...
2016-07-19 Dmitry V. Levintests: check decoding of msg_name* fields of struct...
2016-07-19 Dmitry V. Levintests: check decoding of timeout argument of recvmmsg...
2016-07-19 Dmitry V. LevinFix printing of remaining timeout of recvmmsg syscall
2016-07-19 Dmitry V. Levintests: add recv_mmsg and send_mmsg functions to libtests
2016-07-19 Dmitry V. Levintests: add socketcall function to libtests
2016-07-18 Dmitry V. LevinUse IOV_MAX instead of UIO_MAXIOV
2016-07-14 Dmitry V. Levintests: disable part of msg_name test on non-glibc systems
2016-07-13 Dmitry V. LevinPrint struct iovec as a regular structure
2016-07-13 Dmitry V. Levintests: check decoding of msghdr.msg_name* arguments...
2016-07-12 Dmitry V. Levinblock.c: remove BLKDAXGET support
2016-07-12 Dmitry V. Levintests: check decoding of sockaddr related arguments...
2016-07-12 Dmitry V. Levintests: check decoding of accept4 syscall
2016-07-12 Dmitry V. Levintests: check decoding of accept syscall
2016-07-12 Dmitry V. Levintests: check decoding of getpeername syscall
2016-07-12 Dmitry V. Levintests: check decoding of getsockname syscall
2016-07-12 Dmitry V. LevinPrint both values of changing address length in socknam...
2016-07-12 Dmitry V. LevinEnhance diagnostics of address truncation in sockname...
2016-07-08 Dmitry V. Levinnetlink: handle multipart netlink messages
2016-07-07 Dmitry V. Levintests: extend netlink protocol check
2016-07-07 Fabien Sirontests: check decoding of netlink protocol
2016-07-03 Dmitry V. Levinmsghdr.c: limit output when printing excessively large...
2016-07-03 Dmitry V. Levintests: add read_int_from_file function to libtests
2016-07-02 Dmitry V. Levinmsghdr.c: limit IP_RECVOPTS/IP_RETOPTS output in abbrev...
2016-07-02 Dmitry V. Levinmsghdr.c: limit SCM_RIGHTS output in abbrev mode
2016-07-01 Dmitry V. Levintests: check decoding of struct msghdr ancillary data
2016-06-30 Dmitry V. Levinmsghdr.c: fix representation of struct cmsghdr.cmsg_dat...
2016-06-30 Dmitry V. Levinmsghdr.c: fix representation of integer struct cmsghdr...
2016-06-30 Dmitry V. Levinmsghdr.c: when printing struct struct cmsghdr.cmsg_data...
2016-06-27 Dmitry V. Levinmsghdr.c: print struct mmsghdr as a regular structure
2016-06-27 Dmitry V. LevinMpersify fetchers of struct msghdr and struct mmsghdr
2016-06-27 Dmitry V. Levinnet.c: move fallback definition of struct mmsghdr to...
2016-06-26 Dmitry V. Levinnet.c: print struct msghdr as a regular structure
2016-06-26 Dmitry V. Levinnet.c: when printing struct msghdr.msg_control, also...
2016-06-25 Dmitry V. Levintests: check decoding of sockaddr structures
2016-06-24 Dmitry V. Levinnet.c: fix printing field names of struct sockaddr_nl
2016-06-23 Dmitry V. Levinnet.c: skip details of too short socket addresses
2016-06-21 Dmitry V. LevinAssume that libc provides inet_ntop and inet_pton
2016-06-20 Dmitry V. LevinConsistently use AF_UNIX over AF_LOCAL
2016-06-17 Dmitry V. Levinbtrfs: fix build with fresh linux/btrfs.h
2016-06-17 Dmitry V. Levinbtrfs: provide fallback definitions for BTRFS_IOC_QUOTA...
2016-06-16 Fei Jietests: add signal_receive.test
2016-06-16 Fei Jietests: add signal2name function to libtests
next