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

ODC auto at squish.net
Tue Oct 16 07:00:01 BST 2007


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

bin/ksh                                 etc/rc
regress/sbin                            sbin/disklabel
sbin/pfctl                              sys/arch/sparc64/dev
sys/arch/sparc64/sparc64                sys/conf
sys/dev                                 sys/dev/i2c
sys/dev/ic                              sys/dev/pci
sys/nfs                                 usr.bin/pcc
usr.bin/tset                            usr.sbin/bgpctl
usr.sbin/dvmrpctl                       usr.sbin/ntpd
usr.sbin/ospf6ctl                       usr.sbin/ospfctl
usr.sbin/ripctl                         

== bin =============================================================== 01/07 ==

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

ksh

  ~ var.c                                 

  > specifying int instead of just unsigned is better style (deraadt@)

== etc =============================================================== 02/07 ==

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

rc

  ~ rc                                    

  > permit tcp 111/2049 at boot too, for tcp nfs mounts; Jim Rees (deraadt@)

== regress =========================================================== 03/07 ==

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

sbin

  ~ ipsecctl/ikefail11.ok                 ~ ipsecctl/ikefail12.ok

  > Add new "reached end of file while parsing quoted string" as expected
  > error message. (hshoexer@)

== sbin ============================================================== 04/07 ==

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

disklabel

  ~ disklabel.c                           

  > specifying int instead of just unsigned is better style (deraadt@)

pfctl

  ~ pfctl.c                               ~ pfctl_altq.c
  ~ pfctl_parser.c                        ~ pfctl_qstats.c

  > specifying int instead of just unsigned is better style (deraadt@)

== sys =============================================================== 05/07 ==

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

arch/sparc64/dev

  ~ ofwi2c.c                              

  > Skip non-SPD EEPROMs.
  > somewhat confused ok deraadt@ (kettenis@)

arch/sparc64/sparc64

  ~ trap.c                                

  > catch privileged actions as well; hint from miod@ (fgsch@)

conf

  ~ files                                 

  > the new dev/rnd.c uses the shared arc4 code instead of implimenting it by
  > itself, and thus demands the unconditional inclusion of crypto/arc4.c
  > (deraadt@)

dev

  ~ rnd.c                                 

  > Switch arc4random to using routines from crypto/arc4.[ch], and rework
  > spl swizzling so we go to splhigh and back once per request instead of
  > once per byte.
  > Service large requests for arc4random_bytes using an independently keyed
  > generator rather than hogging the main one (at splhigh).
  > feedback from henric@; ok deraadt@ (djm@)

  ~ vnd.c                                 

  > more remove unneeded declarations that shadows existing vars; ok by many.
  > (fgsch@)

  ~ rnd.c                                 

  > zero the right object, not some hunk of stack; ok henric@ (djm@)

dev/i2c

  ~ spdmem.c                              

  > No need to match on "at34c02" anymore.
  > ok deraadt@ (kettenis@)

dev/ic

  ~ ncr53c9x.c                            ~ rt2560.c
  ~ rt2661.c                              

  > more remove unneeded declarations that shadows existing vars; ok by many.
  > (fgsch@)

dev/pci

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ pcidevs                               

  > add the PCI ids for the Broadcom BCM5761/BCM5761E/BCM5764 and BCM5784
  > chipsets.
  > From the Linux tg3 driver.
  > ok dlg@ (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ pcidevs                               

  > add the Intel ICH9 PCI ids.
  > dmesg provided by damien@
  > ok dlg@ (brad@)

  ~ pcidevs                               

  > add some more Intel ICH9 PCI to ISA bridges.
  > ok dlg@ (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ if_nxe.c                              

  > enable ADDMULTI and DELMULTI in the ioctl handler now that the tht
  > it is plugged into can deal with ipv6. i dont have to be careful
  > about what i put on the wire anymore. (dlg@)

nfs

  ~ nfs_socket.c                          

  > Remove a set, but unused varible in nfs_socket();
  > NQNFS leftover.
  > ok miod@,blambert@ (thib@)

== usr.bin =========================================================== 06/07 ==

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

pcc

  ~ ccom/Makefile.inc                     

  > prettier when running make depend (just tabs and spaces) (deraadt@)

  ~ ccconfig.h                            

  > now that pcc knows the __inline__ keyword, no need to -D it to inline
  > (otto@)

tset

  ~ tset.c                                

  > specifying int instead of just unsigned is better style (deraadt@)

== usr.sbin ========================================================== 07/07 ==

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

bgpctl

  ~ bgpctl.c                              

  > specifying int instead of just unsigned is better style (deraadt@)

dvmrpctl

  ~ dvmrpctl.c                            

  > specifying int instead of just unsigned is better style (deraadt@)

ntpd

  ~ ntp.c                                 ~ ntpd.8
  ~ ntpd.h                                

  > Allow ntpd to report the status of peers and sensors to syslog. This
  > happens when a SIGINFO is received, or when the majority of peers or
  > sensors is bad. The latter with a maximum of once per 24 hour.
  > ok henning@ ckuethe@ mbalmer@ (otto@)

ospf6ctl

  ~ ospf6ctl.c                            

  > specifying int instead of just unsigned is better style (deraadt@)

ospfctl

  ~ ospfctl.c                             

  > specifying int instead of just unsigned is better style (deraadt@)

ripctl

  ~ ripctl.c                              

  > specifying int instead of just unsigned is better style (deraadt@)

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


More information about the odc mailing list