[odc] Daily src changes for 2008-03-19
ODC
auto at squish.net
Thu Mar 20 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-03-19
==========================================
distrib/sets etc/Makefile
lib/libc sbin/ifconfig
share/man sys/arch/amd64/amd64
sys/arch/i386/conf sys/arch/i386/i386
sys/arch/sparc64/include sys/arch/sparc64/sparc64
sys/dev/i2c sys/dev/ic
sys/dev/isa sys/nfs
usr.bin/sort usr.sbin/bind
== distrib =========================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/man/mi
> sync (deraadt@)
== etc =============================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
Makefile
~ Makefile
> remove superfluous backslashes and semicolons
> ok deraadt@ (sobrado@)
== lib =============================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ string/bcmp.c
> bcmp(3) tries to return length, which is a size_t, as an int.
> Instead, just return 1 if there is a difference.
> Found by lint.
> OK millert. (ray@)
== sbin ============================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
ifconfig
~ ifconfig.8
> document "netboot" interface group;
> based on a diff originally from bsd openbsd rutgers edu (jmc@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man5/pf.conf.5
> demonstrate "include" in the bnf; weerd at weirdnet.nl (deraadt@)
~ man4/Makefile ~ man4/isa.4
+ man4/fins.4
> Driver for Fintek F71805F LPC sensor based on lm78 driver code;
> written by Geoff Steckel (deraadt@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ autoconf.c
> label all interfaces we netboot from in group "netboot", in a MI fashion
> ok miod (deraadt@)
arch/i386/conf
~ GENERIC
> enable fins(4) (deraadt@)
arch/i386/i386
~ autoconf.c
> label all interfaces we netboot from in group "netboot", in a MI fashion
> ok miod (deraadt@)
arch/sparc64/include
~ sparc64.h
> Add prom_itlb_load() and prom_dtlb_load(). (kettenis@)
arch/sparc64/sparc64
~ ofw_machdep.c
> Add prom_itlb_load() and prom_dtlb_load(). (kettenis@)
~ locore.s ~ pmap.c
> Use PROM calls to enter locked kernel text and data mappings into the TLB.
> Gets rid of a big chunk of nasty asm code and makes us boot on the e10k
> with
> multi-systemboard domains. (kettenis@)
~ locore.s ~ pmap.c
> Establish per-cpu locked mappings for `struct cpuinfo' through the PROM as
> well. (kettenis@)
dev/i2c
~ i2c_scan.c
> add probe for Andigilog aSC7611; discussed with deraadt (cnst@)
dev/ic
~ isp_openbsd.c
> Make sure we pass the right argument to isp_wdog() when setting timeouts.
> ok deraadt@ (kettenis@)
dev/isa
~ files.isa + fins.c
> Driver for Fintek F71805F LPC sensor based on lm78 driver code;
> written by Geoff Steckel (deraadt@)
nfs
~ nfs_boot.c
> label all interfaces we netboot from in group "netboot", in a MI fashion
> ok miod (deraadt@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
sort
~ tmp.c
> Get rid of a useless variable.
> ok millert@ ray@ (kili@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bind
~ lib/isc/unix/socket.c
> CMSG_LEN and CMSG_SPACE are not neccessarily the same size. So if you
> are going to allocate/free a block of memory for the message contents,
> you have to calculate and track the sizes seperately. This change is
> just like all the other CMSG changes... (deraadt@)
===============================================================================
More information about the odc
mailing list