K 10 svn:author V 3 pjd K 8 svn:date V 27 2005-08-19T11:09:11.000000Z K 7 svn:log V 351 MFC: usr.sbin/jls/jls.c 1.4,1.5 Not sure why, but SYSCTL_OUT() can sometimes keep returning ENOMEM in sysctl_jail_list(). Because of this, jls(8) could enter into an endless loop. The strange thing is, that we can call jls(8) while the other one is in loop and it will succeed - SYSCTL_OUT() will not return ENOMEM there. Approved by: re (kensmith) END