summaryrefslogtreecommitdiffstats
path: root/sys/kern/sys_generic.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* select subsystem si_pid becomes si_selpid, to not conflict against user/kernel siginfo si_pid #definederaadt1997-01-271-7/+7
|
* i added a fair bit to thisderaadt1996-10-121-1/+2
|
* poll() as a system callderaadt1996-05-181-1/+123
|
* if nfds > FD_SETSIZE, allocate room for the bitmasks inside the kernel; alsoderaadt1996-05-071-12/+47
| | | | | selscan() now understands that it may possible be passed home-grown fd_set's larger than FD_SETSIZE.
* partial sync with netbsd 960418, more to comederaadt1996-04-211-3/+3
|
* From NetBSD: 960217 mergeniklas1996-03-031-10/+35
|
* initial import of NetBSD treederaadt1995-10-181-0/+699