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)
Wed, Aug 19, 11:20 PM
Unknown Object (File)
Wed, Aug 19, 10:10 AM
Unknown Object (File)
Mon, Aug 10, 2:14 PM
Unknown Object (File)
Mon, Aug 10, 1:58 PM
Unknown Object (File)
Mon, Aug 10, 1:57 PM
Unknown Object (File)
Fri, Jul 31, 4:01 PM
Unknown Object (File)
Sat, Jul 25, 3:44 AM
Unknown Object (File)
Jul 4 2026, 10:39 AM
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