*** empty log message ***
authorMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 4 Aug 2015 01:12:21 +0000 (01:12 +0000)
committerMatthew Mondor <mmondor@pulsar-zone.net>
Tue, 4 Aug 2015 01:12:21 +0000 (01:12 +0000)
netbsd/netbsd_improvements.txt

index f5ab5a5..14fe1c1 100644 (file)
@@ -10,7 +10,9 @@ Status, defined by the first column:
 * The fix that was submitted via PR was accepted and commited.
 
 
-- Daemons run via boot init scripts which themselves drop privileges without
+- PRIx style macro for C/POSIX types such as [s]size_t...
+
+= Daemons run via boot init scripts which themselves drop privileges without
   necessarily calling login(1) do not inherit any rlimit set in login.conf(5)
   (neither from the default class nor from the class of the unprivileged
   user that is setuid(2)s to).
@@ -28,7 +30,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.48 2015/07/22 21:40:14 mmondor Exp $
+# $Id: netbsd_improvements.txt,v 1.49 2015/08/04 01:12:21 mmondor Exp $
 #
 
 # If too early at boot, the sysctl commands somehow fail.