[odc] Daily src changes for 2008-05-14
ODC
auto at squish.net
Thu May 15 07:00:01 BST 2008
OpenBSD src changes summary for 2008-05-14
==========================================
distrib/sets share/man
share/tmac sys/arch/amd64/amd64
sys/arch/arm/arm sys/arch/aviion/aviion
sys/arch/hp300/hp300 sys/arch/hppa/hppa
sys/arch/hppa64/hppa64 sys/arch/i386/conf
sys/arch/i386/i386 sys/arch/landisk/landisk
sys/arch/luna88k/luna88k sys/arch/mac68k/mac68k
sys/arch/macppc/macppc sys/arch/mvme68k/mvme68k
sys/arch/mvme88k/mvme88k sys/arch/mvmeppc/mvmeppc
sys/arch/sgi/sgi sys/arch/socppc/socppc
sys/arch/sparc64/conf sys/arch/vax/vax
sys/dev/acpi sys/dev/pci
sys/dev/usb sys/lib/libkern
usr.bin/file usr.sbin/httpd
usr.sbin/ntpd usr.sbin/sysmerge
== distrib =========================================================== 01/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
sets
~ lists/comp/mi ~ lists/man/mi
> sync (miod@)
== share ============================================================= 02/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man5/port-modules.5
> Add tcl and tk to the list (deanna@)
~ man4/termios.4
> ttydefaults.h -> sys/ttydefaults.h;
> from Ed Schouten; freebsd -r1.32 (jmc@)
~ man8/Makefile + man8/man8.socppc/MAKEDEV.8
+ man8/man8.socppc/Makefile
> Add the generated MAKEDEV.8 for socppc. (miod@)
~ man4/Makefile + man4/man4.socppc/Makefile
+ man4/man4.socppc/autoconf.4 + man4/man4.socppc/intro.4
+ man4/man4.socppc/mem.4
> A few basic man4 pages for socppc, heavily based on macppc. Also, plug
> man4.armish into the build, since it had been long forgotten. (miod@)
tmac
~ mdoc/doc-common
> Add socppc, reminded by jmc@ (miod@)
== sys =============================================================== 03/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
~ vector.S
> Add a '.text' to make sure we understand IDTVEC()'s are in the text
> segment. kettenis@ ok. miod@ pointed out that the define already
> does a '.text', this makes it explicit. (weingart@)
arch/arm/arm
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/aviion/aviion
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/hp300/hp300
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/hppa/hppa
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/hppa64/hppa64
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/i386/conf
~ RAMDISK ~ RAMDISKB
~ RAMDISKC
> Comment out option PCIVERBOSE on the floppies for now, to let them fit
> after the code increase caused by the recent acpi changes, until a better
> compromise is found. (miod@)
arch/i386/i386
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/landisk/landisk
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/luna88k/luna88k
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/mac68k/mac68k
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/macppc/macppc
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/mvme68k/mvme68k
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/mvme88k/mvme88k
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/mvmeppc/mvmeppc
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/sgi/sgi
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
arch/socppc/socppc
~ machdep.c
> Make all 128MB of memory available (except for the first three pages used
> for the exception vectors). (kettenis@)
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
~ locore.S ~ machdep.c
~ mainbus.c
> Get memory size and base address of internal memory mapped registers from
> firmware instead of hardcoding them. (kettenis@)
~ locore.S ~ machdep.c
> Parse arguments passed by the bootloader and take appropriate action.
> (kettenis@)
~ autoconf.c
> Determine boot device from arguments passed by the bootloader. (kettenis@)
arch/sparc64/conf
~ GENERIC
> Add cmpci(4) and uncomment the eap(4) MIDI attachment.
> ok jakemsr@ (brad@)
arch/vax/vax
~ conf.c
> Fix more chrtoblktbl[] sloppyness, and add proper block st nodes to *ppc
> and
> sgi. (miod@)
dev/acpi
~ acpithinkpad.c
> recognize some more events
> hook up the volume keys to actually do stuff; from Stefan Kempf
> use aml_freevalue to properly free memory in all cases; prodded by
> deanna (jcs@)
~ acpi.c ~ acpiac.c
~ acpiasus.c ~ acpibat.c
~ acpibtn.c ~ acpidebug.c
~ acpidock.c ~ acpiec.c
~ acpiprt.c ~ acpithinkpad.c
~ acpitz.c ~ dsdt.c
~ amltypes.h ~ dsdt.h
> Adding new ACPI Parser code
> Old guts of code still exists, needs to be torn out next
> ok marco@
> ok brad@ (jordan@)
~ acpiprt.c
> Clean up a bit.
> ok jordan@ (brad@)
~ acpiprt.c
> Removed debugging printfs (jordan@)
~ dsdt.c
> Let this build and link if SMALL_KERNEL. (miod@)
~ dsdt.c
> only compile aml_dump() if option ACPI_DEBUG. (miod@)
dev/pci
~ pcidevs
> Add the vendor id for Solarflare Communications and some product ids
> for 10Gb chipsets. (brad@)
~ pcidevs.h ~ pcidevs_data.h
> regen (brad@)
~ if_bge.c
> Add the Altima AC1003 PCI id.
> ok dlg@ (brad@)
~ if_bce.c
> Add missing splnet around mii_tick().
> ok dlg@ (brad@)
dev/usb
~ usbdevs
> Add the CONWISE Technology vendor id and the CW6622 product id.
> From Jason George (brad@)
~ usbdevs.h ~ usbdevs_data.h
> regen (brad@)
~ usbdevs
> Remove the duplicate Billionton product id named SnapPort which is
> the same as the USB2AR product id and was placed separately further
> down. (brad@)
~ usbdevs.h ~ usbdevs_data.h
> regen (brad@)
~ if_axe.c
> Remove the duplicate Billionton id. (brad@)
lib/libkern
- arch/i386/setjmp.S - arch/sparc/setjmp.S
- arch/sparc64/setjmp.S
> These files are not used (and some of them would not compile anyway).
> (miod@)
== usr.bin =========================================================== 04/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
file
~ magdir/alpha ~ magdir/basis
~ magdir/bflt ~ magdir/btsnoop
~ magdir/cafebabe ~ magdir/claris
~ magdir/communications ~ magdir/cracklib
~ magdir/esri ~ magdir/geos
~ magdir/matroska ~ magdir/mips
~ magdir/mup ~ magdir/netbsd
~ magdir/os400 ~ magdir/palm
~ magdir/perl ~ magdir/riff
~ magdir/scientific ~ magdir/spec
~ magdir/tgif ~ magdir/unicode
~ magdir/varied.script ~ magdir/vicar
~ magdir/virtutech ~ magdir/wordprocessors
~ magdir/xo65 ~ magdir/xwindows
> add missing $OpenBSD$ tags
> ok ian@ (chl@)
== usr.sbin ========================================================== 05/05 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
httpd
~ src/main/alloc.c ~ src/main/http_log.c
~ src/main/http_vhost.c
> Next chunk of KNF/readability changes.
> no binary change. (mbalmer@)
~ src/main/http_log.c ~ src/main/http_request.c
> More KNF/readability changes.
> no binary changes. (mbalmer@)
~ src/main/fdcache.c ~ src/main/http_config.c
> Next chunk of KNF/readability.
> no binary changes. (mbalmer@)
~ src/main/http_config.c
> fix comment. (mbalmer@)
ntpd
~ ntpd.c
> ntpd missed the argument check sweep. (pyr@)
sysmerge
~ sysmerge.8 ~ sysmerge.sh
> - add a non-interactive mode to sysmerge ('-b')
> - yesno is only used once
> man page consulting jmc@ ;)
> ok laurent@ pyr@ (ajacoutot@)
~ sysmerge.sh
> - fix new directory creation by using the correct variable;
> spotted by merdely@ while trying to populate /var/www from scratch
> ok merdely@ (ajacoutot@)
===============================================================================
More information about the odc
mailing list