summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Generate much of the CREDITS file from git logldv/creditsDmitry V. Levin2011-02-245-49/+108
* sparc: fix compilation warningDmitry V. Levin2011-02-231-1/+1
* Update the list of files that must be distributedDmitry V. Levin2011-02-231-5/+8
* Fix compilation warning reported by gcc -Wunused-but-set-variableDmitry V. Levin2011-02-231-1/+6
* ioctlsort: zero pad ioctl codes to 4 placesMike Frysinger2011-02-222-86/+86
* Update mount flags to latest linuxMike Frysinger2011-02-221-0/+10
* Sync debian/changelog and strace.spec with packagesDmitry V. Levin2011-02-222-1/+10
* Add TRACE_DESC|TRACE_FILE flags to fanotify_* sysentriesDmitry V. Levin2011-02-2015-34/+34
* Fix flags of fallocate sysentriesDmitry V. Levin2011-02-2015-19/+19
* Add TRACE_DESC flag to epoll_create* sysentriesDmitry V. Levin2011-02-2018-40/+40
* Add TRACE_DESC flag to fgetxattr, flistxattr, and fremovexattr sysentriesDmitry V. Levin2011-02-2018-47/+47
* Add TRACE_FILE flag to swapoff sysentriesDmitry V. Levin2011-02-2018-20/+20
* Add TRACE_DESC flag to fadvise64* sysentriesDmitry V. Levin2011-02-2018-32/+32
* Add TRACE_DESC flag to mmap, mmap2, and old_mmap sysentriesDmitry V. Levin2011-02-2018-28/+28
* Do not initialize native_scno on platforms with only one personalityDmitry V. Levin2011-02-203-66/+66
* Add LOOP_* ioctls defined in linux/loop.hDmitry V. Levin2011-02-202-0/+9
* Fix PTRACE_GETEVENTMSG usage and enhance test_ptrace_setoptions()Dmitry V. Levin2011-02-191-11/+22
* linux/sparc: move to common syscall.hMike Frysinger2011-02-194-269/+36
* sparc: add new funcs to syscall.hMike Frysinger2011-02-191-0/+2
* sparc: punt unused syscall.h.2Mike Frysinger2011-02-192-143/+1
* Fix raw exit_group(2) decodingDmitry V. Levin2011-02-191-1/+2
* Optimize known_scno()Dmitry V. Levin2011-02-181-2/+3
* * process.c (internal_exit) [IA64]: Remove redundant check.Dmitry V. Levin2011-02-181-8/+1
* Fix biarch support in IO dumpingDmitry V. Levin2011-02-091-52/+23
* Simplify tprintf() declarationDmitry V. Levin2011-02-091-4/+3
* * defs.h (SYSCALL_NEVER_FAILS): Fix typo.Dmitry V. Levin2011-02-051-1/+1
* Fix decoding of get[ug]id, gete[ug]id and setfs[ug]id return valuesDmitry V. Levin2011-01-1922-186/+208
* * linux/*/syscallent.h: Fix typo in sys_newfstatat syscall flags.Dmitry V. Levin2011-01-1916-17/+17
* Blackfin: update ioctl listMike Frysinger2011-01-181-103/+234
* Fix stat64 decoding on mipsDmitry V. Levin2011-01-171-1/+1
* Update linux/*/syscallent.h files to match Linux kernel v2.6.37Dmitry V. Levin2011-01-1715-28/+59
* block.c: cleanupDmitry V. Levin2011-01-161-68/+58
* Add block ioctl supportDmitry V. Levin2011-01-154-1/+298
* Parse SOL_SCTP socket optionsHolger Hans Peter Freyther2011-01-142-0/+140
* * net.c (socketlayers): Add more SOL_* constants from linux/socket.hHolger Hans Peter Freyther2011-01-141-3/+42
* strace.1: fix misleading italicsDmitry V. Levin2011-01-141-6/+6
* Update linux/ioctlent.hDmitry V. Levin2011-01-141-32/+616
* Add HDIO_* ioctls defined in linux/hdreg.hDmitry V. Levin2011-01-141-0/+1
* Test PTRACE_O_TRACECLONE and PTRACE_O_TRACEVFORK along with PTRACE_O_TRACEFORKDmitry V. Levin2011-01-131-4/+5
* * net.c (protocols): Add more IPPROTO_* constants defined in netinet/in.hDmitry V. Levin2011-01-101-14/+53
* * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.Holger Hans Peter Freyther2011-01-101-0/+9
* sh: Add entry for not-multiplexed accept4Carmelo AMOROSO2011-01-101-1/+1
* sh: Add entries for not-multiplexed socket callsCarmelo AMOROSO2010-12-141-18/+18
* sh: Fix compilation warning in do_pipe due to missing prototypeCarmelo AMOROSO2010-12-141-1/+2
* Fix build on uClibcDmitry V. Levin2010-12-141-0/+3
* Fix strace -f -o '|command' hangupDmitry V. Levin2010-12-071-14/+14
* Output diagnostics to stderrDmitry V. Levin2010-12-031-3/+3
* Recognize more clone flagsDmitry V. Levin2010-12-031-0/+14
* Decode struct ucred for getsockopt SO_PEERCREDDmitry V. Levin2010-12-031-0/+18
* sh: Add support for tracing sys_cacheflush system callCarmelo AMOROSO2010-12-033-2/+34