]> granicus.if.org Git - strace/history - linux/dummy.h
mem: decode hugetlb page size in mmap flags
[strace] / linux / dummy.h
2017-05-22 Eugene SyromyatnikovAdd copyright headers
2017-03-13 Dmitry V. LevinImplement proper decoding of rt_sigreturn syscall
2017-01-20 JingPiao ChenImplement decoding of ustat syscall
2016-12-21 Dmitry V. LevinRework ifdefery around print_user_desc
2016-11-27 Dmitry V. LevinSet PTRACE_O_TRACEEXIT option and handle PTRACE_EVENT_E...
2016-10-28 Eugene SyromyatnikovRemove parser of create_module syscall
2016-08-24 Dmitry V. LevinMpersify parsers of struct stat and struct stat64
2016-08-23 Dmitry V. LevinIntroduce a separate SEN entry for fstatat64 syscall
2016-08-05 Dmitry V. Levinlinux: add #include guards
2016-07-22 Dmitry V. LevinFix corner cases of ipc syscall decoding
2016-07-20 Dmitry V. LevinFix corner cases of socketcall syscall
2016-04-20 Dmitry V. LevinRemove parser of unimplemented timerfd syscall
2016-02-14 Dmitry V. LevinReplace printargs_lu and printargs_ld with printargs_u...
2016-01-13 Dmitry V. Levinmips o32: alias sys_syscall to printargs
2016-01-08 Dmitry V. Levinalpha: alias getdtablesize to printargs
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. LevinMove sysfs syscall to deprecated category
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-18 Dmitry V. LevinAssume that libc provides sendmsg
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. LevinWire up userfaultfd, membarrier, and mlock2 syscalls
2015-08-02 Dmitry V. LevinFix epoll_create syscall decoding
2015-07-29 Dmitry V. LevinImplement sched_getattr and sched_setattr syscalls...
2015-07-29 Dmitry V. LevinImplement memfd_create syscall decoding
2015-07-27 Dmitry V. LevinImplement execveat syscall decoding
2015-07-27 Dmitry V. LevinImplement bpf syscall decoding
2015-07-20 Dmitry V. LevinAlias sys_epoll_create to printargs_ld
2015-07-20 Dmitry V. LevinAlias sys_connect to sys_bind
2015-07-12 Elvira KhabirovaChange comparisons with function pointers to comparison...
2015-07-12 Elvira KhabirovaIntroduce SEN macro
2015-02-06 Dmitry V. LevinImplement seccomp decoding
2015-02-05 Dmitry V. LevinImplement getrandom syscall decoding
2015-01-12 Dmitry V. LevinWire up new syscalls
2014-12-16 Dmitry V. LevinFix decoding of 16-bit *chown and [gs]et*[gu]id syscalls
2014-12-02 Dmitry V. LevinAlias sys_setdomainname to sys_sethostname
2014-12-02 Dmitry V. LevinAlias sys_getpeername to sys_getsockname
2014-12-02 Dmitry V. LevinAlias sys_stime to sys_time
2014-12-01 Dmitry V. LevinAlias sys_mkdir and sys_mkdirat to sys_chmod and sys_fc...
2014-08-15 Mike FrysingerUpdate syscall tables to the point where they include...
2014-06-04 Zubin MithraDecode paths associated with file descriptors returned...
2014-05-13 Masatake YAMATOEnhance setns syscall decoding
2014-05-12 Dmitry V. LevinAlias sys_vfork to sys_fork
2014-04-09 Dmitry V. Levinmips: enable decoding of set_thread_area
2014-04-09 Dmitry V. Levinx86_64, x32: enable decoding of modify_ldt, get_thread_...
2014-02-05 Dmitry V. LevinImplement add_key, keyctl, and request_key decoding
2014-02-05 Dmitry V. LevinImplement ioprio_get and ioprio_set decoding
2014-02-05 Dmitry V. LevinImplement finit_module decoding
2014-02-05 Dmitry V. LevinImplement kexec_load decoding
2014-02-05 Dmitry V. LevinImplement fanotify_init and fanotify_mark decoding
2013-09-11 William ManleyAdd support for decoding sync_file_range
2013-05-08 Dmitry V. LevinAdd syscall entries for new linux syscalls
2013-05-01 Dmitry V. LevinAlias sys_*lstat* syscall printing functions
2013-03-05 Denys VlasenkoDisable STREAMS syscalls for non-SPARC
2013-02-05 Ben NoordhuisImprove perf_event_open argument decoding
2012-03-16 Dmitry V. LevinImplement prlimit64 decoding, rewrite [gs]etrlimit...
2012-03-16 Denys VlasenkoTidy up includes and copyright notices, fix indentation
2012-03-13 Dmitry V. LevinImplement sys_rt_tgsigqueueinfo syscall decoder
2012-03-13 Dmitry V. LevinImplement syslog syscall decoder
2012-03-11 Dmitry V. LevinImplement sendmmsg syscall decoder
2012-03-11 Dmitry V. LevinImplement sched_rr_get_interval syscall decoder
2012-03-11 Dmitry V. LevinImplement migrate_pages syscall decoder
2012-03-11 Dmitry V. LevinImplement get_robust_list syscall decoder
2012-03-11 Dmitry V. LevinDefine sys_set_robust_list as an alias to sys_munmap
2012-03-11 Dmitry V. LevinImplement clock_adjtime syscall decoder
2012-03-11 Dmitry V. LevinDefine sys_setns as an alias to sys_inotify_rm_watch
2012-03-11 Dmitry V. LevinSort definitions of dummy parsers. No code changes
2012-03-11 Dmitry V. LevinAlias sys_fsync to sys_close
2012-03-09 Dmitry V. Levinswapon: decode swap flags
2012-02-28 Denys VlasenkoRemove stray sys_swapon() declaration
2012-02-27 Denys VlasenkoAlias a few more syscall printing functions
2012-02-20 Dmitry V. LevinDo not use SYS_ipc and SYS_socketcall
2011-11-28 Dmitry V. LevinRemove redundant parsers
2011-11-28 Dmitry V. LevinReflect the fact that nfsservctl syscall was removed...
2011-11-26 Dmitry V. LevinAdd syscall entries for new linux syscalls
2011-10-14 Dmitry V. LevinRemove useless and obsolete "#if DONE" sections. No...
2011-10-14 Dmitry V. LevinAdd names for dummy parsers. No code changes
2011-10-14 Dmitry V. LevinSort definitions of dummy parsers. No code changes
2011-01-19 Dmitry V. LevinFix decoding of get[ug]id, gete[ug]id and setfs[ug...
2010-05-28 Andreas SchwabDecode TLS syscalls on m68k
2008-09-03 Dmitry V. Levin2008-04-19 Dmitry V. Levin <ldv@altlinux.org>
2007-07-05 Roland McGrath2007-07-05 Roland McGrath <roland@redhat.com>
2004-04-16 Roland McGrath2004-04-16 Roland McGrath <roland@redhat.com>
2004-03-01 Roland McGrath2004-03-01 Roland McGrath <roland@redhat.com>
2004-02-20 Roland McGrathRevert jhughes commits.
2004-02-05 John HughesBetter output for sys_migrate
2004-01-29 John Hughesport SSI clustering mods to OpenSSI on Linux
2003-06-27 Roland McGrath2003-06-27 Roland McGrath <roland@redhat.com>
2003-03-30 Roland McGrath2003-03-30 Roland McGrath <roland@redhat.com>
2003-01-24 Roland McGrath2003-01-23 Roland McGrath <roland@redhat.com>
2002-12-15 Roland McGrath2002-12-15 Roland McGrath <roland@redhat.com>
2000-05-01 Wichert AkkermanThe `too much stuff, just check the ChangeLog' update
2000-04-10 Wichert AkkermanREADME-linux: updated to note that strace might not...
next