]> granicus.if.org Git - strace/shortlog
strace
2015-11-26 Dmitry V. LevinUpdate LOCK_* constants
2015-11-26 Dmitry V. Levinfcntl.c: use <linux/fcntl.h> instead of <fcntl.h>
2015-11-26 Elvira Khabirovampers: fix compound types with arbitrary member alignments
2015-11-26 Mike FrysingerSupport C libraries without System V shared memory/ipc
2015-11-25 Dmitry V. LevinCREDITS.in: add Jian Zhen
2015-11-24 Dmitry V. LevinFix syscall entries of unimplemented getpmsg and putpms...
2015-11-24 Dmitry V. LevinRemove parsers of getpmsg and putpmsg syscalls
2015-11-24 Dmitry V. LevinRemove parser of query_module syscall
2015-11-24 Dmitry V. LevinFix syscall entries of deprecated sysfs syscall
2015-11-24 Dmitry V. LevinMove sysfs syscall to deprecated category
2015-11-24 Dmitry V. LevinFix syscall entries of deprecated bdflush syscall
2015-11-22 Dmitry V. LevinImplement name_to_handle_at and open_by_handle_at sysca...
2015-11-22 Dmitry V. LevinImplement lookup_dcookie syscall decoding
2015-11-22 Dmitry V. LevinImplement kexec_file_load syscall decoding
2015-11-22 Dmitry V. LevinImplement kcmp syscall decoding
2015-11-22 Dmitry V. LevinImplement iopl syscall decoding
2015-11-22 Dmitry V. LevinImplement ioperm syscall decoding
2015-11-22 Dmitry V. Levinnet: fix printing of IP_RECVOPTS/IP_RETOPTS cmsg options
2015-11-22 Dmitry V. Levinuserfaultfd: fix pathtrace support
2015-11-22 Dmitry V. LevinImplement IPPROTO_IP control messages decoding
2015-11-22 Dmitry V. LevinSimplify control messages printers
2015-11-21 Dmitry V. Levinnet: factor out address printing code to a separate...
2015-11-20 Dmitry V. Levinmpers: skip xlat struct definitions in mpers mode
2015-11-20 Dmitry V. Levintests: rewrite getdents test in C for better coverage
2015-11-19 Dmitry V. Levintests: add readdir.test
2015-11-19 Dmitry V. LevinMpersify parsers of readdir and getdents syscalls
2015-11-19 Gabriel Laskargetdents: fix typos in array output
2015-11-19 Dmitry V. Levinprintcmsghdr: move type and data decoders to a separate...
2015-11-18 Dmitry V. LevinAssume that libc provides sendmsg
2015-11-18 Dmitry V. Levinnet.c: move fallback definition of SCM_SECURITY to...
2015-11-17 Dmitry V. LevinImplement mlock2 syscall decoding
2015-11-17 Dmitry V. LevinImplement membarrier syscall decoding
2015-11-17 Dmitry V. LevinImplement userfaultfd syscall decoding
2015-11-17 Dmitry V. Levinia64: wire up kcmp syscall
2015-11-17 Dmitry V. Levinpowerpc: wire up direct sysv ipc syscalls
2015-11-17 Dmitry V. LevinWire up userfaultfd, membarrier, and mlock2 syscalls
2015-11-16 Dmitry V. Levinsprintflags: skip zero flags
2015-11-16 Mike Frysingerprintflags: handle empty xlats
2015-11-16 Dmitry V. Levinmpers: forward mpers_DEFS to mpers.sh
2015-11-16 Dmitry V. Levintests/ioctl: workaround glibc ioctl wrapper on powerpc
2015-11-15 Dmitry V. Levinpowerpc: wire up switch_endian syscall
2015-11-15 Dmitry V. Levinsparc: reserve more space for new syscalls
2015-11-15 Dmitry V. Levinm68k: wire up direct socket syscalls
2015-11-15 Dmitry V. Levini386: wire up direct socket syscalls
2015-11-11 Heiko Carstenss390, s390x: update syscall tables
2015-11-07 Dmitry V. LevinFix *_printer_defs.h rules ambiguousness
2015-10-09 Dmitry V. Levinfcntl.c: make use of RVAL_DECODED
2015-10-08 Dmitry V. Levindesc.c: move parser of fcntl syscall to a separate...
2015-10-08 Dmitry V. Levindesc.c: move parser of flock syscall to a separate...
2015-10-08 Dmitry V. Levintests: fix false uio.test failures
2015-10-01 Gabriel LaskarFix make -j builds
2015-09-29 Mike Frysingermpers: fix shell code to conform better to POSIX
2015-09-23 Gabriel Laskarioctl: fix ioctl command number decoding in case of...
2015-09-23 Dmitry V. Levintests: convert ioctl.test from match_grep to match_diff
2015-09-20 Dmitry V. LevinConvert parser of seccomp filter program to new mpers...
2015-09-19 Dmitry V. Levintests/init.sh: enhance match_grep error diagnostics
2015-09-19 Dmitry V. Levintests/init.sh: fix comment
2015-09-19 Dmitry V. Levintests: add one more case to select.test
2015-09-19 Dmitry V. Levintests: uncouple pselect6 from select.test
2015-09-19 Dmitry V. Levintests: robustify select test
2015-09-19 Dmitry V. Levintests: add one more case to pselect6.test
2015-09-19 Dmitry V. Levintests: robustify pselect6 test
2015-09-19 Dmitry V. LevinConvert another parser of struct timeval to new mpers...
2015-09-19 Dmitry V. LevinConvert another parser of struct timespec to new mpers...
2015-09-19 Dmitry V. Levintests: add another case to pselect6 test
2015-09-19 Dmitry V. LevinFix decoding of gettimeofday and settimeofday
2015-09-19 Dmitry V. LevinConvert parser of struct timeval to new mpers infrastru...
2015-09-19 Dmitry V. LevinConvert parser of struct timespec to new mpers infrastr...
2015-09-19 Dmitry V. LevinRemove unused parser of adjtime syscall
2015-09-19 Dmitry V. LevinFix decoding of clock_nanosleep
2015-09-19 Dmitry V. LevinAdd is_erestart helper function
2015-09-19 Dmitry V. LevinAdd helper functions to clear/restore syserror
2015-09-19 Dmitry V. Levintests: add nanosleep.test
2015-09-19 Dmitry V. Levintests: rewrite restart_syscall in C
2015-09-19 Dmitry V. LevinProperly initialize siginfo_t object passed to print_st...
2015-09-19 Dmitry V. Levintests: add clock_xettime.test
2015-09-19 Dmitry V. LevinConvert parser of struct itimerval to new mpers infrast...
2015-09-19 Dmitry V. Levintests: add xetitimer.test
2015-09-19 Dmitry V. LevinConvert parser of struct itimerspec to new mpers infras...
2015-09-17 Dmitry V. Levinprint_time.c: introduce print_timespec_t helper
2015-09-17 Dmitry V. Levintests: add timerfd_xettime.test
2015-09-17 Dmitry V. Levintests: add timer_xettime.test
2015-09-17 Dmitry V. Levintime.c: move parser of time syscall to print_time.c
2015-09-17 Dmitry V. Levinprint_time.c: remove unused function parameters
2015-09-17 Dmitry V. LevinAdd struct timex.tai support
2015-09-17 Dmitry V. LevinConvert parser of struct timex to new mpers infrastructure
2015-09-17 Dmitry V. LevinMove parser of struct timex to a separate file
2015-09-17 Dmitry V. LevinEnhance parser of struct sigevent
2015-09-16 Dmitry V. LevinConvert parser of struct sigevent to new mpers infrastr...
2015-09-16 Dmitry V. LevinMove parser of struct sigevent to a separate file
2015-09-16 Dmitry V. Levintime.c: move fallback definitions of SIGEV_* values...
2015-09-16 Dmitry V. LevinSimplify use of mpers printers
2015-09-15 Dmitry V. LevinAdd a new helper function umove_ulong_array_or_printaddr
2015-09-15 Dmitry V. Levintests: add pselect6.test
2015-09-14 Dmitry V. LevinRename umove_long_or_printaddr to umove_ulong_or_printaddr
2015-09-14 Dmitry V. Levinaarch64, ppc64, sparc64, tile: hook up mpers printers
2015-09-14 Anton BlanchardAdd PowerPC specific ptrace constants
2015-09-14 Dmitry V. LevinUpdate SCTP_* constants
2015-09-14 Dmitry V. LevinUpdate F_* constants
2015-09-14 Dmitry V. LevinUpdate RENAME_* constants
next