[odc] Daily src changes for 2012-02-19
ODC
auto at squish.net
Mon Feb 20 07:00:01 GMT 2012
OpenBSD src changes summary for 2012-02-19
==========================================
bin/ksh distrib/sets
etc/Makefile etc/mtree/4.4BSD.dist
etc/nginx/fastcgi_params etc/nginx/koi-utf
etc/nginx/koi-win etc/nginx/mime.types
etc/nginx/nginx.conf etc/nginx/scgi_params
etc/nginx/uwsgi_params etc/nginx/win-utf
etc/rc.d/nginx lib/librthread
lib/libusbhid regress/lib
sys/arch/i386/i386 usr.sbin
usr.sbin/nginx usr.sbin/tcpdump
== bin =============================================================== 01/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
ksh
~ table.c ~ table.h
> Allow for more vars in hash table, improve hash function, increase
> hash table size sooner. Based on suggestion from Michael Niedermayer.
> ok krw@ mpi@ (otto@)
== distrib =========================================================== 02/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/md.alpha ~ lists/base/md.amd64
~ lists/base/md.armish ~ lists/base/md.hp300
~ lists/base/md.hppa ~ lists/base/md.hppa64
~ lists/base/md.i386 ~ lists/base/md.landisk
~ lists/base/md.loongson ~ lists/base/md.mac68k
~ lists/base/md.macppc ~ lists/base/md.mvme68k
~ lists/base/md.palm ~ lists/base/md.sgi
~ lists/base/md.socppc ~ lists/base/md.sparc
~ lists/base/md.sparc64 ~ lists/base/md.zaurus
~ lists/comp/mi
> sync (miod@)
== etc =============================================================== 03/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
Makefile
~ Makefile
> enable nginx (robert@)
mtree/4.4BSD.dist
~ mtree/4.4BSD.dist
> enable nginx (robert@)
nginx/fastcgi_params
- nginx/fastcgi_params
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
nginx/koi-utf
- nginx/koi-utf
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
nginx/koi-win
- nginx/koi-win
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
nginx/mime.types
- nginx/mime.types
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
nginx/nginx.conf
- nginx/nginx.conf
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
nginx/scgi_params
- nginx/scgi_params
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
nginx/uwsgi_params
- nginx/uwsgi_params
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
nginx/win-utf
- nginx/win-utf
> these files are not needed here, they are going to get installed from
> usr.sbin/nginx using the distribution target (robert@)
rc.d/nginx
+ rc.d/nginx
> enable nginx (robert@)
== lib =============================================================== 04/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
librthread
~ rthread_attr.c ~ rthread_sched.c
> Validate in pthread_attr_set{scope,sched{param,policy},inheritsched}()
> the requested new value (guenther@)
~ rthread.c
> Use a form of designated initializer that works with gcc2
> lint doesn't understand designated initializers, so hide them from it
> (guenther@)
~ Makefile
> Extend miod's fix CFLAGS fix to all gcc2 platforms (suggested by Tobias
> Ulmer). Only pull in bsd.lib.mk once to avoid linking objects twice
> (guenther@)
~ rthread_stack.c
> Use 'base' as an intermediate char* variable to avoid void* arithmetic
> (guenther@)
~ rthread_attr.c
> Fix problems revealed by regress/lib/libpthread/stack/stack.c (guenther@)
libusbhid
~ usbhid.3
> Fix return value documentation errors in usbhid(3).
> hid_dispose_report_desc() returns void, it can't return NULL on failure.
> hid_get_report_desc() and hid_use_report_desc() return NULL on failure but
> this was not documented.
> ok jmc (stsp@)
== regress =========================================================== 05/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
lib
~ libpthread/Makefile + libpthread/stack/Makefile
+ libpthread/stack/stack.c
> Add regress test for stack attributes
> Disable some tests that depended on uthread's particular undefined behavior
> (guenther@)
~ libpthread/stack/stack.c
> Add Id and public-domain declaration (guenther@)
~ libpthread/setsockopt/1/setsockopt1.c
~ libpthread/setsockopt/2/setsockopt2.c
~ libpthread/setsockopt/3a/setsockopt3a.c
> fix tests. (fgsch@)
== sys =============================================================== 06/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/i386
~ pmap.c
> small KNF nit (kettenis@)
== usr.sbin ========================================================== 07/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
usr.sbin
~ Makefile
> enable nginx (robert@)
nginx
~ Makefile.bsd-wrapper ~ conf/nginx.conf
> add a distribution target to install configuration files (robert@)
tcpdump
~ print-bgp.c
> Fix a classical bug (= vs ==). OK stsp@ miod@ (claudio@)
===============================================================================
More information about the odc
mailing list