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

Diff for /www/plus22.html between version 1.10 and 1.11

version 1.10, 2001/06/07 04:10:04 version 1.11, 2001/08/08 21:06:32
Line 128 
Line 128 
 <li>make glob(3) XPG4.2 compliant, which means use GLOB_ABORT.  <li>make glob(3) XPG4.2 compliant, which means use GLOB_ABORT.
 <li>Fix first directory handling in "find -execdir"  <li>Fix first directory handling in "find -execdir"
 <li>Some FreeBSD m4(1) fixes.  <li>Some FreeBSD m4(1) fixes.
 <li>Do permission checking at delivery time for pgid's derived from TIOCSPGRP, F_SETOWN, or FIOSETOWN.  <li>Do permission checking at delivery time for pgids derived from TIOCSPGRP, F_SETOWN, or FIOSETOWN.
 <li>Correct some remaining small inetd bugs.  <li>Correct some remaining small inetd bugs.
 <li>Handle SIGCHLD better in rlogin.  <li>Handle SIGCHLD better in rlogin.
 <li>Kill "union wait" in a few more places.  <li>Kill "union wait" in a few more places.
Line 184 
Line 184 
 <li>Seriously rework the identd daemon even further, to avoid even more input parsing problems and race conditions.  <li>Seriously rework the identd daemon even further, to avoid even more input parsing problems and race conditions.
 <li>Work has started to fix the remainder of the signal handlers in the source tree with respect to errno clobbering.  <li>Work has started to fix the remainder of the signal handlers in the source tree with respect to errno clobbering.
 <li>Fix another race condition in identd.  <li>Fix another race condition in identd.
 <li>Fix pdksh bugs: closed too many fd's on exec, fix handling of (( )) to be compatible with POSIX sh spec without breaking $((, and explain how IFS works when splitting text after a substitution.  <li>Fix pdksh bugs: closed too many fds on exec, fix handling of (( )) to be compatible with POSIX sh spec without breaking $((, and explain how IFS works when splitting text after a substitution.
 <li>Make 127.0.0.1 assumed OK if /var/yp/securenet is in use.  <li>Make 127.0.0.1 assumed OK if /var/yp/securenet is in use.
 <li>save errno in most of the tree's SIGCHLD handlers, just in case.  <li>save errno in most of the tree's SIGCHLD handlers, just in case.
 <li>More mdoc pages.  <li>More mdoc pages.
Line 284 
Line 284 
 <li>Some NLS improvements, notably some more language catalogs.  <li>Some NLS improvements, notably some more language catalogs.
 <li>Change mount(2) to return EFTYPE for invalid filesystem.  <li>Change mount(2) to return EFTYPE for invalid filesystem.
 <li>More ipsec changes!  <li>More ipsec changes!
 <li>add -insecure flag to ypbind(8) so that it can bind to very old ypserv's.  <li>add -insecure flag to ypbind(8) so that it can bind to very old ypservs.
 <li>Make ifconfig(8) print full information about the full set of interface aliases.  <li>Make ifconfig(8) print full information about the full set of interface aliases.
 <li>Support "-d dir" in rpc.yppasswdd(8).  <li>Support "-d dir" in rpc.yppasswdd(8).
 <li>Fix some more /tmp races in various programs.  <li>Fix some more /tmp races in various programs.
Line 317 
Line 317 
 <li>fix sendmsg() credential passing on 64 bit machines.  <li>fix sendmsg() credential passing on 64 bit machines.
 <li>kill process timers if execve'ing a setuid/setgid executable.  <li>kill process timers if execve'ing a setuid/setgid executable.
 <li>Few more fixes to pax(1).  <li>Few more fixes to pax(1).
 <li>Fix lots more NetBSD PR's.  <li>Fix lots more NetBSD PRs.
 <li>tcp wrappers 7.6  <li>tcp wrappers 7.6
 <li>Add some more malloc options to malloc(3)  <li>Add some more malloc options to malloc(3)
 <li>In ar(1), truncate uid &amp; gid if too large.  <li>In ar(1), truncate uid &amp; gid if too large.

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11