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)
Sun, May 31, 8:51 PM
Unknown Object (File)
Sat, May 9, 4:22 PM
Unknown Object (File)
Sat, May 9, 4:21 PM
Unknown Object (File)
Sat, May 9, 2:53 PM
Unknown Object (File)
Sat, May 9, 2:32 PM
Unknown Object (File)
Sat, May 9, 11:35 AM
Unknown Object (File)
Fri, May 8, 8:41 PM
Unknown Object (File)
May 1 2026, 10:46 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