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

Diff for /www/plus.html between version 1.553 and 1.554

version 1.553, 2000/04/29 12:38:38 version 1.554, 2000/04/29 17:41:52
Line 48 
Line 48 
 <h3><font color=#0000e0>OpenBSD 2.6 is now available for purchase.<p>  <h3><font color=#0000e0>OpenBSD 2.6 is now available for purchase.<p>
 We are working on OpenBSD-current.</font></h3><p>  We are working on OpenBSD-current.</font></h3><p>
 <ul>  <ul>
 <li>Fixes to the ray(4) driver.  <li>Fixes to the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ray&sektion=4&format=html">ray(4)</a> driver.
 <li>Fix -H option in sudo(8).  <li>Fix -H option in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sudo&sektion=8&format=html">sudo(8)</a>.
 <li>Disable pcmcia(4) handling of non-CIS cards, since there are many bugs in it.  <li>Disable <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> handling of non-CIS cards, since there are many bugs in it.
 <li>Document many afs(4) configuration files.  <li>Document many afs(4) configuration files.
 <li>Fix a modify-after-free bug in tcp(4).  <li>Fix a modify-after-free bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcp&sektion=4&format=html">tcp(4)</a>.
 <li>Attempt to have ld(1) and ld.so(1) deal better with C++ shared libraries on  <li>Attempt to have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&sektion=1&format=html">ld(1)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld.so&sektion=1&format=html">ld.so(1)</a> deal better with C++ shared libraries on
 a.out architectures (i386, m68k, sparc...).  a.out architectures (i386, m68k, sparc...).
 <li>Document what sendmail(8) now does on port 587.  <li>Document what <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sendmail&sektion=8&format=html">sendmail(8)</a> now does on port 587.
 <li>Deal with more non-compliant PHY setups in mii(4).  <li>Deal with more non-compliant PHY setups in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4&format=html">mii(4)</a>.
 <li>cmpci(4) driver for C-Media CMI8x38 Audio Chip present on several motherboards.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cmpci&sektion=4&format=html">cmpci(4)</a> driver for C-Media CMI8x38 Audio Chip present on several motherboards.
 <li>Support ext2fs properly.  <li>Support <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mount_ext2fs&sektion=8&format=html">ext2fs</a> properly.
 <li>ssh(1), sshd(8), and companions now support SSH 2 protocol as well as SSH 1 protocol! To properly use this, you want to make sure you update your /etc/rc, /etc/netstart, and /etc/rc.conf.  Or just test the new snapshot...  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssh&sektion=1&format=html">ssh(1)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>, and companions now support SSH 2 protocol as well as SSH 1 protocol! To properly use this, you want to make sure you update your /etc/rc, /etc/netstart, and /etc/rc.conf.  Or just test the new snapshot...
 <li>Various additions and improvements in tcpdump(8).  <li>Various additions and improvements in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=tcpdump&sektion=8&format=html">tcpdump(8)</a>.
 <li>libpcap 0.5.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcap&sektion=3&format=html">libpcap 0.5</a>.
 <li>Support jumbo frames in the fxp(4) models which support it.  <li>Support jumbo frames in the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> models which support it.
 <li>Add support for the RCC ServerWorks pcbh(4) which has additional pci(4) bridges on it.   Huge PC's with 6+ pci busses now work fine.  <li>Add support for the RCC ServerWorks <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcbh&sektion=4&format=html">pcbh(4)</a> which has additional <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> bridges on it.   Huge PC's with 6+ pci busses now work fine.
 <li>On the i386, fix an errata relating to the Intel 82443BX pchb(4).  <li>On the i386, fix an errata relating to the Intel 82443BX <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pchb&sektion=4&format=html">pchb(4)</a>.
 <li>Various changes related to vlan(4) support.  <li>Various changes related to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vlan&sektion=4&format=html">vlan(4)</a> support.
 <li>Add a sysexits(3) man page.  <li>Add a <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysexits&sektion=3&format=html">sysexits(3)</a> man page.
 <li>getaddrinfo(3) and getnameinfo(3) improvements, repairs, and greater care.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getaddrinfo&sektion=3&format=html">getaddrinfo(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getnameinfo&sektion=3&format=html">getnameinfo(3)</a> improvements, repairs, and greater care.
 <li>Start of the vax port resurrection.  <li>Start of the vax port resurrection.
 <li>Fix more i386 isadmaattach bugs.  At least 2GB of memory on an i386 now works.  <li>Fix more i386 isadmaattach bugs.  At least 2GB of memory on an i386 now works.
 <li>Avoid divide by zero in igmp networking code.  <li>Avoid divide by zero in igmp networking code.
 <li>In mail(1), make "new" count after an "inc" command reflect the new messages, as in SunOS.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail&sektion=1&format=html">mail(1)</a>, make "new" count after an "inc" command reflect the new messages, as in SunOS.
 <li>ktrace(2) no longer follows symbolic links.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&sektion=2&format=html">ktrace(2)</a> no longer follows symbolic links.
 <li>Repair adosfs(4).  <li>Repair adosfs(4).
 <li>The damned hifn(4) always dealing with aligned data causes even more of a fuss.  <li>The damned <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4&format=html">hifn(4)</a> always dealing with aligned data causes even more of a fuss.
 <li>Repair a few hifn(4) bugs that slipped in recently.  <li>Repair a few <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=hifn&sektion=4&format=html">hifn(4)</a> bugs that slipped in recently.
 <li>Fix ipsec(4) for big-endian machines again.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsec&sektion=4&format=html">ipsec(4)</a> for big-endian machines again.
 <li>Omit RC5 from ssl(3).  <li>Omit RC5 from <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=3&format=html">ssl(3)</a>.
 <li>userinfo(8), userdel(8), useradd(8), groupmod(8), usermod(8), groupdel(8), groupadd(8), and groupinfo(8) commands added.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=userinfo&sektion=8&format=html">userinfo(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=userdel&sektion=8&format=html">userdel(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=useradd&sektion=8&format=html">useradd(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groupmod&sektion=8&format=html">groupmod(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=usermod&sektion=8&format=html">usermod(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groupdel&sektion=8&format=html">groupdel(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groupadd&sektion=8&format=html">groupadd(8)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=groupinfo&sektion=8&format=html">groupinfo(8)</a> commands added.
 <li>mii(4) detach support, needed by xe(4).  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4&format=html">mii(4)</a> detach support, needed by <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&sektion=4&format=html">xe(4)</a>.
 <li>Fix promiscuous mode in xe(4).  <li>Fix promiscuous mode in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xe&sektion=4&format=html">xe(4)</a>.
 <li>Fix order of interrupt disabling for pcmcia(4) disabling; much more reliable.  <li>Fix order of interrupt disabling for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> disabling; much more reliable.
 <li>Wait a bit longer after enabling pcmcia(4) cards; more pcmcia(4) cards now work.  <li>Wait a bit longer after enabling <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> cards; more <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> cards now work.
 <li>Fix dump calculations in the i386 kernel crash dump code.  <li>Fix dump calculations in the i386 kernel crash dump code.
 <li>More careful dmesg(1) handling in the install script.  <li>More careful <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dmesg&sektion=8&format=html">dmesg(8)</a> handling in the install script.
 <li>pcmcia(4) ep(4) now supports 3C1 and 3CCFEM556BI.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pcmcia&sektion=4&format=html">pcmcia(4)</a> <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ep&sektion=4&format=html">ep(4)</a> now supports 3C1 and 3CCFEM556BI.
 <li>Repair a bug in fdalloc() that caused a panic in dup(2).  This bug was introduced by the recent file descriptor allocation optimizations.  <li>Repair a bug in fdalloc() that caused a panic in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dup&sektion=2&format=html">dup(2)</a>.  This bug was introduced by the recent file descriptor allocation optimizations.
 <li>Support DOSPTYP_EXTENDL partitions in the kernel disklabel reader.  <li>Support DOSPTYP_EXTENDL partitions in the kernel disklabel reader.
 <li>In ld(1), avoid duplicates in search path.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ld&sektion=1&format=html">ld(1)</a>, avoid duplicates in search path.
 <li>Support RFC2732 IPv6 address literal URLs in ftp(1).  <li>Support RFC2732 IPv6 address literal URLs in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ftp&sektion=1&format=html">ftp(1)</a>.
 <li>Improve makewhatis(8) again, using new parts of perl(1) 5.6.0.  <li>Improve <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=makewhatis&sektion=8&format=html">makewhatis(8)</a> again, using new parts of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> 5.6.0.
 <li>Fix a bug in at(1).  <li>Fix a bug in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=at&sektion=1&format=html">at(1)</a>.
 <li>Add -keyfile and -authkeyfile options to ipsecadm(8).  <li>Add -keyfile and -authkeyfile options to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipsecadm&sektion=8&format=html">ipsecadm(8)</a>.
 <li>Significant manual page improvements, as is usual just before a release.  <li>Significant manual page improvements, as is usual just before a release.
 <li>Use fgetln(3) instead of fgets(3) in mail.local(8), and thus avoid header mangling.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgetln&sektion=3&format=html">fgetln(3)</a> instead of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fgets&sektion=3&format=html">fgets(3)</a> in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mail.local&sektion=8&format=html">mail.local(8)</a>, and thus avoid header mangling.
 <li>Support for /etc/rc.conf.local, as documented in rc.conf(8).  <li>Support for /etc/rc.conf.local, as documented in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc.conf&sektion=8&format=html">rc.conf(8)</a>.
 <li>https support in lynx(1).  <li>https support in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lynx&sektion=1&format=html">lynx(1)</a>.
 <li>Add CPAN File::Temp for perl(1) versions of mkstemp(3) and such.  <li>Add CPAN File::Temp for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=perl&sektion=1&format=html">perl(1)</a> versions of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mkstemp&sektion=3&format=html">mkstemp(3)</a> and such.
 <li>Fix the vi recover script to be safe for multiuser running (needed O_NOFOLLOW).  <li>Fix the vi recover script to be safe for multiuser running (needed O_NOFOLLOW).
 <li>Move apm into a kernel thread, so that filesystem syncing is less likely to block and cause panics.  suspending just got a lot more reliable.  <li>Move apm into a kernel thread, so that filesystem syncing is less likely to block and cause panics.  suspending just got a lot more reliable.
 <li>For open(2), support O_FSYNC better.  <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2&format=html">open(2)</a>, support O_FSYNC better.
 <li>For open(2), add a O_NOFOLLOW flag for dealing with symbolic links.  This should not be used by generic software -- only use this for very rare and specific problems.  <li>For <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=open&sektion=2&format=html">open(2)</a>, add a O_NOFOLLOW flag for dealing with symbolic links.  This should not be used by generic software -- only use this for very rare and specific problems.
 <li>traceroute(8) gets a new option, -f skips early node checks.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=traceroute&sektion=8&format=html">traceroute(8)</a> gets a new option, -f skips early node checks.
 <li>Fix "freeing free block" panics.  <li>Fix "freeing free block" panics.
 <li>Support /etc/resolv.conf.tail, as documented in dhclient-script(8).  <li>Support /etc/resolv.conf.tail, as documented in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dhclient-script&sektion=8&format=html">dhclient-script(8)</a>.
 <li>Rewrite uio hog.  <li>Rewrite uio hog.
 <li>Do not abuse malloc for small structures inside ktrace(2).  <li>Do not abuse malloc for small structures inside <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&sektion=2&format=html">ktrace(2)</a>.
 <li>Add pread(2), pwrite(2), preadv(2), and pwritev(2) system calls.  <li>Add <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pread&sektion=2&format=html">pread(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwrite&sektion=2&format=html">pwrite(2)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=preadv&sektion=2&format=html">preadv(2)</a>, and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pwritev&sektion=2&format=html">pwritev(2)</a> system calls.
 <li>In fdisk(8), favor BIOS geometry over physical geometry, fixing numerous problems with larger disks.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fdisk&sektion=8&format=html">fdisk(8)</a>, favor BIOS geometry over physical geometry, fixing numerous problems with larger disks.
 <li>Split fxp(4) and dc(4) for pci(4) and cardbus(4).  <li>Split <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=fxp&sektion=4&format=html">fxp(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=dc&sektion=4&format=html">dc(4)</a> for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a>.
 <li>In ktrace(2), if user does a large IO operation, split the loggin to avoid kmem starvation.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ktrace&sektion=2&format=html">ktrace(2)</a>, if user does a large IO operation, split the loggin to avoid kmem starvation.
 <li>Make nfsstat(1) on a live system use sysctl(3) instead of kvm snooping.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=nfsstat&sektion=1&format=html">nfsstat(1)</a> on a live system use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sysctl&sektion=3&format=html">sysctl(3)</a> instead of kvm snooping.
 <li>Set mii(4) parameters for all varients of xl(4) cardbus(4) models.  <li>Set <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=mii&sektion=4&format=html">mii(4)</a> parameters for all varients of <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=xl&sektion=4&format=html">xl(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cardbus&sektion=4&format=html">cardbus(4)</a> models.
 <li>scsi cd(4) detach is now possible.  <li>scsi <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=cd&sektion=4&format=html">cd(4)</a> detach is now possible.
 <li>Do even more scsi device locking via common routines.  <li>Do even more scsi device locking via common routines.
 <li>In make(1), report errors with a Makefile line number, making large Makefile debugging much easier.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1&format=html">make(1)</a>, report errors with a Makefile line number, making large Makefile debugging much easier.
 <li>Significantly cleanup the isa(4), pci(4), isapnp(4), and related manual pages, making it easier to see what we currently support.  <li>Significantly cleanup the <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isa&sektion=4&format=html">isa(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pci&sektion=4&format=html">pci(4)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=isapnp&sektion=4&format=html">isapnp(4)</a>, and related manual pages, making it easier to see what we currently support.
 <li>Deal with byte-order challenged Compaq laptops.  <li>Deal with byte-order challenged Compaq laptops.
 <li>Fix memory leaks in sshd(8).  <li>Fix memory leaks in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sshd&sektion=8&format=html">sshd(8)</a>.
 <li>Numerous modifications for pkg_add(1) and companions, to better import various new styles of packages..  <li>Numerous modifications for <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add&sektion=1&format=html">pkg_add(1)</a> and companions, to better import various new styles of packages..
 <li>Fix even more braindamaged random device mis-handlings in ssl(3).  <li>Fix even more braindamaged random device mis-handlings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=3&format=html">ssl(3)</a>.
 <li>Make kvm(3) on the i386 understand the new core dump format.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=kvm&sektion=3&format=html">kvm(3)</a> on the i386 understand the new core dump format.
 <li>In script(1), propogate window size changes to slave.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=script&sektion=1&format=html">script(1)</a>, propogate window size changes to slave.
 <li>tzcode2000c.  <li>tzcode2000c.
 <li>Permit i386 kernel to compile without pccom(4) or com(4) drivers.  <li>Permit i386 kernel to compile without <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">pccom(4)</a> or <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=com&sektion=4&format=html">com(4)</a> drivers.
 <li>After scp(1) completes, replace progress bar ETA counter with a total elapsed time.  <li>After <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=scp&sektion=1&format=html">scp(1)</a> completes, replace progress bar ETA counter with a total elapsed time.
 <li>Fix more random device mis-handlings in ssl(3).  <li>Fix more random device mis-handlings in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=3&format=html">ssl(3)</a>.
 <li>Fix exit code in du(1).  <li>Fix exit code in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=du&sektion=1&format=html">du(1)</a>.
 <li>Fix sync(2) to actually sync all filesystems.  <li>Fix <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=sync&sektion=2&format=html">sync(2)</a> to actually sync all filesystems.
 <li>urio(4) driver for Diamond Multimedia RIO 500.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=urio&sektion=4&format=html">urio(4)</a> driver for Diamond Multimedia RIO 500.
 <li>xlockmore 4.16.  <li>xlockmore 4.16.
 <li>OpenSSL 0.9.5a.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ssl&sektion=8&format=html">OpenSSL 0.9.5a</a>.
 <li>Change window(1) to use curses instead of ocurses.  <li>Change <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1&format=html">window(1)</a> to use curses instead of ocurses.
 <li>Do some repair on sys/queue.h.  <li>Do some repair on sys/queue.h.
 <li>Add colour support to pcvt25 termcap entry.  <li>Add colour support to pcvt25 termcap entry.
 <li>In window(1), do not assume that termcap entries start with 2 character short names.  <li>In <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=window&sektion=1&format=html">window(1)</a>, do not assume that termcap entries start with 2 character short names.
 <li>Repair random(4) for the alpha.  <li>Repair <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=random&sektion=4&format=html">random(4)</a> for the alpha.
 <li>In ssh, check payload for (illegal) extra data.  <li>In ssh, check payload for (illegal) extra data.
 <li>make "option TCPDEBUG" kernel compile.  <li>make "option TCPDEBUG" kernel compile.
 <li>Initialize the bus dma tag for EISA.  <li>Initialize the bus dma tag for EISA.
 <li>Use getifaddrs(3) instead of SIOCGIFCONF in ifconfig(8), rarpd(8), etc.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> instead of SIOCGIFCONF in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>, <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rarpd&sektion=8&format=html">rarpd(8)</a>, etc.
 <li>ifconfig(8)'s -a flag had been changed to be the same as -A.  Fix that.  <li><a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ifconfig&sektion=8&format=html">ifconfig(8)</a>'s -a flag had been changed to be the same as -A.  Fix that.
 <li>Have ahc(4) support Adaptec 2930U2.  <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> support Adaptec 2930U2.
 <li>Revert to up-to-date ipf man pages, but ugly as sin.  Everyone remind kjell to finish this job, ok?  <li>Revert to up-to-date <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ipf&sektion=4&format=html">ipf(4)</a> man pages, but ugly as sin.  Everyone remind kjell to finish this job, ok?
 <li>When fragmenting a packet in ip_output(), inherit the multicast and broadcast flags so that link layer can choose the right address.  <li>When fragmenting a packet in ip_output(), inherit the multicast and broadcast flags so that link layer can choose the right address.
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> in libpcap.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=getifaddrs&sektion=3&format=html">getifaddrs(3)</a> in libpcap.
 <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> support Adaptec 2930U2 controller.  <li>Make <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ahc&sektion=4&format=html">ahc(4)</a> support Adaptec 2930U2 controller.

Legend:
Removed from v.1.553  
changed lines
  Added in v.1.554