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)
Thu, Jul 16, 7:44 PM
Unknown Object (File)
Thu, Jul 16, 4:50 AM
Unknown Object (File)
Tue, Jul 14, 10:20 PM
Unknown Object (File)
Sat, Jul 4, 3:47 AM
Unknown Object (File)
Fri, Jul 3, 6:34 AM
Unknown Object (File)
Fri, Jul 3, 3:21 AM
Unknown Object (File)
Thu, Jul 2, 2:37 PM
Unknown Object (File)
Fri, Jun 26, 4:22 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.