]> granicus.if.org Git - strace/shortlog
strace
2016-04-29 Dmitry V. Levinxlat: make "1<<val" syntax work with 64-bit values
2016-04-29 Dmitry V. LevinFix typo in XLAT_TYPE_PAIR
2016-04-29 Dmitry V. LevinFix decoding of move_pages syscall
2016-04-29 Dmitry V. Levintests: check decoding of mbind syscall
2016-04-29 Jeff MahoneyChange type of struct xlat.val to uint64_t
2016-04-29 Dmitry V. Levinxlat: extend syntax with #val_type directive
2016-04-29 Dmitry V. Levinxlat/gen.sh: prepare for adding #val_type directive...
2016-04-29 Dmitry V. LevinIntroduce XLAT_TYPE and XLAT_TYPE_PAIR macros
2016-04-29 Dmitry V. Levinxlat: generate xlat pairs using new XLAT_PAIR macro
2016-04-29 Dmitry V. LevinExplicitly cast argument of XLAT macro to unsigned int
2016-04-29 Dmitry V. LevinChange type of {s,t}print_open_modes's argument to...
2016-04-28 Dmitry V. Levintests/remap_file_pages.c: fix for the upcoming change...
2016-04-28 Dmitry V. LevinIntroduce printflags64 function
2016-04-28 Dmitry V. LevinIntroduce sprintflags64 function
2016-04-28 Dmitry V. Levinprintxvals: change type of integer argument to uint64_t
2016-04-28 Dmitry V. Levinxlat_search: change type of integer argument to uint64_t
2016-04-28 Dmitry V. LevinIntroduce xlookup64 function
2016-04-28 Dmitry V. Levinaddflags: change type of integer argument to uint64_t
2016-04-28 Dmitry V. LevinIntroduce printxval64 wrapper
2016-04-28 Dmitry V. LevinTurn printxval macro into a static inline function
2016-04-28 Dmitry V. Levintests: check decoding of migrate_pages syscall
2016-04-28 Dmitry V. LevinFix decoding of migrate_pages syscall
2016-04-28 Dmitry V. Levintests: check decoding of set_mempolicy syscall
2016-04-28 Dmitry V. Levintests: check decoding of get_mempolicy syscall
2016-04-28 Dmitry V. Levinnuma: fix decoding of nodemask arrays
2016-04-27 Dmitry V. LevinFix decoding of policy argument of get_mempolicy syscall
2016-04-27 Dmitry V. LevinFix decoding of pid_t argument of migrate_pages syscall
2016-04-27 Dmitry V. Levintests: add printxval function to libtests
2016-04-27 Dmitry V. Levintests: check decoding of remap_file_pages syscall
2016-04-27 Fei Jietests: add pause.test
2016-04-27 Fei Jietests: add kill.test
2016-04-27 Dmitry V. LevinFix decoding of pid_t arguments of kill and tgkill...
2016-04-27 Fei Jietests: add mlock.test
2016-04-27 Dmitry V. LevinMove parsers of NUMA related syscalls to numa.c
2016-04-27 Dmitry V. Levintests/umovestr3.c: robustify against os specific issues
2016-04-27 Dmitry V. Levintests: extend test coverage of umovestr short read...
2016-04-27 Dmitry V. Levintests: check decoding of out-of-range syscalls
2016-04-26 Dmitry V. LevinFix decoding of 3rd argument of getdents/getdents64...
2016-04-26 Dmitry V. LevinFix decoding of LINUX_REBOOT_CMD_RESTART2 argument
2016-04-26 Dmitry V. Levin.travis.yml: raise sleep delay
2016-04-26 Dmitry V. LevinMove definitions of MPOL_* constants to xlat files
2016-04-26 Dmitry V. Levintests: check decoding of renameat2 syscall
2016-04-26 Dmitry V. LevinAdd default values for RENAME_* constants
2016-04-26 Dmitry V. Levintests: check decoding of utimes syscall
2016-04-26 Dmitry V. Levintests: check decoding of futimesat syscall
2016-04-26 Dmitry V. Levintests: extend test coverage of mknod syscall
2016-04-26 Fei Jietests: add sched_yield.test
2016-04-26 Fei Jietests: add sync.test
2016-04-26 Fei Jietests: add mknodat.test
2016-04-26 Fei Jietests: add unlink.test
2016-04-26 Fei Jietests: add reboot.test
2016-04-26 Dmitry V. LevinFix decoding of statfs family syscalls
2016-04-26 Dmitry V. Levintests: add printflags function to libtests
2016-04-26 Dmitry V. LevinMove definition of struct xlat to a separate header...
2016-04-25 Dmitry V. Levinalpha: decode osf_statfs64 and osf_fstatfs64 syscalls
2016-04-25 Dmitry V. Levinalpha: fix decoding of osf_statfs and osf_fstatfs syscalls
2016-04-25 Dmitry V. Levinstatfs: print f_flags field only when ST_VALID flag...
2016-04-25 Fei Jietests: add symlink.test
2016-04-25 Fei Jietests: add rmdir.test
2016-04-25 Fei Jietests: add setdomainname.test
2016-04-25 Fei Jietests: add sched_rr_get_interval.test
2016-04-25 Dmitry V. Levinstatfs: decode f_flags field of struct statfs
2016-04-25 Zev Weissstatfs: don't quote f_type macro names
2016-04-25 Dmitry V. Levintests/shmxt.c: robustify against arch specific issues
2016-04-23 Dmitry V. LevinRename PRI__s64 to PRI__d64
2016-04-23 Dmitry V. LevinFix old_mmap output when mmap arguments are unfetchable
2016-04-22 Dmitry V. Levinaarch64: fix old_mmap output for arm personality
2016-04-22 Dmitry V. LevinDefine old_mmap parser only on architectures that use it
2016-04-22 Dmitry V. Levintests: extend test coverage of mmap syscall
2016-04-22 Dmitry V. Levintests: extend test coverage of mincore syscall
2016-04-22 Dmitry V. LevinMove parsers of sync_file_range and sync_file_range2...
2016-04-22 Dmitry V. Levintests: check decoding of clock_adjtime syscall
2016-04-21 Dmitry V. Levintests: do not include <assert.h> unnecessarily
2016-04-21 Dmitry V. Levintests: do not include <errno.h> unnecessarily
2016-04-21 Dmitry V. Levintests/xetpriority.c: print syscall() result using ...
2016-04-21 Dmitry V. Levintests/xetpgid.c: print syscall() result using %ld format
2016-04-21 Dmitry V. Levintests/xchownx.c: use errno2name
2016-04-21 Dmitry V. Levintests/userfaultfd.c: stop using assert
2016-04-21 Dmitry V. Levintests/unlinkat.c: print syscall() result using %ld...
2016-04-21 Dmitry V. Levintests/umount.c: use errno2name
2016-04-21 Dmitry V. Levintests/truncate64.c: cleanup
2016-04-21 Dmitry V. Levintests/truncate.c: cleanup
2016-04-21 Dmitry V. Levintests/tee.c: stop using assert
2016-04-21 Dmitry V. Levintests/syslog.c: use errno2name
2016-04-21 Dmitry V. Levintests/sync_file_range2.c: stop using assert
2016-04-21 Dmitry V. Levintests/sync_file_range.c: stop using assert
2016-04-21 Dmitry V. Levintests/symlinkat.c: cleanup
2016-04-21 Dmitry V. Levintests/swap.c: cleanup
2016-04-21 Dmitry V. Levintests/splice.c: stop using assert
2016-04-21 Dmitry V. Levintests/setugid.c: cleanup
2016-04-21 Dmitry V. Levintests/sethostname.c: use errno2name
2016-04-21 Dmitry V. Levintests/setgroups.c: use errno2name
2016-04-21 Dmitry V. Levintests/seccomp-strict.c: cleanup
2016-04-21 Dmitry V. Levintests/seccomp-filter.c: cleanup
2016-04-21 Dmitry V. Levintests/sched_xetscheduler.c: print syscall() result...
2016-04-21 Dmitry V. Levintests/sched_xetparam.c: print syscall() result using...
2016-04-21 Dmitry V. Levintests/renameat.c: print syscall() result using %ld...
2016-04-21 Dmitry V. Levintests/rename.c: print syscall() result using %ld format
2016-04-21 Dmitry V. Levintests/readv.c: cleanup
2016-04-21 Dmitry V. Levintests/pwritev.c: use errno2name
next