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)
Sun, Apr 20, 2:38 AM
Unknown Object (File)
Sat, Apr 19, 12:29 PM
Unknown Object (File)
Sat, Apr 19, 9:38 AM
Unknown Object (File)
Sat, Apr 19, 9:24 AM
Unknown Object (File)
Mar 16 2025, 1:45 PM
Unknown Object (File)
Feb 22 2025, 11:32 AM
Unknown Object (File)
Feb 10 2025, 11:47 AM
Unknown Object (File)
Feb 9 2025, 8:37 PM
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.