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

Diff for /www/plus38.html between version 1.54 and 1.55

version 1.54, 2019/05/27 22:55:23 version 1.55, 2019/06/01 23:12:51
Line 199 
Line 199 
 <li>Move the <a href="https://man.openbsd.org/rc.8">rc(8)</a> mixerctl and sysctl parsing into subroutine instead of a subshell and update resource limits if kern.maxproc/maxfiles changes.  <li>Move the <a href="https://man.openbsd.org/rc.8">rc(8)</a> mixerctl and sysctl parsing into subroutine instead of a subshell and update resource limits if kern.maxproc/maxfiles changes.
 <!-- 2005/05/18 -->  <!-- 2005/05/18 -->
 <li>Error message fix for <a href="https://man.openbsd.org/file.1">file(1)</a>.  <li>Error message fix for <a href="https://man.openbsd.org/file.1">file(1)</a>.
 <li>Check for null pointer when calling unp_mark in IPC code.  <li>Check for null pointer when calling unp_mark in IPC code.
 <li>Added regression tests for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.  <li>Added regression tests for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.
 <li>End-of-line fixes for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.  <li>End-of-line fixes for <a href="https://man.openbsd.org/m4.1">m4(1)</a>.
 <li>Remove debug code left in <a href="https://man.openbsd.org/sk.4">sk(4)</a>.  <li>Remove debug code left in <a href="https://man.openbsd.org/sk.4">sk(4)</a>.
Line 226 
Line 226 
 <a href="https://man.openbsd.org/ral.4">ral(4)</a> drivers.  <a href="https://man.openbsd.org/ral.4">ral(4)</a> drivers.
 <li>Make <a href="https://man.openbsd.org/spkr.4">spkr(4)</a> work on all architectures that have such devices.  <li>Make <a href="https://man.openbsd.org/spkr.4">spkr(4)</a> work on all architectures that have such devices.
 <li>Handle HP hil boxes seperately from keyboards.  <li>Handle HP hil boxes seperately from keyboards.
 <li>Fix slightly incorrect handling of routing messages in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> and  <li>Fix slightly incorrect handling of routing messages in <a href="https://man.openbsd.org/bgpd.8">bgpd(8)</a> and
 <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.  <a href="https://man.openbsd.org/ospfd.8">ospfd(8)</a>.
 <li>Fix overflows in cruddy Kerberos <a href="https://man.openbsd.org/compile_et.1">compile_et(1)</a>.  <li>Fix overflows in cruddy Kerberos <a href="https://man.openbsd.org/compile_et.1">compile_et(1)</a>.
 <!-- ^ 2005/05/12 -->  <!-- ^ 2005/05/12 -->
Line 249 
Line 249 
 <li>Fixes for ami driver, improves read performance. Only works for never firmwares.  <li>Fixes for ami driver, improves read performance. Only works for never firmwares.
 <li>Major ABI changes in libc in preparation for multibyte chars. Another libc major bump.  <li>Major ABI changes in libc in preparation for multibyte chars. Another libc major bump.
 <li>In libc, make vfscanf() a real function and use weak_alias for it where possible.  <li>In libc, make vfscanf() a real function and use weak_alias for it where possible.
 <li>Use the libc ctype instead of using our own for libstdc++. Major bump in libstdc++.  <li>Use the libc ctype instead of using our own for libstdc++. Major bump in libstdc++.
 <li>Small fixes for the UDF filesystem.  <li>Small fixes for the UDF filesystem.
 <li>Added code for OpenCVS "release" command. Needs more work.  <li>Added code for OpenCVS "release" command. Needs more work.
 <!-- 2005/05/10 -->  <!-- 2005/05/10 -->
Line 276 
Line 276 
 <li>Add alpha optimized version of in4_cksum and deregister/ansify while there.  <li>Add alpha optimized version of in4_cksum and deregister/ansify while there.
 <li>Add <a href="https://man.openbsd.org/kbd.8">kbd(8)</a>,<a href="https://man.openbsd.org/mt.1">mt(1)</a>, <a href="https://man.openbsd.org/ping.8">ping(8)</a> and <a href="https://man.openbsd.org/ping6.8">ping6(8)</a> to hp300 ramdisk.  <li>Add <a href="https://man.openbsd.org/kbd.8">kbd(8)</a>,<a href="https://man.openbsd.org/mt.1">mt(1)</a>, <a href="https://man.openbsd.org/ping.8">ping(8)</a> and <a href="https://man.openbsd.org/ping6.8">ping6(8)</a> to hp300 ramdisk.
 <li>Sync architectures list from distrib/ with <a href="https://man.openbsd.org/kbd.8">kbd(8)</a>.  <li>Sync architectures list from distrib/ with <a href="https://man.openbsd.org/kbd.8">kbd(8)</a>.
 <li>Check return values of cvs_getln() in OpenCVS.  <li>Check return values of cvs_getln() in OpenCVS.
 <li>Allow hp300 to compile even if wsmouse devices are missing.  <li>Allow hp300 to compile even if wsmouse devices are missing.
 <li>Add SMC 83C175 to supported devices.  <li>Add SMC 83C175 to supported devices.
 <li>Remove WSDISPLAY_COMPAT_RAWKBD from hp300.  <li>Remove WSDISPLAY_COMPAT_RAWKBD from hp300.
Line 344 
Line 344 
 <li>Be more consistent about NUL termination in <a href="https://man.openbsd.org/pax.1">pax(1)</a>'s handling of ustar headers.  <li>Be more consistent about NUL termination in <a href="https://man.openbsd.org/pax.1">pax(1)</a>'s handling of ustar headers.
 <li>Improve support for <a href="https://man.openbsd.org/umass.4">umass(4)</a>-based devices with multiple LUNs (e.g. card readers supporting multiple formats).  <li>Improve support for <a href="https://man.openbsd.org/umass.4">umass(4)</a>-based devices with multiple LUNs (e.g. card readers supporting multiple formats).
 <li>Fix a potential infinite loop in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s printing of BGP packets.  <li>Fix a potential infinite loop in <a href="https://man.openbsd.org/tcpdump.8">tcpdump(8)</a>'s printing of BGP packets.
 <li>Fix interrupt handling issues in <a href="https://man.openbsd.org/osiop.4">osiop(4)</a> driver, which makes mvme88k happier.  <li>Fix interrupt handling issues in <a href="https://man.openbsd.org/osiop.4">osiop(4)</a> driver, which makes mvme88k happier.
 <li>Recognize Audiovox RTM-8000 GSM/GPRS CF card.  <li>Recognize Audiovox RTM-8000 GSM/GPRS CF card.
 <li>Support gcc trampolines support on m88k. Will support luna88k and mvme88k later.  <li>Support gcc trampolines support on m88k. Will support luna88k and mvme88k later.
 <!-- ^ 2005/04/27 -->  <!-- ^ 2005/04/27 -->

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55