]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
- Decode the arguments for several signal-related system calls: sigpending,
authorJohn Baldwin <jhb@FreeBSD.org>
Mon, 17 Aug 2015 17:52:28 +0000 (17:52 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Mon, 17 Aug 2015 17:52:28 +0000 (17:52 +0000)
commitb289a8d78a144cd20b82e28a3ae2859f1c25b799
tree8fdbc7aa8d8e7c0728b8287db5bbfd399345d4c3
parente9aebbb018fa7fc7692a4dee8635138a42c90f69
- Decode the arguments for several signal-related system calls: sigpending,
  sigqueue, sigreturn, sigsuspend, sigtimedwait, sigwait, sigwaitinfo, and
  thr_kill.
- Print signal sets as a structure (with {}'s) and in particular use this to
  differentiate empty sets from a NULL pointer.
- Decode arguments for some other system calls: issetugid, pipe2, sysarch
  (operations are only decoded for amd64 and i386), and thr_self.
usr.bin/truss/syscall.h
usr.bin/truss/syscalls.c