]> sourceware.org Git - systemtap.git/commit
PR16716 partial fix: Better types in 'syscall.{send,sendto}'.
authorDavid Smith <dsmith@redhat.com>
Tue, 1 Apr 2014 18:30:06 +0000 (13:30 -0500)
committerDavid Smith <dsmith@redhat.com>
Tue, 1 Apr 2014 18:30:06 +0000 (13:30 -0500)
commit3e50321323a8fc03644950d2159195500657b395
tree8330da73d206d492e97b31364bbe4da370d44fb7
parent5af68b5c12c1c6993be6d5cd8067aeee09f7a479
PR16716 partial fix: Better types in 'syscall.{send,sendto}'.

* tapset/linux/syscalls2.stp: Fixed types and nesting in
  'syscall.{send,sendto}'. Fixed a few more types in
  'syscall.{recv,recvfrom}'.
* tapset/linux/nd_syscalls2.stp: Ditto.
* runtime/linux/compat_unistd.h: Added __NR_sendto.
* tapset/linux/aux_syscalls.stp: Be sure we have the SYS_* defines by
  including '<linux/net.h>'.
* testsuite/systemtap.syscall/send.c: New testcase.
* testsuite/systemtap.syscall/sendto.c: New testcase.
* testsuite/systemtap.syscall/recv.c: Added more testing of the 'flags'
  parameter.
* testsuite/systemtap.syscall/recvfrom.c: Ditto.
* testsuite/systemtap.syscall/recvmmsg.c: Ditto.
* testsuite/systemtap.syscall/recvmsg.c: Ditto.
runtime/linux/compat_unistd.h
tapset/linux/aux_syscalls.stp
tapset/linux/nd_syscalls2.stp
tapset/linux/syscalls2.stp
testsuite/systemtap.syscall/recv.c
testsuite/systemtap.syscall/recvfrom.c
testsuite/systemtap.syscall/recvmmsg.c
testsuite/systemtap.syscall/recvmsg.c
testsuite/systemtap.syscall/send.c [new file with mode: 0644]
testsuite/systemtap.syscall/sendto.c [new file with mode: 0644]
This page took 0.030792 seconds and 5 git commands to generate.