[odc] Daily src changes for 2007-12-20

ODC auto at squish.net
Fri Dec 21 07:00:01 GMT 2007


OpenBSD src changes summary for 2007-12-20
==========================================

etc/bind/root.hint                      sys/arch/amd64/amd64
sys/arch/amd64/include                  sys/arch/aviion/aviion
sys/arch/aviion/dev                     sys/arch/hppa64/include
sys/arch/luna88k/luna88k                sys/arch/m88k/include
sys/arch/m88k/m88k                      sys/arch/mvme68k/dev
sys/arch/mvme88k/dev                    sys/arch/mvme88k/mvme88k
sys/dev/isa                             sys/dev/pci
sys/dev/usb                             sys/kern
sys/net                                 usr.sbin/bgpctl
usr.sbin/bgpd                           usr.sbin/relayctl
usr.sbin/relayd                         

== etc =============================================================== 01/03 ==

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

bind/root.hint

  ~ bind/root.hint                        

  > add OpenBSD-tag (jakob@)

  ~ bind/root.hint                        

  > typo (jakob@)

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

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

arch/amd64/amd64

  ~ rbus_machdep.c                        

  > Add an empty pccbb_attach_hook. (kettenis@)

arch/amd64/include

  ~ rbus_machdep.h                        

  > Add an empty pccbb_attach_hook. (kettenis@)

arch/aviion/aviion

  ~ locore.S                              

  > Do not wait for the end of the universe if delay(0). (miod@)

  ~ prom.c                                

  > Get rid of disable_interrupt() and have caller use get_psr() and set_psr();
  > this allows us to get rid of the dependency of asm_macro.h on asm.h, which
  > was really only there to bring in psl.h. (miod@)

arch/aviion/dev

  ~ nvram.c                               

  > Stricter range checks in mmap function. (miod@)

  ~ if_le_vme.c                           

  > Print the VME vector number used when attaching. (miod@)

arch/hppa64/include

  ~ rbus_machdep.h                        

  > Add an empty pccbb_attach_hook. (kettenis@)

arch/luna88k/luna88k

  ~ locore.S                              

  > Do not wait for the end of the universe if delay(0). (miod@)

arch/m88k/include

  ~ psl.h                                 

  > Do not protect this file with _KERNEL; other header files which include it
  > do it
  > in a _KERNEL-only section, and we want to eventually be able to use it from
  > the bootblocks. (miod@)

  ~ asm_macro.h                           ~ profile.h

  > Get rid of disable_interrupt() and have caller use get_psr() and set_psr();
  > this allows us to get rid of the dependency of asm_macro.h on asm.h, which
  > was really only there to bring in psl.h. (miod@)

arch/m88k/m88k

  ~ pmap.c                                

  > Flush the source page before copying in pmap_copy_page(). This should not
  > be necessary, but not doing it appears to break 88204 (not 88200) and
  > split CMMUs. (miod@)

arch/mvme68k/dev

  ~ flash.c                               ~ nvram.c
  ~ sram.c                                

  > Stricter range checks in mmap function. (miod@)

arch/mvme88k/dev

  ~ nvram.c                               ~ sram.c

  > Stricter range checks in mmap function. (miod@)

arch/mvme88k/mvme88k

  ~ locore.S                              

  > Do not wait for the end of the universe if delay(0). (miod@)

dev/isa

  ~ it.c                                  ~ itvar.h

  > add original copyright
  > bad me (form@)

dev/pci

  ~ pcidevs                               

  > add the MCP77 LAN PCI ids.
  > From Peer Chen @ NVIDIA via Linux
  > ok dlg@ (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ pcidevs                               

  > add the ATI Radeon Mobility X1400 PCI id.
  > From David Hill <dhill at mindcry dot org>
  > ok dlg@ (brad@)

  ~ pccbb.c                               

  > Get rid of __HAVE_PCCBB_ATTACH_HOOK. (kettenis@)

dev/usb

  ~ usbdevs.h                             ~ usbdevs_data.h

  > regen (fkr@)

  ~ usbdevs                               

  > add another variant of the Sierra Wireless MC8755 3G/UMTS/HSDPA modems
  > found in x61 laptops from lenovo (fkr@)

  ~ umsm.c                                

  > attach another variant of the MC8755, this one is found in x61s laptops
  > from lenovo.
  > tested by oga@ (fkr@)

  ~ if_upgt.c                             

  > More minor TX fixing (still sucks).  Add more debug info and leave debug
  > mode on for now. (mglocker@)

kern

  ~ uipc_socket.c                         

  > Remove an obsolete nfs kludge, spotted by Frank Denis (many thanks), also
  > there in NetBSD and FreeBSD trees.
  > Tested by thib@ who found that it shaved 18min wall clock time of coping a
  > 20G file.
  > Been in snaps for some time
  > "looks ok" markus@ "makes sense" blambert@ ok claudio@ thib@ (chl@)

net

  ~ if_bridge.c                           ~ if_enc.c
  ~ if_faith.c                            ~ if_gif.c
  ~ if_gre.c                              ~ if_loop.c
  ~ if_media.c                            ~ if_pflog.c
  ~ if_sl.c                               ~ if_tun.c
  ~ if_vlan.c                             

  > return with ENOTTY instead of EINVAL for unknown ioctl requests.
  > ok claudio@ krw@ jason@ dlg@ (brad@)

  ~ pf_table.c                            

  > increment the match/nomatch table counters when using a table/pool in
  > rdr rules. this helps to get some statistics about l3 redirections.
  > ok henning@ (reyk@)

== usr.sbin ========================================================== 03/03 ==

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

bgpctl

  ~ Makefile                              ~ bgpctl.c

  > rework timers.
  > stop changing tienmr values directly, always use new
  > timer_(get/set/stop/running) functions. preparation for more to come :)
  > ok claudio (henning@)

bgpd

  ~ Makefile                              ~ control.c
  ~ session.c                             ~ session.h
  + timer.c                               

  > rework timers.
  > stop changing tienmr values directly, always use new
  > timer_(get/set/stop/running) functions. preparation for more to come :)
  > ok claudio (henning@)

relayctl

  ~ parser.c                              ~ parser.h
  ~ relayctl.8                            ~ relayctl.c

  > implement statistics for redirections, like the existing statistics
  > for relays.  they can be viewed with the new "relayctl show redirects"
  > command.
  > (uses the previous change to pf_table.c to get the statistics)
  > looks good pyr@ (reyk@)

  ~ relayctl.8                            

  > note that redirections with the sticky-address option will not count
  > statistics for new connections with sticky states. (reyk@)

relayd

  ~ pfe.c                                 ~ pfe_filter.c
  ~ relayd.h                              

  > implement statistics for redirections, like the existing statistics
  > for relays.  they can be viewed with the new "relayctl show redirects"
  > command.
  > (uses the previous change to pf_table.c to get the statistics)
  > looks good pyr@ (reyk@)

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


More information about the odc mailing list