CVS commit: src/lib/libpthread

2013-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 10 21:06:14 UTC 2013

Modified Files:
src/lib/libpthread: pthread_attr_getinheritsched.3

Log Message:
s/inherited/inherit/


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libpthread/pthread_attr_getinheritsched.3

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



CVS commit: src/crypto/external/bsd/libsaslc/dist/src

2013-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 10 16:39:25 UTC 2013

Modified Files:
src/crypto/external/bsd/libsaslc/dist/src: dict.c

Log Message:
use explicit_bzero instead of memset to zero memory


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/crypto/external/bsd/libsaslc/dist/src/dict.c

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



CVS commit: src/crypto/external/bsd/openssh/dist

2013-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 10 16:38:47 UTC 2013

Modified Files:
src/crypto/external/bsd/openssh/dist: log.c

Log Message:
remove error(1) output.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/crypto/external/bsd/openssh/dist/log.c

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



CVS commit: src/sys/dev/pci

2013-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 10 16:37:10 UTC 2013

Modified Files:
src/sys/dev/pci: if_bge.c

Log Message:
no need for vlan.h here.


To generate a diff of this commit:
cvs rdiff -u -r1.241 -r1.242 src/sys/dev/pci/if_bge.c

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



CVS commit: src/sys/rump/librump/rumpkern

2013-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 10 16:36:25 UTC 2013

Modified Files:
src/sys/rump/librump/rumpkern: rump_syscalls.c

Log Message:
regen (stale)


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/sys/rump/librump/rumpkern/rump_syscalls.c

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



CVS commit: src/sys/modules/compat_netbsd32

2013-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 10 16:35:30 UTC 2013

Modified Files:
src/sys/modules/compat_netbsd32: Makefile

Log Message:
add new file


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/modules/compat_netbsd32/Makefile

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



CVS commit: src/sys/arch/luna68k/conf

2013-05-10 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 10 16:30:50 UTC 2013

Modified Files:
src/sys/arch/luna68k/conf: GENERIC

Log Message:
Enable cd at scsibus, just works on LUNA-II.


To generate a diff of this commit:
cvs rdiff -u -r1.105 -r1.106 src/sys/arch/luna68k/conf/GENERIC

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



CVS commit: src/usr.bin/xlint/lint1

2013-05-10 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 10 15:41:44 UTC 2013

Modified Files:
src/usr.bin/xlint/lint1: Makefile

Log Message:
commit test


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 src/usr.bin/xlint/lint1/Makefile

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



CVS commit: src/sys/dev/ic

2013-05-10 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 10 14:55:08 UTC 2013

Modified Files:
src/sys/dev/ic: rtl8169.c

Log Message:
Add RNG entropy collection support of rnd(9) to re(4).
Taken from rtk(4), and briefly checked by rndctl(8).


To generate a diff of this commit:
cvs rdiff -u -r1.138 -r1.139 src/sys/dev/ic/rtl8169.c

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



CVS commit: src/sys/dev/ic

2013-05-10 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Fri May 10 14:05:57 UTC 2013

Modified Files:
src/sys/dev/ic: rtl8169.c

Log Message:
Make re(4) driver always use IDR register values for its MAC address.

Some sandpoint NAS firmwares set MAC address per their
firmware settings and don't use re(4)'s EEPROM values.
Per rtl8169 manuals re(4) chip reads EEPROM automatically after
hardware reset and Linux driver also uses IDR registers,
so this change should not affect existing other boards
which actually have vaild EEPROM.

Per discussion in old tech-kern@ thread:
http://mail-index.netbsd.org/tech-kern/2012/12/01/msg014573.html
Note rtl81x9.c is still shared among rtk(4) only for a multicast function
(to avoid boring refactoring work).


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 src/sys/dev/ic/rtl8169.c

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



CVS commit: src/share/man/man4

2013-05-10 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Fri May 10 11:05:14 UTC 2013

Modified Files:
src/share/man/man4: hdaudio.4

Log Message:
Mention that TerraTec Aureon 7.1 PCIe is supported by
this driver. Bump date.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/share/man/man4/hdaudio.4

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