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)
Dec 25 2024, 9:35 AM
Unknown Object (File)
Dec 7 2024, 11:47 PM
Unknown Object (File)
Nov 23 2024, 2:45 PM
Unknown Object (File)
Nov 17 2024, 6:23 PM
Unknown Object (File)
Nov 14 2024, 3:53 PM
Unknown Object (File)
Nov 1 2024, 9:42 PM
Unknown Object (File)
Oct 22 2024, 3:13 AM
Unknown Object (File)
Oct 7 2024, 4:38 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