K 10 svn:author V 6 jbeich K 8 svn:date V 27 2017-02-14T21:49:25.974544Z K 7 svn:log V 276 security/nss: stop excessive getpid(2) calls FreeBSD implements pthread_atfork(3) and (as required by a nearby code comment) deregisters callbacks located in dlclose(3)ed shared objects. Take advantage of it instead of looping with getpid(2). Submitted by: cem MFH: 2017Q1 END