[odc] Daily src changes for 2007-11-10

ODC auto at squish.net
Sun Nov 11 07:00:02 GMT 2007


OpenBSD src changes summary for 2007-11-10
==========================================

bin/dd                                  distrib/notes
share/man                               sys/arch/i386/conf
sys/arch/macppc/conf                    sys/arch/sparc64/dev
sys/arch/sparc64/sparc64                sys/dev/acpi
sys/dev/ic                              sys/dev/usb
usr.bin/make                            usr.bin/pcc

== bin =============================================================== 01/05 ==

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

dd

  ~ dd.c                                  

  > remove "unused variable" warning appearing when building release
  > ok millert@ (chl@)

== distrib =========================================================== 02/05 ==

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

notes

  ~ i386/hardware                         ~ macppc/hardware

  > Mention the Meinberg USB5131. (mbalmer@)

== share ============================================================= 03/05 ==

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

man

  ~ man4/Makefile                         + man4/umbg.4

  > Add a manual page for umbg(4). (mbalmer@)

  ~ man4/usb.4                            

  > Mention the umbg(4) driver. (mbalmer@)

  ~ man4/umbg.4                           

  > Document the timedelta sensor status and the "Signal" sensor. (mbalmer@)

  ~ man4/usb.4                            

  > List time receiver devices in their own section, like we do in pci(4).
  > ok jmc. (mbalmer@)

  ~ man4/uscanner.4                       

  > - add support for more multifunction Epson devices (from FreeBSD and SANE).
  > I'm not adding any new !MF USB scanner IDs as those can be handled using
  > libusb and sane-backends (from ports).
  > - bring the uscanner man page up-to-date with actually supported scanners
  > ok winiger@ mbalmer@ jmc@, input and ok jsg@ (ajacoutot@)

  ~ man4/aue.4                            

  > 2 port usb hub with ethernet in it.. (deraadt@)

== sys =============================================================== 04/05 ==

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

arch/i386/conf

  ~ GENERIC                               

  > Activate umbg(4) in i386.
  > ok dlg. (mbalmer@)

arch/macppc/conf

  ~ GENERIC                               

  > Activate umbg(4) on macppc.
  > ok jsg, dlg. (mbalmer@)

arch/sparc64/dev

  ~ fb.c                                  

  > weel -> well (jsing@)

arch/sparc64/sparc64

  ~ cpu.c                                 

  > For single-processor kernels, only match the CPU we're running on.
  > (kettenis@)

  ~ locore.s                              

  > Remove a fair amount of duplicated code by making cpu_mp_startup call
  > cpu_initialize. (kettenis@)

dev/acpi

  ~ dsdt.c                                

  > do not check malloc return value against NULL, as M_WAITOK is used
  > ok marco@ (chl@)

dev/ic

  ~ malo.c                                

  > - Fix command timeouts in certain scenarios (like under X11)
  > - Properly issue the RTS-Threshold firmware command
  > ok claudio@ (mglocker@)

dev/usb

  ~ files.usb                             + umbg.c

  > umbg(4) is a driver to support the USB attached Meinberg USB5131 DCF77
  > radio clock.  umbg(4) implements a timedelta sensor and reports the
  > signal quality in the Signal sensor as percentage.	The signal sensor
  > status
  > further indicates if the clock is free running (WARN).
  > ok dlg, jsg (mbalmer@)

  ~ umbg.c                                

  > knf. (mbalmer@)

  ~ umbg.c                                

  > Clean up some debugging left-overs. (mbalmer@)

  ~ usbdevs                               ~ uscanner.c

  > - add support for more multifunction Epson devices (from FreeBSD and SANE).
  > I'm not adding any new !MF USB scanner IDs as those can be handled using
  > libusb and sane-backends (from ports).
  > - bring the uscanner man page up-to-date with actually supported scanners
  > ok winiger@ mbalmer@ jmc@, input and ok jsg@ (ajacoutot@)

  ~ usbdevs.h                             ~ usbdevs_data.h

  > - sync (ajacoutot@)

  ~ usbdevs.h                             ~ usbdevs_data.h

  > sync (deraadt@)

  ~ if_aue.c                              ~ usbdevs

  > 2 port usb hub with ethernet in it.. (deraadt@)

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

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

make

  ~ arch.c                                ~ compat.c
  ~ engine.c                              ~ gnode.h
  ~ job.c                                 ~ make.c
  ~ targ.c                                

  > rename make -> must_make, made -> built_status
  > to make them easier to find in source files. (espie@)

  ~ targ.c                                

  > clearer debug code (espie@)

  ~ compat.c                              ~ gnode.h
  ~ make.c                                ~ targ.c

  > UNMADE -> UNKNOWN (espie@)

pcc

  ~ mip/manifest.h                        

  > Pull from master repo:
  > Include string.h. ok ragge@, otto@ (stefan@)

  ~ cc/cc.c                               

  > Pull from master repo:
  > Get rid of ifdef'd out code. Replace nodup() call with equivalent code
  > at its only invocation.
  > ok ragge@, otto@ (stefan@)

  ~ cpp/scanner.l                         

  > Pull from master repo:
  > ++ and -- are not allowed in preprocessor expressions. Based on a
  > diff by Jan Kryl.
  > ok ragge@, otto@ (stefan@)

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


More information about the odc mailing list