[odc] Daily src changes for 2007-08-24
ODC
auto at squish.net
Sat Aug 25 07:00:01 BST 2007
OpenBSD src changes summary for 2007-08-24
==========================================
gnu/usr.bin/perl share/man
sys/arch/hppa/conf sys/dev/pci
sys/dev/usb usr.sbin/arp
usr.sbin/httpd
== gnu =============================================================== 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/perl
~ lib/AutoLoader.pm ~ lib/AutoLoader.t
> fix a bug leading to infinite recursion; adapted from CPAN
> ok millert@ (simon@)
== share ============================================================= 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/siop.4
> Mention 53c720 and 53c770 chips. (kettenis@)
== sys =============================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/hppa/conf
~ files.hppa
> Add missing bits for siop at gsc. (kettenis@)
dev/pci
~ if_nxe.c
> the ring sizes are reprresented by 32 bit fields in the context descirptor,
> so use htole32 to get a value for them, not htole64. (dlg@)
~ if_nxe.c
> the chip has three rx rings, one for normal packets, one for jumbos, and
> one for lro. the manual says that they all have to have descriptors in them
> for correct operation. i dont care about jumbos and lro at this point so im
> going to point the descriptors in those rings at a dummy 64k buffer. this
> diff adds the allocation of that buffer. (dlg@)
~ if_nxe.c
> this is what the interrupt handler will look like. there'll be some added
> lines in here later that call the tx and rx completions. (dlg@)
~ if_nxe.c
> enable interrupts when the interface comes up.
> i seem to be crashing the rx unit though which is responsible for
> generating the interrupts. i havent got any yet. (dlg@)
dev/usb
~ uberry.c
> On the older devices, apparently early configuration (and doing it again
> later) removes the need for forced device disconnection. And now they do
> not bounce back a few times, but go to 500mA on the 2nd connection.
> (deraadt@)
== usr.sbin ========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
arp
~ arp.c
> Yet another application that does not check if the RTM_VERSION is the
> expected
> one. Luckily it seems that only show is affected. OK henning@ (claudio@)
httpd
~ htdocs/manual/server-wide.html ~ htdocs/manual/mod/core.html
~ src/include/http_core.h ~ src/main/http_core.c
> Add a new configuration directive 'RLimitNOFILE' to set the number of
> of open filedescriptors (like RLimitNPROC for the number of processes).
> ok ckuethe, "no objection" henning (mbalmer@)
===============================================================================
More information about the odc
mailing list