[odc] Daily src changes for 2005-12-06
ODC
auto at squish.net
Wed Dec 7 07:00:39 GMT 2005
OpenBSD src changes summary for 2005-12-06
==========================================
bin/ksh distrib/sets
etc/MAKEDEV.common etc/daily
etc/netstart etc/security
gnu/usr.bin/binutils lib/librthread
libexec/identd regress/sbin
regress/sys sbin
sbin/ipsecctl sbin/mount
sbin/mount_fdesc share/man
sys/arch/hppa/conf sys/arch/hppa64/conf
sys/arch/macppc/dev sys/arch/sparc/conf
sys/conf sys/dev/pci
sys/kern sys/miscfs/fdesc
sys/net sys/sys
usr.bin/asa usr.bin/cal
usr.bin/man usr.bin/radioctl
usr.bin/rcs usr.bin/ssh
usr.bin/xlint usr.sbin/procmap
== bin =============================================================== 01/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
ksh
~ ksh.1
> make the PS1 section a little easier to read; (jmc@)
== distrib =========================================================== 02/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/base/md.luna88k ~ lists/base/md.mvme88k
~ lists/comp/md.luna88k ~ lists/comp/md.mvme88k
> sync (deraadt@)
~ lists/base/md.alpha ~ lists/base/md.amd64
~ lists/base/md.cats ~ lists/base/md.hp300
~ lists/base/md.hppa ~ lists/base/md.hppa64
~ lists/base/md.i386 ~ lists/base/md.luna88k
~ lists/base/md.mac68k ~ lists/base/md.macppc
~ lists/base/md.mvme68k ~ lists/base/md.mvme88k
~ lists/base/md.mvmeppc ~ lists/base/md.sgi
~ lists/base/md.sparc ~ lists/base/md.sparc64
~ lists/base/md.vax ~ lists/base/md.zaurus
~ lists/base/mi ~ lists/comp/mi
~ lists/man/mi
> sync (deraadt@)
== etc =============================================================== 03/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
MAKEDEV.common
~ MAKEDEV.common
> Remove fdescfs (pedro@)
daily
~ daily
> Remove fdescfs (pedro@)
netstart
~ netstart
> multicast_host=YES only works if a valid default gateway is available.
> validate this condition and reject multicast traffic on failure.
> ok todd@ naddy@ (reyk@)
security
~ security
> Remove fdescfs (pedro@)
== gnu =============================================================== 04/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/binutils
~ gdb/frame.c
> Try to prevent infinite backtraces. (kettenis@)
== lib =============================================================== 05/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
librthread
+ shlib_version
> can't build shared lib without shlib_version
> Maxim Bourmistrov noticed. (tedu@)
~ rthread_sync.c
> add pthread_once. unfortunately, the public pthread.h header
> defines the pthread_once_t internals, so we're stuck with them. (tedu@)
== libexec =========================================================== 06/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
identd
~ identd.c ~ openbsd.c
~ parse.c
> avoid variable aliasing (deraadt@)
== regress =========================================================== 07/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
sbin
~ ipsecctl/Makefile + ipsecctl/ipsec14.in
+ ipsecctl/ipsec14.ok + ipsecctl/sa10.in
+ ipsecctl/sa10.ok
> ipip support: ip-in-ip w/o gif(4); ok hshoexer (markus@)
sys
~ Makefile
> Remove fdescfs (pedro@)
== sbin ============================================================== 08/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
sbin
~ Makefile
> Remove fdescfs (pedro@)
ipsecctl
~ ipsec.conf.5 ~ ipsecctl.c
~ ipsecctl.h ~ parse.y
~ pfkey.c
> ipip support: ip-in-ip w/o gif(4); ok hshoexer (markus@)
~ ipsecctl.c
> more appropriate error messages; ok hshoexer (markus@)
mount
~ mount.8
> Remove fdescfs (pedro@)
mount_fdesc
- Makefile - mount_fdesc.8
- mount_fdesc.c
> Remove fdescfs (pedro@)
== share ============================================================= 09/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/man4.i386/pcibios.4
> no need for `.' at end of SEE ALSO (jmc@)
~ man4/options.4 ~ man5/fstab.5
> Remove fdescfs (pedro@)
== sys =============================================================== 10/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/hppa/conf
~ RAMDISK
> Remove fdescfs (pedro@)
arch/hppa64/conf
~ RAMDISK
> Remove fdescfs (pedro@)
arch/macppc/dev
~ pm_direct.c
> typo (pedro@)
arch/sparc/conf
~ RAMDISK
> Remove fdescfs (pedro@)
conf
~ GENERIC ~ files
> Remove fdescfs (pedro@)
dev/pci
~ pcidevs
> Add some devices from submitted demsgs. (jsg@)
~ pcidevs.h ~ pcidevs_data.h
> regen (jsg@)
kern
~ Makefile ~ vfs_conf.c
> Remove fdescfs (pedro@)
miscfs/fdesc
- fdesc.h - fdesc_vfsops.c
- fdesc_vnops.c
> Remove fdescfs (pedro@)
net
~ pfkeyv2.c
> export ipip flows, too; ok hshoexer (markus@)
sys
~ mount.h
> Remove fdescfs (pedro@)
== usr.bin =========================================================== 11/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
asa
~ asa.1
> properly escape space character;
> from daniel matic; (jmc@)
cal
~ cal.1
> Clarify: `month' can always be specified as either full or
> abbreviated month name.
> ok jmc@ tedu@ (tom@)
man
~ man.1
> Remove fdescfs (pedro@)
radioctl
~ radioctl.1
> - new sentence, new line
> - improve lists
> - improve EXAMPLES (jmc@)
rcs
~ rcsprog.h
> knf; spaces vs. tabs; (xsa@)
ssh
~ auth-options.c ~ auth-options.h
~ channels.c ~ channels.h
~ clientloop.c ~ misc.c
~ misc.h ~ readconf.c
~ readconf.h ~ scp.c
~ servconf.c ~ servconf.h
~ serverloop.c ~ sftp.c
~ ssh.1 ~ ssh.c
~ ssh_config ~ ssh_config.5
~ sshconnect.c ~ sshconnect.h
~ sshd.8 ~ sshd_config
~ sshd_config.5
> Add support for tun(4) forwarding over OpenSSH, based on an idea and
> initial channel code bits by markus at .is is a simple and easy way to
> use OpenSSH for ad hoc virtual private network connections, e.g.
> administrative tunnels or secure wireless access. It's based on a new
> ssh channel and works similar to the existing TCP forwarding support,
> except that it depends on the tun(4) network interface on both ends of
> the connection for layer 2 or layer 3 tunneling. This diff also adds
> support for LocalCommand in the ssh(1) client.
> ok djm@, markus@, jmc@ (manpages), tested and discussed with others (reyk@)
+ README.tun
> Add brief instructions on how to use the new tun(4) forwarding over
> OpenSSH with OpenBSD.
> Please note that tunnel forwarding is still somewhat experimental and
> specific to the OpenBSD version of OpenSSH. Nevertheless, porting and
> interoperability is possible due to the availability of a tun(4)-like
> device for most of the other operating systems.
> ok jmc@, requested by djm@ (reyk@)
xlint
~ xlint/xlint.c
> back out -CC change. It breaks lint on most of our architectures
> because -CC is something that showed up in a later gcc.
> This is what happens when a pair of developers do not test on all
> our architectures. (deraadt@)
== usr.sbin ========================================================== 12/12 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
procmap
~ procmap.c
> Remove fdescfs (pedro@)
===============================================================================
More information about the odc
mailing list