K 10 svn:author V 7 attilio K 8 svn:date V 27 2008-04-01T20:31:55.000000Z K 7 svn:log V 315 Add rw_try_rlock() and rw_try_wlock() to rwlocks. These functions try the specified operation (rlocking and wlocking) and true is returned if the operation completes, false otherwise. The KPI is enriched by this commit, so __FreeBSD_version bumping and manpage updating will happen soon. Requested by: jeff, kris END