[odc] Daily src changes for 2006-01-22
ODC
auto at squish.net
Mon Jan 23 07:09:39 GMT 2006
OpenBSD src changes summary for 2006-01-22
==========================================
distrib/notes sys/arch/amd64/amd64
sys/arch/hp300/dev sys/arch/hp300/hp300
sys/arch/hppa/hppa sys/arch/hppa64/hppa64
sys/arch/i386/i386 sys/arch/luna88k/luna88k
sys/arch/mac68k/conf sys/arch/mac68k/dev
sys/arch/mac68k/include sys/arch/mac68k/mac68k
sys/arch/macppc/macppc sys/arch/mips64/mips64
sys/arch/mvme68k/mvme68k sys/arch/mvme88k/mvme88k
sys/arch/mvmeppc/mvmeppc sys/arch/sparc/dev
sys/arch/sparc/sparc sys/arch/sparc64/dev
sys/dev sys/dev/ic
sys/dev/isa sys/dev/pci
sys/dev/usb sys/isofs/cd9660
usr.bin/passwd
== distrib =========================================================== 01/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/distrib
notes
~ mac68k/install
> Minimal iop code to set the serial ports to compatible mode automagically,
> so that it is not necessary to change settings from MacOS before booting
> into OpenBSD; from NetBSD. (miod@)
== sys =============================================================== 02/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/sys
arch/amd64/amd64
~ dkcsum.c
> b_cylin -> b_cylinder; no functional change. (miod@)
~ intr.c
> Fix for ioapic irq routing.
> From NetBSD, NetBSD PR 22728 for details
> ok beck@ krw@
> tested by beck@ krw@ marc@ and a few others on a number of amd64 systems.
> (brad@)
arch/hp300/dev
~ hd.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/hp300/hp300
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/hppa/hppa
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/hppa64/hppa64
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/i386/i386
~ dkcsum.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/luna88k/luna88k
~ disksubr.c
> Put various divide-by-zero checks as found in other disksubr routines; also
> a few sylistic changes from sparc and mvme88k. (miod@)
arch/mac68k/conf
~ files.mac68k
> Minimal iop code to set the serial ports to compatible mode automagically,
> so that it is not necessary to change settings from MacOS before booting
> into OpenBSD; from NetBSD. (miod@)
arch/mac68k/dev
~ adb.c ~ adbvar.h
~ pm_direct.c
> Print adb subsystem name early in attachment, and pass the proper device
> name to interrupt counter registration, rather than "adb". (miod@)
~ asc.c ~ esp.c
~ grf_iv.c ~ grf_mv.c
> Add bus_space_vaddr() and use it instead of accessing private bus_space
> fields. No functional change. (miod@)
~ grf_iv.c ~ macfb.c
~ macfbvar.h
> Colormap support for DAFB frame buffers (using information from Linux).
> However, color can not be enabled in emulation mode if the display is the
> console at this point, but 8bpp X11 works. (miod@)
arch/mac68k/include
+ iop.h
> Minimal iop code to set the serial ports to compatible mode automagically,
> so that it is not necessary to change settings from MacOS before booting
> into OpenBSD; from NetBSD. (miod@)
~ bus.h
> Add bus_space_vaddr() and use it instead of accessing private bus_space
> fields. No functional change. (miod@)
arch/mac68k/mac68k
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
~ machdep.c
> Finally update the todclock on shutdown, if we are using a level 6 clock.
> (miod@)
~ machdep.c + iop.c
> Minimal iop code to set the serial ports to compatible mode automagically,
> so that it is not necessary to change settings from MacOS before booting
> into OpenBSD; from NetBSD. (miod@)
arch/macppc/macppc
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/mips64/mips64
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/mvme68k/mvme68k
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/mvme88k/mvme88k
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/mvmeppc/mvmeppc
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/sparc/dev
~ fd.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/sparc/sparc
~ disksubr.c
> b_cylin -> b_cylinder; no functional change. (miod@)
arch/sparc64/dev
~ fd.c
> b_cylin -> b_cylinder; no functional change. (miod@)
dev
~ vnd.c
> b_cylin -> b_cylinder; no functional change. (miod@)
dev/ic
- ds.h
> Nothing uses this file anymore.
> ok miod@ (grange@)
dev/isa
~ fd.c
> b_cylin -> b_cylinder; no functional change. (miod@)
dev/pci
~ pciide.c
> Fix UDMA on IDE function integrated on VIA VT8237 south bridge.
> ok grange@ (kettenis@)
~ if_nfe.c ~ if_nfereg.h
~ if_nfevar.h
> fixes miibus_{read,write}reg routines.
> this resolves the ghost ukphy problem.
> did some cleanup while i'm here.
> tested by and ok jsg@ (damien@)
dev/usb
~ if_ral.c
> account tx retry-fail errors in if_oerrors. (damien@)
isofs/cd9660
~ cd9660_vfsops.c
> b_cylin -> b_cylinder; no functional change. (miod@)
== usr.bin =========================================================== 03/03 ==
http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin
passwd
~ krb5_passwd.c ~ passwd.c
> - drop privs before running krb5 code
> - avoid calling krb5_get_init_creds_password(3) with principal == NULL
> - try to change the kerberos password if there is a ticket file
> help from millert@, ok beck@ (biorn@)
===============================================================================
More information about the odc
mailing list