CVS commit: src/sys/netsmb

2012-05-11 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Sat May 12 01:40:37 UTC 2012

Modified Files:
src/sys/netsmb: subr_mchain.c

Log Message:
Tabify.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/netsmb/subr_mchain.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/sandpoint/sandpoint

2012-05-11 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri May 11 21:40:50 UTC 2012

Modified Files:
src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
A temporary solution to have KURO-BOX/T4 two way "dialogue" style
sat protocol. Need more work for robustness. Unbreak the previous
commit made by accident.


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/sandpoint/sandpoint/satmgr.c

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



CVS commit: src/distrib/sandpoint/ramdisk

2012-05-11 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri May 11 21:22:10 UTC 2012

Modified Files:
src/distrib/sandpoint/ramdisk: Makefile list

Log Message:
- have wd[23] and raid[01] device nodes for 4 drive NAS models.
- let sysinst to have atactl(8), dkctl(8) and raidctl(8).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/distrib/sandpoint/ramdisk/Makefile
cvs rdiff -u -r1.10 -r1.11 src/distrib/sandpoint/ramdisk/list

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



CVS commit: src/sys/arch/sandpoint/sandpoint

2012-05-11 Thread Tohru Nishimura
Module Name:src
Committed By:   nisimura
Date:   Fri May 11 21:12:35 UTC 2012

Modified Files:
src/sys/arch/sandpoint/sandpoint: iic_eumb.c satmgr.c

Log Message:
make sure to have the correct I2C TOD attached for KURO-BOX/T4.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/sandpoint/sandpoint/iic_eumb.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/sandpoint/sandpoint/satmgr.c

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



CVS commit: [netbsd-4-0] src/doc

2012-05-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri May 11 19:11:07 UTC 2012

Modified Files:
src/doc [netbsd-4-0]: CHANGES-4.0.2

Log Message:
Ticket 1444.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.97 -r1.1.2.98 src/doc/CHANGES-4.0.2

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



CVS commit: src/sys/compat/netbsd32

2012-05-11 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri May 11 19:00:37 UTC 2012

Modified Files:
src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h

Log Message:
provide clockctl ioctl emulation


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/compat/netbsd32/netbsd32_ioctl.c
cvs rdiff -u -r1.41 -r1.42 src/sys/compat/netbsd32/netbsd32_ioctl.h

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



CVS commit: src/usr.sbin/envstat

2012-05-11 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri May 11 18:41:13 UTC 2012

Modified Files:
src/usr.sbin/envstat: envstat.c

Log Message:
Fix alignment display for temperature, fans and integer units.


To generate a diff of this commit:
cvs rdiff -u -r1.90 -r1.91 src/usr.sbin/envstat/envstat.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/openssl/dist/ssl

2012-05-11 Thread Matthias Drochner
Module Name:src
Committed By:   drochner
Date:   Fri May 11 18:07:34 UTC 2012

Modified Files:
src/crypto/external/bsd/openssl/dist/ssl: d1_enc.c t1_enc.c

Log Message:
pull in upstream rev.22547:
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1
and DTLS to fix DoS attack.
(CVE-2012-2333)


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.3 -r1.2 \
src/crypto/external/bsd/openssl/dist/ssl/d1_enc.c
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/openssl/dist/ssl/t1_enc.c

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



CVS commit: [netbsd-4-0] src/crypto/dist/openssl/crypto

2012-05-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri May 11 17:18:35 UTC 2012

Modified Files:
src/crypto/dist/openssl/crypto [netbsd-4-0]: mem.c
src/crypto/dist/openssl/crypto/asn1 [netbsd-4-0]: a_d2i_fp.c
src/crypto/dist/openssl/crypto/buffer [netbsd-4-0]: buffer.c

