[odc] Daily src changes for 2008-04-06

ODC auto at squish.net
Mon Apr 7 07:00:01 BST 2008


OpenBSD src changes summary for 2008-04-06
==========================================

sbin/disklabel                          sys/arch/sh/include
sys/dev/pci                             sys/kern

== sbin ============================================================== 01/02 ==

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

disklabel

  ~ disklabel.c                           

  > Fix logic botch I introduced with r1.123 which effectively disabled
  > the '-c' and '-d` commands.
  > With the removal of 'rflag' (logically making it always false), (a ||
  > (rflag && cflag + dflag) || b) should be (a || b), not (a || (cflag +
  > dflag) || b).
  > This fixes 'disklabel -w -d <disk>' as used in the install scripts.
  > Reported by Peter Kun on misc at . Thanks! (krw@)

  ~ disklabel.8                           

  > Remove stray '-r' reference that survived the nuke of -r. (krw@)

  ~ disklabel.c                           

  > nwflag is never set now that '-r' is no more, so remove it and the warning
  > that was contingent on it being set. (krw@)

== sys =============================================================== 02/02 ==

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

arch/sh/include

  ~ disklabel.h                           

  > SH is not ARM. (drahn@)

dev/pci

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ pcidevs                               

  > - Add the Intel ICH8/9 Thermal sensors.
  > - Add the Intel 3210 secondary PCIe bridge.
  > - Add the ITExpress IT8213F IDE controller. (brad@)

kern

  ~ uipc_syscalls.c                       

  > In sendit(), len should be size_t, not int. Could cause it to return
  > wrong values on 64-bit machines otherwise. ok millert@, deraadt@ (stefan@)

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


More information about the odc mailing list