[odc] Daily src changes for 2009-11-30
ODC
auto at squish.net
Tue Dec 1 07:00:01 GMT 2009
OpenBSD src changes summary for 2009-11-30
==========================================
share/man sys/arch/amd64/amd64
sys/arch/amd64/stand/libsa sys/arch/i386/i386
sys/arch/i386/stand/libsa sys/arch/mips64/include
sys/arch/sgi/include sys/arch/sgi/stand/boot
sys/arch/sparc64/dev sys/arch/sparc64/include
sys/dev/pci sys/lib/libsa
usr.bin/tmux usr.sbin/pkg_add
== share ============================================================= 01/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man5/pf.conf.5
> It doesn't make sense to talk about doing packet tagging "during
> nat-to or rdr-to in addition to filter rules". (sthen@)
== sys =============================================================== 02/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ acpi_wakecode.S
> KNF (pirofti@)
arch/amd64/stand/libsa
~ memprobe.c
> Bump up array size to prevent overflow when probing memory
> on machines reporting > 32 memory regions. ok kettenis@ (canacar@)
arch/i386/i386
~ acpi_wakecode.S
> KNF (pirofti@)
arch/i386/stand/libsa
~ memprobe.c
> Bump up array size to prevent overflow when probing memory
> on machines reporting > 32 memory regions. ok kettenis@ (canacar@)
arch/mips64/include
~ exec.h
> Crank __LDPGSZ from 4KB to 16KB, in preparation for a kernel page size
> increase as well.
> Binaries compiled before this change will not work once the kernel page
> size
> is cranked (in a few weeks), so you might want to update your userland and
> packages soon. (miod@)
arch/sgi/include
~ loadfile_machdep.h
> Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled
> for the platform we are running on (i.e. trying to boot e.g. bsd.IP32 on an
> IP27 machine). (miod@)
arch/sgi/stand/boot
~ boot.c
> Use the new Elfxx_Phdr check hook to prevent loading a kernel not compiled
> for the platform we are running on (i.e. trying to boot e.g. bsd.IP32 on an
> IP27 machine). (miod@)
arch/sparc64/dev
~ creator.c ~ creatorreg.h
> Load firmware that is needed for accelerated X on Elite3D boards.
> The firmware is loaded from /etc/firmware/afb, which will be provided soon.
> (kettenis@)
arch/sparc64/include
~ ctlreg.h
> Add inline function to read %fprs. (kettenis@)
dev/pci
~ pcidevs
> - add two devices found in dmesgs (jasper@)
~ pcidevs.h ~ pcidevs_data.h
> regen (jasper@)
~ if_bge.c
> Re-initialise the interface upon resume.
> ok deraadt@, pirofti@, claudio@ (kettenis@)
lib/libsa
~ loadfile_elf.c
> Allow the bootblocks to provide an optional Elfxx_Phdr check, and abort the
> file load if necessary. Will be used very shortly. (miod@)
== usr.bin =========================================================== 03/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
tmux
~ tmux.h ~ tty-keys.c
~ xterm-keys.c
> Handle partial xterm function key sequences. (nicm@)
== usr.sbin ========================================================== 04/04 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
pkg_add
~ pkg_add
> better: have can_install return 0/1 as definitive answer, and return
> "undef"
> for try again later.
> Don't bother cleaning up set from can_install, since complete does it too.
> (espie@)
~ pkg_add ~ OpenBSD/UpdateSet.pm
> better errors: have $set->cleanup mark set as finished.
> in case there is an issue, register set as not updateable with tracker.
> (espie@)
~ OpenBSD/Search.pm ~ OpenBSD/Update.pm
> tweak the rules a bit: the search filter for "more recent than" ought to
> notice it sees older stuff. Even if they get filtered later on, this would
> turn into a "no need to update".
> (in actual use, I probably will need to open those packages and look at
> the pkgpaths to make sure they are not valid candidates, and to compare
> full signatures... oh well) (espie@)
===============================================================================
More information about the odc
mailing list