(need more test, ltp passed)
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Fixed, thanks! btw, also for all of Linuxulator's sigprocmask syscall family should be remove SIGKILL|SIGSTOP from new signal mask.
Will be fixed soon.
Comment Actions
whoops, kern_sigprocmask() already call SIG_CANTMASK for new mask, so remove my SIGDELSET.
sys/compat/linux/linux_misc.c | ||
---|---|---|
2224 ↗ | (On Diff #3028) | What is this for? The sys_poll() implementation doesn't seem to do anything like this. |
sys/compat/linux/linux_misc.c | ||
---|---|---|
2224 ↗ | (On Diff #3028) | The Linux ppoll() system call modifies its timeout argument. |
sys/compat/linux/linux_misc.c | ||
---|---|---|
2224 ↗ | (On Diff #3028) | A comment explaining this would be nice. Still, looks ok. |