Commit Graph

193 Commits

Author SHA256 Message Date
91ceee2a57 - updated to 4.7
* Changes in behavior
    * strace no longer suspends waitpid until there is a child
      for waitpid'ing process to collect status from.
    * strace no longer detaches from a tracee which is supposed
      to be going to die.
    * strace now issues a new message: "+++ exited with EXITCODE +++"
      which shows exact moment strace got exit notification,
      analogous to existing "+++ killed by SIG +++" message.
  
  * Improvements
    * Added x32 personality support (x86_64 architecture).
    * Added -y and -P options to print file descriptor paths and
      filter by those paths.
    * Added -I option to control strace interactivity.
    * Allowed -p option to take comma or whitespace-separated list of PIDs.
    * Added strace_log_merge script helper to merge timestamped "strace -ff"
      log files.
    * Implemented decoding of clock_adjtime, get_robust_list, migrate_pages,
      preadv, prlimit64, process_vm_readv, process_vm_writev, pwritev,
      recvmmsg, recvmsg, rt_tgsigqueueinfo, sendmmsg, setns, set_robust_list,
      sched_rr_get_interval, splice, syslog, tee and vmsplice syscalls.
    * Enhanced decoding of capget, capset, getrlimit, flistxattr, io_submit,
      listxattr, setrlimit and swapon syscalls.
    * Implemented decoding of loop and mtd ioctls.
    * Added syscall entries for new linux syscalls.
    * Added syscall entries for direct socket system calls on powerpc.
    * Updated the list of errno constants.
    * Updated lists of MSG_*, STA_*, and TCP_* constants.
    * Regenerated the list of ioctl names from Linux 3.3.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=22
2012-05-03 11:03:48 +00:00
Stephan Kulow
226c01adea replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=32
2011-12-06 18:06:07 +00:00
Lars Vogdt
5eaebbb3ac Accepting request 86573 from devel:tools
Skip "make check" when building under qemu (PTRACE not supported) (forwarded request 86549 from tserong)

OBS-URL: https://build.opensuse.org/request/show/86573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=30
2011-10-04 19:34:15 +00:00
cbd65855d1 Accepting request 86549 from home:tserong:branches:devel:tools
Skip "make check" when building under qemu (PTRACE not supported)

OBS-URL: https://build.opensuse.org/request/show/86549
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=20
2011-10-04 17:47:25 +00:00
Sascha Peilicke
fc98d3e3df Autobuild autoformatter for 66845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=29
2011-04-12 10:26:00 +00:00
OBS User buildservice-autocommit
e162160300 Updating link to change in openSUSE:Factory/strace revision 29.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=2985686552fa8c501be85e3c5b65752e
2011-04-12 10:26:00 +00:00
Sascha Peilicke
e237a01935 Accepting request 66845 from devel:tools
Accepted submit request 66845 from user coolo

