CVS commit: src/usr.bin/mixerctl

2012-10-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Oct 28 02:01:15 UTC 2012

Modified Files:
src/usr.bin/mixerctl: mixerctl.c

Log Message:
Fix indent and style. no functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/usr.bin/mixerctl/mixerctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/mixerctl

2012-10-27 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sun Oct 28 01:51:20 UTC 2012

Modified Files:
src/usr.bin/mixerctl: mixerctl.c

Log Message:
Avoid SEGV even if audio device has no mixer features.
Fix PR/47003


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/usr.bin/mixerctl/mixerctl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/sun3/include

2012-10-27 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sun Oct 28 00:25:59 UTC 2012

Modified Files:
src/sys/arch/sun3/include: types.h

Log Message:
no need to define __BROKEN_CONFIG_UNIT_USAGE, the code that this enabled
has been gone for years.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/sun3/include/types.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.bin/fstat

2012-10-27 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sat Oct 27 22:38:07 UTC 2012

Modified Files:
src/usr.bin/fstat: misc.c

Log Message:
Report jit'ed bpf fildes in fstat.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.bin/fstat/misc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2012-10-27 Thread Alexander Nasonov
Module Name:src
Committed By:   alnsn
Date:   Sat Oct 27 22:36:14 UTC 2012

Modified Files:
src/distrib/sets/lists/comp: mi
src/distrib/sets/lists/modules: md.amd64
src/sys/conf: files
src/sys/modules: Makefile
src/sys/net: Makefile bpf.c bpf_filter.c bpfdesc.h
Added Files:
src/sys/modules/bpfjit: Makefile
src/sys/net: bpfjit.c bpfjit.h

Log Message:
Add bpfjit and enable it for amd64.


To generate a diff of this commit:
cvs rdiff -u -r1.1783 -r1.1784 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.35 -r1.36 src/distrib/sets/lists/modules/md.amd64
cvs rdiff -u -r1.1059 -r1.1060 src/sys/conf/files
cvs rdiff -u -r1.112 -r1.113 src/sys/modules/Makefile
cvs rdiff -u -r0 -r1.1 src/sys/modules/bpfjit/Makefile
cvs rdiff -u -r1.31 -r1.32 src/sys/net/Makefile
cvs rdiff -u -r1.172 -r1.173 src/sys/net/bpf.c
cvs rdiff -u -r1.54 -r1.55 src/sys/net/bpf_filter.c
cvs rdiff -u -r1.35 -r1.36 src/sys/net/bpfdesc.h
cvs rdiff -u -r0 -r1.1 src/sys/net/bpfjit.c src/sys/net/bpfjit.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-10-27 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Oct 27 21:13:03 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: if_ed_zbus.c

Log Message:
Fixed receiving of odd-length packets. Driver works now perfectly.
Thanks to Harald Meinzer for providing me with a Hydra for a few days.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/if_ed_zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/ipf/dist/tools

2012-10-27 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat Oct 27 20:07:12 UTC 2012

Modified Files:
src/external/bsd/ipf/dist/tools: ipmon.c

Log Message:
Remove ipl overwrite.  Which was missed in previous.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/ipf/dist/tools/ipmon.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/kern

2012-10-27 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Oct 27 17:34:07 UTC 2012

Modified Files:
src/sys/kern: subr_cprng.c

Log Message:
Use kmem_intr_alloc/kmem_intr_free


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/kern/subr_cprng.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/ia64/ia64

2012-10-27 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Sat Oct 27 17:29:03 UTC 2012

Modified Files:
src/sys/arch/ia64/ia64: sapic.c

Log Message:
malloc -> kmem_zalloc.  this also fixes a build error.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/ia64/ia64/sapic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/broadcom

2012-10-27 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Sat Oct 27 17:24:37 UTC 2012

Modified Files:
src/sys/arch/arm/broadcom: bcm53xx_rng.c

Log Message:
Reenable NO_ESTIMATE now that rnd has been fixed.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/broadcom/bcm53xx_rng.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-10-27 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sat Oct 27 16:50:14 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
zoneinfo: Import tzdata2012h. [apb 20121027]
Also change "zoneinfo:" to "libc:" in an entry for tzcode.


To generate a diff of this commit:
cvs rdiff -u -r1.1752 -r1.1753 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2012-10-27 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sat Oct 27 16:48:58 UTC 2012

Modified Files:
src/doc: 3RDPARTY

Log Message:
tzcode202h/tzdata2012h have been released.  We have updated to tzdata2012h.


To generate a diff of this commit:
cvs rdiff -u -r1.976 -r1.977 src/doc/3RDPARTY

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/zoneinfo

2012-10-27 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sat Oct 27 16:43:10 UTC 2012

Update of /cvsroot/src/share/zoneinfo
In directory ivanova.netbsd.org:/tmp/cvs-serv24175

Log Message:
Import tzdata2012g from ftp://ftp.iana.org/tz/releases/tzdata2012h.tar.gz

Changes from tzdata2012g to tzdata2012h:

  Bahia no longer has DST.  (Thanks to Kelley Cook.)

  Tocantins has DST.  (Thanks to Rodrigo Severo.)

  Israel has new DST rules next year.  (Thanks to Ephraim Silverberg.)

  Jordan stays on DST this winter.  (Thanks to Steffen Thorsen.)

  Web page updates.

Status:

Vendor Tag: ADO
Release Tags:   TZDATA2012H

U src/share/zoneinfo/antarctica
C src/share/zoneinfo/Makefile
U src/share/zoneinfo/africa
U src/share/zoneinfo/australasia
U src/share/zoneinfo/asia
U src/share/zoneinfo/northamerica
U src/share/zoneinfo/europe
U src/share/zoneinfo/yearistype.sh
U src/share/zoneinfo/southamerica
U src/share/zoneinfo/pacificnew
U src/share/zoneinfo/etcetera
U src/share/zoneinfo/backward
U src/share/zoneinfo/systemv
U src/share/zoneinfo/factory
U src/share/zoneinfo/solar87
U src/share/zoneinfo/solar88
U src/share/zoneinfo/solar89
U src/share/zoneinfo/iso3166.tab
U src/share/zoneinfo/zone.tab
U src/share/zoneinfo/leapseconds

1 conflicts created by this import.
Use the following command to help the merge:

cvs checkout -jADO:yesterday -jADO src/share/zoneinfo



CVS commit: src/sys/arch/amiga

2012-10-27 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Oct 27 11:54:21 UTC 2012

Modified Files:
src/sys/arch/amiga/clockport: files.clockport
src/sys/arch/amiga/conf: files.amiga

Log Message:
Fixed dependencies for some new PCI and clockport devices, to make a
kernel compile without them.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/clockport/files.clockport
cvs rdiff -u -r1.162 -r1.163 src/sys/arch/amiga/conf/files.amiga

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/x86/x86

2012-10-27 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Oct 27 07:19:45 UTC 2012

Modified Files:
src/sys/arch/x86/x86: powernow.c

Log Message:
Fix uninitialised variable warning from clang by removing the variable
used in first place.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x86/x86/powernow.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.