Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Partial fix for pr 11388 by adding 'sys_mmap_pgoff' support. | David Smith | 2010-03-22 | 1 | -2/+4 |
| | | | | | | * tapset/i386/syscalls.stp: Add support for 'sys_mmap_pgoff' (which is what the mmap syscall uses). * tapset/x86_64/syscalls.stp: Ditto. | ||||
* | Fixed PR 11269 by properly handling mmap syscall 'fd' argument. | David Smith | 2010-02-23 | 1 | -2/+4 |
| | | | | | | | | | | | | | | * testsuite/systemtap.syscall/mmap.c (main): Added mprotect and mremap testing (along with testing of anonymous maps). * tapset/i386/syscalls.stp: In mmap probes, handle the fact that the kernel gets an unsigned long 'fd', but the user-side passes a signed int. * tapset/i386/nd_syscalls.stp: Ditto. * tapset/ia64/syscalls.stp: Ditto. * tapset/powerpc/nd_syscalls.stp: Ditto. * tapset/powerpc/syscalls.stp: Ditto. * tapset/x86_64/nd_syscalls.stp: Ditto. * tapset/x86_64/syscalls.stp: Ditto. | ||||
* | Fix sys_sigaltstack ussp conditional. | Mark Wielaard | 2009-08-29 | 1 | -1/+1 |
| | | | | | | | | For i386 sys_sigaltstack changed argument params starting with kernel commit b12bda which was only included in 2.6.30, not in any 2.6.29 kernel. * tapset/i386/syscalls.stp (sys_sigaltstack): ussp conditional should be kernel_v < "2.6.30" for param change (from bx to regs). | ||||
* | PR4186 cont'd: move tapset/i686 -> tapset/i386 | Frank Ch. Eigler | 2009-08-24 | 1 | -0/+174 |