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

Diff for /www/plus.html between version 1.1324 and 1.1325

version 1.1324, 2014/02/08 03:12:56 version 1.1325, 2014/02/20 22:30:20
Line 76 
Line 76 
   
   
 <ul>  <ul>
   <!-- 2014/02/16 -->
   <!-- 2014/02/15 -->
   <li>Unbroke <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> with ssp-strong/all on sparc64 and powerpc.
   <li>Avoid spurious "getsockname failed: Bad file descriptor" errors in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> -W (bz#2200).
   <li>Preliminary <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nep&manpath=OpenBSD%20Current&sektion=4&format=html">nep(4)</a> driver for the Sun Neptune 10/100/1000/10G Ethernet chip.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> drm code, fixed surface sync in fence on cayman (v2).
   <li>Allow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=X&manpath=OpenBSD%20Current&sektion=7&format=html">X(7)</a> to run with machdep.allowaperture=0 on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeondrm&manpath=OpenBSD%20Current&sektion=4&format=html">radeondrm(4)</a>.
   <!-- 2014/02/14 -->
   <li>Implemented the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> ".as" request (append to user-defined string).
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=roff&manpath=OpenBSD%20Current&sektion=7&format=html">roff(7)</a> handle some read-only number registers (e.g. .H and .V).
   <li>Re-added audio devices to the zaurus.
   <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xterm&manpath=OpenBSD%20Current&sektion=1&format=html">xterm(1)</a> version 301.
   <li>Updated to xf86-video-intel 2.99.910 (aka 3.0RC10).
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=terminfo&manpath=OpenBSD%20Current&sektion=5&format=html">terminfo(5)</a> has colors#256, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> will now use setaf and setab for the 256 colour set.
   <li>Made C-j the same as C-m with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> mode keys.
   <!-- 2014/02/13 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qle&manpath=OpenBSD%20Current&sektion=4&format=html">qle(4)</a>, added firmware for isp25xx; added isp25xx support.
   <li>Removed isp24xx-related code. Broken, and superceded by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qle&manpath=OpenBSD%20Current&sektion=4&format=html">qle(4)</a>.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&manpath=OpenBSD%20Current&sektion=3&format=html">strptime(3)</a> logic bug, as tm_yday can only be inferred if both tm_mday and tm_mon are set.
   <li>On i386/amd64, allow "disabling" of pagefaults, needed for some <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> "fast" path code.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> bug which only copied out 32 bits of a 64-bit value.
   <li>Octeon now partially supports the D-Link DSR-500.
   <li>When sending neighbour advertisements, use the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> mac address as target lladdr.
   <li>Allow larger totals to be displayed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iostat&manpath=OpenBSD%20Current&sektion=8&format=html">iostat(8)</a>.
   <!-- 2014/02/12 -->
   <li>Show in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&manpath=OpenBSD%20Current&sektion=8&format=html">dmesg(8)</a> when an attached <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&manpath=OpenBSD%20Current&sektion=4&format=html">sd(4)</a> is readonly, makes it clearer why write operations fail.
   <li>Introduced the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qle&manpath=OpenBSD%20Current&sektion=4&format=html">qle(4)</a> driver for QLogic ISP24xx fibre channel HBAs.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> set the msg_responded flag on the original message.
   <!-- 2014/02/11 -->
   <li>New <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dd&manpath=OpenBSD%20Current&sektion=1&format=html">dd(1)</a> operands "status=noxfer" and "status=none", to suppress status lines printed to stderr.
   <li>Support for Intel Centrino Wireless-N 2200/105/135 added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a>.
   <!-- 2014/02/10 -->
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=systat&manpath=OpenBSD%20Current&sektion=1&format=html">systat(1)</a>'s pftop leaking memory at every queue refresh.
   <li>Build isp2xxx firmware into separate object files, to only include one when both <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isp&manpath=OpenBSD%20Current&sektion=4&format=html">isp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=qla&manpath=OpenBSD%20Current&sektion=4&format=html">qla(4)</a> are enabled.
   <li>On sgi, block all interrupts that can grab the kernel lock.
   <li>Intel Centrino Wireless-N 2230 support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iwn&manpath=OpenBSD%20Current&sektion=4&format=html">iwn(4)</a>.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> xterm-keys change where some keys (e.g. \033OA) were wrongly treated as partial matches.
   <li>Run the serving and privileged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ntpd&manpath=OpenBSD%20Current&sektion=8&format=html">ntpd(8)</a> processes at high priority, to lower latency.
   <!-- 2014/02/09 -->
   <li>Fixed MAC address format to let ospf work on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> even without PROMISC enabled on a network interface.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> ttm: to handle in-memory region copies; ttm_bo_move_memcpy; memory type compatibility checks.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=arc4random_uniform&manpath=OpenBSD%20Current&sektion=3&format=html">arc4random_uniform(3)</a> returns a value strictly less than its argument; fixed arithmetic so that PID_MAX can be reached when the kernel is forking.
   <li>Many <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> fixes, including: dac handling improvements; endian bugs; LCD record parsing; handling of variable sized arrays for router objects; panel scaling with eDP and LVDS bridges.
   <li>Added support in binutils for i386 XSAVE family of instructions: xgetbv, xsetbv, xsave, xrstor, and xsaveopt.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a> on vax when processes are using more than 512KB of stack.
   <li>Fixed failure of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> to write <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=resolv.conf&manpath=OpenBSD%20Current&sektion=5&format=html">resolv.conf(5)</a> when -L is used; made add_address() and add_route() also wait until imsg is in pipe.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> taking crypto sigs into account for "always-update" comparisons (the sig will always differ).
   <li>Stopped malformed IMSG_HUP messages causing the privileged <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> process to exit.
   <li>Fixed memory leak introduced in r1.96 of sys/dev/usb/usb_subr.c.
   <li>Fixed system hang issue when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=radeon&manpath=OpenBSD%20Current&sektion=4&format=html">radeon(4)</a> KMS with older cards; fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> card_posted check for newer asics; fixed endian issues with DP (v3) handling.
   <li>Rectified lock order reversal problem to stop panics seen in multi-threaded programs when using <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gdb&manpath=OpenBSD%20Current&sektion=1&format=html">gdb(1)</a>.
   <!-- 2014/02/08 -->
   <li>When running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a>, only create DBDIR if it does not exist.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamap_load&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamap_load(9)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bus_dmamap_unload&manpath=OpenBSD%20Current&sektion=9&format=html">bus_dmamap_unload(9)</a> "mpsafe" on hppa.
   <li>Create <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> lease files and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> lease files with permissions 0640, rather than 0000 and 0664 respectively.
   <li>Be less verbose for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_delete&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_delete(1)</a> -X.
   <li>Stop disabling/enabling interrupts in the interrupt handler for "chip type D" (Marvell 9580).
   <li>Copy the correct number of channels in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> join/expand.
   <li>Use the proper integer width when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> calls AMSG_ISSET().
   <li>Macppc G5 systems with >2GB RAM now report correct amount of memory (kernel still only uses the lower 2GB).
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> default to requiring signed packages.
   <li>Limit the number of currently opened <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> packages, to limit memory usage.
   <li>Fixed booting of socppc n1200 with a usb disk plugged in.
   <li>Allow 64-bit page table entries on mips64 and sgi, making physical memory beyond 16GB addressable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmap&manpath=OpenBSD%20Current&sektion=9&format=html">pmap(9)</a>.
   <!-- 2014/02/07 -->
   <li>Stopped attempting to initialise the time from an uninitialised variable on socppc.
   <li>In the installer, make sure a free <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> exists before <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> is run.
   <li>Fixed remote printing by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&manpath=OpenBSD%20Current&sektion=8&format=html">lpd(8)</a> which was broken in r1.50 of printjob.c.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> send IPv6 neighbour advertisements with the "router" flag when acting as router. Stops clients losing default routes during <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=carp&manpath=OpenBSD%20Current&sektion=4&format=html">carp(4)</a> failover.
   <li>Updated to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=1&format=html">sendmail(1)</a> version 8.14.8.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> create "-L" leases files with the same 0000 permissions as regular leases.IF files.
   <li>Log when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> fails to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fchmod&manpath=OpenBSD%20Current&sektion=2&format=html">fchmod(2)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fchown&manpath=OpenBSD%20Current&sektion=2&format=html">fchown(2)</a> the file written in priv_write_file().
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inet6_opt_init&manpath=OpenBSD%20Current&sektion=3&format=html">inet6_opt_init(3)</a> to only check extlen when extbuff is not NULL (as per RFC 3542).
   <!-- 2014/02/06 -->
   <li>Fixed regression in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> for UsePrivilegedPort=yes.
   <li>Only set the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> urgency flag if the client is not active.
   <!-- 2014/02/05 -->
   <li>Fixed a MP race in the alpha's fpu context saving code.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&manpath=OpenBSD%20Current&sektion=8&format=html">tcpdump(8)</a> segfaulting on IPv6 NFS traffic.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pax&manpath=OpenBSD%20Current&sektion=1&format=html">pax(1)</a> cope with a stripped down format list (e.g. when compiled with -DNOCPIO).
   <li>Fixed spurious SIGSEGVs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=inteldrm&manpath=OpenBSD%20Current&sektion=4&format=html">inteldrm(4)</a> with xf86-video-intel version 2.99.909.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=myx&manpath=OpenBSD%20Current&sektion=4&format=html">myx(4)</a> race, which prevented the driver from transmitting packets.
   <!-- 2014/02/04 -->
   <li>Always reset the signature when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&manpath=OpenBSD%20Current&sektion=8&format=html">fdisk(8)</a> is writing an MBR to disk, to ensure MBR is readable by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a>.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&manpath=OpenBSD%20Current&sektion=3&format=html">kvm(3)</a> crash dump parsing fixes: correct paddr in process info and pids in file info.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=syslogd&manpath=OpenBSD%20Current&sektion=8&format=html">syslogd(8)</a> ignore ENETUNREACH, so remote logging is not stuck after a "network unreachable" error.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> support for DSN and Enhanced Status Code.
   <li>Allow the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> admin to pause relaying to a specific domain.
   <li>Socketmap table backend added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>, extend the allowed charset for email address; escape potentially dangerous ones.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> dump function which occurred with some flag combinations.
   <!-- 2014/02/03 -->
   <li>Reverted broken part of sys/dev/pci/if_bge.c r1.329 (link state handling for the BCM5700 B2).
   <li>Delayed lowercasing of hostname until right before hostname canonicalisation, to unbreak case-sensitive matching of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh_config&manpath=OpenBSD%20Current&sektion=5&format=html">ssh_config(5)</a>.
   <li>Fixed dpb issue with E=x11/qt3.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&manpath=OpenBSD%20Current&sektion=1&format=html">ssh(1)</a> memory leak in ECDSA_SIG_new().
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> trying to cleanup if it is being detached when returning from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tsleep&manpath=OpenBSD%20Current&sektion=9&format=html">tsleep(9)</a>. Fixes a panic.
   <li>Fixed a null dereference introduced when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uftdi&manpath=OpenBSD%20Current&sektion=4&format=html">uftdi(4)</a> was converted to use usbd_is_dying().
   <li>On alpha, make sure sched_init_cpu() on the secondary processors is invoked with the kernel lock held.
   <li>Stopped <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a> mixing up the list of manpages to be deleted with those to be added.
   <li>Store a compact form of manpages when running <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&manpath=OpenBSD%20Current&sektion=1&format=html">pkg_add(1)</a>.
   <li>Updated to xf86-video-intel 2.99.909.
   <li>Properly clean up after <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> is run.
 <!-- 2014/02/02 -->  <!-- 2014/02/02 -->
 <li>Build bsd.mp on the alpha platform.  <li>Build bsd.mp on the alpha platform.
 <li>Allow use of "*************" as password in the installer response file for accounts with password logins disabled but login (e.g. with ssh-keys) still possible.  <li>Allow use of "*************" as password in the installer response file for accounts with password logins disabled but login (e.g. with ssh-keys) still possible.
Line 1293 
Line 1396 
 <br><small>$OpenBSD$</small>  <br><small>$OpenBSD$</small>
   
 </body>  </body>
   
   
   
   
   

Legend:
Removed from v.1.1324  
changed lines
  Added in v.1.1325