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

Diff for /www/plus68.html between version 1.2 and 1.3

version 1.2, 2020/09/23 16:43:56 version 1.3, 2020/09/28 00:27:49
Line 92 
Line 92 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2020/09/24 -->
   <li>Made <a href="https://man.openbsd.org/apmd">apmd(8)</a> always ask the kernel about current hw.perfpolicy rather than maintaining state.
   <!-- 2020/09/23 -->
   <li>Added a new "set cert_partial_chain" config option to <a href="https://man.openbsd.org/iked.conf">iked.conf(5)</a> to allow verification of partial certificate chains if a trusted intermediate CA is found in /etc/iked/ca.
   <!-- 2020/09/22 -->
   <li>Used an IPI on powerpc64 so hw.setperf affects all cores in the mp kernel.
   <li>Allowed handling of long lines in an <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> aliases table.
   <li>Ensured <a href="https://man.openbsd.org/sysupgrade">sysupgrade(8)</a> on systems with multiple root disks will proceed on the disk with auto_upgrade.conf present.
   <!-- 2020/09/21 -->
   <li>Moved to Mesa 20.0.8 in response to hard hangs on certain systems.
   <li>Fixed <a href="https://man.openbsd.org/eeprom">eeprom(8)</a> error when setting variables on macppc.
   <!-- 2020/09/20 -->
   <li>Cleared the screen in <a href="https://man.openbsd.org/ksh">ksh(1)</a>'s vi editing mode before redrawing the line with ^L.
   <li>Capped <a href="https://man.openbsd.org/ssh">ssh(1)</a> channel input buffer size at 16MB, avoiding high memory use when a peer advertises a large window but is slow to consume sent data.
   <!-- 2020/09/19 -->
   <li>Fixed a memory leak in x509_constraints_extract_names.
   <li>Fixed frame pointer slot on aarch64 for functions not saving callee registers with reguard enabled.
   <li>Added a bsd.schema to <a href="https://man.openbsd.org/ldapd">ldapd(8)</a> including a shadowPassword and an sshPublicKey attribute which can be used to extend existing LDAP users with the additional bsdAccount objectclass.
   <!-- 2020/09/18 -->
   <!-- 2020/09/17 -->
   <li>Added a check for <a href="https://man.openbsd.org/pfctl">pfctl(8)</a> that an rtable exists when parsing the config.
   <!-- 2020/09/16 -->
   <li>Disabled <a href="https://man.openbsd.org/acpivout">acpivout(4)</a> brightness control on machines aware of Windows 8, enabling inteldrm to handle brightness ioctls.
   <!-- 2020/09/15 -->
   <li>Provided a naptime variable for userspace via <a href="https://man.openbsd.org/kvm_read">kvm_read(3)</a>, usable by <a href="https://man.openbsd.org/vmstat">vmstat(8)</a>.
   <li>Defaulted to showing full IPv6 address entries in the routing tables displayed by <a href="https://man.openbsd.org/route">route(8)</a> show and <a href="https://man.openbsd.org/netstat">netstat(1)</a> -r.
   <li>Introduced <a href="https://man.openbsd.org/abl">abl(4)</a>, a new driver to control the backlight brightness on Intel-based Apple machines, and allowed it to be controlled through <a href="https://man.openbsd.org/wsconsctl">wsconsctl(8)</a>.
   <li>Added a "-s timeout" feature to <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> with a one hour default, allowing fresh attempts with <a href="https://man.openbsd.org/cron">cron(8)</a> if rpki-client gets stuck.
   <!-- 2020/09/14 -->
   <li>Prevented established TCP and TLS sockets of <a href="https://man.openbsd.org/syslogd">syslogd(8)</a> from staying open forever if a client aborted the connection silently.
   <li>Ensured certain registers are read before a potential sleep in trap()
   <li>Added support for "&" and "|" operators in btrace scripts.
   <li>Fixed <a href="https://man.openbsd.org/smtpd">smtpd(8)</a> handling of user names containing "@" symbols.
   <li>Prevented improper disabling of the backlight in <a href="https://man.openbsd.org/umstc">umstc(4)</a> when brightness is adjusted to 0.
   <li>Allowed <a href="https://man.openbsd.org/snmp">snmp(1)</a> mibtree to take one or more arguments to be converted to a chosen output format.
   <li>Skipped scanning file systems which are both nodev and nosuid for SUID, SGID and device files with <a href="https://man.openbsd.org/security">security(8)</a>.
   <li>Added an explanation for <a href="https://man.openbsd.org/acme-client">acme-client(1)</a> account creation failure.
   <li>Allowed <a href="https://man.openbsd.org/slaacd">slaacd(8)</a> to handle all rdomains in a single daemon.
   <!-- 2020/09/13 -->
   <li>Fixed "$@" splitting with empty IFS in <a href="https://man.openbsd.org/ksh">ksh(1)</a>.
   <li>Used READ(16)/WRITE(16) commands for disks large enough to require them to access the last sectors, fixing large 512E devices plugged into USB to ATA/ATAPI bridges which mistakenly use 4K sector addresses/sizes.
   <!-- 2020/09/12 -->
   <li>Imported <a href="https://man.openbsd.org/login_ldap">login_ldap(8)</a>, using <a href="https://man.openbsd.org/ldap">ldap(1)</a> rather than openldap.
   <li>Allowed theoretical multiple attachment of <a href="https://man.openbsd.org/asmc">asmc(4)</a> controllers.
   <li>Changed <a href="https://man.openbsd.org/rpki-client">rpki-client(8)</a> -n behavior to automatically validate the repo.
   <li>Added support for the RK3308 MAC to <a href="https://man.openbsd.org/dwge">dwge(4)</a>.
   <li>Modified <a href="https://man.openbsd.org/trunk">trunk(4)</a> to keep port interfaces UP on removal, matching <a href="https://man.openbsd.org/aggr">aggr(4)</a> behavior.
   <li>Enabled <a href="https://man.openbsd.org/btrace">btrace(8)</a>.
   <!-- 2020/09/11 -->
   <li>Added <a href="https://man.openbsd.org/btrace">btrace(8)</a> -p flag to filter all actions by PID.
   <!-- 2020/09/10 -->
   <!-- 2020/09/09 -->
   <li>Fixed outbound <a href="https://man.openbsd.org/bpf">bpf(4)</a> tap for <a href="https://man.openbsd.org/ogx">ogx(4)</a>.
   <!-- 2020/09/08 -->
   <li>Handled AGL interfaces on octeon, making management network ports usable on some machines.
   <li>Allowed use of -N without a command to change or add a note to an existing key in <a href="https://man.openbsd.org/tmux">tmux(1)</a>.
   <!-- 2020/09/07 -->
   <li>Added RK3308 temperature sensors to <a href="https://man.openbsd.org/rktemp">rktemp(4)</a>.
   <li>Added RK3328 PWM, also found in the RK3308, to <a href="https://man.openbsd.org/rkpwm">rkpwm(4)</a>.
   <li>Added control for backlight compensation to <a href="https://man.openbsd.org/video">video(4)</a>.
   <!-- 2020/09/06 -->
   <li>Added tsc_delay(), a <a href="https://man.openbsd.org/delay">delay(9)</a> implementation based on the TSC, to amd64.
   <li>Allowed specification of supported TLS protocols in <a href="https://man.openbsd.org/ftp">ftp(1)</a> "-S protocols".
   <!-- 2020/09/05 -->
   <li>Added <a href="https://man.openbsd.org/mpii">mpii(4)</a> to powerpc64.
   <!-- 2020/09/04 -->
   <li>Added kstat to <a href="https://man.openbsd.org/cnmac">cnmac(4)</a>.
 <!-- 2020/09/03 -->  <!-- 2020/09/03 -->
 <li>Updated Mesa to 20.1.7.  <li>Updated Mesa to 20.1.7.
 <!-- 2020/09/02 -->  <!-- 2020/09/02 -->
