[odc] Daily src changes for 2006-02-26

ODC auto at squish.net
Mon Feb 27 07:12:13 GMT 2006


OpenBSD src changes summary for 2006-02-26
==========================================

distrib/sets                            gnu/usr.bin/binutils
share/man                               sys/arch/alpha/alpha
sys/arch/amd64/conf                     sys/arch/i386/conf
sys/arch/mac68k/dev                     sys/dev/acpi
sys/dev/i2c                             sys/dev/pci
sys/netinet                             usr.bin/cvs
usr.bin/make                            usr.bin/ssh
usr.sbin/apm                            usr.sbin/tcpdump

== distrib =========================================================== 01/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/distrib

sets

  ~ lists/base/md.alpha                   ~ lists/base/md.amd64
  ~ lists/base/md.cats                    ~ lists/base/md.hp300
  ~ lists/base/md.hppa                    ~ lists/base/md.hppa64
  ~ lists/base/md.i386                    ~ lists/base/md.luna88k
  ~ lists/base/md.mac68k                  ~ lists/base/md.macppc
  ~ lists/base/md.mvme68k                 ~ lists/base/md.mvme88k
  ~ lists/base/md.mvmeppc                 ~ lists/base/md.sgi
  ~ lists/base/md.sparc                   ~ lists/base/md.sparc64
  ~ lists/base/md.vax                     ~ lists/base/md.zaurus
  ~ lists/comp/mi                         ~ lists/man/mi

  > sync (deraadt@)

== gnu =============================================================== 02/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/gnu

usr.bin/binutils

  ~ gdb/i386obsd-tdep.c                   

  > Handle soft interrupt frames too. (kettenis@)

== share ============================================================= 03/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/share

man

  ~ man4/vic.4                            

  > specify which releases and versions of VMware support the vmxnet
  > interface. (brad@)

  ~ man4/pcn.4                            

  > some IBM pcns run on nsphy(4) (martin@)

  ~ man4/vic.4                            

  > tweaks; (jmc@)

  ~ man4/vic.4                            

  > sync DIAGNOSTICS error messages. (brad@)

== sys =============================================================== 04/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/sys

arch/alpha/alpha

  ~ db_disasm.c                           

  > Provide a buffer large enough for its contents in pal_opname(). ok deraadt@
  > (miod@)

arch/amd64/conf

  ~ GENERIC                               

  > Add acpicpu device.  Remains disabled.
  > ok jordan@ (marco@)

arch/i386/conf

  ~ GENERIC                               

  > Add acpicpu device.  Remains disabled.
  > ok jordan@ (marco@)

arch/mac68k/dev

  ~ grf_mv.c                              

  > skip common macfb attachment on unknown cards
  > ok miod@ deraadt@ (martin@)

dev/acpi

  ~ acpidev.h                             

  > Add _PSS. (marco@)

  ~ files.acpi                            + acpicpu.c

  > Add acpicpu device.  Remains disabled.
  > ok jordan@ (marco@)

  ~ acpicpu.c                             

  > Print core frequency and power usage during dmesg. (marco@)

  ~ acpi.c                                

  > Add acpicpu as a device.
  > ok jordan@ (marco@)

  ~ acpicpu.c                             

  > Print ACPI cpu name during dmesg as well. (marco@)

  ~ dsdt.c                                

  > Delete some debug printing that wasn't compiling. (marco@)

  ~ acpicpu.c                             

  > Print only MHz.  Idea from jsg@ (marco@)

  ~ acpidev.h                             

  > Add GRD and PCT structures. (marco@)

  ~ acpicpu.c                             

  > Print _PCT & _PPC. (marco@)

dev/i2c

  ~ i2c_scan.c                            

  > Don't touch i2c bus tag internals directly.
  > ok deraadt@ (grange@)

  ~ i2c.c                                 

  > if ipmi is on the machine: instead of (confusingly) failing in match,
  > bail out in attach, and also say why; ok marco (deraadt@)

dev/pci

  ~ if_ixgb.c                             ~ if_ixgb.h

  > - set baud rate in ixgb_update_link_status().
  > - remove some FreeBSD code.
  > - set IFM_NONE if no link. (brad@)

  ~ if_vic.c                              ~ if_vicvar.h

  > vic(4) is PCI only so make it look like a typical PCI only driver. (brad@)

  ~ if_vic.c                              ~ if_vicvar.h

  > store the shutdown hook pointer in the softc struct. (brad@)

  ~ if_vic.c                              

  > clean up if there is a failure to attach. (brad@)

  ~ if_nfe.c                              

  > Don't define NFE_DEBUG by default.
  > Set default debug level to 0.
  > Make sure to include interface or function name in debug strings.
  > Print Tx errors from the MAC when debug is not on. (jsg@)

  ~ if_nfe.c                              

  > Let if_nfe.c compile again by putting declaration of ifp inside #ifdef
  > NFE_DEBUG.
  > ok dlg@ (krw@)

  ~ pcidevs                               

  > fix some of the ATI names. (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ if_ipw.c                              ~ if_ipwreg.h
  ~ if_ipwvar.h                           ~ if_iwi.c
  ~ if_iwireg.h                           ~ if_iwivar.h

  > prettify + u_int{8,16,32}_t -> uint{8,16,32}_t (damien@)

  ~ if_nfe.c                              

  > use sc->sc_dev.dv_xname consistently. (damien@)

  ~ alipm.c                               

  > Disable alipm(4) on sparc64 if not running at the recommended 74KHz clock,
  > to
  > avoid data_access_error exceptions.
  > ok deraadt@ (kettenis@)

netinet

  ~ tcp_input.c                           

  > unbreak tcp window update (restore 4.4lite code); netbsd pr 13952;
  > ok claudio, henning, brad, djm, tedu (markus@)

== usr.bin =========================================================== 05/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin

cvs

  ~ diff3.c                               

  > out-of-bounds access and correct some printf while here; (xsa@)

  ~ buf.c                                 

  > better user-friendly error message. (xsa@)

  ~ rcs.c                                 

  > also set 'entry' variable in merged case.
  > fixes PR#5037
  > From Ray Lai <ray at cyth.net>
  > "somebody please commit" joris@ (niallo@)

  ~ diff.c                                

  > remove unnecessary newline characters in cvs_log() calls.
  > From: Ray Lai <ray at cyth.netn PR#5038 (niallo@)

make

  ~ main.c                                

  > consistent error message; from ray lai
  > ok deraadt (jmc@)

ssh

  ~ ssh_config.5                          

  > move PATTERNS to the end of the main body; requested by dtucker (jmc@)

  ~ sshd_config.5                         

  > subsection is pointless here; (jmc@)

  ~ ssh_config.5                          

  > comma; (jmc@)

== usr.sbin ========================================================== 06/06 ==

  http://www.openbsd.org/cgi-bin/cvsweb/src/usr.sbin

apm

  ~ apm.c                                 

  > spacing; from ray lai
  > ok mickey (jmc@)

tcpdump

  ~ addrtoname.c                          

  > check return value of calloc(3)'; From Alexey Dobriyan; ok deraadt@ (otto@)

===============================================================================



More information about the odc mailing list