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

Diff for /www/plus.html between version 1.789 and 1.790

version 1.789, 2001/07/18 08:32:09 version 1.790, 2001/07/28 17:48:31
Line 110 
Line 110 
 <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_start&sektion=3">va_start(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_end&sektion=3">va_end(3)</a> for every call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfprintf&sektion=3">vfprintf(3)</a> and associates.  <li>Use <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_start&sektion=3">va_start(3)</a> and <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=va_end&sektion=3">va_end(3)</a> for every call to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=vfprintf&sektion=3">vfprintf(3)</a> and associates.
 <li>Replace commonly used static lists with persistent growable arrays in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.  <li>Replace commonly used static lists with persistent growable arrays in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=make&sektion=1">make(1)</a>.
 <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slstats&sektion=8">slstats(8)</a> use an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2">ioctl(2)</a> so it doesn't need to be setgid.  <li>Have <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=slstats&sektion=8">slstats(8)</a> use an <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=ioctl&sektion=2">ioctl(2)</a> so it doesn't need to be setgid.
 <li>Ensure *chi doesn't recieve interrupts before being initialized.  <li>Ensure *chi doesn't receive interrupts before being initialized.
 <li>Let pci_mapreg_map() take an extra argument to limit the size of the PCI region to map so we can still work with things publishing too much PCI memory.  <li>Let pci_mapreg_map() take an extra argument to limit the size of the PCI region to map so we can still work with things publishing too much PCI memory.
 <li>Use lpd_flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, allowing flags to be passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd(8)</a>.  <li>Use lpd_flags in <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=rc&sektion=8">rc(8)</a>, allowing flags to be passed to <a href="http://www.openbsd.org/cgi-bin/man.cgi?query=lpd&sektion=8">lpd(8)</a>.
 <li>Support EDNS0 (RFC2671) buffer size notification for DNS queries.  <li>Support EDNS0 (RFC2671) buffer size notification for DNS queries.

Legend:
Removed from v.1.789  
changed lines
  Added in v.1.790