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

Diff for /www/plus.html between version 1.1243 and 1.1244

version 1.1243, 2012/09/02 07:45:39 version 1.1244, 2012/09/07 01:19:52
Line 77 
Line 77 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2012/09/02 -->
   <li>Unbreak compilation of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=umidi&manpath=OpenBSD%20Current&sektion=4&format=html">umidi(4)</a> when no DIAGNOSTICS are defined.
   <li>Make profiling work on hppa.
   <li>Take hppa to PIE as well.
   <li>Be nice to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sndiod&manpath=OpenBSD%20Current&sektion=1&format=html">sndiod(1)</a> server and align data packets to audio block boundary.
   <!-- 2012/09/01 -->
   <li>Enable PIE on alpha.
   <li>Always update ifi->linkstat in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> dispatch() loop.
   <li>Remove support for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> encrypted queue, to be reintroduced later.
   <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> fixed to stop segfaults on landisk when building mysql; PR #28467.
   <li>Show more precisely what the problem is when using <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>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.d&manpath=OpenBSD%20Current&sektion=8&format=html">rc.d(8)</a> "-f" only affect the "start" action.
   <!-- 2012/08/31 -->
   <li>Compile <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 debug info. Helps <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&manpath=OpenBSD%20Current&sektion=1&format=html">ld.so(1)</a> hacking and easier to debug code that uses <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dlopen&manpath=OpenBSD%20Current&sektion=3&format=html">dlopen(3)</a>.
   <li>Allow "filename too long" error message to be seen; error now stops <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> exiting when C-x C-c is called.
   <li>Enable PIE on amd64, mips64(el) and sparc64.
   <li>Switch <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> to use __guard_local instead of __guard. Allows GCC to emit -fstack-protector code that doesn't need GOT indirection for accessing __guard.
   <li>Wake on LAN support added to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfe&manpath=OpenBSD%20Current&sektion=4&format=html">nfe(4)</a>.
   <!-- 2012/08/30 -->
   <li>Reset an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> errno, so we can save a new file in a directory where permissions are ok.
   <li>On SPARC64 VI/VII CPUs, sleep while spinning (may let another thread do some useful work).
   <li>Stop <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecctl&manpath=OpenBSD%20Current&sektion=8&format=html">ipsecctl(8)</a> issuing a spurious "force" when "group none" is specified.
   <li>When reloading envelopes from disk, skip ones already known to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> scheduler.
   <li>Correctly free the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=smtpd&manpath=OpenBSD%20Current&sektion=8&format=html">smtpd(8)</a> mta task if all rcpt where rejected; fix refcounting; add some stat counters.
   <li>Moved <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pmdb&manpath=OpenBSD%20Current&sektion=1&format=html">pmdb(1)</a> to the attic.
   <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf&manpath=OpenBSD%20Current&sektion=4&format=html">pf(4)</a> sloppy state tracking missing half the connection in asymmetric setups and ignoring state match in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=icmp&manpath=OpenBSD%20Current&sektion=4&format=html">icmp(4)</a> direction checks.
   <li>Use (rate / 15) as block size in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=aucat&manpath=OpenBSD%20Current&sektion=1&format=html">aucat(1)</a> off-line mode, to ensure the block size stays below SHORT_MAX.
   <li>Stop odd things happening in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> cursor and line counter if you open an already open buffer via C-x C-f.
   <li>Allows user to decide what to do with buffers experiencing write errors during C-x C-c (exiting <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a>).
   <!-- 2012/08/29 -->
   <li>Remove libexec/tftp-proxy now we have usr.sbin/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tftp-proxy&manpath=OpenBSD%20Current&sektion=8&format=html">tftp-proxy(8)</a>.
   <li>Code added to eventually support Multi-Threaded Processing on Fujitsu SPARC64-VI and SPARC64-VII CPUs.
   <li>Fixed random SIGSEGVs during single-stepping on hppa.
   <li>Test exit status of compiler by pulling it out the pipeline, so <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkdep&manpath=OpenBSD%20Current&sektion=1&format=html">mkdep(1)</a> can fail if the compiler does.
   <li>Build libdrm_radeon on macppc too, required for upcoming <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=drm&manpath=OpenBSD%20Current&sektion=4&format=html">drm(4)</a> support. Also, build r200 and r300 dri drivers on macppc.
   <li>Our <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a> _mcount doesn't use profile counters. Partially fixes profiling on hppa (things link now).
   <!-- 2012/08/28 -->
   <li>Make update-moduli append the 6kbit and 8kbit params so that we can trivially regen the <=4k bit ones.
   <li>Update to openssh-6.1.
   <li>Do not add SLAAC or privacy addresses when a static address in the same prefix already exists.
   <li>Add support for PIE-by-default in both <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&manpath=OpenBSD%20Current&sektion=1&format=html">ld(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=gcc&manpath=OpenBSD%20Current&sektion=1&format=html">gcc(1)</a>.
   <li>Update to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nsd&manpath=OpenBSD%20Current&sektion=8&format=html">nsd(8)</a> 3.2.13.
   <li>Don't enable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> "sendfile", which does not work on OpenBSD.
   <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mg&manpath=OpenBSD%20Current&sektion=1&format=html">mg(1)</a> more like emacs when opening new buffer: if parent dir is read-only, make buffer read-only; if parent doesn't exist; print message and create buffer as readable.
   <!-- 2012/08/27 -->
   <li>Don't force order of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cp&manpath=OpenBSD%20Current&sektion=1&format=html">cp(1)</a> file and dir creation, was an optimisation with no measurable effect.
   <li>Always <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysmerge&manpath=OpenBSD%20Current&sektion=8&format=html">sysmerge(8)</a> compare <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=master.passwd&manpath=OpenBSD%20Current&sektion=5&format=html">master.passwd(5)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=group&manpath=OpenBSD%20Current&sektion=5&format=html">group(5)</a> regardless of their sums, to ensure no system user(s)/group(s) are missing.
   <li>Instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> requiring a prompt to enter all numbers >10, go back to 0-9a-z, add A-Z and enter the prompt when M-0 to M-9 are pressed (like copy mode).
 <!-- 2012/08/26 -->  <!-- 2012/08/26 -->
 <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> startup causing initial DHCPDISCOVER/DHCPREQUEST packets to be sent multiple times.  <li>Fixed <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> startup causing initial DHCPDISCOVER/DHCPREQUEST packets to be sent multiple times.
 <li>Hook up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a>.  <li>Hook up <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nginx&manpath=OpenBSD%20Current&sektion=8&format=html">nginx(8)</a> to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&manpath=OpenBSD%20Current&sektion=8&format=html">rc(8)</a>.

Legend:
Removed from v.1.1243  
changed lines
  Added in v.1.1244