K 10 svn:author V 6 romain K 8 svn:date V 27 2018-10-24T11:31:40.995406Z K 7 svn:log V 296 Fix closure of open file descriptors Rely on closefrom(2) instead of a loop on close(2) to close all opened file descriptors. This greatly improve performances. While here, commit changes to patches generated by make makepatch. With hat: puppet PR: 232538 Reported by: vmiller@verisign.com END