Page MenuHomeFreeBSD

Split up sys_poll() into a sys_ and kern_ counterparts, add kern_ppoll() version needed by an upcoming Linuxulator change.
AbandonedPublic

Authored by dchagin on Nov 4 2014, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 1, 6:28 AM
Unknown Object (File)
Fri, Oct 31, 2:24 AM
Unknown Object (File)
Fri, Oct 31, 12:31 AM
Unknown Object (File)
Tue, Oct 28, 9:09 PM
Unknown Object (File)
Oct 9 2025, 9:54 AM
Unknown Object (File)
Oct 9 2025, 2:43 AM
Unknown Object (File)
Oct 7 2025, 11:18 AM
Unknown Object (File)
Oct 6 2025, 8:26 PM
Subscribers
None

Details

Reviewers
None
Group Reviewers
Linux Emulation

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

dchagin retitled this revision from to Split up sys_poll() into a sys_ and kern_ counterparts, add kern_ppoll() version needed by an upcoming Linuxulator change..

Updating D1104: Split up sys_poll() into a sys_ and kern_ counterparts, add kern_ppoll()

version needed by an upcoming Linuxulator change.

  1. Enter a brief description of the changes included in this update.
  2. The first line is used as subject, next lines as comment. #

Native syscalls use u_int for nfds parameter and helpers should follow them.

Pointed out by: kib