CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/17 05:19:55
Modified files: usr.sbin/syslogd: syslogd.8 syslogd.c syslogd.h Log message: Remove the artificial maximum number of unix domain sockets in syslogd(8). Just malloc(3) them dynamically which also gives a more random address space layout. OK deraadt@