[odc] Daily src changes for 2005-10-31
ODC
auto at squish.net
Tue Nov 1 07:00:39 GMT 2005
OpenBSD src changes summary for 2005-10-31
==========================================
distrib/sets etc/rc
etc/rc.conf lib/libpthread
regress/lib share/man
sys/arch/arm/xscale sys/arch/macppc/conf
sys/arch/macppc/dev sys/arch/macppc/macppc
sys/arch/zaurus/dev sys/conf
sys/dev/ic sys/dev/pci
sys/dev/pcmcia sys/dev/usb
sys/netinet sys/nfs
usr.bin/man usr.bin/rcs
usr.bin/ssh usr.sbin/bgpd
== distrib =========================================================== 01/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/comp/mi
> sync (deraadt@)
~ lists/man/mi
> sync (deraadt@)
== etc =============================================================== 02/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/etc
rc
~ rc
> add bits for watchdogd startup, PR4540 Michael Knudsen <e at molioner.dk > but I put it at a different place, watchdogd is really not a network daemon
> (henning@)
rc.conf
~ rc.conf
> add bits for watchdogd startup, PR4540 Michael Knudsen <e at molioner.dk > but I put it at a different place, watchdogd is really not a network daemon
> (henning@)
== lib =============================================================== 03/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libpthread
~ man/pthread_atfork.3
> add copyright from the original FreeBSD man page. (brad@)
~ include/pthread.h ~ uthread/uthread_mattr_kind_np.c
~ uthread/uthread_mutex.c
> - Prefix MUTEX_TYPE_MAX with PTHREAD_ to avoid namespace pollution.
> - Remove the macros MUTEX_TYPE_FAST and MUTEX_TYPE_COUNTING_FAST.
> From stefanf FreeBSD
> ok fgsch@ (brad@)
== regress =========================================================== 04/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
lib
+ libpthread/pthread_atfork/Makefile
+ libpthread/pthread_atfork/pthread_atfork.c
> pthread_atfork(3) regression. (fgsch@)
~ libpthread/Makefile
> enter pthread_atfork (fgsch@)
~ libpthread/pthread_atfork/pthread_atfork.c
> and panic if fork(2) fails. (fgsch@)
== share ============================================================= 05/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/man4.macppc/Makefile ~ man4/man4.macppc/snapper.4
+ man4/man4.macppc/aoa.4 + man4/man4.macppc/daca.4
+ man4/man4.macppc/tumbler.4
> basic manpages for the audio drivers me and brad@
> commited today.
> okay brad@ (joris@)
~ man4/man4.macppc/intro.4
> list the new audio devices here; (joris@)
~ man4/options.4
> aperture applies to amd64 as well. (fgsch@)
~ man4/fxp.4
> mention i82559S (brad@)
~ man8/afterboot.8
> clean up the COMPILING A KERNEL section:
> in particular, show `make depend' as the norm.
> started by a diff from mpech@; ok otto@ millert@ (jmc@)
~ man4/man4.macppc/intro.4
> keep the hardware list in order; (jmc@)
== sys =============================================================== 06/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/arm/xscale
~ pxa2x0_apm.c
> On suspend/resume save the current time to the RTC earlier and restore it
> later
> so that the very long delay operations do not slow the clock unnecessarily.
> Add early support for hw.setperf and hw.cpuspeed for zaurus, it appears
> to be able to run at 91MHz and 209MHz as well as the std 416MHz with this
> change. Hopefully it is doing the speed changes correctly. (drahn@)
~ pxa2x0.c ~ pxa2x0_apm.c
> show the speed status in hw.cpuspeed; ok drahn (deraadt@)
arch/macppc/conf
~ GENERIC ~ files.macppc
> add aoa audio support, found in several macppc machines
> ok drahn@ (joris@)
~ GENERIC ~ files.macppc
> work in progress on a tumbler driver, driver is commented out for now.
> (brad@)
~ GENERIC
> enable tumbler* to encourage more testing. it works on a 4th gen
> PowerBook but not on the 12" iBook I have (not without an i2s change).
> (brad@)
arch/macppc/dev
~ snapper.c + aoa.c
> add aoa audio support, found in several macppc machines
> ok drahn@ (joris@)
+ tumbler.c
> work in progress on a tumbler driver, driver is commented out for now.
> (brad@)
~ i2s.c ~ i2svar.h
~ snapper.c
> - add needed bass & treble glue in i2s;
> - add support for bass & treble in snapper;
> ok drahn@ (joris@)
~ snapper.c
> update datasheet URL. (brad@)
~ tumbler.c
> add support for bass & treble. (brad@)
~ if_wi_obio.c
> Move from arpcom to ieee80211com in wi softc. This will be
> required for net80211 support.
> Updated version of a diff from dlg@
> similiar diff ok fgsch@, ok dlg@ (jsg@)
arch/macppc/macppc
~ mainbus.c
> print something useful about mainbus, system model as reported by
> Openfirmware. (drahn@)
arch/zaurus/dev
~ zaurus_apm.c
> On suspend/resume save the current time to the RTC earlier and restore it
> later
> so that the very long delay operations do not slow the clock unnecessarily.
> Add early support for hw.setperf and hw.cpuspeed for zaurus, it appears
> to be able to run at 91MHz and 209MHz as well as the std 416MHz with this
> change. Hopefully it is doing the speed changes correctly. (drahn@)
~ zaurus_apm.c
> show the speed status in hw.cpuspeed; ok drahn (deraadt@)
conf
~ files
> jsg forgot to specify that wi(4) now needs wlan option; ok miod (deraadt@)
dev/ic
~ if_wi.c ~ if_wi_hostap.c
~ if_wivar.h
> Move from arpcom to ieee80211com in wi softc. This will be
> required for net80211 support.
> Updated version of a diff from dlg@
> similiar diff ok fgsch@, ok dlg@ (jsg@)
~ gem.c
> typo (brad@)
~ siop_common.c
> ammount -> amount (miod@)
~ gem.c
> - some DEBUG should be GEM_DEBUG
> - introduce gem_bitwait() to factor out some of the register wait code
> From NetBSD
> - remove some statics
> - remove parameter names from prototypes
> ok kettenis@ (brad@)
dev/pci
~ if_wi_pci.c
> Move from arpcom to ieee80211com in wi softc. This will be
> required for net80211 support.
> Updated version of a diff from dlg@
> similiar diff ok fgsch@, ok dlg@ (jsg@)
~ pcidevs
> A few more nvidia video cards, mostly from submitted dmesgs. (jsg@)
~ pcidevs.h ~ pcidevs_data.h
> regen (jsg@)
dev/pcmcia
~ if_wi_pcmcia.c
> Move from arpcom to ieee80211com in wi softc. This will be
> required for net80211 support.
> Updated version of a diff from dlg@
> similiar diff ok fgsch@, ok dlg@ (jsg@)
~ if_ray.c
> ammount -> amount (miod@)
dev/usb
~ if_wi_usb.c ~ if_wi_usb.h
> Move from arpcom to ieee80211com in wi softc. This will be
> required for net80211 support.
> Updated version of a diff from dlg@
> similiar diff ok fgsch@, ok dlg@ (jsg@)
netinet
~ ip_carp.c
> Fix a TAILQ_FOREACH where the item containing the next pointer could be
> freed.
> ok canacar deraadt (pascoe@)
nfs
~ nfs_bio.c
> Fix reading large files; from NetBSD. Somehow this was overlooked
> when earlier merges were done. Fixes PR 4250. ok millert@ deraadt@ (otto@)
== usr.bin =========================================================== 07/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
man
~ man.c
> Rewrite -m processing to not use queue internals and make it more
> simple as well. ok hshoexer@ jaredy@ henning@ (otto@)
rcs
~ Makefile
> - remove MLINKS line, was commented out and is useless anyway.
> pointed out by deraadt@, ok joris@ (niallo@)
ssh
~ sftp.c
> Fix sorting with "ls -1" command. From Robert Tsai, "looks right" deraadt@
> (dtucker@)
~ ssh-keygen.c ~ ssh-keygen.1
> generate a protocol 2 RSA key by default (djm@)
~ serverloop.c
> make sure we clean up wtmp, etc. file when we receive a SIGTERM,
> SIGINT or SIGQUIT when running without privilege separation (the
> normal privsep case is already OK). Patch mainly by dtucker@ and
> senthilkumar_sen AT hotpop.com; ok dtucker@ (djm@)
~ ssh-keygen.1
> grammar; (jmc@)
== usr.sbin ========================================================== 08/08 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpd
~ printconf.c
> Print group names in rules in double quotes. Makes the output more
> parsable. (claudio@)
~ printconf.c
> Missing space in printf for unknown peers. (claudio@)
===============================================================================
More information about the odc
mailing list