Page MenuHomeFreeBSD

Document pl_syscall_*
ClosedPublic

Authored by jhb on Oct 6 2015, 11:08 PM.
Tags
None
Referenced Files
F106102322: D3833.diff
Wed, Dec 25, 10:45 AM
Unknown Object (File)
Oct 17 2024, 11:43 AM
Unknown Object (File)
Oct 17 2024, 11:43 AM
Unknown Object (File)
Oct 17 2024, 11:43 AM
Unknown Object (File)
Oct 17 2024, 11:23 AM
Unknown Object (File)
Sep 17 2024, 5:37 PM
Unknown Object (File)
Sep 9 2024, 4:08 AM
Unknown Object (File)
Sep 8 2024, 10:03 AM
Subscribers

Details

Summary

Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 705
Build 705: arc lint + arc unit

Event Timeline

jhb retitled this revision from to Document pl_syscall_*.
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: kib.
kib edited edge metadata.
kib added inline comments.
lib/libc/sys/ptrace.2
401

I find the identifier term somewhat unusual. I accustomed to call the thing either syscall code or syscall number.

This revision is now accepted and ready to land.Oct 7 2015, 6:37 AM
lib/libc/sys/ptrace.2
401

I think identifier is reasonable here. It's describing the pl_syscall_code field, and explaining that as a syscall code or as a syscall number doesn't lend clarity. The syscall_code identifies the system call.

emaste added a reviewer: emaste.
This revision was automatically updated to reflect the committed changes.