[odc] Daily src changes for 2008-08-16
ODC
auto at squish.net
Sun Aug 17 07:00:01 BST 2008
OpenBSD src changes summary for 2008-08-16
==========================================
regress/usr.bin sys/arch/i386/i386
sys/dev/pci sys/dev/usb
usr.bin/m4
== regress =========================================================== 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/regress
usr.bin
~ m4/Makefile + m4/args2.m4
+ m4/args2.out
> a new regression test, I has a diff for it. (espie@)
~ m4/Makefile + m4/includes.aux
+ m4/includes.m4 + m4/includes.out
> another issue for which I have a patch.
> Issue reported by Vortechz Anderson <utg_vrtz at yahoo.se> (espie@)
== sys =============================================================== 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/i386/i386
~ apm.c ~ bios.c
> bios_dev -> ba_name and bios_apmp -> ba_apmp in DPRINTF statements.
> i386 kernels compile with BIOS_DEBUG again.
> Spotted by Mathias Schmocker. (krw@)
dev/pci
~ drm/drmP.h ~ drm/drm_agpsupport.c
~ drm/drm_bufs.c ~ drm/drm_context.c
~ drm/drm_dma.c ~ drm/drm_drawable.c
~ drm/drm_drv.c ~ drm/drm_fops.c
~ drm/drm_ioctl.c ~ drm/drm_irq.c
~ drm/drm_lock.c ~ drm/drm_memory.c
~ drm/drm_pci.c ~ drm/drm_scatter.c
> Apply a light paddling with the knf stick. No binary change. (oga@)
dev/usb
~ ehci.c
> Sync ehci isochronous part with NetBSD:
> - Fix check for maximum bInterval value.
> - Calculate frames/microframes values slightly different (but with mostly
> same result finally). (mglocker@)
~ ehci.c
> Spacing. (mglocker@)
~ uvideo.c
> If dwMaxPayloadTransferSize doesn't exactly match to an existing
> endpoint, pick the next higher endpoint bandwidth. (mglocker@)
== usr.bin =========================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
m4
~ main.c
> be more liberal in include handling, namely we only error out if it's
> the end of the last included file AND we still have a macro to expand.
> autoconf uses this in wine, and it turns out other m4 also do things that
> way (not only gnu m4).
> okay fries@, millert@ (espie@)
~ eval.c ~ extern.h
~ gnum4.c ~ m4.1
~ main.c ~ misc.c
~ parser.y ~ tokenizer.l
> argument parsing should only skip spaces outside of parenthesis.
> Inside matching parenthesis, keep spaces as is (use chrsave instead of
> pbstr, since there's no way it can be a further macro expansion).
> Fixes a long-standing issue with autoconf ( --option -> --option),
> matches other m4 than gnum4
> okay millert@, fries@ (espie@)
~ extern.h ~ gnum4.c
~ misc.c ~ parser.y
~ tokenizer.l
> not yet, committed too much (espie@)
~ eval.c
> revert eval.c (espie@)
~ m4.1
> fix (espie@)
===============================================================================
More information about the odc
mailing list