Page MenuHomeFreeBSD

For future use in the Linuxulator:
ClosedPublic

Authored by dchagin on Nov 3 2014, 8:23 AM.
Tags
None
Referenced Files
F132243996: D1091.diff
Wed, Oct 15, 3:26 AM
Unknown Object (File)
Thu, Oct 9, 12:57 AM
Unknown Object (File)
Aug 30 2025, 3:57 PM
Unknown Object (File)
Aug 9 2025, 6:47 AM
Unknown Object (File)
Jul 27 2025, 2:28 PM
Unknown Object (File)
Jul 27 2025, 1:32 AM
Unknown Object (File)
Jul 1 2025, 11:56 PM
Unknown Object (File)
Jun 16 2025, 5:18 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.