Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR 11338 (partial): Used '@defined()' in inet_sock tapsets. | David Smith | 2010-03-26 | 1 | -21/+7 |
| | | | | | | * tapset/inet_sock.stp (inet_get_local_port): Used '@defined' instead of a kernel version check. Added RHEL4 support. (inet_get_ip_source): Now calls __ip_sock_daddr() to get daddr. | ||||
* | Update tapset related to struct inet_sock for 2.6.33 | Wenji Huang | 2009-12-22 | 1 | -0/+8 |
| | | | | | | | * tapset/inet_sock.stp : Add prefix "inet_" to field. * tapset/ip.stp : Ditto. * tapset/tcp.stp : Ditto. * tapset/tcpmib.stp : Ditto. | ||||
* | Fix typo in kernel version check 2.6.21 -> 2.6.11 in inet_sock. | Mark Wielaard | 2009-03-04 | 1 | -2/+2 |
| | | | | | * tapset/inet_sock.stp (inet_get_local_port): Fix kernel version check. (inet_get_ip_source): Likewise. | ||||
* | Use @cast where possible for examining inet_sock. | Mark Wielaard | 2009-02-27 | 1 | -25/+25 |
| | | | | | | | * tapset/inet_sock.stp: Remove includes. (inet_get_local_port): No embedded C, use @cast. (inet_get_ip_source): Likewise. (daddr_to_string): New function, still some embedded C used. | ||||
* | Add /* pure */ to embedded-C functions. | fche | 2007-09-24 | 1 | -2/+2 |
| | |||||
* | 2007-02-06 Josh Stone <joshua.i.stone@intel.com> | jistone | 2007-02-07 | 1 | -13/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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. | ||||
* | Added UDP tapset and common inet_sock functions. Added more descriptions to | tpnguyen | 2006-06-24 | 1 | -0/+47 |
TCP tapset. |