K 10 svn:author V 8 hselasky K 8 svn:date V 27 2018-02-25T10:40:41.065998Z K 7 svn:log V 404 MFC r329825: Return correct error code to user-space when a system call receives a signal in the LinuxKPI. The read(), write() and mmap() system calls can return either EINTR or ERESTART upon receiving a signal. Add code to figure out the correct return value by temporarily storing the return code from the relevant FreeBSD kernel APIs in the Linux task structure. Sponsored by: Mellanox Technologies END