[odc] Daily src changes for 2012-03-25
ODC
auto at squish.net
Mon Mar 26 07:00:01 BST 2012
OpenBSD src changes summary for 2012-03-25
==========================================
include/string.h sys/arch/loongson/loongson
sys/arch/mips64/include sys/arch/mips64/mips64
sys/arch/octeon/octeon sys/arch/sgi/include
sys/arch/sgi/sgi sys/kern
sys/sys usr.sbin/smtpd
== include =========================================================== 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/include
string.h
~ string.h
> strsignal() was added to POSIX-2008; strerror_r() was in the base
> of POSIX-2001, without the XSI qualifier. Adjust conditionals to match.
> ok millert@ (guenther@)
== sys =============================================================== 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/loongson/loongson
~ bus_dma.c ~ machdep.c
> Move cache handling routines related definitions to a dedicated header
> file,
> rather than abusing <machine/cpu.h>. (miod@)
arch/mips64/include
~ cpu.h + cache.h
> Move cache handling routines related definitions to a dedicated header
> file,
> rather than abusing <machine/cpu.h>. (miod@)
arch/mips64/mips64
~ cache_loongson2.S ~ cache_r10k.S
~ cache_r5k.S
> Only set the low order bits of CpuCacheAliasMask if it is nonzero,
> regression
> of previous computation fix. (miod@)
~ cache_octeon.c ~ db_machdep.c
~ pmap.c ~ sys_machdep.c
> Move cache handling routines related definitions to a dedicated header
> file,
> rather than abusing <machine/cpu.h>. (miod@)
arch/octeon/octeon
~ bus_dma.c ~ machdep.c
> Move cache handling routines related definitions to a dedicated header
> file,
> rather than abusing <machine/cpu.h>. (miod@)
arch/sgi/include
~ autoconf.h
> Move cache handling routines related definitions to a dedicated header
> file,
> rather than abusing <machine/cpu.h>. (miod@)
arch/sgi/sgi
~ bus_dma.c ~ ip30_machdep.c
~ machdep.c
> Move cache handling routines related definitions to a dedicated header
> file,
> rather than abusing <machine/cpu.h>. (miod@)
kern
~ kern_event.c
> release the file ref to the kqueue while in kevent(), so that close()
> can terminate. a new ref on the kqueue itself allows us to free it
> properly in that case. wakeups were missing too (for both kevent and
> poll).
> similar to netbsd pr46248. fixes a number of threaded ports.
> this version of the fix from matthew.
> ok tedu guenther matthew (deraadt@)
sys
~ eventvar.h
> release the file ref to the kqueue while in kevent(), so that close()
> can terminate. a new ref on the kqueue itself allows us to free it
> properly in that case. wakeups were missing too (for both kevent and
> poll).
> similar to netbsd pr46248. fixes a number of threaded ports.
> this version of the fix from matthew.
> ok tedu guenther matthew (deraadt@)
== usr.sbin ========================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
smtpd
~ mta.c
> Do not fatal() when failing to connect to a relay.
> Instead, drop the relay and try the next one.
> ok gilles@ (eric@)
===============================================================================
More information about the odc
mailing list