[odc] Daily src changes for 2008-02-22
ODC
auto at squish.net
Sat Feb 23 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-02-22
==========================================
distrib/notes lib/librthread
sbin/ipsecctl share/man
sys/dev sys/dev/pci
sys/dev/usb usr.bin/sort
usr.bin/ssh usr.sbin/eeprom
usr.sbin/ospfd
== distrib =========================================================== 01/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
notes
~ armish/prep
> More shuffling, and, show two alternate ways to get
> your Thecus N2100 up and running with semi-automatic
> booting (since it won't power up w/o a button press,
> no fully automatic booting). OK sthen@ miod@ (ian@)
== lib =============================================================== 02/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
librthread
~ rthread_sync.c
> fix rwlocks to work with the "initialized" form, from Philip Guenther
> (tedu@)
== sbin ============================================================== 03/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sbin
ipsecctl
~ ike.c ~ ipsec.conf.5
~ ipsecctl.h ~ parse.y
> Support for specifying aes-{128,192,256}. Originial idea by Prabhu
> Gurumurthy, tweaks and commit-ready diff by Mitja Muzenic! Thanks
> guys!
> ok todd@ (hshoexer@)
== share ============================================================= 04/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/envy.4
> there are 10 streams numbered 0..9, not 0..10! pointed by Paul de Weerd
> there's only 1 S/PDIF transmitter (ratchov@)
~ man4/rum.4 ~ man4/uplcom.4
> I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.
> Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. (jsg@)
~ man4/axe.4 ~ man4/uftdi.4
> Simon Dick in FreeBSD PR 96714
> * Fossil Abacus Wrist PDA
> Thorsten Trampisch in FreeBSD PR 113384
> * Expert ISDN Control
> * RS232 OptoBridge
> Jonathan Charest in FreeBSD PR 110992
> * Several Tactrix OpenPort (ECU) devices.
> Y.Okabe in FreeBSD PR 119981
> * Logitec LAN-GTJ/U2 Ethernet
> HAGIMORI 'buggy' Masashige in FreeBSD PR 115933
> * RATOC REX-USB60F serial (jsg@)
== sys =============================================================== 05/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
dev
~ softraidvar.h ~ softraid_crypto.c
> Propper encryption of on-disk-keys, prodded/suggest by tedu@ and djm@
> also use aes to generate proppper IVs
> ok marco@ (hshoexer@)
dev/pci
~ emuxki.c
> as can be seen in emuxki_voice_set_srate(), the sample rate needs to
> be set separately on each channel. if changing the number of channels
> make sure to set the sample rate on each channels.
> fixes problems with src/regress/sys/dev/audio/autest.c, and
> the hydrogen port/package, which set stereo mode either after or
> without changing sample rates.
> ok ratchov@ (jakemsr@)
~ if_bnx.c ~ if_bnxreg.h
> Avoid unaligned PCI config space access.
> ok brad@ (kettenis@)
~ pcidevs
> Add Intel X38 chipset IDs. (kettenis@)
~ pcidevs.h ~ pcidevs_data.h
> regen (kettenis@)
dev/usb
~ usbdevs.h ~ usbdevs_data.h
> regen (jsg@)
~ if_rum.c ~ uplcom.c
> I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.
> Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. (jsg@)
~ usbdevs
> I-O Data USB-RSAQ5 serial from Masao Uebayashi in NetBSD.
> Corega CG-WLUSB2GL WLAN from KIYOHARA Takashi in NetBSD. (jsg@)
~ usbdevs
> Simon Dick in FreeBSD PR 96714
> * Fossil Abacus Wrist PDA
> Thorsten Trampisch in FreeBSD PR 113384
> * Expert ISDN Control
> * RS232 OptoBridge
> Jonathan Charest in FreeBSD PR 110992
> * Several Tactrix OpenPort (ECU) devices.
> Y.Okabe in FreeBSD PR 119981
> * Logitec LAN-GTJ/U2 Ethernet
> HAGIMORI 'buggy' Masashige in FreeBSD PR 115933
> * RATOC REX-USB60F serial (jsg@)
~ usbdevs.h ~ usbdevs_data.h
> regen (jsg@)
~ if_axe.c ~ uftdi.c
~ uvisor.c
> Simon Dick in FreeBSD PR 96714
> * Fossil Abacus Wrist PDA
> Thorsten Trampisch in FreeBSD PR 113384
> * Expert ISDN Control
> * RS232 OptoBridge
> Jonathan Charest in FreeBSD PR 110992
> * Several Tactrix OpenPort (ECU) devices.
> Y.Okabe in FreeBSD PR 119981
> * Logitec LAN-GTJ/U2 Ethernet
> HAGIMORI 'buggy' Masashige in FreeBSD PR 115933
> * RATOC REX-USB60F serial (jsg@)
== usr.bin =========================================================== 06/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
sort
~ fields.c
> Fix the processing of numbers containing zeroes in -n (numeric)
> mode. Incororates part of a change from jdolecek at netbsd.org.
> Fixes PR 5739. OK beck@ (millert@)
ssh
~ session.c
> closefrom() call was too early, delay it until just before we execute
> the user's rc files (if any). (djm@)
~ clientloop.c ~ packet.c
~ packet.h ~ serverloop.c
> Allow all SSH2 packet types, including UNIMPLEMENTED to reset the
> keepalive timer (bz #1307). ok markus@ (dtucker@)
== usr.sbin ========================================================== 07/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
eeprom
~ optree.c
> Allow multiple NUL characters within string-valued properties (but add an
> XXX saying that this may not exactly be what we want). This makes the
> output
> on macppc look much saner.
> ok fgsch@, beck@ (kettenis@)
ospfd
~ parse.y
> remove comma from type list, add missing semicolon for consistency
> OK claudio@ (simon@)
===============================================================================
More information about the odc
mailing list