[odc] Daily src changes for 2004-02-11
ODC
auto at squish.net
Thu Feb 12 07:00:25 GMT 2004
OpenBSD src changes summary for 2004-02-11
==========================================
distrib/cats distrib/notes
distrib/sets etc/etc.cats/MAKEDEV
etc/etc.cats/MAKEDEV.md etc/rc
etc/rc.conf gnu/usr.bin/perl
lib/libc libexec/makewhatis
regress/lib regress/sbin
sbin/isakmpd sbin/pfctl
share/mk sys/arch/amd64/include
sys/arch/arm/arm sys/arch/arm/footbridge
sys/arch/arm/include sys/arch/cats/cats
sys/arch/cats/include sys/arch/mvme88k/dev
sys/arch/mvme88k/mvme88k sys/netinet
usr.bin/dc usr.sbin/afs
usr.sbin/httpd
== distrib =========================================================== 01/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
cats
~ ramdisk/install.md
> ask lowercases the response, check for that...
> some cleanup... (drahn@)
notes
~ Makefile
> Add amd64 and cats to the allarchs target. (miod@)
~ amd64/contents
> Shared libraries. (miod@)
sets
~ lists/base/md.amd64
> sync (deraadt@)
~ lists/comp/md.amd64
> sync (deraadt@)
~ lists/base/md.amd64 ~ lists/comp/md.amd64
~ lists/man/md.amd64
> sync (deraadt@)
== etc =============================================================== 02/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
etc.cats/MAKEDEV
~ etc.cats/MAKEDEV
> sync (drahn@)
etc.cats/MAKEDEV.md
~ etc.cats/MAKEDEV.md
> fix wsdisplay (ttyC0) major (drahn@)
rc
~ rc
> simplify afs startup so all you have to do is say "YES" to get basic
> AFS functionality (enough to to pkg_add's) (beck@)
rc.conf
~ rc.conf
> simplify afs startup so all you have to do is say "YES" to get basic
> AFS functionality (enough to to pkg_add's) (beck@)
== gnu =============================================================== 03/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/gnu
usr.bin/perl
~ hints/openbsd.sh
> enable shared libs on amd64; from drahn (deraadt@)
== lib =============================================================== 04/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ gen/alloca.c
> amd64 would use negative stack direction, if it used this file; millert ok
> (deraadt@)
~ arch/x86_64/sys/syscall.S
> correct syscall() stub; fixes perl and vi.recover (deraadt@)
~ gen/sysctl.3
> sort sysctls;
> ok millert@ (jmc@)
== libexec =========================================================== 05/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
makewhatis
~ makewhatis.pl
> more accurate .so test. (espie@)
~ makewhatis.pl
> some sections came out wrong (no space) in SDL.
> ggi has func, func2, func3 : description, give it a fighting chance.
> (espie@)
== regress =========================================================== 06/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
lib
~ libc/malloc/malloc0test/malloc0test.c
> EOL at end (deraadt@)
~ libc/Makefile
> include some missing ones (deraadt@)
sbin
~ pfctl/Makefile
> Deal with pfctl always needing root by adding ${SUDO} where it's needed.
> (mcbride@)
~ pfctl/if2ip
> Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon.
> Fix "antispoof for foo" when foo has no addresses.
> ok+help dhartmei@, ok mcbride@ (cedric@)
== sbin ============================================================== 07/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
isakmpd
~ samples/VPN-3way-template.conf
> typo; from Olivier Cherrier; (jmc@)
pfctl
~ parse.y
> Fix interface clobbering for link-local addresses. Found by Pyun YongHyeon.
> Fix "antispoof for foo" when foo has no addresses.
> ok+help dhartmei@, ok mcbride@ (cedric@)
== share ============================================================= 08/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
mk
~ bsd.own.mk
> enable shared libs on amd64; from drahn (deraadt@)
== sys =============================================================== 09/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/include
~ cpu.h
> permit installboot to at least compile... remove some crud (deraadt@)
arch/arm/arm
~ conf.c ~ syscall.c
> Give systrace and xfs a chance to work.
> ok drahn@ (miod@)
arch/arm/footbridge
~ footbridge_com.c
> Return ENOTTY on unhandled ioctls; ok drahn@ (miod@)
arch/arm/include
~ conf.h
> Remove duplicates with <sys/conf.h>; ok drahn@ (miod@)
arch/cats/cats
~ autoconf.c
> Defining __HAVE_DEVICE_REGISTER and an empty device_register() function is
> just plain silly; remove them. ok drahn@ (miod@)
~ cats_machdep.c
> Silence early kernel bootstrap unless option VERBOSE_INIT_ARM.
> ok drahn@ (miod@)
arch/cats/include
~ types.h
> Defining __HAVE_DEVICE_REGISTER and an empty device_register() function is
> just plain silly; remove them. ok drahn@ (miod@)
arch/mvme88k/dev
~ cl.c ~ dart.c
> Keep using the BUG as the console device until autoconf is over, rather
> than switching early. (miod@)
arch/mvme88k/mvme88k
~ autoconf.c ~ machdep.c
> Keep using the BUG as the console device until autoconf is over, rather
> than switching early. (miod@)
netinet
~ tcp_input.c
> make mss signed; avoids large mss if ifp==NULL; ok itojun@ (markus@)
== usr.bin =========================================================== 10/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
dc
~ bcode.c
> Make flag set in signal handler volatile (otto@)
== usr.sbin ========================================================== 11/11 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
afs
+ src/lwp/process.arm.S
> Arm routine for process swapping in afs, appears to pass testlwp. (drahn@)
httpd
~ Makefile.bsd-wrapper
> ARM now supports shared libraries. (drahn@)
~ Makefile.bsd-wrapper
> enable shared libs on amd64; from drahn (deraadt@)
===============================================================================
More information about the odc
mailing list