aboutsummaryrefslogtreecommitdiffstats
path: root/linux
Commit message (Expand)AuthorAgeFilesLines
* Disable STREAMS syscalls for non-SPARCDenys Vlasenko2013-03-051-2/+8
* Fix printstrbufarg's address argument to be long, not intDenys Vlasenko2013-03-051-8/+2
* metag,or1k: whitesace style fix. no code changesDenys Vlasenko2013-03-052-517/+519
* Assorted fixes to syscallent.hDenys Vlasenko2013-03-0523-97/+97
* Add support for Imagination Technologies MetaJames Hogan2013-03-052-0/+264
* ARM: make it one-personality archDenys Vlasenko2013-02-215-22/+28
* arm: shorten syscall table for EABI - no point in storing NULL entriesDenys Vlasenko2013-02-202-3/+3
* Use the same style of includes in linux/*/* filesDenys Vlasenko2013-02-2021-26/+26
* Clean up mmap decodingDenys Vlasenko2013-02-1918-33/+36
* Remove wrong x32-specific lseekDenys Vlasenko2013-02-172-5/+0
* Cosmetic fixes to syscall tables, no code changesDenys Vlasenko2013-02-174-30/+27
* Make linux/mips/syscallent.h smallerDenys Vlasenko2013-02-161-5356/+195
* Whitespace fix, no code changesDenys Vlasenko2013-02-142-2/+2
* Add support for the OpenRISC 1000 platformChristian Svensson2013-02-143-0/+265
* Improve perf_event_open argument decodingBen Noordhuis2013-02-052-1/+1
* Add tilegx support to straceChris Metcalf2013-02-055-302/+550
* Add support for tracing 32-bit ARM EABI binaries on AArch64Steve McIntyre2012-11-125-330/+335
* Move asm-generic ioctl definitions to linux/ioctlent.h.inDmitry V. Levin2012-11-126-314/+80
* Filter out redundant "*32" ioctl entriesDmitry V. Levin2012-10-272-14/+19
* Enhance quotactl decodingDmitry V. Levin2012-10-2620-27/+27
* Add AArch64 support to straceSteve McIntyre2012-10-262-0/+331
* linux: add new errno values for EPROBE_DEFER and EOPENSTALESteve McIntyre2012-10-261-2/+2
* Add -e trace=memory optionNamhyung Kim2012-10-2619-467/+467
* x32: add 64bit annotation tooMike Frysinger2012-09-281-42/+42
* x32: update {g,s}etsockopt syscall numbersMike Frysinger2012-08-241-2/+4
* x32: update syscall tableMike Frysinger2012-06-051-12/+12
* x32: add ia32 supportH.J. Lu2012-04-185-0/+21
* Add x32 support to straceH.J. Lu2012-04-168-0/+355
* Decode mtd ioctlsMike Frysinger2012-04-061-0/+278
* powerpc: Add syscall entries for direct socket system callsAnton Blanchard2012-03-271-19/+19
* Shrink space needed by undefined syscalls in syscall tables.Denys Vlasenko2012-03-1918-6745/+6745
* Fix mips64 build failure: sys_pwrite64 doesn't exist.Denys Vlasenko2012-03-181-1/+1
* Revert "Remove underscores from a few syscall names which have them"Denys Vlasenko2012-03-1717-38/+38
* Remove underscores from a few syscall names which have themDenys Vlasenko2012-03-1717-38/+38
* Implement prlimit64 decoding, rewrite [gs]etrlimit decodingDmitry V. Levin2012-03-162-3/+3
* Tidy up includes and copyright notices, fix indentationDenys Vlasenko2012-03-1620-43/+0
* alpha: fix decode of osf_sigprocmaskMike Frysinger2012-03-151-1/+1
* ia64: fix compilation warningsDmitry V. Levin2012-03-151-6/+0
* Implement sys_rt_tgsigqueueinfo syscall decoderDmitry V. Levin2012-03-132-1/+1
* Implement syslog syscall decoderDmitry V. Levin2012-03-132-1/+1
* Implement sendmmsg syscall decoderDmitry V. Levin2012-03-112-1/+1
* Implement sched_rr_get_interval syscall decoderDmitry V. Levin2012-03-112-1/+1
* Implement migrate_pages syscall decoderDmitry V. Levin2012-03-112-1/+1
* Implement get_robust_list syscall decoderDmitry V. Levin2012-03-112-1/+1
* Define sys_set_robust_list as an alias to sys_munmapDmitry V. Levin2012-03-111-1/+1
* Implement clock_adjtime syscall decoderDmitry V. Levin2012-03-112-1/+1
* Define sys_setns as an alias to sys_inotify_rm_watchDmitry V. Levin2012-03-111-1/+1
* Sort definitions of dummy parsers. No code changesDmitry V. Levin2012-03-111-16/+16
* Alias sys_fsync to sys_closeDmitry V. Levin2012-03-115-5/+5
* Update ioctl entriesDmitry V. Levin2012-03-102-58/+44