Page MenuHomeFreeBSD

For future use in the Linuxulator:
ClosedPublic

Authored by dchagin on Nov 3 2014, 8:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 6, 9:32 PM
Unknown Object (File)
Wed, Dec 18, 4:09 AM
Unknown Object (File)
Wed, Dec 18, 3:23 AM
Unknown Object (File)
Sep 16 2024, 6:04 AM
Unknown Object (File)
Sep 11 2024, 8:17 AM
Unknown Object (File)
Sep 8 2024, 9:46 PM
Unknown Object (File)
Sep 8 2024, 6:10 PM
Unknown Object (File)
Sep 8 2024, 11:22 AM
Subscribers
None

Details

Summary
  1. Add a kern_kqueue() counterpart for kqueue() with flags parameter.
  1. Be a bit secure. To avoid a double fp lookup add a kern_kevent_fp()

counterpart for kern_kevent() with file pointer parameter instead
of file descriptor an pass the buck to it.

Suggested by: mjg [2]

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dchagin retitled this revision from to For future use in the Linuxulator:.
dchagin updated this object.
trasz added a reviewer: trasz.
This revision is now accepted and ready to land.Mar 21 2015, 5:05 PM
This revision was automatically updated to reflect the committed changes.