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

Diff for /www/plus.html between version 1.1283 and 1.1284

version 1.1283, 2013/04/28 07:39:56 version 1.1284, 2013/05/10 03:18:16
Line 74 
Line 74 
 <p>  <p>
   
 <ul>  <ul>
   <!-- 2013/04/28 -->
   <li>Implemented <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -h, used to hide usernames/uids (as in libexec/identd).
   <li>Preliminary modifications for Xorg 1bpp server for luna88k, including enabling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=wsmux&manpath=OpenBSD%20Current&sektion=4&format=html">wsmux(4)</a> on GENERIC kernel.
   <li>Reverted fix for binutils linker errors (breaks the xenocara build on macppc; fixed in binutils 2.17 anyway).
   <li>Updated libX11 to 1.6RC.
   <li>Updated xproto to 7.0.24
   <li>Improved dealing of ARMv7 faults. Added ARMv7 fault descriptions.
   <!-- 2013/04/27 -->
   <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=strptime&manpath=OpenBSD%20Current&sektion=3&format=html">strptime(3)</a> for parse_date() and date writing logic for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient&manpath=OpenBSD%20Current&sektion=8&format=html">dhclient(8)</a> (to match <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a>).
   <li>time_t 64bit fixes for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayd&manpath=OpenBSD%20Current&sektion=8&format=html">relayd(8)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=relayctl&manpath=OpenBSD%20Current&sektion=8&format=html">relayctl(8)</a>.
   <!-- 2013/04/26 -->
   <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID 4/5/6 to new work unit completion routines.
   <!-- 2013/04/25 -->
   <li>Fixed binutils linker errors when using llvm/clang (see http://lists.gnu.org/archive/html/bug-binutils/2004-07/msg00000.html).
   <li>Added the ability to change ARM frequency and added match functions on beagle.
   <li>Added GPIO support for the pandaboard.
   <li>Added a terminator to the device list, to avoid unexpected behaviour when a device isn't found by beagle.
   <li>Correctly enable ARM's Generic Interrupt Controller on beagle.
   <li>Fixed range for assigned ports managed by the IANA (see RFC 1700) in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.conf&manpath=OpenBSD%20Current&sektion=5&format=html">pf.conf(5)</a>.
   <!-- 2013/04/24 -->
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tstohz&manpath=OpenBSD%20Current&sektion=9&format=html">tstohz(9)</a> as the timespec analog to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tvtohz&manpath=OpenBSD%20Current&sektion=9&format=html">tvtohz(9)</a>.
   <li>When a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> is removed, walk the knotes in ttyfree(). Fixes crash when unplugging a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ucom&manpath=OpenBSD%20Current&sektion=4&format=html">ucom(4)</a> which <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cu&manpath=OpenBSD%20Current&sektion=1&format=html">cu(1)</a> is running.
   <li>When attaching disks, feed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=disklabel&manpath=OpenBSD%20Current&sektion=8&format=html">disklabel(8)</a> checksum to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=4&format=html">random(4)</a> pool as unique-esque-but-not-secret data.
   <li>Use the manufacturer-supplied bios serial/uuid as a source of uniqueness to seed the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&manpath=OpenBSD%20Current&sektion=4&format=html">random(4)</a> pool on i386/amd64.
   <li>Disabled <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&manpath=OpenBSD%20Current&sektion=1&format=html">sendmail(1)</a> ident queries since <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ident&manpath=OpenBSD%20Current&sektion=1&format=html">ident(1)</a> does not run by default anymore.
   <!-- 2013/04/22 -->
   <li>Increase ip_ttl on packets from 16 to 128, so people living many hops from their <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcp&manpath=OpenBSD%20Current&sektion=8&format=html">dhcp(8)</a> server can still get leases.
   <li>Support src/libexec/identd's -e option in src/usr.sbin/<a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a>.
   <li>Speed up ffs disk access a little and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fsck_ffs&manpath=OpenBSD%20Current&sektion=8&format=html">fsck_ffs(8)</a> substantially (see: www.mckusick.com/publications/faster_fsck.pdf)
   <li>Reworked <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tee&manpath=OpenBSD%20Current&sektion=1&format=html">tee(1)</a> to simplify, check errors against -1, remove casts, etc.
   <li>Removed TIMESTAMP abstraction layer in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&manpath=OpenBSD%20Current&sektion=1&format=html">make(1)</a>; adapt to time_t being 32 bits OR 64 bits.
   <li>Convert <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=softraid&manpath=OpenBSD%20Current&sektion=4&format=html">softraid(4)</a> RAID 4/5/6 to new ccb handling.
   <li>Removed rarely-used <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> option for specifying which port you want to run on.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> support for returning uids instead of usernames via -n, like libexec identd.
   <li>Added <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> -N to let users put .noident in their homedir, to return HIDDEN-USER instead of their username.
   <li>When using choose-tree -u, start with the current <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window highlighted.
   <li>Get <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> session of -t window rather than client's window.
   <li>When <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhcpd&manpath=OpenBSD%20Current&sektion=8&format=html">dhcpd(8)</a> is sync'ing, look for lease by hwaddr and then ipaddr. Fixes loops while sync'ing.
   <li>Call recalculate_sizes() after killing a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tmux&manpath=OpenBSD%20Current&sektion=1&format=html">tmux(1)</a> window, in case it is in a grouped session.
 <!-- 2013/04/21 -->  <!-- 2013/04/21 -->
 <li>Do not die when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> parent process has a backlog of requests for the child process.  <li>Do not die when <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=identd&manpath=OpenBSD%20Current&sektion=8&format=html">identd(8)</a> parent process has a backlog of requests for the child process.
 <li>Handle large time_t correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> debug code.  <li>Handle large time_t correctly in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&manpath=OpenBSD%20Current&sektion=4&format=html">ray(4)</a> debug code.
Line 515 
Line 554 
   
 </body>  </body>
 </html>  </html>
   
   
   

Legend:
Removed from v.1.1283  
changed lines
  Added in v.1.1284