OBS-URL: https://build.opensuse.org/request/show/66845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=28
2011-04-12 10:25:51 +00:00
9c1dbdb6ea - More AIO decoding from Andi Kleen, bnc#679917
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=18
2011-04-11 13:32:03 +00:00
41eb27ccc3 x
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=17
2011-03-17 11:00:29 +00:00
2b38311d37 dont autoreeconf
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=16
2011-03-17 10:43:47 +00:00
ab0b335ebb OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=15 2011-03-16 10:52:22 +00:00
dfae9c23af - buildrequire libaio-devel bnc#679917
- buildrequire lksctp-tools-devel for sctp decoding

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=14
2011-03-16 10:28:29 +00:00
4f3d8e15dc - Updated to 4.6
* Changes in behavior
    * Print diagnostic information about changes in personality mode to
      standard error instead of standard output.
  * Improvements
    * Implemented a new method of following clone, fork, and vfork
      syscalls using the Linux kernel's explicit facilities for tracing
      creation of threads and child processes.
    * Implemented CLONE_PARENT and CLONE_UNTRACED flags handling.
    * Implemented decoding of TLS syscalls on m68k.
    * Implemented biarch support on powerpc64.
    * Implemented biarch support for getrlimit() and setrlimit().
    * Implemented decoding of struct ucred in getsockopt SO_PEERCRED.
    * Implemented SOL_SCTP socket options decoding.
    * Added HDIO_* ioctl names. (Addresses Debian bug #450953).
    * Added LOOP_* ioctl names.
    * Updated lists of CLOCK_*, CLONE_*, MS_*, and SOL_* constants to match Linux 2.6.37.
    * Updated the list of IPPROTO_* constants to match netinet/in.h.
    * Implemented decoding of HDIO_* and BLK* ioctls.
    * Added MicroBlaze architecture support.
    * Added new syscall entries to match Linux 2.6.37.
    * Regenerated list of ioctl names from Linux 2.6.37.
    * Enhanced signal notification decoding.
    * Documented -C and -D options.
  * Bug fixes
    * Fixed fetching syscall arguments on m68k.
    * Fixed an error when judging whether a process has children.
    * Fixed get/set_robust_list syscall numbers for powerpc.
    * Fixed a corner case in printing clone flags.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=13
2011-03-16 10:18:45 +00:00
Berthold Gunreben
1672aafd22 Autobuild autoformatter for 57584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=26
2011-01-10 10:41:39 +00:00
Berthold Gunreben
67e31faea7 Accepting request 57584 from devel:tools
Accepted submit request 57584 from user msmeissn

OBS-URL: https://build.opensuse.org/request/show/57584
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=25
2011-01-10 10:41:34 +00:00
Torsten Duwe
b026815a5f Accepting request 55243 from home:puzel:branches:devel:tools
OBS-URL: https://build.opensuse.org/request/show/55243
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=11
2010-12-09 15:19:27 +00:00
OBS User autobuild
ba06c82d02 Accepting request 49169 from devel:tools
Copy from devel:tools/strace based on submit request 49169 from user coolo

OBS-URL: https://build.opensuse.org/request/show/49169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=24
2010-09-27 14:04:04 +00:00
OBS User buildservice-autocommit
af868e4df2 Updating link to change in openSUSE:Factory/strace revision 24.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=e38c826569f62ad87b1a65f34f03b46c
2010-09-27 14:04:04 +00:00
OBS User autobuild
7d0725722c Accepting request 49169 from devel:tools
checked in (request 49169)

OBS-URL: https://build.opensuse.org/request/show/49169
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=10
2010-09-27 14:04:03 +00:00
4b1e2a1cce Accepting request 42665 from home:jengelh:sparc
Copy from home:jengelh:sparc/strace via accept of submit request 42665 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42665
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=9
2010-07-08 08:04:57 +00:00
OBS User autobuild
b7a97deee3 Accepting request 37996 from devel:tools
Copy from devel:tools/strace based on submit request 37996 from user prusnak

OBS-URL: https://build.opensuse.org/request/show/37996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=21
2010-04-15 23:40:04 +00:00
OBS User buildservice-autocommit
77935a473a Updating link to change in openSUSE:Factory/strace revision 21.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=82cf8a555dcb72e1e5ea94dd0316dd10
2010-04-15 23:40:04 +00:00
Pavol Rusnak
23787a9dee Accepting request 37991 from home:jnweiger:branches:devel:tools
Copy from home:jnweiger:branches:devel:tools/strace via accept of submit request 37991 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/37991
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=7
2010-04-15 15:06:57 +00:00
OBS User autobuild
f54cc7fe6b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=20 2010-03-18 15:30:36 +00:00
OBS User buildservice-autocommit
5ac8d2f82c Updating link to change in openSUSE:Factory/strace revision 20.0
OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=48623f8b4990a4e624c9baafb76cd2d6
2010-03-18 15:30:36 +00:00
OBS User autobuild
e02a000f40 Accepting request 32493 from devel:tools
Copy from devel:tools/strace based on submit request 32493 from user rguenther

OBS-URL: https://build.opensuse.org/request/show/32493
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=19
2010-02-14 21:39:10 +00:00
OBS User autobuild
d71de13e6e Accepting request 31803 from devel:tools
Copy from devel:tools/strace based on submit request 31803 from user coolo

OBS-URL: https://build.opensuse.org/request/show/31803
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=18
2010-02-09 21:28:08 +00:00
OBS User unknown
b8fed45327 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=16 2009-01-09 01:03:04 +00:00
OBS User unknown
6a4d9468c4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=15 2008-12-15 12:14:27 +00:00
OBS User unknown
0fdf3d84d9 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=14 2008-11-11 15:12:00 +00:00
OBS User unknown
7505eed37a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=13 2008-11-02 14:45:04 +00:00
OBS User unknown
c23a8ee63b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=12 2008-09-02 10:15:43 +00:00
OBS User unknown
e0409e9ec2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=11 2008-08-16 00:52:15 +00:00
OBS User unknown
6692213d21 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=10 2008-08-05 23:58:14 +00:00
OBS User unknown
6c92bfc5d5 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=9 2008-07-22 10:00:53 +00:00
OBS User unknown
ff05c53e2f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=8 2008-06-30 17:36:59 +00:00
OBS User unknown
fe0a4d7064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=7 2008-04-10 13:33:29 +00:00
OBS User unknown
a44d1d0a5b OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=6 2007-12-03 22:39:40 +00:00
OBS User unknown
66226dd0b3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=5 2007-08-03 20:48:45 +00:00
OBS User unknown
4639c54fbb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=4 2007-04-18 23:03:21 +00:00
OBS User unknown
ac67f75455 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=3 2007-03-16 13:44:03 +00:00
OBS User unknown
38eaa46333 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=2 2007-01-18 00:47:16 +00:00
OBS User unknown
f6ae875b0f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/strace?expand=0&rev=1 2006-12-18 23:17:52 +00:00