summaryrefslogtreecommitdiff
path: root/linux/syscall.h
Commit message (Expand)AuthorAge
* Implement add_key, keyctl, and request_key decodingDmitry V. Levin2014-02-05
* Implement ioprio_get and ioprio_set decodingDmitry V. Levin2014-02-05
* Implement finit_module decodingDmitry V. Levin2014-02-05
* Implement kexec_load decodingDmitry V. Levin2014-02-05
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-05
* Add support for decoding sync_file_rangeWilliam Manley2013-09-11
* Move subcall decoding configuration out of the common codeDmitry V. Levin2013-05-07
* sparc: remove some unused declarations and macrosDmitry V. Levin2013-05-07
* metag: disable socket and ipc subcall supportJames Hogan2013-05-07
* linux/syscall.h: make subcall decoding configuration more readableDmitry V. Levin2013-05-06
* xtensa: disable socket and ipc subcall supportChris Zankel2013-05-06
* tile: disable socket and ipc subcall supportChris Metcalf2013-05-06
* Blackfin: disable socketcall and ipc subcall supportMike Frysinger2013-05-06
* Alias sys_*lstat* syscall printing functionsDmitry V. Levin2013-05-01
* Fix printstrbufarg's address argument to be long, not intDenys Vlasenko2013-03-05
* Clean up mmap decodingDenys Vlasenko2013-02-19
* Remove wrong x32-specific lseekDenys Vlasenko2013-02-17
* Cosmetic fixes to syscall tables, no code changesDenys Vlasenko2013-02-17
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-14
* Improve perf_event_open argument decodingBen Noordhuis2013-02-05
* x32: add ia32 supportH.J. Lu2012-04-18
* Implement prlimit64 decoding, rewrite [gs]etrlimit decodingDmitry V. Levin2012-03-16
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-16
* Implement sys_rt_tgsigqueueinfo syscall decoderDmitry V. Levin2012-03-13
* Implement syslog syscall decoderDmitry V. Levin2012-03-13
* Implement sendmmsg syscall decoderDmitry V. Levin2012-03-11
* Implement sched_rr_get_interval syscall decoderDmitry V. Levin2012-03-11
* Implement migrate_pages syscall decoderDmitry V. Levin2012-03-11
* Implement get_robust_list syscall decoderDmitry V. Levin2012-03-11
* Implement clock_adjtime syscall decoderDmitry V. Levin2012-03-11
* Alias sys_fsync to sys_closeDmitry V. Levin2012-03-11
* Implement process_vm_writev decoderDmitry V. Levin2012-03-10
* swapon: decode swap flagsDmitry V. Levin2012-03-09
* Remove stray sys_swapon() declarationDenys Vlasenko2012-02-28
* Alias a few more syscall printing functionsDenys Vlasenko2012-02-27
* Remove initialization of native_scno fieldDmitry V. Levin2012-02-20
* Do not use SYS_ipc and SYS_socketcallDmitry V. Levin2012-02-20
* Remove initialization of native_scno field for most of syscallsDmitry V. Levin2012-02-20
* Remove unused sys_pread64 and sys_pwrite64 parsers on LinuxDmitry V. Levin2012-02-04
* Use process_vm_readv instead of PTRACE_PEEKDATA to read data blocksDenys Vlasenko2012-01-28
* linux/syscall.h: Remove redundant function declarationsDmitry V. Levin2011-11-28
* linux/syscall.h: Sort function declarationsDmitry V. Levin2011-11-28
* linux/syscall.h: Place one function declaration per lineDmitry V. Levin2011-11-28
* Remove redundant parsersDmitry V. Levin2011-11-28
* Implement decoding of splice, tee and vmsplice(2) syscallsDmitry V. Levin2011-10-11
* Linux: implement decoding of preadv and pwritev syscallsDamir Shayhutdinov2011-05-30
* linux/sparc: move to common syscall.hMike Frysinger2011-02-19
* sh: Add support for tracing sys_cacheflush system callCarmelo AMOROSO2010-12-03
* Blackfin: decode new syscallsMike Frysinger2010-09-15
* Decode recvmmsg syscallAndreas Schwab2010-04-07