From: Matthew Mondor Date: Sun, 23 Aug 2015 08:49:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.pulsar-zone.net/?a=commitdiff_plain;h=17a45c5ed33eb040c23eae95a1fa0ec8c4bad756;p=mmondor.git *** empty log message *** --- diff --git a/netbsd/netbsd_improvements.txt b/netbsd/netbsd_improvements.txt index 9ede1a9..eea8fbf 100644 --- a/netbsd/netbsd_improvements.txt +++ b/netbsd/netbsd_improvements.txt @@ -10,6 +10,10 @@ Status, defined by the first column: * The fix that was submitted via PR was accepted and commited. +- When setting file descriptor limits via sysctl for a process which exceed + those of kern.maxfiles, sysctl pretends that it was successful, instead of + erroring with EINVAL. This can make diagnosing limit issues difficult. + - FreeBSD-like fast path for userland to receive/generate ethernet packets, for high performance userland stacks and packet processing directly using ethernet hardware buffers. @@ -58,7 +62,7 @@ Status, defined by the first column: new systems should come with an /etc/rlimit.conf file. #!/bin/sh # -# $Id: netbsd_improvements.txt,v 1.56 2015/08/12 21:42:19 mmondor Exp $ +# $Id: netbsd_improvements.txt,v 1.57 2015/08/23 08:49:06 mmondor Exp $ # # If too early at boot, the sysctl commands somehow fail.