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

ODC auto at squish.net
Mon Mar 27 08:08:25 BST 2006


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

distrib/sets                            games/monop
gnu/usr.bin/binutils                    lib/libc
lib/libpcap                             libexec/spamd-setup
sbin/ccdconfig                          share/man
sys/arch/alpha/pci                      sys/arch/i386/conf
sys/dev/gpio                            sys/dev/isa
sys/dev/usb                             sys/kern
sys/netinet                             sys/sys
usr.bin/cvs                             usr.bin/fstat
usr.bin/rcs                             usr.bin/ssh
usr.sbin/httpd                          usr.sbin/ospfctl
usr.sbin/pstat                          usr.sbin/tcpdump

== distrib =========================================================== 01/10 ==

  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.mac68k
  ~ lists/base/md.macppc                  ~ lists/base/md.mvme68k
  ~ lists/base/md.mvmeppc                 ~ lists/base/md.sgi
  ~ lists/base/md.sparc                   ~ lists/base/md.sparc64
  ~ lists/base/md.zaurus                  

  > sync (deraadt@)

== games ============================================================= 02/10 ==

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

monop

  ~ houses.c                              

  > do not permit out of range house counts; af.dingo at gmaileraadt@)

== gnu =============================================================== 03/10 ==

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

usr.bin/binutils

  ~ gdb/remote.c                          ~ gdb/std-regs.c

  > Fix memset(.., ..., 0) bugs that are already fixed upstream.
  > From Alexey Dobriyan. (kettenis@)

== lib =============================================================== 04/10 ==

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

libc

  ~ stdlib/malloc.3                       

  > Add warning about malloc(num * size) and recommend calloc() instead,
  > or if malloc must be used suggest check.
  > Get rid of "one".
  > OK deraadt@ and jmc@, OK kjell@ to earlier version with "one"s. (ray@)

libpcap

  ~ grammar.y                             

  > scrub can log, so it is a valid pf action to filter on
  > ok dhartmei (camield@)

  ~ inet.c                                ~ pcap-bpf.c
  ~ pcap-int.h                            ~ pcap.3
  ~ pcap.c                                ~ pcap.h
  ~ savefile.c                            ~ shlib_version

  > add remaining tcpdump.org libpcap 0.9 APIs, most notably
  > pcap_setdirection() (which depends on the kernel-side bpf changes
  > committed yesterday); ok canacar@ (djm@)

== libexec =========================================================== 05/10 ==

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

spamd-setup

  ~ spamd-setup.c                         

  > KNF. No binary change. (kjell@)

  ~ spamd-setup.c                         

  > Get this closer to KNF (get rid of block-declared vars)
  > ok beck@ (kjell@)

  ~ spamd-setup.c                         

  > More KNF. Prodding from ray@
  > No binary change. (kjell@)

  ~ spamd-setup.c                         

  > Remove an extraneous prototype
  > From Andrey Matveev (kjell@)

== sbin ============================================================== 06/10 ==

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

ccdconfig

  ~ ccdconfig.c                           

  > fix output of ``ccdconfig -gv'':  one typo, and one missing \t
  > mickey@ ok (grunk@)

== share ============================================================= 07/10 ==

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

man

  ~ man9/bus_dma.9                        

  > Better verbiage on unloading a map.  PR 5059
  > from jason@ (marco@)

  ~ man4/uftdi.4                          

  > Support for Falcom Samba GPRS modem; from tm at openbsd.ru.range@)

  ~ man4/Makefile                         ~ man4/gpio.4
  + man4/isagpio.4                        

  > Support for accesing 8-bit ISA I/O throught the gpio(4)
  > framework. Allows to use stupid GPIO device on the
  > Acrosser AR-B1662 board.
  > Work by form at .range@)

  ~ man4/isagpio.4                        

  > Explain a bit more about the usage of isagpio(4).
  > Requested by deraadt at .range@)

  ~ man4/gpio.4                           

  > fix SEE ALSO; (jmc@)

  ~ man4/isagpio.4                        

  > grammar; (jmc@)

  ~ man4/umsm.4                           

  > tweaks; ok jsg, except one change which i'll alter if he disagrees.. (jmc@)

