CVS commit: src/tests/fs

2013-02-06 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Feb  6 09:05:01 UTC 2013

Modified Files:
src/tests/fs/common: snapshot.c
src/tests/fs/ffs: t_snapshot.c t_snapshot_log.c t_snapshot_v2.c
src/tests/fs/msdosfs: t_snapshot.c

Log Message:
Test taking a snapshot from a stressed file system.
Checks snapshot meta data only with fsck.

OK: Antti Kantee 


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/common/snapshot.c
cvs rdiff -u -r1.5 -r1.6 src/tests/fs/ffs/t_snapshot.c
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/ffs/t_snapshot_log.c \
src/tests/fs/ffs/t_snapshot_v2.c
cvs rdiff -u -r1.1 -r1.2 src/tests/fs/msdosfs/t_snapshot.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

2013-02-06 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Feb  6 09:29:46 UTC 2013

Modified Files:
src/sys/dev: fss.c

Log Message:
Take fss_device_lock first when closing a fss device.

Fixes PR kern/47514 (Multiple dump -X triggers kernel panic in fss_ioctl)


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 src/sys/dev/fss.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

2013-02-06 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Wed Feb  6 09:33:17 UTC 2013

Modified Files:
src/sys/dev: fss.c

Log Message:
Lookup the block device mounted on from the specfs_hash table.
This doesn't belong here but makes it possible to pullup.

Fixes PR kern/47020 (fss(4) panic)


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/sys/dev/fss.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/make

2013-02-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  6 16:36:01 UTC 2013

Modified Files:
src/usr.bin/make: job.c

Log Message:
fix broken logic:
- poll can return EINTR, it is not restartable like read/write
- check poll return
- it does not make sense to check readyfd() is nready < 0
- check read return
- always call Job_CatchChildren, it is harmless
- short circuit scanning of the poll array if we got all the ready descriptors


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.169 src/usr.bin/make/job.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/ftp

2013-02-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  6 16:37:20 UTC 2013

Modified Files:
src/usr.bin/ftp: version.h

Log Message:
merry belated x-mas.


To generate a diff of this commit:
cvs rdiff -u -r1.82 -r1.83 src/usr.bin/ftp/version.h

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/lib/libssl

2013-02-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Feb  6 17:03:51 UTC 2013

Modified Files:
src/crypto/external/bsd/openssl/lib/libssl: ssl.inc

Log Message:
reorg and add missing file.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/crypto/external/bsd/openssl/lib/libssl/ssl.inc

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



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

2013-02-06 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Feb  6 20:39:03 UTC 2013

Modified Files:
src/sys/arch/sparc/dev: sxreg.h

Log Message:
add SX_ROP instruction


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/sparc/dev/sxreg.h

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



CVS commit: src/distrib/sets

2013-02-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb  7 01:07:41 UTC 2013

Modified Files:
src/distrib/sets: maketars

Log Message:
- use dest instead of DESTDIR
- factor out pax usage, and make it use only the first word from the sets


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 src/distrib/sets/maketars

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



CVS commit: [matt-nb6-plus] src/gnu/dist/binutils/gas/config

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 01:18:09 UTC 2013

Modified Files:
src/gnu/dist/binutils/gas/config [matt-nb6-plus]: tc-arm.c

Log Message:
Support the movt instruction


To generate a diff of this commit:
cvs rdiff -u -r1.6.6.5 -r1.6.6.6 src/gnu/dist/binutils/gas/config/tc-arm.c

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



CVS commit: src/common/lib/libc/arch/arm/string

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 01:20:29 UTC 2013

Modified Files:
src/common/lib/libc/arch/arm/string: strchr_arm.S

Log Message:
orrne wants 3 registers


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/arm/string/strchr_arm.S

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



CVS commit: src/distrib/sets

2013-02-06 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Feb  7 01:24:05 UTC 2013

Modified Files:
src/distrib/sets: maketars

Log Message:
merge d flag.


