K 10 svn:author V 3 hrs K 8 svn:date V 27 2013-08-17T07:12:52.804657Z K 7 svn:log V 392 Unbreak rwhod(8): - It did not work with GENERIC kernel after r250603 because options PROCDESC was required for pdfork(2). It now just uses fork(2) instead when this syscall is not available. - Fix verify(). This function was broken in r250602 because the outermost "()" was removed from the condition !(isalnum() || ispunct()). It prevented hostnames including "-", for example. END