[odc] Daily src changes for 2006-02-16

ODC auto at squish.net
Fri Feb 17 07:00:30 GMT 2006


OpenBSD src changes summary for 2006-02-16
==========================================

distrib/notes                           lib/libpthread
share/man                               sys/arch/i386/conf
sys/arch/i386/i386                      sys/arch/sparc64/conf
sys/compat/osf1                         sys/dev/acpi
sys/dev/i2c                             sys/dev/pci
sys/dev/usb                             usr.bin/diff
usr.bin/ftp                             usr.bin/rcs
usr.bin/ssh                             usr.sbin/httpd
usr.sbin/pkg_add                        

== distrib =========================================================== 01/06 ==

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

notes

  ~ macppc/hardware                       

  > Nvidia -> NVIDIA (brad@)

  ~ cats/hardware                         

  > NVIDIA (brad@)

  ~ sparc64/hardware                      

  > isp(4) is not only SBus here (martin@)

  ~ sparc64/hardware                      

  > pcscp(4) works
  > ok brad@, miod@ (martin@)

== lib =============================================================== 02/06 ==

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

libpthread

  ~ uthread/uthread_nanosleep.c           

  > cap seconds to 100 million per man page and kernel nanosleep impl.
  > prevents userland from causing an overflow of tv_sec. okay marc@ (kurt@)

== share ============================================================= 03/06 ==

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

man

  ~ man4/uplcom.4                         

  > AirPrime EVDO does not work with uplcom as suspected.
  > Noticed by Ben Lovett. (jsg@)

  ~ man4/man4.zaurus/pxaudc.4             

  > remove extraneous .Re; (jmc@)

  ~ man4/sf.4                             

  > sqphy(4) here on the mii side, found in dmesg from Stefek Zaba (martin@)

== sys =============================================================== 04/06 ==

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

arch/i386/conf

  ~ RAMDISK_CD                            

  > add sf(4). (brad@)

arch/i386/i386

  ~ pmap.c                                

  > make panic msg more useful (mickey@)

arch/sparc64/conf

  ~ GENERIC                               

  > pcscp(4) works
  > ok brad@, miod@ (martin@)

compat/osf1

  ~ osf1_cvt.c                            

  > Fix a few wrong memset() sizes; ok otto@ krw@ aaron@ (miod@)

dev/acpi

  ~ acpibat.c                             

  > Adjust debug levels to something sane. (marco@)

  ~ acpi.c                                ~ amltypes.h
  ~ dsdt.c                                ~ dsdt.h

  > Fixed parser/evaluator to retrieve battery info+state
  > Cleanup of parser
  > Dell laptops return battery status
  > ok marco@ (jordan@)

  ~ acpi.c                                ~ dsdt.c

  > Added stub for calling _INI
  > Fixed aml_dowhile for NULL return
  > ok marco@ (jordan@)

  ~ acpiac.c                              ~ acpibat.c
  ~ acpidev.h                             

  > Print useful information during boot about the battery and power supply.
  > ok jordan. (marco@)

dev/i2c

  ~ w83l784r.c                            

  > Fix typo's.  From Constantine A. Murenin. (kettenis@)

dev/pci

  ~ pcidevs                               

  > add some ENE CardBus controllers. (brad@)

  ~ pcidevs.h                             ~ pcidevs_data.h

  > regen (brad@)

  ~ if_nfe.c                              ~ if_nfereg.h
  ~ if_nfevar.h                           

  > - stop enabling/disabling interrupts in nfe_intr().
  > - store RX/TX settings in nfe_softc so we don't recompute them all the
  > time.
  > - fix h/w VLAN tagging flags. (damien@)

  ~ agp_i810.c                            

  > Patch from Dimitry Andric to fix the allocation of 4 pages of gart
  > memory for hardware cursor. Tested by many, ok tedu@ (matthieu@)

  ~ if_ti.c                               

  > disable HW VLAN tagging. (brad@)

  ~ if_ti.c                               

  > Only set HW VLAN assist flag when IFCAP_VLAN_HWTAGGING is set. (brad@)

  ~ if_nge.c                              

  > Do not bother enabling HW TX checksum offload since the code to
  > support this feature was removed awhile ago. (brad@)

  ~ if_txp.c                              

  > set IFCAP_VLAN_MTU unconditionally. (brad@)

  ~ tga.c                                 

  > Use rasops_unpack_attr() to decompose attributes instead of doing it by
  > hand,
  > as we are not supposed to know how rasops encodes attributes here.
  > Tested matthieu@ (miod@)

dev/usb

  ~ uplcom.c                              

  > AirPrime EVDO does not work with uplcom as suspected.
  > Noticed by Ben Lovett. (jsg@)

  ~ usbdevs                               

  > Add Novatel and Kyocera EVDO cards. (jsg@)

  ~ usbdevs.h                             ~ usbdevs_data.h

  > regen (jsg@)

== usr.bin =========================================================== 05/06 ==

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

diff

  ~ diffreg.c                             

  > Strip newline from lines used with -I, otherwise ^$ will match all
  > lines and ignore them all. With and ok jaredy@ (otto@)

ftp

  ~ ftp.c                                 

  > delete a few double declarations; ok otto (pvalchev@)

rcs

  ~ ci.c                                  

  > - make function prototypes consistent. (niallo@)

  ~ ci.1                                  ~ ci.c

  > `ci -k` is described incorrectly in a number of places.
  > - fix ci(1) manual page for this option
  > - fix usage() for this option
  > - fix CI_OPTSTRING for this option. (niallo@)

  ~ ci.c                                  

  > - make revision specifiers work for initial revision, not just updates.
  > (niallo@)

  ~ ci.c                                  

  > - ensure we handle -d properly in initial revision, not just updates.
  > (niallo@)

  ~ ci.c                                  ~ rcsprog.h

  > - finally add proper support for `ci -k`. this little-used option requires
  > quite a lot of parsing code. (niallo@)

  ~ ci.c                                  

  > - rename variable k to i
  > - only initialise i to zero once (niallo@)

  ~ ci.c                                  

  > - zap kwtype variable. lint pointed it out wasn't used by anything.
  > (niallo@)

ssh

  ~ sshd.8                                

  > sync some of the FILES entries w/ ssh.1; (jmc@)

== usr.sbin ========================================================== 06/06 ==

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

httpd

  ~ conf/mime.types                       

  > add types for google earth shitz
  > From: Alex Holst <a at mongers.orghenning@)

pkg_add

  ~ OpenBSD/Add.pm                        

  > validate() can also take sample files into account. (espie@)

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



More information about the odc mailing list