- 907df1e Alias sys_setdomainname to sys_sethostname by Dmitry V. Levin · 10 years ago
- 37548c4 Alias sys_getpeername to sys_getsockname by Dmitry V. Levin · 10 years ago
- 8238590 Alias sys_stime to sys_time by Dmitry V. Levin · 10 years ago
- 6355a1f Alias sys_mkdir and sys_mkdirat to sys_chmod and sys_fchmodat by Dmitry V. Levin · 10 years ago
- fafc71f hppa: update error codes and signal numbers by Helge Deller · 10 years ago
- 00119f6 ioctlsort: rewrite build rules using noinst_PROGRAMS by Dmitry V. Levin · 10 years ago
- 749c221 Update ioctl entries by Dmitry V. Levin · 10 years ago
- ee7b76e Filter out redundant ioctl entries early by Dmitry V. Levin · 10 years ago
- 118c603 ioctlent.sh: update the list of directories exported by headers_install by Dmitry V. Levin · 10 years ago
- 2f6510c Add -yy option: print ip and port associated with socket descriptors by Dmitry V. Levin · 10 years ago
- e971da4 Update syscall tables to the point where they include renameat2 by Mike Frysinger · 10 years ago
- 5b677ab renameat2: add decoding support by Mike Frysinger · 10 years ago
- a80c636 ia64: add missing syscalls by Mike Frysinger · 10 years ago
- d5588a8 sh: fix syscall numbering for recv and sendto by Erik Johansson · 10 years ago
- 8efd209 alpha/sparc: fix arg count for rt_sigaction by Mike Frysinger · 10 years ago
- 212287c x32: update io_{setup,submit} syscalls by Mike Frysinger · 11 years ago
- 64aa1b1 Decode paths associated with file descriptors returned by syscalls by Zubin Mithra · 11 years ago
- 549e2c4 unwind: add SE and SI flags to syscall entries for all architectures by Dmitry V. Levin · 11 years ago
- b2ede14 Enhance setns syscall decoding by Masatake YAMATO · 11 years ago
- 985425a mips: fix syscall entries that should have TP flag set by Dmitry V. Levin · 11 years ago
- 10b735a xtensa: fix unshare syscall entry by Dmitry V. Levin · 11 years ago
- 117d13d alpha, hppa, mips n64: fix waitid syscall entry by Dmitry V. Levin · 11 years ago
- cd96f77 Add TM flag to shmat and shmdt syscall entries by Dmitry V. Levin · 11 years ago
- 6556315 Alias sys_vfork to sys_fork by Dmitry V. Levin · 11 years ago
- 7845a42 Fix preadv/pwritev offset decoding by Dmitry V. Levin · 11 years ago
- 15bc281 mips: enable decoding of set_thread_area by Dmitry V. Levin · 11 years ago
- 662221c x86_64, x32: enable decoding of modify_ldt, get_thread_area, and set_thread_area by Dmitry V. Levin · 11 years ago
- a7c6e51 Revert "Add support for Altera's Nios-II softcore architecture" by Dmitry V. Levin · 11 years ago
- 61e426e Add support for Altera's Nios-II softcore architecture by Ezequiel Garcia · 11 years ago
- 3acf403 Implement add_key, keyctl, and request_key decoding by Dmitry V. Levin · 11 years ago
- fc4727d Implement ioprio_get and ioprio_set decoding by Dmitry V. Levin · 11 years ago
- f67502e Implement finit_module decoding by Dmitry V. Levin · 11 years ago
- 2f332e9 Cleanup inotify syscalls decoding by Dmitry V. Levin · 11 years ago
- 9aaf88c Enhance reboot decoding by Dmitry V. Levin · 11 years ago
- 90aa9f4 Implement kexec_load decoding by Dmitry V. Levin · 11 years ago
- d21f186 Use prepared editions of recently imported linux headers by Dmitry V. Levin · 11 years ago
- 99db95d Implement fanotify_init and fanotify_mark decoding by Dmitry V. Levin · 11 years ago
- 2a32eaa Convert personality_options to XLAT form by Dmitry V. Levin · 11 years ago
- b88a6f8 Decode ptp ioctls by Stefan Sørensen · 11 years ago
- 7daacbb Add support for ARC Cores from Synopsys by Vineet Gupta · 11 years ago
- 16b9dcf Add support for decoding sync_file_range by William Manley · 11 years ago
- 9e937d9 fanotify_mark: fix number of args for 32bit arches by Mike Frysinger · 11 years ago
- 1cd3f5f ioctlent: add UAPI support by Dmitry V. Levin · 12 years ago
- 8190912 mips o32: fix syscall table by Dmitry V. Levin · 12 years ago
- b1e7cb1 mips n64: fix syscall table by Dmitry V. Levin · 12 years ago
- 26ff3f2 mips n32: fix syscall table by Dmitry V. Levin · 12 years ago
- f9236e6 sync_file_range: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
- cbd4e92 Add syscall entries for new linux syscalls by Dmitry V. Levin · 12 years ago
- de462cf Move subcall decoding configuration out of the common code by Dmitry V. Levin · 12 years ago
- ebe3d3a sparc: remove some unused declarations and macros by Dmitry V. Levin · 12 years ago
- f6c246f metag: rename llseek syscall to _llseek by James Hogan · 12 years ago
- 28927cd metag: disable socket and ipc subcall support by James Hogan · 12 years ago
- 5273cb7 pread, pwrite: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
- ea5a079 preadv, pwritev: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
- 54aee7a ftruncate64, truncate64: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
- eb1cc15 fallocate: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
- 3f4a41a fadvise64, fadvise64_64: fix handlers and number of syscall arguments by Dmitry V. Levin · 12 years ago
- 34c445b mips: split syscallent.h by Dmitry V. Levin · 12 years ago
- 4996b3a readahead: fix number of syscall arguments by Dmitry V. Levin · 12 years ago
- 828bbd8 linux/syscall.h: make subcall decoding configuration more readable by Dmitry V. Levin · 12 years ago
- 2f6519a xtensa: disable socket and ipc subcall support by Chris Zankel · 12 years ago
- 6b03c9b Fix syscall flags by Dmitry V. Levin · 12 years ago
- c7b2f0c tile: disable socket and ipc subcall support by Chris Metcalf · 12 years ago
- 6b572cf Blackfin: disable socketcall and ipc subcall support by Mike Frysinger · 12 years ago
- 554c8be s390: fix # of args truncate64/ftruncate64 takes by Mike Frysinger · 12 years ago
- d648f29 Decode mtd/ubi ioctls by Mike Frysinger · 12 years ago
- 8582f88 ia64: fix compilation warnings introduced by commit v4.7-174-g44f0ed1 by Dmitry V. Levin · 12 years ago
- 7ae4a88 x32: fix decoding of i386 truncate and ftruncate syscalls by Dmitry V. Levin · 12 years ago
- 0eeda2c x32: fix build regressions introduced by commit v4.7-96-g8435d67 by Dmitry V. Levin · 12 years ago
- 44f0ed1 Alias sys_*lstat* syscall printing functions by Dmitry V. Levin · 12 years ago
- e67e9f8 x86_64: decode __old_kernel_stat based syscalls by Dmitry V. Levin · 12 years ago
- bd2e28a x32: fix decoding of __old_kernel_stat based syscalls by Dmitry V. Levin · 12 years ago
- d2ab7fd Fix building outside source directory by Andreas Schwab · 12 years ago
- 8f636ed Add support for the XTENSA architecture by Chris Zankel · 12 years ago
- 2c42f32 Do not use off_t in sendfile decoding by Dmitry V. Levin · 12 years ago
- cc90291 Disable STREAMS syscalls for non-SPARC by Denys Vlasenko · 12 years ago
- e7db465 Fix printstrbufarg's address argument to be long, not int by Denys Vlasenko · 12 years ago
- f877982 metag,or1k: whitesace style fix. no code changes by Denys Vlasenko · 12 years ago
- 99d3e01 Assorted fixes to syscallent.h by Denys Vlasenko · 12 years ago
- 5f999a8 Add support for Imagination Technologies Meta by James Hogan · 12 years ago
- 7270de5 ARM: make it one-personality arch by Denys Vlasenko · 12 years ago
- e7030e5 arm: shorten syscall table for EABI - no point in storing NULL entries by Denys Vlasenko · 12 years ago
- 4bfb198 Use the same style of includes in linux/*/* files by Denys Vlasenko · 12 years ago
- 1ba8543 Clean up mmap decoding by Denys Vlasenko · 12 years ago
- 09a87ae Remove wrong x32-specific lseek by Denys Vlasenko · 12 years ago
- a32086f Cosmetic fixes to syscall tables, no code changes by Denys Vlasenko · 12 years ago
- bf8ed17 Make linux/mips/syscallent.h smaller by Denys Vlasenko · 12 years ago
- f5fa778 Whitespace fix, no code changes by Denys Vlasenko · 12 years ago
- 492f81f Add support for the OpenRISC 1000 platform by Christian Svensson · 12 years ago
- 88eafd8 Improve perf_event_open argument decoding by Ben Noordhuis · 12 years ago
- 0b99a8a Add tilegx support to strace by Chris Metcalf · 12 years ago
- 890a5ca Add support for tracing 32-bit ARM EABI binaries on AArch64 by Steve McIntyre · 12 years ago
- 716c93e Move asm-generic ioctl definitions to linux/ioctlent.h.in by Dmitry V. Levin · 12 years ago
- 17e3860 Filter out redundant "*32" ioctl entries by Dmitry V. Levin · 12 years ago
- 7943966 Enhance quotactl decoding by Dmitry V. Levin · 12 years ago
- d8d3bd3 Add AArch64 support to strace by Steve McIntyre · 12 years ago
- d6dbd99 linux: add new errno values for EPROBE_DEFER and EOPENSTALE by Steve McIntyre · 12 years ago
- 9679296 Add -e trace=memory option by Namhyung Kim · 12 years ago
- 85c2178 x32: add 64bit annotation too by Mike Frysinger · 12 years ago
- f04b5de x32: update {g,s}etsockopt syscall numbers by Mike Frysinger · 12 years ago