Page MenuHomeFreeBSD

Document pl_syscall_*
ClosedPublic

Authored by jhb on Oct 6 2015, 11:08 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jun 17, 5:53 PM
Unknown Object (File)
Mon, Jun 17, 5:53 PM
Unknown Object (File)
Mon, Jun 17, 5:53 PM
Unknown Object (File)
Mon, Jun 17, 5:39 PM
Unknown Object (File)
May 7 2024, 5:24 AM
Unknown Object (File)
Feb 26 2024, 10:03 PM
Unknown Object (File)
Feb 26 2024, 9:29 PM
Unknown Object (File)
Jan 17 2024, 10:59 PM
Subscribers

Details

Summary

Document the recently added pl_syscall_* fields in struct ptrace_lwpinfo.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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 ↗(On Diff #9202)

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 ↗(On Diff #9202)

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.