[odc] Daily src changes for 2010-10-14
ODC
auto at squish.net
Fri Oct 15 07:00:01 BST 2010
OpenBSD src changes summary for 2010-10-14
==========================================
distrib/miniroot sbin/iked
sbin/init sbin/mount_ext2fs
sbin/mount_msdos share/man
sys/arch/amd64/amd64 sys/arch/amd64/include
sys/arch/i386/conf sys/arch/i386/pci
sys/arch/loongson/conf sys/arch/loongson/dev
sys/arch/loongson/loongson sys/dev/pci
usr.bin/tmux usr.sbin/openssl
usr.sbin/ospf6d usr.sbin/ospfd
== distrib =========================================================== 01/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
miniroot
~ master.passwd
> one more uid needed (deraadt@)
~ master.passwd
> another uid required (deraadt@)
== sbin ============================================================== 02/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
iked
~ eap.c
> plug a tiny leak.
> ok mikeb@ (dhill@)
init
~ init.8 ~ init.c
> add a SIGQUIT handler that does the same as USR1 and USR2, except it
> reboots the machine instead just halting or powering down.
> diff from Jonathan Matthew
> manpage tweaks from jmc@
> ok deraadt@ (dlg@)
mount_ext2fs
~ mount_ext2fs.8
> looks like i jumped the gun with the duid stuff; back it out (jmc@)
mount_msdos
~ mount_msdos.8
> looks like i jumped the gun with the duid stuff; back it out (jmc@)
== share ============================================================= 03/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man5/moduli.5
> probabalistic -> probabilistic; from naddy (jmc@)
== sys =============================================================== 04/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ cpu.c ~ locore.S
~ machdep.c
> Clean up segment handling: switch user-space to using code and data
> segments in the GDT instead of the LDT and eliminate the GDT slots
> that we don't actually use.
> tested on both amd and intel by several
> not really the right person, but ok: kettenis@ (guenther@)
arch/amd64/include
~ segments.h
> Clean up segment handling: switch user-space to using code and data
> segments in the GDT instead of the LDT and eliminate the GDT slots
> that we don't actually use.
> tested on both amd and intel by several
> not really the right person, but ok: kettenis@ (guenther@)
arch/i386/conf
~ files.i386
> Move glxpcib(4) to MI land unifying the two MD drivers.
> Specific features of the companion chip will be handled in MD land.
> Okay deraadt at . (pirofti@)
arch/i386/pci
- glxpcib.c
> Move glxpcib(4) to MI land unifying the two MD drivers.
> Specific features of the companion chip will be handled in MD land.
> Okay deraadt at . (pirofti@)
arch/loongson/conf
~ files.loongson
> Move glxpcib(4) to MI land unifying the two MD drivers.
> Specific features of the companion chip will be handled in MD land.
> Okay deraadt at . (pirofti@)
arch/loongson/dev
- glxpcib.c - glxreg.h
- glxvar.h ~ glx.c
~ kb3310.c ~ pcib.c
> Move glxpcib(4) to MI land unifying the two MD drivers.
> Specific features of the companion chip will be handled in MD land.
> Okay deraadt at . (pirofti@)
arch/loongson/loongson
~ yeeloong_machdep.c
> Move glxpcib(4) to MI land unifying the two MD drivers.
> Specific features of the companion chip will be handled in MD land.
> Okay deraadt at . (pirofti@)
dev/pci
~ files.pci + glxpcib.c
+ glxreg.h + glxvar.h
> Move glxpcib(4) to MI land unifying the two MD drivers.
> Specific features of the companion chip will be handled in MD land.
> Okay deraadt at . (pirofti@)
== usr.bin =========================================================== 05/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
tmux
~ tmux.1
> Put "or" on new line from command with .Ic. (nicm@)
~ xterm-keys.c
> Treat the meta bit in the xterm extended modifier key set as the same as
> escape (tmux's meta). From Emanuele Giaquinta. (nicm@)
~ tmux.c
> Use an explicit event rather than event_once for the main event so it
> can be removed when the client becomes ready. (nicm@)
== usr.sbin ========================================================== 06/06 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
openssl
~ openssl.1
> for openssl prime, note that results are probabalistic; from djm (jmc@)
~ openssl.1
> probabalistic -> probabilistic; from naddy (jmc@)
ospf6d
~ kroute.c
> Same fix as previously commited to ospfd. Ensure that kr_redistribute()
> is called with the head node of a multipath chain. (claudio@)
ospfd
~ kroute.c
> kr_redistribute() needs to be called with the head node of a multipath
> chain. Fix kroute_insert() and rtmsg_process() to correctly do this.
> OK bluhm@ (claudio@)
===============================================================================
More information about the odc
mailing list