]> granicus.if.org Git - strace/history - configure.ac
Update BPF_* constants
[strace] / configure.ac
2017-09-07 JingPiao Chenrtnl_tc: decode tcmsg netlink attributes
2017-09-04 Eugene Syromyatnikovconfigure.ac: specify minimal GNU Automake version
2017-09-03 JingPiao Chenrtnl_link: decode more ifinfomsg netlink attributes
2017-09-02 Eugene Syromyatnikovkeyctl: add support for KDF parameters decoding in...
2017-09-01 JingPiao Chenrtnl_link: decode IFLA_PROTINFO netlink attribute of...
2017-09-01 JingPiao Chenrtnl_neightbl: decode ndtmsg netlink attributes
2017-08-29 JingPiao Chenrtnl_rule: decode fib_rule_hdr netlink attributes
2017-08-28 JingPiao Chenrtnl_link: decode ifinfomsg netlink attributes
2017-08-26 JingPiao Chenrtnl_route: decode rtmsg netlink attributes
2017-08-17 Dmitry V. Levinconfigure: cleanup struct statfs/statfs64 member checks
2017-08-15 JingPiao Chenconfigure.ac: remove redundant linux/dcbnl.h header...
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of mdb messages
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of netconf messages
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of dcb messages
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of addrlabel...
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of neigh messages
2017-08-14 JingPiao Chennetlink: add a basic rtnetlink parser of rule messages
2017-08-13 JingPiao Chennetlink: add a basic rtnetlink parser of addr messages
2017-08-10 Eugene SyromyatnikovGenerate date for the man page
2017-08-10 Eugene SyromyatnikovMake strace.1 generated
2017-07-27 Dmitry V. Levinbpf: update BPF_MAP_CREATE decoding
2017-07-27 Dmitry V. Levinbpf: update BPF_PROG_LOAD decoding
2017-07-26 Dmitry V. Levintests: enhance test coverage of bpf syscall parser
2017-07-26 Dmitry V. Levinm4: macroize union bpf_attr field checks
2017-07-24 JingPiao Chennetlink: decode NETLINK_CRYPTO crypto_user_alg netlink...
2017-07-20 Dmitry V. Levinbuild: add check-valgrind-* to recursive targets
2017-07-12 JingPiao Chentests: check decoding of NETLINK_CRYPTO message types
2017-07-08 Dmitry V. LevinAssume that <linux/filter.h> is always available
2017-07-02 Dmitry V. LevinUse program_invocation_name instead of a local progname...
2017-06-19 Masatake YAMATOsocketutils: build a dynamic xlat table for NETLINK_GEN...
2017-06-19 Masatake YAMATOIntroduce xstrndup function
2017-06-17 Dmitry V. LevinFix a few spacing style issues
2017-06-05 Dmitry V. Levintests: guard against missing linux/netfilter/nfnetlink.h
2017-05-26 Eugene SyromyatnikovUnify capitalisation of (c) in copyright notices
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-04-19 Eugene SyromyatnikovDerive copyright year from the git commit date
2017-04-13 Edgar Kaziahmedovv4l2: Implement decoding of the remaining V4L2_BUF_TYPE...
2017-04-13 Nikolay MarchukImplement decoding of NS_* ioctl commands
2017-02-17 Dmitry V. Levinbpf: update BPF_PROG_ATTACH decoding
2017-02-12 Dmitry V. Levintests: rewrite pipe syscall decoding check from match_g...
2017-01-29 Quentin MonnetUpdate bpf syscall decoding
2017-01-26 Dmitry V. Levinmips: rewrite configure check without sgidefs.h
2017-01-20 Andre McCurdymips: use <asm/sgidefs.h>
2017-01-20 JingPiao ChenImplement decoding of ustat syscall
2017-01-13 Dmitry V. Levintests: drop non-USE_ASM_STAT case support
2017-01-01 Dmitry V. LevinUpdate all publicly shown copyright year number ranges
2016-12-29 Eugene Syromyatnikovxlat: update LOOP_* ioctl flags constants
2016-12-28 Dmitry V. LevinUpdate the publicly shown copyright information
2016-12-28 Dmitry V. Levinconfigure: specify project URL
2016-12-21 Dmitry V. LevinRework ifdefery around print_user_desc
2016-12-19 Dmitry V. Levinconfigure: define SIZEOF_KERNEL_LONG_T macro
2016-12-18 Dmitry V. LevinAdd toplevel recursive check-valgrind rule
2016-12-07 Dmitry V. LevinMove all gl_WARN_ADD calls to a separate m4 macro
2016-12-06 Dmitry V. Levintests: add valgrind support to "make check"
2016-11-10 Mikulas PatockaAdd support for decoding of DM_* ioctl commands
2016-10-31 Eugene Syromyatnikovtests: add tests for perf_event_attr structure decoding...
2016-09-28 Eugene Syromyatnikovtests: check decoding of fallocate syscall
2016-09-27 Eugene Syromyatnikovtests: check decoding of quotactl syscall
2016-09-05 Eugene Syromyatnikovtests: check decoding of readahead syscall
2016-08-30 Dmitry V. LevinRemove HAVE_SIGACTION checks
2016-08-30 Dmitry V. LevinRemove obsolescent autoconf macro AC_TYPE_SIGNAL
2016-08-30 Dmitry V. LevinRemove obsolescent autoconf macro AC_C_CONST
2016-08-30 Dmitry V. LevinRemove unused autoconf macro AC_TYPE_GETGROUPS
2016-08-30 Dmitry V. LevinRemove unused autoconf macro AC_TYPE_MODE_T
2016-08-29 Dmitry V. LevinRemove obsolescent autoconf macro AC_HEADER_STDC
2016-08-29 Dmitry V. LevinRemove unneeded autoconf macro AC_HEADER_DIRENT
2016-08-28 Dmitry V. LevinRemove unneeded autoconf macro AC_HEADER_STDBOOL
2016-08-27 Dmitry V. LevinRemove obsolescent autoconf macro AC_HEADER_STAT
2016-08-29 Dmitry V. LevinDo not use AC_HEADER_MAJOR, include <sys/sysmacros...
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-23 Dmitry V. LevinDo not check for struct stat.st_{a,c}time_nsec
2016-08-21 Richard W.M. JonesAdd RISC-V architecture support
2016-08-15 Dmitry V. LevinDrop support of dummy members of struct stat
2016-08-15 Dmitry V. LevinAssume that struct stat contains st_blksize, st_blocks...
2016-08-11 James Cowgilltests/nsyscalls.test: only trace the "syscall" syscall...
2016-07-19 Dmitry V. LevinRemove configure checks for recvmmsg and sendmmsg
2016-07-12 Dmitry V. Levintests: check decoding of accept4 syscall
2016-07-03 Dmitry V. Levinmsghdr.c: limit output when printing excessively large...
2016-06-26 Dmitry V. LevinAssume that libc provides struct msghdr.msg_control
2016-06-22 Dmitry V. LevinAssume that libc provides struct sockaddr_in6.sin6_scope_id
2016-06-21 Dmitry V. LevinAssume that libc provides inet_ntop and inet_pton
2016-06-19 Dmitry V. LevinCleanup netipx/ipx.h availability check
2016-06-17 Dmitry V. Levinconfigure.ac: fix checks for btrfs specific structures
2016-06-16 Dmitry V. Levinconfigure.ac: do not check for linux/in6.h
2016-06-16 Dmitry V. Levinnet.c: include <linux/if_packet.h> unconditionally
2016-06-16 Dmitry V. Levinnet.c: include <linux/icmp.h> unconditionally
2016-06-14 Dmitry V. Levinnet.c: include <linux/netlink.h> unconditionally
2016-06-14 Elvira KhabirovaTurn on more compiler warnings
2016-06-08 Dmitry V. Levinmake-dist: generate strace-*.tar.gz, strace.dsc, and...
2016-06-08 Dmitry V. LevinParametrize debian/changelog
2016-06-08 Dmitry V. Levingit-version-gen: replace '-' with '.' in generated...
2016-06-07 Dmitry V. LevinParametrize strace.spec
2016-06-06 Dmitry V. LevinDo not check for old sysctl enums
2016-05-26 Dmitry V. Levintests: check decoding of BLK* ioctls
2016-05-24 Dmitry V. Levinfile_ioctl.c: fix build on systems without <linux/fiemap.h>
2016-05-24 Jeff Mahoneyioctl: add decoding support for btrfs ioctls
2016-05-14 Dmitry V. Levinv4l2: fix build with old kernel headers
2016-05-13 Dmitry V. Levinconfigure.ac: do not check for sys/ioctl.h and ioctls.h
2016-05-10 Dr. David Alan GilbertDecode UFFDIO_* ioctls
2016-05-09 Dmitry V. LevinAssume that sys/epoll.h exists
next