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

Diff for /www/plus.html between version 1.1250 and 1.1251

version 1.1250, 2012/10/23 01:51:42 version 1.1251, 2012/11/05 21:47:31
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/10/28 -->
   <li>Limit the number of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> messages/recipients that can be enqueued on a single SMTP connection.
   <!-- 2012/10/27 -->
   <li>Changed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient.conf&manpath=OpenBSD%20Current&sektion=5&format=html">dhclient.conf(5)</a> directive 'ignore' to take a list of option names rather than list of option declarations. e.g. "ignore routers;" instead of "ignore routers 1.2.3.4;"
   <li>Made it possible to use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> to reconfigure when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> is running.
   <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> var-config response messages. Makes OpenBoot stop complaining about not being able to update LDOM variables.
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> to provide the var-config domain service to all the currently configured guest domains.
   <li>Give <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a> its own copy of the domain services support code and modify it to handle multiple channels.
   <li>Implement AP side power saving for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=acx&manpath=OpenBSD%20Current&sektion=4&format=html">acx(4)</a>.
   <li>All <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=boot&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=i386&format=html">boot(8)</a> support is now enabled by default, including support for booting from crypto volumes. Can be completely enabled or disabled at compile time.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> midi code use non-blocking i/o like the other audio code.
   <li>Check that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndio&manpath=OpenBSD%20Current&sektion=7&format=html">sndio(7)</a> polled fd number is smaller than SIO_MAXNFDS, and crank maximums.
   <!-- 2012/10/26 -->
   <li>For sparc64 devices that attach to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cbus&apropos=0&sektion=4&manpath=OpenBSD+Current&arch=sparc64&format=html">cbus(4/sparc64)</a>, disable interrupts up-front and explicitly enabling them later than the other way around.
   <li>Fixed potential <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> memory and fd leak.
   <li>Fix for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&manpath=OpenBSD%20Current&sektion=1&format=html">perl(1)</a> CVE-2012-5195.
   <li>Work-in-progress code for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomd&manpath=OpenBSD%20Current&sektion=8&format=html">ldomd(8)</a>, a daemon running in a sun4v control domain that provides some essential services to guest domains.
   <li>Don't abort <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> when we try to reset the logical domain channel.
   <li>Fixed previous revision, which would prevent <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=grtwo&apropos=0&sektion=0&manpath=OpenBSD+Current&arch=sgi&format=html">grtwo(4/sgi)</a> boards from being recognised.
   <li>Properly clear hppa trap frame in setregs() to avoid leaking registers across exec.
   <!-- 2012/10/25 -->
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> reload, since SIGHUP kills <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a>.
   <li>Handle the case where <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> writev() fails with EAGAIN.
   <li>Made <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> oce_mbox_{dispatch,wait} more readable and use less bitfields.
   <li>Simplify/unify writes to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> rx and tx doorbell registers.
   <li>Use an external chunk of DMA for oce_set_promisc, so the commands sent to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> fit in memory.
   <li>Added syslog support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> in base.
   <li>Added ability to active pane in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> list-windows and find-window formats.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> BELL_NONE which had become broken; also don't redraw unnecessarily.
   <li>Fixed bad size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> memcpy.
   <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> mda to deal itself with session limits, to makes the server handle envelope bursts more efficiently.
   <!-- 2012/10/24 -->
   <!-- 2012/10/23 -->
   <li>Use correct file for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> revert-buffer; do not ignore abort.
   <li>Fixed fringe <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> case where argument length is around 140.
   <li>Treat <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu width the same as the height is treated when deciding its max size and location.
   <li>Stop drawing when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cwm&manpath=OpenBSD%20Current&sektion=1&format=html">cwm(1)</a> menu doesn't fit inside the screen.
   <!-- 2012/10/22 -->
   <li>Added a new <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> option -t to optionally enforce NAT-T with UDP encapsulation on port 4500.
   <li>Fix NAT-T support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=iked&manpath=OpenBSD%20Current&sektion=8&format=html">iked(8)</a> , both on the initiator and the responder side.
   <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=jme&manpath=OpenBSD%20Current&sektion=4&format=html">jme(4)</a> flow control support.
   <li>Provide <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&manpath=OpenBSD%20Current&sektion=4&format=html">mii(4)</a> flow control status.
   <li>Add (r)evert prompt to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> "File changed on disk; really edit the buffer" prompt.
   <li>Check for dirty buffer on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> buffer change.
   <!-- 2012/10/21 -->
   <li>Add flow control support to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gem&manpath=OpenBSD%20Current&sektion=4&format=html">gem(4)</a>.
   <li>Fix the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=oce&manpath=OpenBSD%20Current&sektion=4&format=html">oce(4)</a> multicast filter full size check.
   <li>Bugfix for userland program attempting to do a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=semop&manpath=OpenBSD%20Current&sektion=2&format=html">semop(2)</a>. Kernel returns ENOSPC rather than panics.
   <li>Repaired <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=maestro&manpath=OpenBSD%20Current&sektion=4&format=html">maestro(4)</a> pci powerstate handling and resumes.
   <li>Add the IP_DIVERTFL socket option on <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=divert&manpath=OpenBSD%20Current&sektion=4&format=html">divert(4)</a> sockets to control which packets (as in direction) of the traffic will be diverted through the divert socket.
   <li>Add domain services support code to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a> and use it to fetch the PRI (Physical Resource Inventory) from the service processor.
   <!-- 2012/10/20 -->
   <li>Implement <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vr&manpath=OpenBSD%20Current&sektion=4&format=html">vr(4)</a> transmit DMA segments.
   <li>Fix hardware kill switch detection for the ar9300 chip family.
   <li>Fixed a potential double free in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>
   <!-- 2012/10/19 -->
   <li>Make xf86-video-intel hdmi modesetting code handle multiple display pipes.
   <!-- 2012/10/18 -->
   <li>Simplify <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&manpath=OpenBSD%20Current&sektion=4&format=html">xl(4)</a> for multicast ranges.
   <li>Convert ethernet driver code which predates pci_set_powerstate() to using it instead.
   <li>Numerous <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a> error message fixes.
   <li>Switched luna88k to timecounters.
   <li>Disallow <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a> tables and address pools for rdr-to, nat-to and route-to with any other scheduling algorithms than round-robin or least-states. Stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pfctl&manpath=OpenBSD%20Current&sektion=8&format=html">pfctl(8)</a> accepting invalid address pools.
   <!-- 2012/10/17 -->
   <li>Cleaned up more of the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pckbc&manpath=OpenBSD%20Current&sektion=4&format=html">pckbc(4)</a> driver soft-state when suspending.
   <li>Enable sparc64 <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vldc&manpath=OpenBSD%20Current&sektion=4&format=html">vldc(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vldcp&manpath=OpenBSD%20Current&sektion=4&format=html">vldcp(4)</a>.
   <li>Renamed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hvctl&manpath=OpenBSD%20Current&sektion=4&format=html">hvctl(4)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vldcp&manpath=OpenBSD%20Current&sektion=4&format=html">vldcp(4)</a>, since this driver now handles other services as well.
   <!-- 2012/10/16 -->
   <li>Make the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ath&manpath=OpenBSD%20Current&sektion=4&format=html">ath(4)</a> iv show up properly for big endian <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=bpf&manpath=OpenBSD%20Current&sektion=4&format=html">bpf(4)</a> consumers.
   <li>Add support for multiple channels on sparc64 hvctl.
   <li>Add domain utilisation to status display to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a>.
   <li>Change amd64 PCI memory extent to cover the whole 64-bit memory space; fixed erroneous extent allocation panic on IBM x3100.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> MAX_RULEBUFFER_LEN was too small, bumped.
   <!-- 2012/10/15 -->
   <li>-r switch and -d depth option added to mput command of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> client.
   <li>Added support for recursive <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&manpath=OpenBSD%20Current&sektion=1&format=html">ftp(1)</a> upload.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ldomctl&manpath=OpenBSD%20Current&sektion=8&format=html">ldomctl(8)</a>, specify domains by name instead of by number, provide status of all domains if none specified.
   <li>Implement "smtpctl stop" in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpctl&manpath=OpenBSD%20Current&sektion=8&format=html">smtpctl(8)</a>.
   <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sd&manpath=OpenBSD%20Current&sektion=4&format=html">sd(4)</a>, do a flush of the disk before hibernate to clear the buffer cache.
 <!-- 2012/10/14 -->  <!-- 2012/10/14 -->
 <li>Limit the number of per-user mda (external program) deliveries that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> can be running at the same time, to cope with long-running filters in .forward file.  <li>Limit the number of per-user mda (external program) deliveries that <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> can be running at the same time, to cope with long-running filters in .forward file.
 <li>Limit number of envelopes sent by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue to the mda, to avoid file descriptor exhaustion.  <li>Limit number of envelopes sent by the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> queue to the mda, to avoid file descriptor exhaustion.
Line 566 
Line 645 
   
 </body>  </body>
 </html>  </html>
   
   

Legend:
Removed from v.1.1250  
changed lines
  Added in v.1.1251