== sys =============================================================== 08/10 ==

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

arch/alpha/pci

  ~ apecs_pci.c                           ~ cia_pci.c
  ~ lca_pci.c                             ~ pci_1000.c
  ~ pci_1000a.c                           ~ pci_550.c
  ~ pci_6600.c                            ~ pci_eb164.c
  ~ pci_eb64plus.c                        ~ pci_machdep.h
  ~ pci_up1000.c                          

  > Replace usage of alpha_pci_decompose_tag() with pci_decompose_tag() and
  > remove alpha_pci_decompose_tag().
  > From NetBSD
  > ok martin@ (brad@)

arch/i386/conf

  ~ GENERIC                               

  > Support for accesing 8-bit ISA I/O throught the gpio(4)
  > framework. Allows to use stupid GPIO device on the
  > Acrosser AR-B1662 board.
  > Work by form at .range@)

dev/gpio

  ~ gpio.c                                

  > Don't allow to change gpio pin state if /dev/gpio was opened
  > in read-only mode. Spotted by form at .range@)

dev/isa

  ~ files.isa                             + isagpio.c

  > Support for accesing 8-bit ISA I/O throught the gpio(4)
  > framework. Allows to use stupid GPIO device on the
  > Acrosser AR-B1662 board.
  > Work by form at .range@)

dev/usb

  ~ usbdevs                               ~ uftdi.c

  > Support for Falcom Samba GPRS modem; from tm at openbsd.ru.range@)

  ~ usbdevs.h                             ~ usbdevs_data.h

  > sync (grange@)

kern

  ~ sys_generic.c                         ~ vfs_syscalls.c
  ~ uipc_syscalls.c                       

  > do per file io accounting and show that in fstat as well; pedro@ marco@ ok
  > (mickey@)

netinet

  ~ ip_carp.c                             

  > if_link_state_change() is more appropriate here.
  > ok henning mcbride (camield@)

sys

  ~ file.h                                

  > do per file io accounting and show that in fstat as well; pedro@ marco@ ok
  > (mickey@)

== usr.bin =========================================================== 09/10 ==

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

cvs

  ~ rcs.c                                 

  > rcs_parse_desc() cleanup; OK ray at .sa@)

fstat

  ~ fstat.c                               ~ fstat.h

  > do per file io accounting and show that in fstat as well; pedro@ marco@ ok
  > (mickey@)

  ~ fstat.1                               

  > and put new flag into the manpage (mickey@)

rcs

  ~ ci.c                                  

  > - clean up error handling in checkin_init() and checkin_update()
  > - plug a couple of memory leaks along the way
  > ok ray@ (niallo@)

ssh

  ~ uuencode.c                            

  > typo (deraadt@)

== usr.sbin ========================================================== 10/10 ==

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

httpd

  ~ conf/mime.types                       

  > add mime type for atom
  > From: "Alex Holst" <a at mongers.org  > "It's the brave new world of rss/atom feeds. It's what the kids want."
  > (henning@)

ospfctl

  ~ ospfctl.c                             

  > Show the link status of interfaces for real, I guess most users don't know
  > what it means that an interface is in state 2.
  > ok claudio@ (norby@)

  ~ ospfctl.c                             

  > Show the neighbor uptime in "show nei detail".
  > ok claudio@ (norby@)

pstat

  ~ pstat.c                               

  > Set the width of address columns based on the machine word width.
  > pedro@ likes the diff. (uwe@)

  ~ pstat.c                               

  > Back out -r1.59. I did not follow the process. (uwe@)

  ~ pstat.c                               

  > Pretty-print addresses on 64-bit architectures; with input and ok deraadt@
  > (uwe@)

tcpdump

  ~ tcpdump.8                             

  > nat, rdr, binat and scrub are valid pf actions to filter on
  > ok dhartmei (camield@)

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



More information about the odc mailing list