CVSROOT: /cvs Module name: src Changes by: mcbr...@cvs.openbsd.org 2015/07/17 23:32:56
Modified files: usr.sbin/tftpd : tftpd.8 tftpd.c Log message: Have tftpd provide a block of random data when clients request the file /etc/random.seed. This allows netbooted systems to inject entropy early in the kernel start. pxeboot requests it already, so no configuration or change is needed on the client side. ok deraadt@ beck@