[odc] Daily src changes for 2005-10-05
ODC
auto at squish.net
Thu Oct 6 08:00:36 BST 2005
OpenBSD src changes summary for 2005-10-05
==========================================
distrib/miniroot distrib/sets
etc/inetd.conf lib/libc
libexec/ld.so libexec/rshd
sbin/sysctl share/man
sys/arch/amd64/amd64 sys/arch/amd64/conf
sys/arch/amd64/include sys/conf
sys/dev sys/dev/pci
sys/netinet usr.bin/cvs
usr.bin/rcs usr.sbin/hostapd
== distrib =========================================================== 01/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
miniroot
~ install.sub
> Apply Todd's netstart r1.106 fix to evaluation of dhcp and rtsol lines
> in hostname.if files. (krw@)
sets
~ lists/base/md.cats
> sync (deraadt@)
== etc =============================================================== 02/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
inetd.conf
~ inetd.conf
> Remove kerberos4 services
> ok deraadt@ (biorn@)
== lib =============================================================== 03/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ stdlib/malloc.c
> first KNF (no binary diffs) (deraadt@)
~ stdlib/malloc.c
> further knf and cleaning; ok tdeval (deraadt@)
~ gen/ctermid.3
> Clarify the return value and drop nonapplicable bugs section hastily pasted
> from ttyname(3).
> Feedback espie@ jmc@, ok deraadt@ jmc@ (miod@)
~ compat-43/sigpause.3
> End sentences with a dot (miod@)
== libexec =========================================================== 04/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
ld.so
~ dlfcn.c ~ library_subr.c
> move opencount increment and dups check to _dl_link_dlopen. fixes cleanup
> of partially dlopened (but failed) cleanup. (kurt@)
rshd
~ rshd.8
> Don't mention kerberos here - it has been disabled for some time.
> fine jmc@ (biorn@)
== sbin ============================================================== 05/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
sysctl
~ sysctl.8
> Add multicast routing to GENERIC.
> It is now possible to enable multicast routing in the kernel with
> the sysctl option net.inet.ip.mforwarding=1
> Based on intial work by msf@
> help claudio@
> ok claudio@ deraadt@ (norby@)
== share ============================================================= 06/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/ath.4
> the Wistron CM9 Mini PCI is supported (Chris Cappuccio: "works fine as
> 802.11b, in fact, very, very well" [thanks]). also re-add the senao
> NL-5354MP Mini PCI and distinguish between PCI and Mini PCI. (reyk@)
== sys =============================================================== 07/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
+ rbus_machdep.c
> Add CardBus/PCMCIA support to AMD64.
> ok deraadt@ (tdeval@)
arch/amd64/conf
~ files.amd64 ~ GENERIC
> Add CardBus/PCMCIA support to AMD64.
> ok deraadt@ (tdeval@)
arch/amd64/include
~ pci_machdep.h + rbus_machdep.h
> Add CardBus/PCMCIA support to AMD64.
> ok deraadt@ (tdeval@)
conf
~ GENERIC
> Add multicast routing to GENERIC.
> It is now possible to enable multicast routing in the kernel with
> the sysctl option net.inet.ip.mforwarding=1
> Based on intial work by msf@
> help claudio@
> ok claudio@ deraadt@ (norby@)
dev
~ ipmi.c
> pretty print & minor knf; ok marco (deraadt@)
dev/pci
~ pcidevs
> add PCI ids for new Intel Gig PCI Express chips. (brad@)
~ pcidevs.h ~ pcidevs_data.h
> regen (brad@)
~ pcidevs
> shorten (deraadt@)
~ pcidevs.h ~ pcidevs_data.h
> sync (deraadt@)
~ pcidevs
> Add Texas Instruments' PCI7XX1 CardBus multipurpose controllers (tdeval@)
~ pcidevs.h ~ pcidevs_data.h
> regen (tdeval@)
~ pcidevs
> some entries from javier d'ovidio laptop. (fgsch@)
~ pcidevs.h ~ pcidevs_data.h
> regen. (fgsch@)
~ pccbb.c
> Support the CardBus part of TI's PCI7XX1 controllers.
> ok deraadt@, miod@ (tdeval@)
~ pcidevs
> delete crap that fgs commited WITHOUT TESTING (deraadt@)
~ pcidevs.h ~ pcidevs_data.h
> sync (deraadt@)
netinet
~ in.h ~ ip_input.c
~ ip_output.c
> Add multicast routing to GENERIC.
> It is now possible to enable multicast routing in the kernel with
> the sysctl option net.inet.ip.mforwarding=1
> Based on intial work by msf@
> help claudio@
> ok claudio@ deraadt@ (norby@)
== usr.bin =========================================================== 08/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
cvs
~ rcs.c
> free rl_name as well when freeing the lock list; (joris@)
~ rcs.c
> open the RCS file with O_TRUNC as well when
> writing new contents to it; (joris@)
~ diff.c ~ rcs.c
+ diff.h
> - add a diff.h header file, corresponding to public functions in diff.c
> and some #defines
> - include this header in rcs.c
> - link rcs against diff.c
> this allows us to use the existing diff work from opencvs within functions
> in the rcs.c API and thus in rcs programs. paves the way for diff support
> in usr.bin/rcs programs.
> ok joris@ (niallo@)
rcs
~ co.c
> - better output
> - free frev when done (joris@)
~ co.c
> - stop gcc's yapping;
> - better output when locking and unlocking revisions; (joris@)
~ co.c
> sync usage and add V flag; (joris@)
~ Makefile
> - add a diff.h header file, corresponding to public functions in diff.c
> and some #defines
> - include this header in rcs.c
> - link rcs against diff.c
> this allows us to use the existing diff work from opencvs within functions
> in the rcs.c API and thus in rcs programs. paves the way for diff support
> in usr.bin/rcs programs.
> ok joris@ (niallo@)
== usr.sbin ========================================================== 09/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
hostapd
~ hostapd.conf.5
> the correct mask sign in table declarations is '&' (not '/'). (reyk@)
===============================================================================
More information about the odc
mailing list