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

ODC auto at squish.net
Sat Jan 5 07:00:01 GMT 2008


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

distrib/sets                            etc/sysctl.conf
games/fortune                           regress/sbin
sbin/ipsecctl                           share/man
sys/arch/amd64/pci                      sys/arch/hp300/hp300
sys/arch/i386/pci                       sys/arch/mac68k/mac68k
sys/arch/mvme68k/mvme68k                sys/arch/sgi/conf
sys/arch/sparc64/sparc64                sys/dev/pci
sys/dev/usb                             sys/uvm
usr.bin/man                             usr.bin/ranlib
usr.bin/rcs                             usr.bin/sendbug
usr.sbin/snmpctl                        usr.sbin/snmpd

== distrib =========================================================== 01/09 ==

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

sets

  ~ lists/etc/mi                          

  > sync (deraadt@)

== etc =============================================================== 02/09 ==

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

sysctl.conf

  ~ sysctl.conf                           

  > Use consistent capitalization in comments.	From mitja at muzenic.net.
  > (mbalmer@)

== games ============================================================= 03/09 ==

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

fortune

  ~ datfiles/fortunes                     

  > from dholland at netbsd:
  > "stupid" is an adjective (in this context), not a noun; (jmc@)

== regress =========================================================== 04/09 ==

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

sbin

  ~ ipsecctl/Makefile                     + ipsecctl/ike59.in
  + ipsecctl/ike59.ok                     

  > Add a regression test for handling addresses with trailing '/32' and
  > address
  > type IPV4_ADDR. (hshoexer@)

== sbin ============================================================== 05/09 ==

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

ipsecctl

  ~ ike.c                                 

  > Strip off trailing '/32' when address type is IPV4_ADDR as isakmpd does
  > not accept the trailing '/32'.
  > Diff from Mitja Muzenic <mitja at muzenic.net>, thanks! (hshoexer@)

== share ============================================================= 06/09 ==

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

man

  ~ man5/bsd.port.mk.5                    

  > document new FAKE_FLAGS semantics. (espie@)

  ~ man5/bsd.port.mk.5                    

  > zap trailing whitespace; (jmc@)

== sys =============================================================== 07/09 ==

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

arch/amd64/pci

  ~ pchb.c                                

  > Clean up Intel host bridge PCI IDs.
  > ok deraadt@ (kettenis@)

arch/hp300/hp300

  ~ pmap_bootstrap.c                      

  > Do not leave a page unused after the kernel message buffer on m68k
  > platforms.
  > While there, compute the physical memory size in a much simpler way on
  > mac68k. (miod@)

  ~ locore.s                              ~ machdep.c

  > Compute physmem as the real physical memory size, not the physical memory
  > size minus two pages at the start and one page at the end. This gives us
  > even MB sizes in dmesg (-: (miod@)

arch/i386/pci

  ~ ichpcib.c                             ~ pchb.c

  > Clean up Intel host bridge PCI IDs.
  > ok deraadt@ (kettenis@)

arch/mac68k/mac68k

  ~ pmap_bootstrap.c                      

  > Do not leave a page unused after the kernel message buffer on m68k
  > platforms.
  > While there, compute the physical memory size in a much simpler way on
  > mac68k. (miod@)

arch/mvme68k/mvme68k

  ~ pmap_bootstrap.c                      

  > Do not leave a page unused after the kernel message buffer on m68k
  > platforms.
  > While there, compute the physical memory size in a much simpler way on
  > mac68k. (miod@)

arch/sgi/conf

  ~ GENERIC                               

  > - remove two entries that'll never be used
  > ok jsing@ miod@ (jasper@)

arch/sparc64/sparc64

  ~ machdep.c                             ~ vm_machdep.c

  > Prevent sign-extension when setting ASI in %tstate. (kettenis@)

dev/pci

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (kettenis@)

  ~ pcidevs                               

  > Clean up Intel host bridge PCI IDs.
  > ok deraadt@ (kettenis@)

  ~ agp.c                                 ~ agp_i810.c
  ~ agp_intel.c                           

  > Clean up Intel host bridge PCI IDs.
  > ok deraadt@ (kettenis@)

  ~ if_lii.c                              

  > we have pci_vpd_read now. get rid of the (bad) comment that left it out
  > pointed out by deraadt@ (dlg@)

  ~ if_lii.c                              

  > read the hardware mac address into the drivers ac_enaddr thing rather than
  > a useless buffer. should hook the mac address up. (dlg@)

dev/usb

  ~ if_upgt.c                             ~ if_upgtvar.h

  > Fix TX padding. (mglocker@)

  ~ if_upgt.c                             

  > Fix wrong sizeof().  Makes driver work on amd64, too. (mglocker@)

uvm

  ~ uvm_page.c                            

  > Only compile in uvm_page_physdump() if option DDB as it's not directly
  > callable
  > and supposed to be only used from within ddb. (miod@)

== usr.bin =========================================================== 08/09 ==

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

man

  ~ man.1                                 ~ man.c

  > -k and -f accept multiple arguments; from Pierre Riteau (jmc@)

ranlib

  ~ misc.c                                

  > Revert r1.9, a.out toolchain needs this not-so-unused-after-all function.
  > (miod@)

rcs

  ~ rcsutil.c                             ~ rcsutil.h

  > remove unused function
  > from tobias@
  > ok xsa@ tobias@ (chl@)

sendbug

  ~ sendbug.c                             

  > Eliminate false positives from <> comments, avoiding mangling
  > #include <bleh.h> in diffs:
  > - Only match <> comments from the template.  No other text surrounded
  > by angle brackets is deleted.
  > - Simplify code by using C strings.  We no longer handle binary
  > data, but I don't think binary data belongs in a bug report anyway.
  > - Remove dmesg and header comment checks.
  > "That's a nice approach." deraadt, "seems ok for me" chl. (ray@)

== usr.sbin ========================================================== 09/09 ==

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

snmpctl

  ~ snmpctl.8                             ~ snmpctl.c

  > add the -n flag to dump numeric OIDs instead of symbolic names (reyk@)

snmpd

  ~ mps.c                                 ~ smi.c

  > always bzero the oid lookup key before initializing it. (reyk@)

  ~ snmpd.8                               

  > document the -n and -N command line options. (reyk@)

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


More information about the odc mailing list