To generate a diff of this commit:
cvs rdiff -u -r1.78 -r1.79 src/distrib/sets/maketars

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



CVS commit: [matt-nb6-plus] src/gnu/dist/binutils/gas/config

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 01:42:09 UTC 2013

Modified Files:
src/gnu/dist/binutils/gas/config [matt-nb6-plus]: tc-arm.c

Log Message:
Add support for push/pop register list.


To generate a diff of this commit:
cvs rdiff -u -r1.6.6.6 -r1.6.6.7 src/gnu/dist/binutils/gas/config/tc-arm.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-02-06 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Thu Feb  7 02:10:19 UTC 2013

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

Log Message:
Skip 64bit BAR correctly. I don't know if this bug causes a real problem.


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

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



CVS commit: [matt-nb6-plus] src/sys/arch/arm/broadcom

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 06:51:50 UTC 2013

Modified Files:
src/sys/arch/arm/broadcom [matt-nb6-plus]: bcm53xx_board.c
bcm53xx_eth.c bcm53xx_idm.c bcm53xx_reg.h bcm53xx_rng.c

Log Message:
Sync bcm53xx support to HEAD.


To generate a diff of this commit:
cvs rdiff -u -r1.8.4.2 -r1.8.4.3 src/sys/arch/arm/broadcom/bcm53xx_board.c
cvs rdiff -u -r1.17.2.3 -r1.17.2.4 src/sys/arch/arm/broadcom/bcm53xx_eth.c
cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/sys/arch/arm/broadcom/bcm53xx_idm.c
cvs rdiff -u -r1.10.2.3 -r1.10.2.4 src/sys/arch/arm/broadcom/bcm53xx_reg.h
cvs rdiff -u -r1.3.4.2 -r1.3.4.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: [matt-nb6-plus] src/sys/arch/arm

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 06:52:54 UTC 2013

Modified Files:
src/sys/arch/arm/arm32 [matt-nb6-plus]: pmap.c
src/sys/arch/arm/include/arm32 [matt-nb6-plus]: pmap.h

Log Message:
pullup pmap changes from HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.228.2.1.2.1 -r1.228.2.1.2.2 src/sys/arch/arm/arm32/pmap.c
cvs rdiff -u -r1.101.4.1 -r1.101.4.2 src/sys/arch/arm/include/arm32/pmap.h

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



CVS commit: [matt-nb6-plus] src/sys/arch/arm/cortex

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 06:55:01 UTC 2013

Modified Files:
src/sys/arch/arm/cortex [matt-nb6-plus]: pl310.c

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.8.2.2 -r1.8.2.3 src/sys/arch/arm/cortex/pl310.c

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



CVS commit: [matt-nb6-plus] src/sys/sys

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 06:58:40 UTC 2013

Modified Files:
src/sys/sys [matt-nb6-plus]: cdefs.h

