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

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

version 1.2, 2010/06/03 16:49:08 version 1.3, 2010/06/21 22:18:30
Line 65 
Line 65 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2009/12/06 -->
   <li>Fixed potential divide-by-zero in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> "df" output when talking to a server that reports zero files on the filesystem
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pthreads&sektion=3&format=html">pthreads(3)</a>, make internal file descriptor handling async-signal safe by eliminating the use of spinlocks and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=malloc&sektion=3&format=html">malloc(3)</a>. All needed memory is allocated upfront and _thread_kern_sig_defer/undefer() is now used to protect critical sections.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&sektion=8&format=html">sysmerge(8)</a>, added /var/db/locate.database and /var/games/tetris.scores to IGNORE_FILES.
   <li>Fixed some session initialization failures in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldpd&sektion=8&format=html">ldpd(8)</a>.
   <li>Fixed a bad memcpy call in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=8&format=html">bgpd(8)</a>.
   <!-- 2009/12/05 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a> ignore HID devices that have the same vendor and product ids than devices actualy supported by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=uts&sektion=4&format=html">uts(4)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, fixed interface tagging listeners in the ipv6 case
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a> use new acpi_maptable on AMLOP_LOAD operations; do not panic if bad checksum, fixes Thinkpad SL300.
   <!-- 2009/12/04 -->
   <li>Avoided stopping during wrongly mounted root in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8&format=html">rc(8)</a>.
   <li>Put back <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> in kernel RAMDISKB.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, fixed the case where you look to update one package.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cdio&sektion=1&format=html">cdio(1)</a>, make cd blanking on sparc64 possible.
   <!-- 2009/12/03 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=crunchgen&sektion=1&format=html">crunchgen(1)</a> mangle names in sequence instead of randomly.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpctl&sektion=8&format=html">bgpctl(8)</a>, clearing a neighbor bring it into the confured state after a bgpctl reload.
   <li>Restrict <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd&sektion=4&format=html">bgpd(4)</a> to log only when there may be a chance the session come up.
   <li>Added -w flag to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> set-option and show option.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scsi&sektion=4&format=html">scsi(4)</a>, prevent a completion interrupt pulling io of the buf queue.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=stge&sektion=4&format=html">stge(4)</a>, putting the interface into promiscuous mode all the time with the ST1023 chipset is no longer necessary.
   <li>Fixed order dependency of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfsync&sektion=4&format=html">pfsync(4)</a> interface setup.
   <!-- 2009/12/02 -->
   <li>Make numlock work in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <li>Close <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> pane if the process die because of a signal.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>, fixed inter-dependencies case.
   <!-- 2009/12/01 -->
   <li>Fixed the mixer interface for the CE4231 sound card found on sparc64 platform.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, added new command capture-pane which copies the entire pane contents to a past buffer.
   <li>Added new exec command to run a process and its children in a non default rdomain/rtable in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=route&sektion=8&format=html">route(8)</a>.
   <!-- stopped here: http://marc.info/?l=openbsd-cvs&m=125967772413761&w=2-->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> look for mice and xterm keys before standard function keys.
   <li>Fixed dmesg printing of error in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acpi&sektion=4&format=html">acpi(4)</a>.
   <li>Mark <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a> disk as dirty when starting a write to it.
   <li>Properly handle all struct scsi_xfer states that can be returned by an adapter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&sektion=4&format=html">sd(4)</a>.
   <!-- http://marc.info/?l=openbsd-cvs&m=125963176206690&w=2 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mpii&sektion=4&format=html">mpii(4)</a> compile on i386.
   <!-- 2009/11/30 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=creator&sektion=4&arch=sparc64&format=html">creator(4/SPARC64)</A> load firmware that is needed for accelerated X on Elite3D boards.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bge&sektion=4&format=html">bge(4)</a> re-initialize the interface upon resume.
   <li>Handle partial xterm function key sequences in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <li>Overflow prevented in memprob.c by probing memory on machines reporting memory region greater than 32.
   <li>Added a new Elfxx_Phdr check hook for sgi machine-dependent initialization to prevent loading a kernel not compiled for the platform we are running on.
   <!-- 2009/11/21 -->
   <li>Fixed uninitialized variables in db_stack_trace_print() on mips64 machine-dependent initialization.
   <li>implemented mplock and rw_cas for the mips64 platform.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ddb&sektion=4&format=html">ddb(4)</a> ``print $registername'' on 64 bit platforms.
   <li>Fixed registration of memory after 1GB on sgi Octane.
   <li>Prevent MIN_UID from removing root in yptest(8.)
   <li>Make ieee80211 avoid <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&sektion=1&format=html">dhclient(1)</a> timeouts when wpa is enabled.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> use home from struct passwd if $HOME is empty or NULL.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> led blink during a scan.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umbg&sektion=4&format=html">umbg(4)</a> detach function remove usb tasks before calling any other teardown functions.
   <li>Reordered atu_detach operations to the correct order in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=atu&sektion=4&format=html">atu(4)</a>.
   <li>Added new option tunneldomain to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&section=8&format=html">ifconfig(8)</a> to specify the routing table to be used for sending out <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gre&sektion=4&format=html">gre(4)</a>/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gif&sektion=4&format=html">gif(4)</a> encoded packets.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp-proxy&sektion=8&format=html">ftp-proxy(8)</a> use match rules instead of pass rules in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&sektion=4&format=html">pf(4)</a>.
   <li>Make intel DRI stop printing to stderr when we fail to initialise GEM.
   <li>Fixed User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, fixed mbuf leak when the wrong level is used. <!-- what level?  -->
   <li>Fixed file stream orientation in several stdio functions.
   <!-- 2009/11/20 -->
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> calculate the percentage size with the width instead of the height when using -h and -p.
   <li>In inet(4) ip_output() and inet6(4) ip6_output(), fixes a NULL dereference.
   <li>Proper display of UTF-8 in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> status line messages and prompt.
   <li>Remove oldest message and not newest when limit is hit in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <li>Corrected off-by-one in percent_expand() in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
   <li>Use HostKeyAlias when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> prompts for passwords.
   <li>Stopped failing if stating the subsystem binary fails with <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sftp&sektion=1&format=html">sftp(1)</a> so as to better handle chrootdirectory+forcecommand=sftp-server and restricted shells.
   <!-- 2009/11/19 -->
   <li>Avoid getting stucked in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a> client while a client attempts to ssh a server with ForceCommand=internal-sftp in a shell session.
   <li>Avoided overflow from protocols being greater than IPPROTO_MAX.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, fixes status-left string option ``##''.
   <li>Added code to set up windows on PCI-PCI bridges left unconfigured by the firmware.  Fixes some (laptop) machines with ethernet and/or wireless behind a bridge.
   <li>On the mips64, removed code allowing native binaries with 032 ABI to run.
   <li>Change status line drawing in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> to create the window list in a separate screen and then copy it into the status line screen.
   <li>Handle turning <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> radio switch off.
   <li>Added two new options in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>, window-status-format and window-status-current-format, which allow the format of each window in the status line window list to be controlled using similar # sequences as status-left/right.
   <li>xterm-keys reverted off by default on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> stopped interpreting #() for display message.
   <li>Added regression tests for stdio threading.
   <!-- 2009/11/18 -->
   <li>Change sgi xbow memory handling to prevent using memory on Octane machines in the 2.0-2.5G range since it causes errors, as a consequence memory usage is limited to 1.5G on Octane.
   <li>Changed pthread_rwlock_wrlock() to increment the count of writers just once and not on every wakeup.
   <li>Disable support for Dell SVR4 binaries, see <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=compat_svr4&sektion=8&format=html">compat_svr4(8)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mavb&sektion=4&arch=sgi&format=html">mavb(4/SGI)</A>, always move the same amount of data in the interrupt handler, rounded blocksizes, fixed display of mixer controls, recording support added.
   <li>First steps towards 64-bit page-table entries on mips64.
   <li>Let <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iockbc&sektion=4&arch=sgi&format=html">iockbc(4/SGI)</A> attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iof&sektion=4&arch=sgi&format=html">iof(4/SGI)</A> on sgi.
   <li>Stop complaining about not knowing the bus_clock for EP80579 (model 0x15) in machine-dependent initialization of i386.
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> handling of UTF-8 grid data in a new file: grid-utf8.c.
   <li>Added a per-client log of status line messages displayed while that client exists in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <li>Mark -n keys with (no prefix) instead of [] in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a>.
   <li>Shrink static binaries and ramdisk, chops 888kB /bin and /sbin on i386.
   <!-- 2009/11/17 -->
   <li>Improve the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&sektion=4&format=html">bpf(4)</a> path in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vether&sektion=4&format=html">vether(4)</a>.
   <li>Tidier promisc/multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cas&sektion=4&format=html">cas(4)</a>.
   <!-- 2009/11/16 -->
   <li>Fix a DPRINTF format string in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
   <li>Remove the temperature sensor from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wpi&sektion=4&format=html">wpi(4)</a> since it doesn't use a known temperature unit.
   <li>Updated hardware multicast filter in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
   <li>Initialize the FPU to be in double precision mode for SH4. Fixed segmentation faults in omalloc_init() for shared executables linked with the pthreads library.
   <li>Permit top-bit-set characters to be entered in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> status line.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> chose mode, assign each item a number or lowercase letter from those available and accept that as a shortcut key for the item.
   <li>Shortened message when library is not found in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
   <li>Reworked interactive prompts in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
   <li>Fixed handling of 5yz response to EHLO in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, falling back to HELO.
   <li>Fixed incorrect exit status when multiplexing and channel ID 0 is recycled in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>.
   <li>Tidier promisc/multicast handling in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vic&sektion=4&format=html">vic(4)</a>.
   <!-- 2009/11/16 -->
   <li>Fuller progress meter for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a>.
   <li>Fixed panic when wep is enabled on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a>.
   <li>Fixed generation of .IX entries that include characters escaped with a backslash in Pod::Man(3p).
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&sektion=1&format=html">tmux(1)</a> crashing when the screen is one cell wide.
   <!-- 2009/11/15 -->
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&sektion=8&format=html">smtpd(8)</a>, minimize the delay between receiving response to "." and removing the queue entry in order to avoid the risk of sending duplicate mail.
   <li>If two (or more) inputs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&sektion=1&format=html">aucat(1)</a> use channel ranges having no intersection, then don't reduce their dynamic range to ``share the volume''.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> to the sparc64 GENERIC and RAMDISK kernels.
   <li>Added NO_CCB support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ciss&sektion=4&format=html">ciss(4)</a>.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> link LED turn on for AR9287.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=athn&sektion=4&format=html">athn(4)</a> to the amd64 and i386 RAMDISK_CD kernel.
 <!-- 2009/11/10 -->  <!-- 2009/11/10 -->
 <li>Fix for blind prefix injection in libssl.  <li>Fix for blind prefix injection in libssl.
 <!-- 2009/11/09 -->  <!-- 2009/11/09 -->

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