K 10 svn:author V 7 dchagin K 8 svn:date V 27 2016-01-09T16:39:15.372157Z K 7 svn:log V 324 MFC r283440: For future use in the Linuxulator: 1. Add a kern_kqueue() counterpart for kqueue() with flags parameter. 2. 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] END