summaryrefslogtreecommitdiffstats
path: root/tapset/socket.stp
Commit message (Collapse)AuthorAgeFilesLines
* tapset docs cleanupFrank Ch. Eigler2009-09-291-1/+1
| | | | | | | | | | | | | | Several problems: some invalid <command> etc. directives in the tapset embedded docs; some analysis about the non-generation of the pdf; some cleanup of the generated man pages. * configure.ac (BUILD_PDFREFDOCS): Correct condition typo, but still leave disabled. * doc/SystemTap_Tapset_Reference/Makefile.am (XMLTOMANPARMS): Add, to disable noise "AUTHORS" / "COPYRIGHT" sections. * tapset/*.stp: Removed several docbook-y markup that is not valid in kerneldoc.
* Spelling fixes in the tapsetsJosh Stone2009-09-161-1/+1
|
* Add missing socket function argument descriptions.Mark Wielaard2009-03-311-0/+6
| | | | * tapsets/socket.stp: Add descriptions for proto, family and state.
* minor editsddomingo2009-03-171-38/+32
|
* fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ddomingo2009-03-161-1/+3
| | | | tapsetdescription for man page generator (in development)
* PR9871: use @cast in tapsetWenji Huang2009-03-061-39/+29
| | | | | | | | Rewrite some functions using type casting to get rid of embedded C code in nfs, scsi, signal, socket, rpc, task and vfs tapset. Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
* Add ioscheduler, socket, tcp, and upd to tapset reference.William Cohen2008-11-251-236/+196
|
* socket.stp (socket.aio_read/write): Fix version-checking method.Zhaolei2008-09-231-4/+4
| | | | Thanks Mark Wielaard <mjw@redhat.com>
* socket.stp (socket.aio_read/write): Fix the semantic error caused by the ↵Zhaolei2008-09-221-6/+28
| | | | difference of kernel versions.
* Make _get_sock_addr return correct address in kernel before 2.6.16.Zhaolei2008-08-281-1/+8
|
* 2007-12-17 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-12-171-1/+3
| | | | | From Yang Zhiguo <yzgcsu@cn.fujitsu.com> * Add new address family to _fam_num2str: IUCV and RXRPC.
* 2007-10-03 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-10-031-1/+5
| | | | | | * aux_syscalls.stp(_sockopt_level_str): Add support for protocol number 134~137. * socket.stp (global define,begin): Ditto.
* 2007-10-01 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-301-1/+1
| | | | * socket.stp (_success_check): Fix compare method.
* 2007-09-27 Zhaolei <zhaolei@cn.fujitsu.com>zhaolei2007-09-271-1/+9
| | | | | | * socket.stp (aio_read): Fix compile error with kernel version less than 2.6.19. * socket.stp (aio_write): Ditto.
* socket.stp build fix for 2.6.9 kernelfche2007-09-251-0/+3
| | | | | | 2007-09-25 Frank Ch. Eigler <fche@elastic.org> * socket.stp (sock_flags_num2str): Define SOCK_PASSCRED if needed.
* Add /* pure */ to embedded-C functions.fche2007-09-241-9/+9
|
* socket.stp: changed initialization of *num2str arrays to foreach loops.mmason2007-07-171-169/+8
|
* Removed extra assignment to "size" in socket.aio_write.returnmmason2007-06-151-1/+0
|
* Removed workaround for negative 32-bit return values on 64-bit systems.mmason2007-06-061-3/+1
|
* Adapt socket tapset to changes in 2.6.19.mmason2007-04-241-37/+154
|
* 2007-02-06 Josh Stone <joshua.i.stone@intel.com>jistone2007-02-071-116/+47
| | | | | | | | | | | | | | | | | | | | | | | | | * aux_syscalls.stp, inet_sock.stp, ioblock.stp, ioscheduler.stp, nfs.stp, nfs_proc.stp, nfsd.stp, rpc.stp, scsi.stp, signal.stp, socket.stp, task.stp, tcp.stp, vfs.stp: Protect pointer dereferences with kread wherever possible. Some places still have hazards, as marked with FIXMEs. * errno.stp (returnstr): Don't use return in tapset C functions. * aux_syscalls.stp (__uget_timex_m): Ditto. * nfsd.stp (__get_fh): Ditto. * nfs.stp, vfs.stp (<many functions>): Ditto. * string.stp (substr): Ditto. Also make sure start index is valid. * syscalls.stp (syscall.execve): Change __string to kernel_string. LKET/ * nfs.stp, nfs_proc.stp, nfsd.stp, process.stp, tskdispatch.stp: Protect pointer dereferences with kread wherever possible. Some places still have hazards, as marked with FIXMEs. * aio.stp (log_io_getevents): Don't use return in tapset C functions. * timestamp.stp (set_timing_method): Ditto. * utils.stp (filter_by_pid): Ditto.
* Fix for missing SOCK_PASSSEC in kernels earlier than 2.6.18.mmason2007-01-251-1/+4
|
* Changed bit checking method in sock_flags_num2str().mmason2007-01-241-8/+12
|
* New sockets tapset.mmason2007-01-231-0/+1077