summaryrefslogtreecommitdiff
path: root/linux/syscall.h
Commit message (Expand)AuthorAgeFilesLines
* Move source files into src subdirectoryDmitry V. Levin2021-02-031-30/+0
* Fix preprocessor indentationDmitry V. Levin2018-12-301-6/+6
* Change the license of strace to LGPL-2.1-or-laterDmitry V. Levin2018-12-101-21/+1
* Update copyright headersDmitry V. Levin2018-02-131-1/+1
* Replace NEED_UID16_PARSERS with HAVE_ARCH_UID16_SYSCALLSDmitry V. Levin2018-01-211-2/+2
* Add copyright headersEugene Syromyatnikov2017-05-221-0/+1
* linux: add #include guardsDmitry V. Levin2016-08-051-0/+5
* Add unique syscall entry numbers (SENs)Elvira Khabirova2015-07-121-0/+1
* Declare syscall parsers using SYS_FUNC macroDmitry V. Levin2015-04-071-335/+11
* sparc: delete personality 1Denys Vlasenko2015-03-251-1/+0
* Implement seccomp decodingDmitry V. Levin2015-02-061-0/+1
* Implement getrandom syscall decodingDmitry V. Levin2015-02-051-0/+1
* Fix decoding of getgroups, getgroups32, setgroups, and setgroups32 syscallsDmitry V. Levin2014-12-161-2/+2
* Fix decoding of 16-bit *chown and [gs]et*[gu]id syscallsDmitry V. Levin2014-12-161-0/+11
* Alias sys_setdomainname to sys_sethostnameDmitry V. Levin2014-12-021-1/+0
* Alias sys_getpeername to sys_getsocknameDmitry V. Levin2014-12-021-1/+0
* Alias sys_stime to sys_timeDmitry V. Levin2014-12-021-1/+0
* Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodatDmitry V. Levin2014-12-011-2/+0
* renameat2: add decoding supportMike Frysinger2014-08-151-0/+1
* Decode paths associated with file descriptors returned by syscallsZubin Mithra2014-06-041-0/+2
* Enhance setns syscall decodingMasatake YAMATO2014-05-131-0/+1
* Alias sys_vfork to sys_forkDmitry V. Levin2014-05-121-1/+0
* Implement add_key, keyctl, and request_key decodingDmitry V. Levin2014-02-051-0/+3
* Implement ioprio_get and ioprio_set decodingDmitry V. Levin2014-02-051-0/+2
* Implement finit_module decodingDmitry V. Levin2014-02-051-0/+1
* Implement kexec_load decodingDmitry V. Levin2014-02-051-0/+1
* Implement fanotify_init and fanotify_mark decodingDmitry V. Levin2014-02-051-0/+2
* Add support for decoding sync_file_rangeWilliam Manley2013-09-111-0/+2
* Move subcall decoding configuration out of the common codeDmitry V. Levin2013-05-071-24/+0
* sparc: remove some unused declarations and macrosDmitry V. Levin2013-05-071-9/+0
* metag: disable socket and ipc subcall supportJames Hogan2013-05-071-0/+1
* linux/syscall.h: make subcall decoding configuration more readableDmitry V. Levin2013-05-061-8/+14
* xtensa: disable socket and ipc subcall supportChris Zankel2013-05-061-1/+2
* tile: disable socket and ipc subcall supportChris Metcalf2013-05-061-1/+2
* Blackfin: disable socketcall and ipc subcall supportMike Frysinger2013-05-061-1/+2
* Alias sys_*lstat* syscall printing functionsDmitry V. Levin2013-05-011-3/+0
* Fix printstrbufarg's address argument to be long, not intDenys Vlasenko2013-03-051-8/+2
* Clean up mmap decodingDenys Vlasenko2013-02-191-0/+3
* Remove wrong x32-specific lseekDenys Vlasenko2013-02-171-4/+0
* Cosmetic fixes to syscall tables, no code changesDenys Vlasenko2013-02-171-11/+8
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-141-0/+4
* Improve perf_event_open argument decodingBen Noordhuis2013-02-051-0/+1
* x32: add ia32 supportH.J. Lu2012-04-181-0/+4
* Implement prlimit64 decoding, rewrite [gs]etrlimit decodingDmitry V. Levin2012-03-161-2/+3
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-161-2/+0
* Implement sys_rt_tgsigqueueinfo syscall decoderDmitry V. Levin2012-03-131-0/+1
* Implement syslog syscall decoderDmitry V. Levin2012-03-131-0/+1
* Implement sendmmsg syscall decoderDmitry V. Levin2012-03-111-0/+1
* Implement sched_rr_get_interval syscall decoderDmitry V. Levin2012-03-111-0/+1
* Implement migrate_pages syscall decoderDmitry V. Levin2012-03-111-0/+1