[odc] Daily src changes for 2008-03-22
ODC
auto at squish.net
Sun Mar 23 07:00:01 GMT 2008
OpenBSD src changes summary for 2008-03-22
==========================================
distrib/alpha distrib/hppa
distrib/luna88k distrib/mvme68k
distrib/mvme88k distrib/sets
distrib/sgi distrib/sparc
distrib/sparc64 distrib/vax
include/Makefile lib/libc
share/man sys/arch/i386/conf
sys/arch/i386/i386 sys/arch/sparc/dev
sys/arch/sparc/include sys/arch/sparc64/dev
sys/arch/sparc64/include sys/arch/sparc64/sparc64
sys/dev sys/dev/isa
sys/dev/pci sys/dev/usb
sys/sys usr.bin/audioctl
usr.bin/calendar usr.bin/rcs
usr.sbin/bgpd usr.sbin/config
== distrib =========================================================== 01/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
alpha
~ common/install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
hppa
~ install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
luna88k
~ ramdisk/install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
mvme68k
~ ramdisk/install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
mvme88k
~ ramdisk/install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
sets
~ lists/comp/mi
> sync (deraadt@)
sgi
~ ramdisk/install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
sparc
~ install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
sparc64
~ common/install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
vax
~ install.md
> No point in checking disklabel output for 'disk label corrupted' message
> since it isn't emitted anymore.
> ok deraadt@ (krw@)
== include =========================================================== 02/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/include
Makefile
~ Makefile
> Get rid of 3 extra leading spaces. ok deraadt@ (matthieu@)
== lib =============================================================== 03/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/lib
libc
+ gen/statvfs.3
> overdue statvfs man page (otto@)
- sys/statvfs.c ~ sys/Makefile.inc
~ gen/Makefile.inc + gen/statvfs.c
> move statvfs.c to gen, since it is not a syscall; ok deraadt@ (otto@)
~ gen/statvfs.3
> flag constant values should be UL, spotted by deraadt@ (otto@)
== share ============================================================= 04/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/share
man
~ man4/uslcom.4
> Add a bunch of uslcom devices found in the Linux driver. (jsg@)
~ man4/audio.4
> add audio(4) driver the ability to use different block sizes for play and
> record modes. This makes possible to have blocks of the same duration if
> the
> play and record formats are different. The API change is backward
> compatible, so it shouldn't be noticed by current audio ports.
> ok jakemsr (ratchov@)
== sys =============================================================== 05/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/conf
~ files.i386
> Nuke some unused magic.
> ok deraadt@ (weingart@)
arch/i386/i386
~ locore.s
> Quick comment fixups.
> ok deraadt@, kettenis@, brad@, marco@ (weingart@)
- db_magic.s
> Nuke some unused magic.
> ok deraadt@ (weingart@)
arch/sparc/dev
~ fd.c
> Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd
> driver(s). Adapted from sd driver.
> ok marco@ (krw@)
arch/sparc/include
~ pmap.h
> - remove pre-uvm prototype of pmap_page_index()
> ok miod@ (jasper@)
arch/sparc64/dev
~ fd.c
> Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd
> driver(s). Adapted from sd driver.
> ok marco@ (krw@)
arch/sparc64/include
~ param.h
> Reintroduce the cputyp variable, and use it to distinguish between sun4u
> and
> sun4v. (kettenis@)
arch/sparc64/sparc64
~ locore.s
> Switch to our initial stack after switching over to our own trap table.
> This
> removes the need to lock the stack (and cpuinfo) into the TLB on sun4v.
> (kettenis@)
~ locore.s
> Use ASI_BLK_P instead of ASI_BLK_COMMIT_P when saving floating point
> registers. UltraSPARC T1 doesn't support ASI_BLK_COMMIT_P, and I can't see
> why this code needs commit force. (kettenis@)
~ locore.s ~ pmap.c
> Split out the code that sets the TSB registers and call it from
> pmap_bootstrap_cpu(). (kettenis@)
~ locore.s
> Remove TRAPS_USE_IG code. (kettenis@)
~ locore.s
> Simplify cpu_switchto() such that it doesn't need to know the number of
> register windows provided by the hardware; this number is not readily
> available on sun4v.
> This removes the optimization that skips flushing register windows if
> a process exits. We can add that back later if it turns out to make a
> significant impact. (kettenis@)
~ autoconf.c ~ genassym.cf
~ locore.s ~ machdep.c
> Reintroduce the cputyp variable, and use it to distinguish between sun4u
> and
> sun4v. (kettenis@)
dev
~ audio.c
> when setting the block size, use the scale factor only once in
> audiosetinfo(), so the block size don't get scaled twice. Also fix the
> formula used in audiosetinfo().
> ok jakemsr (ratchov@)
~ audio.c ~ audiovar.h
> add audio(4) driver the ability to use different block sizes for play and
> record modes. This makes possible to have blocks of the same duration if
> the
> play and record formats are different. The API change is backward
> compatible, so it shouldn't be noticed by current audio ports.
> ok jakemsr (ratchov@)
dev/isa
~ fd.c
> Add support for DIOCRLDINFO, DIOCGPDINFO, DIOCGPART to the fd
> driver(s). Adapted from sd driver.
> ok marco@ (krw@)
dev/pci
~ envyvar.h
> remove unused fields from envy_softc structure, no functional change
> (ratchov@)
dev/usb
~ uslcom.c
> Add a bunch of uslcom devices found in the Linux driver. (jsg@)
~ usbdevs.h ~ usbdevs_data.h
> regen (jsg@)
~ usbdevs
> Add a bunch of uslcom devices found in the Linux driver. (jsg@)
sys
~ audioio.h
> add audio(4) driver the ability to use different block sizes for play and
> record modes. This makes possible to have blocks of the same duration if
> the
> play and record formats are different. The API change is backward
> compatible, so it shouldn't be noticed by current audio ports.
> ok jakemsr (ratchov@)
~ statvfs.h
> flag constant values should be UL, spotted by deraadt@ (otto@)
== usr.bin =========================================================== 06/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
audioctl
~ audioctl.c
> add audio(4) driver the ability to use different block sizes for play and
> record modes. This makes possible to have blocks of the same duration if
> the
> play and record formats are different. The API change is backward
> compatible, so it shouldn't be noticed by current audio ports.
> ok jakemsr (ratchov@)
calendar
~ calendars/calendar.birthday
> R.I.P. Arthur C. Clarke
> ok oga. (sthen@)
rcs
~ ci.c
> Fix the freeing of two uninitialized strings. OK niallo@ (millert@)
== usr.sbin ========================================================== 07/07 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin
bgpd
~ bgpd.conf.5
> Mention that softreconfig is on by default. From Matthew Dempsky (claudio@)
config
~ mkmakefile.c
> put in explicit suffix rules, they're needed anyways since $< is only used
> for suffix rules.
> Use them to avoid writing loads of explicit lines.
> Shaves 2/3 of each Makefile off.
> okay miod@, deraadt@, henning@ (espie@)
~ files.c ~ gram.y
~ mkmakefile.c
> spaces found reading that diff (deraadt@)
===============================================================================
More information about the odc
mailing list