[odc] Daily src changes for 2005-10-07
ODC
auto at squish.net
Sat Oct 8 08:00:32 BST 2005
OpenBSD src changes summary for 2005-10-07
==========================================
bin/ksh distrib/sets
lib/libc lib/libpcap
libexec/ld.so sbin/dhclient
share/man sys/arch/macppc/dev
sys/arch/macppc/pci sys/dev/ic
sys/dev/microcode sys/dev/mii
sys/dev/pci sys/net
sys/net80211 usr.bin/calendar
usr.bin/cvs usr.bin/mixerctl
usr.bin/rcs usr.bin/ssh
usr.bin/top usr.sbin/hostapd
usr.sbin/pkg_add usr.sbin/spamdb
usr.sbin/tcpdump
== bin =============================================================== 01/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/bin
ksh
~ ksh.1
> brief description of mknod built-in;
> add mknod to list of (regular ksh) built-ins;
> ok otto@ (jmc@)
~ sh.1
> remove mknod documentation - although /bin/sh supports it, this page
> documents a posix shell (as far as possible);
> ok otto@ (jmc@)
== distrib =========================================================== 02/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/man/mi
> 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.mac68k
~ lists/base/md.macppc ~ lists/base/md.mvme68k
~ lists/base/md.mvmeppc ~ lists/base/md.sgi
~ lists/base/md.sparc ~ lists/base/md.sparc64
~ lists/base/md.zaurus
> sync (deraadt@)
== lib =============================================================== 03/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
~ gen/sysctl.3
> Document the recent changes to the multicast routing in the kernel.
> from jmc@
> ok jmc@ (norby@)
libpcap
~ gencode.c ~ gencode.h
~ grammar.y ~ nametoaddr.c
~ scanner.l ~ shlib_version
+ llc.h
> Add Spanning Tree Protocol support.
> Bump version to 3.1.
> OK brad@ (mpf@)
== libexec =========================================================== 04/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/libexec
ld.so
~ dlfcn.c ~ library_subr.c
~ loader.c ~ resolve.c
~ resolve.h
> rename dload_list to grpsym_list which better represents its usage. (kurt@)
== sbin ============================================================== 05/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
dhclient
~ privsep.c
> Don't display errno message when errno isn't set.
> Okay deraadt@, moritz@, help and okay henning@ (pedro@)
== share ============================================================= 06/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/ipmi.4
> various fixes; little dancing ;(
> marco: new sentence, new line please! (jmc@)
~ man4/multicast.4 ~ man4/pim.4
> Document the recent changes to the multicast routing in the kernel.
> from jmc@
> ok jmc@ (norby@)
~ man4/em.4
> mention newer PCI Express chips. (brad@)
== sys =============================================================== 07/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/macppc/dev
~ snapper.c
> Stop and restart the i2s clock when changing the snapper speed, otherwise
> the new setting doesn't do anything. (drahn@)
~ if_bm.c
> eliminate use of M_HASFCS
> ok brad@
> from NetBSD (martin@)
arch/macppc/pci
~ macobio.c
> Stop and restart the i2s clock when changing the snapper speed, otherwise
> the new setting doesn't do anything. (drahn@)
~ kauaiata.c
> match uata devices found on more modern (ie. G5) machines. parts
> from kettenis, ok drahn (deraadt@)
dev/ic
~ ar5210.c ~ ar5211.c
~ ar5211reg.h ~ ar5212.c
~ ar5212var.h
> KNF (reyk@)
dev/microcode
~ aic7xxx/aic7xxx.seq
> From gibbs via FreeBSD (r1.127): "Extend critical section protection
> around portions of selection processing that cannot tolerate changes
> to the waiting for selection queue by the host or the host cancelling
> an active selection." Chuck in comment adjustment of r1.128 too, and
> note we are sync'd to r1.128. (krw@)
~ aic7xxx/aic7xxx_seq.h ~ aic7xxx/aic7xxx_reg.h
> Sync with r1.18 of aic7xxx.seq. (krw@)
dev/mii
~ ciphy.c
> fix name (brad@)
dev/pci
~ pcidevs
> oops, meaant to put LR here and not SR. (brad@)
~ pcidevs.h ~ pcidevs_data.h
> regen (brad@)
~ pcidevs
> fix some Intel Gig names. (brad@)
~ pcidevs.h ~ pcidevs_data.h
> regen (brad@)
~ if_iwi.c
> fixes rev 1.50. got a stack smashed.
> looks like i committed the wrong version. (damien@)
~ if_lge.c
> some fixes for the lge driver, though still doesn't work..
> - use MEXTADD() macro
> - remove spl from attach
> - use splnet
> - disestablish interrupt on failure and some other cleaning (brad@)
~ if_lge.c
> free bus_dma resources for all failures in attach. (brad@)
~ if_lge.c
> sync lge_alloc_jumbo_mem() to look like bge's bge_alloc_jumbo_mem() (brad@)
~ if_lge.c
> revert this change. (brad@)
~ if_lge.c
> IFCAP_VLAN_MTU (brad@)
~ if_em.c ~ if_em_hw.c
~ if_em_hw.h
> Sync up to Intel's latest FreeBSD em driver which adds
> support for the 82571 and 82572 PCI Express chips.
> From: Intel's web-site
> ok krw@ pedro@ deraadt@ (brad@)
~ if_em_hw.c
> remove some whitespace (brad@)
net
~ if_spppsubr.c
> Report interface link state changes in sppp layer
> Help and ok claudio@, ok brad@ (canacar@)
~ pf.c ~ pf_ioctl.c
~ pfvar.h
TAGGED OPENBSD_3_7
> MFC:
> Fix by pascoe@
> Perform pf state/rule/table expiry in a kernel thread instead of running
> it out of a timeout handler.
> This means we will have process context, required when using the oldnointr
> pool allocator.
> Addresses pr4186, pr4273.
> ok dhartmei@ deraadt@ pascoe@ (brad@)
net80211
~ ieee80211.c ~ ieee80211_node.c
> minor knf (reyk@)
== usr.bin =========================================================== 08/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
calendar
~ calendars/calendar.holiday
> fix fiji day (mickey@)
cvs
~ add.c ~ cmd.c
~ cvs.c ~ cvs.h
~ date.y ~ diff.c
~ file.c ~ rcs.c
~ release.c ~ remove.c
~ repo.c ~ req.c
~ resp.c ~ util.c
> knf and spacing, ok joris@ (reyk@)
~ diff.c ~ diff.h
~ rcs.c ~ rcs.h
> basic `ci' support is here! more coming soon.
> combined effort with joris.
> ok joris@ (niallo@)
mixerctl
~ mixerctl.c
> missing progname, clamat at telus.neteraadt@)
rcs
~ ci.c ~ rcsclean.c
~ rcsdiff.c ~ rlog.c
> basic `ci' support is here! more coming soon.
> combined effort with joris.
> ok joris@ (niallo@)
ssh
~ ssh-keygen.c
> change DSA default back to 1024, as it's defined for 1024 bits only
> and this causes interop problems with other clients. moreover,
> in order to improve the security of DSA you need to change more
> components of DSA key generation (e.g. the internal SHA1 hash);
> ok deraadt (markus@)
top
~ commands.c
> sync help message with reality: sort acceptes keyword "pri"
> ok deraadt@ (hshoexer@)
== usr.sbin ========================================================== 09/09 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
hostapd
~ hostapd.c
> spacing (reyk@)
~ apme.c ~ hostapd.c
~ hostapd.h ~ iapp.c
~ privsep.c + iapp.h
> move IAPP definitions to separate header file (reyk@)
pkg_add
~ pod/OpenBSD::PkgSpec.pod
> wonky capitalisation;
> from bsd rutgers edu (jmc@)
spamdb
~ spamdb.8
> give an example email address - this is important as we need to show
> angle brackets are necessary;
> better wording;
> from ray lai, who remembered to prod bob and i again when we forgot;
> ok beck@ in a slightly different incarnation; (jmc@)
tcpdump
~ tcpdump.8
> Add stp as supported protocol.
> While there remove reference to /etc/protocols
> for ether proto. Instead enumerate all supported
> ethernet protocols.
> OK jmc@ a while ago. (mpf@)
~ tcpdump.c
> KNF (mpf@)
===============================================================================
More information about the odc
mailing list