[BACK]Return to plus31.html CVS log [TXT][DIR] Up to [local] / www

Diff for /www/plus31.html between version 1.71 and 1.72

version 1.71, 2023/09/27 16:32:48 version 1.72, 2023/12/14 17:45:59
Line 333 
Line 333 
 <li>Block signals in <a href="https://man.openbsd.org/find.1">find(1)</a> when running fts_read().  <li>Block signals in <a href="https://man.openbsd.org/find.1">find(1)</a> when running fts_read().
 <li>Move NFS creds out of the standard buf structure and into the nfs node, and use <a href="https://man.openbsd.org/pool.9">pool(9)</a> for NFS node allocation.  <li>Move NFS creds out of the standard buf structure and into the nfs node, and use <a href="https://man.openbsd.org/pool.9">pool(9)</a> for NFS node allocation.
 <li>Fix the password length check in <a href="https://man.openbsd.org/user.8">user(8)</a>.  <li>Fix the password length check in <a href="https://man.openbsd.org/user.8">user(8)</a>.
 <li>Use lockmgr in procfs <a href="https://man.openbsd.org/(mount_procfs.8">(mount_procfs(8)</a>) instead of a home-made version.  <li>Use lockmgr in procfs (<a href="https://man.openbsd.org/mount_procfs.8">(mount_procfs(8)</a>) instead of a home-made version.
 <li>Correctly mark items on the syncer worklist with VBIOONSYNCLIST, ensuring items not on the list don't have this mark.  <li>Correctly mark items on the syncer worklist with VBIOONSYNCLIST, ensuring items not on the list don't have this mark.
 <li>Convert to using the vn_marktext() function instead of VTEXT to mark a vnode as executing a text image.  <li>Convert to using the vn_marktext() function instead of VTEXT to mark a vnode as executing a text image.
 <li>Enable the NI_WITHSCOPEID <a href="https://man.openbsd.org/getnameinfo.3">getnameinfo(3)</a> flag by default.  <li>Enable the NI_WITHSCOPEID <a href="https://man.openbsd.org/getnameinfo.3">getnameinfo(3)</a> flag by default.

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72