Log Message:
Pull rev 1.104 from HEAD:
Don't define __BIT/__BITS if __ASSEMBLER__ is defined.
(since they use C syntax they won't work anyways).


To generate a diff of this commit:
cvs rdiff -u -r1.89.6.2 -r1.89.6.2.2.1 src/sys/sys/cdefs.h

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



CVS commit: [matt-nb6-plus] src/sys/lib/libkern

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 07:03:28 UTC 2013

Modified Files:
src/sys/lib/libkern [matt-nb6-plus]: Makefile.libkern

Log Message:
Pullup rev 1.19:
date: 2013/01/23 22:34:37;  author: matt;  state: Exp;  lines: +2 -2
Add strnlen.c to SRCS (which will automatically use the .S version if it
exists).


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.4.1 src/sys/lib/libkern/Makefile.libkern

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



CVS commit: [matt-nb6-plus] src/sys/arch/evbarm/conf

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 07:04:44 UTC 2013

Modified Files:
src/sys/arch/evbarm/conf [matt-nb6-plus]: BCM5301X

Log Message:
Disable UVMHIST


To generate a diff of this commit:
cvs rdiff -u -r1.9.4.2 -r1.9.4.3 src/sys/arch/evbarm/conf/BCM5301X

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



CVS commit: [matt-nb6-plus] src/common/lib/libc/arch/arm/string

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 07:06:03 UTC 2013

Modified Files:
src/common/lib/libc/arch/arm/string [matt-nb6-plus]: memcpy.S
memcpy_arm.S memmove.S memset.S
Added Files:
src/common/lib/libc/arch/arm/string [matt-nb6-plus]: memcpy_neon.S
memset_arm.S memset_naive.S memset_neon.S strcat.S strcat_arm.S
strcat_naive.S strchr.S strchr_arm.S strchr_naive.S strcpy.S
strcpy_arm.S strcpy_naive.S strlcat.S strlcat_arm.S strlcat_naive.S
strlcpy.S strlen.S strlen_arm.S strlen_naive.S strlen_neon.S
strncpy.S strnlen.S strrchr.S strrchr_arm.S strrchr_naive.S

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.1.54.1 src/common/lib/libc/arch/arm/string/memcpy.S \
src/common/lib/libc/arch/arm/string/memset.S
cvs rdiff -u -r1.2 -r1.2.24.1 \
src/common/lib/libc/arch/arm/string/memcpy_arm.S
cvs rdiff -u -r0 -r1.1.4.2 src/common/lib/libc/arch/arm/string/memcpy_neon.S \
src/common/lib/libc/arch/arm/string/memset_naive.S \
src/common/lib/libc/arch/arm/string/memset_neon.S \
src/common/lib/libc/arch/arm/string/strcat_naive.S \
src/common/lib/libc/arch/arm/string/strchr_naive.S \
src/common/lib/libc/arch/arm/string/strlcat_naive.S \
src/common/lib/libc/arch/arm/string/strrchr_naive.S
cvs rdiff -u -r1.3 -r1.3.24.1 src/common/lib/libc/arch/arm/string/memmove.S
cvs rdiff -u -r0 -r1.2.4.2 src/common/lib/libc/arch/arm/string/memset_arm.S \
src/common/lib/libc/arch/arm/string/strcat_arm.S \
src/common/lib/libc/arch/arm/string/strcpy_arm.S \
src/common/lib/libc/arch/arm/string/strcpy_naive.S \
src/common/lib/libc/arch/arm/string/strlen.S \
src/common/lib/libc/arch/arm/string/strncpy.S
cvs rdiff -u -r0 -r1.1.2.2 src/common/lib/libc/arch/arm/string/strcat.S \
src/common/lib/libc/arch/arm/string/strlcat.S \
src/common/lib/libc/arch/arm/string/strlcat_arm.S \
src/common/lib/libc/arch/arm/string/strnlen.S
cvs rdiff -u -r0 -r1.2.2.2 src/common/lib/libc/arch/arm/string/strchr.S \
src/common/lib/libc/arch/arm/string/strrchr.S \
src/common/lib/libc/arch/arm/string/strrchr_arm.S
cvs rdiff -u -r0 -r1.4.2.2 src/common/lib/libc/arch/arm/string/strchr_arm.S
cvs rdiff -u -r0 -r1.4.4.2 src/common/lib/libc/arch/arm/string/strcpy.S \
src/common/lib/libc/arch/arm/string/strlcpy.S
cvs rdiff -u -r0 -r1.3.2.2 src/common/lib/libc/arch/arm/string/strlen_arm.S \
src/common/lib/libc/arch/arm/string/strlen_naive.S
cvs rdiff -u -r0 -r1.3.4.2 src/common/lib/libc/arch/arm/string/strlen_neon.S

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



CVS commit: [matt-nb6-plus] src/lib/libc/arch/arm/string

2013-02-06 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Thu Feb  7 07:06:28 UTC 2013

Added Files:
src/lib/libc/arch/arm/string [matt-nb6-plus]: strncat_naive.S

Log Message:
Sync with HEAD


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1.2.2 src/lib/libc/arch/arm/string/strncat_naive.S

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