Log Message:
Apply patch (requested by drochner in ticket #1444):

crypto/dist/openssl/crypto/mem.cpatch
crypto/dist/openssl/crypto/asn1/a_d2i_fp.c  patch
crypto/dist/openssl/crypto/buffer/buffer.c  patch

Address CVE-2012-2110.
[drochner, ticket #1444]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.7 -r1.1.1.7.14.1 src/crypto/dist/openssl/crypto/mem.c
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.14.1 \
src/crypto/dist/openssl/crypto/asn1/a_d2i_fp.c
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.14.1 \
src/crypto/dist/openssl/crypto/buffer/buffer.c

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



CVS commit: [netbsd-4] src/doc

2012-05-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri May 11 17:18:08 UTC 2012

Modified Files:
src/doc [netbsd-4]: CHANGES-4.1

Log Message:
Ticket 1444.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.236 -r1.1.2.237 src/doc/CHANGES-4.1

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



CVS commit: [netbsd-4] src/crypto/dist/openssl/crypto

2012-05-11 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Fri May 11 17:17:47 UTC 2012

Modified Files:
src/crypto/dist/openssl/crypto [netbsd-4]: mem.c
src/crypto/dist/openssl/crypto/asn1 [netbsd-4]: a_d2i_fp.c
src/crypto/dist/openssl/crypto/buffer [netbsd-4]: buffer.c

Log Message:
Apply patch (requested by drochner in ticket #1444):

crypto/dist/openssl/crypto/mem.cpatch
crypto/dist/openssl/crypto/asn1/a_d2i_fp.c  patch
crypto/dist/openssl/crypto/buffer/buffer.c  patch

Address CVE-2012-2110.
[drochner, ticket #1444]


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.7 -r1.1.1.7.4.1 src/crypto/dist/openssl/crypto/mem.c
cvs rdiff -u -r1.1.1.3 -r1.1.1.3.4.1 \
src/crypto/dist/openssl/crypto/asn1/a_d2i_fp.c
cvs rdiff -u -r1.1.1.4 -r1.1.1.4.4.1 \
src/crypto/dist/openssl/crypto/buffer/buffer.c

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



CVS commit: src/lib/libc/stdio

2012-05-11 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Fri May 11 17:14:12 UTC 2012

Modified Files:
src/lib/libc/stdio: funopen.3

Log Message:
Small typo.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/funopen.3

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



CVS commit: src/sys/arch/acorn26

2012-05-11 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri May 11 15:39:18 UTC 2012

Modified Files:
src/sys/arch/acorn26/acorn26: except.c irq.c machdep.c pmap.c
src/sys/arch/acorn26/include: boot.h memcreg.h
src/sys/arch/acorn26/iobus: ioc.c iocvar.h
src/sys/arch/acorn26/ioc: if_eca.c if_ecavar.h latches.c latchvar.h
ssn.c
src/sys/arch/acorn26/podulebus: if_eh.c podulebus.c
src/sys/arch/acorn26/stand/lib: riscoscalls.h
src/sys/arch/acorn26/vidc: arcvideo.c vidcreg.h

Log Message:
u_int*_t -> uint*_t

Same code before and after.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/acorn26/acorn26/except.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/acorn26/acorn26/irq.c
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/acorn26/acorn26/machdep.c \
src/sys/arch/acorn26/acorn26/pmap.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/acorn26/include/boot.h \
src/sys/arch/acorn26/include/memcreg.h
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/acorn26/iobus/ioc.c
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/acorn26/iobus/iocvar.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/acorn26/ioc/if_eca.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/acorn26/ioc/if_ecavar.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/acorn26/ioc/latches.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/acorn26/ioc/latchvar.h
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/acorn26/ioc/ssn.c
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/acorn26/podulebus/if_eh.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/acorn26/podulebus/podulebus.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/acorn26/stand/lib/riscoscalls.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/acorn26/vidc/arcvideo.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/acorn26/vidc/vidcreg.h

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



CVS commit: src/sys/netsmb

2012-05-11 Thread Takeshi Nakayama
Module Name:src
Committed By:   nakayama
Date:   Fri May 11 14:51:39 UTC 2012

Modified Files:
src/sys/netsmb: subr_mchain.c

Log Message:
Since "len" has changed to (unsinged) size_t, the while loop
condition (len > 0) became less able to detect its underflow.
So check the subtrahend to avoid the underflow.

Should fix PR kern/44092.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/netsmb/subr_mchain.c

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