Line 142 
Line 209 
 <li>Allowed SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root, preventing <a href="https://man.openbsd.org/switch">switch(4)</a> interfaces from appearing partially as <a href="https://man.openbsd.org/bridge">bridge(4)</a> devices for unprivileged users running <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>.  <li>Allowed SIOCSWGDPID and SIOCSWGMAXFLOW ioctls for non-root, preventing <a href="https://man.openbsd.org/switch">switch(4)</a> interfaces from appearing partially as <a href="https://man.openbsd.org/bridge">bridge(4)</a> devices for unprivileged users running <a href="https://man.openbsd.org/ifconfig">ifconfig(8)</a>.
 <li>Added support for IODA2 bridges such as those found on POWER8 chips.  <li>Added support for IODA2 bridges such as those found on POWER8 chips.
 <li>Added powerpc support for POWER8 CPUs.  <li>Added powerpc support for POWER8 CPUs.
   <li>Added <a href="https://man.openbsd.org/unveil">unveil(2)</a> to the main process of <a href="https://man.openbsd.org/relayd">relayd(8)</a>.
 <!-- 2020/08/18 -->  <!-- 2020/08/18 -->
 <li>Added optional <a href="https://man.openbsd.org/iked">iked(8)</a> time-stamp validation for OCSP.  <li>Added optional <a href="https://man.openbsd.org/iked">iked(8)</a> time-stamp validation for OCSP.
 <!-- 2020/08/17 -->  <!-- 2020/08/17 -->

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3