]> granicus.if.org Git - strace/history - Makefile.am
io.c: use printaddr and umove_or_printaddr
[strace] / Makefile.am
2015-07-18 Dmitry V. Levindefs.h: do not include <signal.h>
2015-07-18 Dmitry V. Levinresource.c: move printrusage and printrusage32 to a...
2015-07-12 Elvira KhabirovaAdd unique syscall entry numbers (SENs)
2015-07-05 Dmitry V. Levintime.c: move rtc ioctl parser to a separate file
2015-05-25 Dmitry V. LevinIntroduce memory allocation wrappers
2015-05-21 Dmitry V. LevinFix ioctl entries on 32-bit architectures with 64-bit...
2015-05-19 Ezequiel GarciaAdd support for Altera's Nios-II softcore architecture
2015-04-07 Dmitry V. LevinDeclare syscall parsers using SYS_FUNC macro
2015-03-27 Dmitry V. Levinsignal.c: move siginfo_t parsers to a separate file
2015-03-26 Dmitry V. Levinsignal.c: move sigaltstack parser to a separate file
2015-03-25 Denys Vlasenkosparc: rename personality 2 files to personality 1
2015-03-25 Denys Vlasenkosparc: delete personality 1
2015-03-24 Dmitry V. Levinmips: fix pipe syscall decoding
2015-03-23 Dmitry V. Levinsigreturn.c: split arch specific code into separate...
2015-03-23 Dmitry V. Levinsyscall.c: split arch specific code into separate arch...
2015-03-12 Andreas SchwabDistribute linux/aarch64/arch_regs.h
2015-03-06 Dmitry V. LevinMove sigreturn/rt_sigreturn parser to a separate file
2015-03-05 Dmitry V. Levins390, s390x: use PTRACE_GETREGSET to fetch registers
2015-03-04 Dmitry V. Levinia64: use generic signalent
2015-03-02 Dmitry V. Levinioctl: use x32 specific ioctl entries on x32 personality
2015-02-27 Mike FrysingerFix cross-compiling of ioctlsort
2015-02-26 Dmitry V. Levinx32: fix build regression
2015-02-23 Dmitry V. Levinpowerpc64: fix build regression
2015-02-23 Dmitry V. LevinCleanup auxiliary signalent files
2015-02-23 Dmitry V. LevinChange errnoent.h files to use designated initializers
2015-02-23 Dmitry V. LevinCleanup auxiliary errnoent files
2015-02-22 Etienne GemsaAdd decoding for evdev ioctls
2015-02-22 Dmitry V. LevinFix "make dist" regression
2015-02-19 Dmitry V. LevinRemove linux/fanotify.h
2015-02-19 Dmitry V. LevinRemove linux/keyctl.h
2015-02-19 Dmitry V. LevinRemove linux/kexec.h
2015-02-19 Dmitry V. LevinRemove linux/inotify.h
2015-02-19 Dmitry V. LevinRemove linux/reboot.h
2015-02-19 Dmitry V. LevinMove CAP_* definitions out to header files
2015-02-13 Dmitry V. LevinMove regs-related macros and declarations from defs...
2015-02-13 Dmitry V. LevinMove all ptrace-related macros and declarations from...
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2015-02-05 Dmitry V. LevinImplement getrandom syscall decoding
2015-01-24 Dmitry V. Levintests: run tests for each supported personality
2015-01-22 Dmitry V. Levinioctl: take all 32 bits of ioctl commands into account
2015-01-21 Dmitry V. Levinpowerpc64: maintain own linux/powerpc64 subdirectory
2015-01-13 Dmitry V. Levinmips: remove stub entries from syscallent files, genera...
2015-01-13 Dmitry V. Levinbuild: add $(builddir)/$(OS)/$(ARCH) to the headers...
2015-01-12 Dmitry V. LevinCreate generic 32-bit syscallent.h
2015-01-12 Dmitry V. LevinCreate generic 64-bit syscallent.h
2015-01-09 Dmitry V. LevinFix "make dist" regression introduced by commit v4...
2015-01-08 Dmitry V. LevinConvert do_printstat to a template function
2014-12-16 Dmitry V. LevinFix decoding of getgroups, getgroups32, setgroups,...
2014-12-16 Dmitry V. LevinFix decoding of 16-bit *chown and [gs]et*[gu]id syscalls
2014-12-15 Dmitry V. Levinchown.c: split into separate files
2014-12-11 Dmitry V. Levinprocess.c: split struct_user_offsets into architecture...
2014-12-11 Dmitry V. Levinprocess.c: move sethostname and gethostname parsers...
2014-12-11 Dmitry V. Levinprocess.c: move exit parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move clone, setns, unshare, and fork parsers...
2014-12-11 Dmitry V. Levinprocess.c: move get*uid and set*uid parsers to a separa...
2014-12-11 Dmitry V. Levinprocess.c: move getgroups* and setgroups* parsers to...
2014-12-11 Dmitry V. Levinprocess.c: move execve and execv parsers to a separate...
2014-12-11 Dmitry V. Levinprocess.c: move waitpid, wait4, osf_wait4, and waitid...
2014-12-11 Dmitry V. Levinprocess.c: move uname parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move futex parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move get_robust_list parser to a separate...
2014-12-11 Dmitry V. Levinprocess.c: move sched_* parsers to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move sched_setaffinity and sched_getaffinity...
2014-12-11 Dmitry V. Levinprocess.c: move prctl and arch_prctl parsers to a separ...
2014-12-11 Dmitry V. Levinprocess.c: move getcpu parser to a separate file
2014-12-11 Dmitry V. Levinprocess.c: move process_vm_readv and process_vm_writev...
2014-12-11 Dmitry V. Levinfile.c: move open, openat, and creat parsers to a separ...
2014-12-11 Dmitry V. Levinfile.c: move access and faccessat parsers to a separate...
2014-12-11 Dmitry V. Levinfile.c: move umask parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move lseek and llseek parsers to a separate...
2014-12-11 Dmitry V. Levinfile.c: move readahead parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move truncate, truncate64, ftruncate, and ftrun...
2014-12-11 Dmitry V. Levinfile.c: move chdir parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move link, linkat, unlinkat, and symlinkat...
2014-12-11 Dmitry V. Levinfile.c: move readlink and readlinkat parsers to a separ...
2014-12-11 Dmitry V. Levinfile.c: move renameat and renameat2 parsers to a separa...
2014-12-11 Dmitry V. Levinfile.c: move chown, fchown, and fchownat parsers to...
2014-12-11 Dmitry V. Levinfile.c: move chmod, fchmod, and fchmodat parsers to...
2014-12-11 Dmitry V. Levinfile.c: move utimes, futimesat, utimensat, and osf_utim...
2014-12-11 Dmitry V. Levinfile.c: move utime parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move mknod, mknodat, and xmknod parsers to...
2014-12-11 Dmitry V. Levinfile.c: export sprintmode and move it to a separate...
2014-12-11 Dmitry V. Levinfile.c: move getcwd parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move *xattr parsers to a separate file
2014-12-11 Dmitry V. Levinfile.c: move fadvise64 and fadvise64_64 parsers to...
2014-12-11 Dmitry V. Levinfile.c: move sync_file_range and sync_file_range2 parse...
2014-12-11 Dmitry V. Levinfile.c: move fallocate parser to a separate file
2014-12-11 Dmitry V. Levinfile.c: move swapon parser to a separate file
2014-12-04 Dmitry V. LevinRemove system.c
2014-12-04 Dmitry V. LevinMove mount parser to a separate file
2014-12-04 Dmitry V. LevinMove umount2 parser to a separate file
2014-12-04 Dmitry V. LevinMove personality parser to a separate file
2014-12-04 Dmitry V. LevinMove syslog parser to a separate file
2014-12-04 Dmitry V. LevinMove cacheflush parser to a separate file
2014-12-04 Dmitry V. Levinbfin: move sram_alloc parser to a separate file
2014-12-04 Dmitry V. LevinMove capget and capset parsers to a separate file
2014-12-03 Dmitry V. LevinMove sysctl parser to a separate file
2014-12-03 Dmitry V. Levinmips: move sysmips parser to a separate file
2014-12-03 Dmitry V. Levinor1k: move or1k_atomic parser to a separate file
2014-11-11 Dmitry V. Levinioctlsort: rewrite build rules using noinst_PROGRAMS
next