kernel - Fix info->si_code for waitid() (2)
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 18 Mar 2019 20:43:41 +0000 (13:43 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 18 Mar 2019 20:43:41 +0000 (13:43 -0700)
commit819542d7368b86c023c4e0135e67067706c62847
tree1f7ff23ad75230cab1aab387e3f3b153e4e1fa7a
parentbfd192f7d73d06bdfe9fe0c1439932c80cabd5c3
kernel - Fix info->si_code for waitid() (2)

* Our si_status was W*() encoded, but linux does not W*() encode
  theirs.

  Do not W*() encode ours either.  Also properly decode the exit signal
  and exit code.
sys/kern/kern_exit.c