freebsd-skq/sys/compat
hselasky 573665c410 Don't call selrecord() outside the select system call in the LinuxKPI, because
then td->td_sel is NULL and this will result in a segfault inside selrecord().
This happens when only using kqueue() to poll for read and write events.
If select() and kqueue() is mixed there won't be a segfault.

Reported by:	Johannes Lundberg
MFC after:	1 week
Sponsored by:	Mellanox Technologies
2017-10-13 14:14:46 +00:00
..
cloudabi Merge pipes and socket pairs. 2017-09-05 07:46:45 +00:00
cloudabi32 Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
cloudabi64 Complete the CloudABI networking refactoring. 2017-08-30 07:30:06 +00:00
freebsd32 regen freebsd32_sysent.c after r324564 (freebsd32_posix_fallocate) 2017-10-12 18:31:28 +00:00
ia32 Move struct syscall_args syscall arguments parameters container into 2017-06-12 21:03:23 +00:00
linprocfs Fix caveat in new implementation of linprocfs_docpuinfo(): 2017-06-23 10:36:27 +00:00
linsysfs linsysfs: quiet gcc -Wformat after r323692 2017-09-18 19:09:40 +00:00
linux Small style(9) issue: spaces vs TAB. 2017-09-24 20:57:03 +00:00
linuxkpi/common Don't call selrecord() outside the select system call in the LinuxKPI, because 2017-10-13 14:14:46 +00:00
ndis Shorten list of arguments to mbuf external storage freeing function. 2017-10-09 20:35:31 +00:00
netbsd
x86bios x86bios: spelling fix in a comment. 2016-04-30 00:34:04 +00:00