CVS commit: src/doc

2012-07-08 Thread Jukka Ruohonen
Module Name:src
Committed By:   jruoho
Date:   Sun Jul  8 08:22:24 UTC 2012

Modified Files:
src/doc: 3RDPARTY

Log Message:
ACPICA 20120620 is out.


To generate a diff of this commit:
cvs rdiff -u -r1.944 -r1.945 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/lib/libc/hash/murmurhash

2012-07-08 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Jul  8 11:43:47 UTC 2012

Added Files:
src/lib/libc/hash/murmurhash: Makefile.inc

Log Message:
Add Makefile in libc for murmurhash, missed in previous commit.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libc/hash/murmurhash/Makefile.inc

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



CVS commit: src/doc

2012-07-08 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Jul  8 12:07:12 UTC 2012

Modified Files:
src/doc: CHANGES

Log Message:
Mention MurmurHash2.


To generate a diff of this commit:
cvs rdiff -u -r1.1714 -r1.1715 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/common/lib/libc/hash/murmurhash

2012-07-08 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Jul  8 13:42:29 UTC 2012

Modified Files:
src/common/lib/libc/hash/murmurhash: murmurhash.c

Log Message:
Shut up lint.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/common/lib/libc/hash/murmurhash/murmurhash.c

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



CVS commit: src/etc/rc.d

2012-07-08 Thread Hans Rosenfeld
Module Name:src
Committed By:   hans
Date:   Sun Jul  8 14:25:49 UTC 2012

Modified Files:
src/etc/rc.d: random_seed

Log Message:
It's msdos, not msdosfs.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/etc/rc.d/random_seed

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



CVS commit: src/tests/ipf

2012-07-08 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Jul  8 14:45:05 UTC 2012

Modified Files:
src/tests/ipf: t_nat_exec.sh

Log Message:
Restore the rest of the ipfilter test framework, even if most of these
tests are broken.  The "golden output" files for these tests need to be
updated.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/ipf/t_nat_exec.sh

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



CVS commit: src/distrib/sets/lists

2012-07-08 Thread Mindaugas Rasiukevicius
Module Name:src
Committed By:   rmind
Date:   Sun Jul  8 18:16:03 UTC 2012

Modified Files:
src/distrib/sets/lists/base: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi
src/distrib/sets/lists/comp: ad.mips64eb ad.mips64el md.amd64
md.sparc64 shl.mi

Log Message:
Fix the lists.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/distrib/sets/lists/base/ad.mips64eb
cvs rdiff -u -r1.91 -r1.92 src/distrib/sets/lists/base/ad.mips64el
cvs rdiff -u -r1.167 -r1.168 src/distrib/sets/lists/base/md.amd64
cvs rdiff -u -r1.157 -r1.158 src/distrib/sets/lists/base/md.sparc64
cvs rdiff -u -r1.627 -r1.628 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.79 -r1.80 src/distrib/sets/lists/comp/ad.mips64eb
cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.166 -r1.167 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.148 -r1.149 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.224 -r1.225 src/distrib/sets/lists/comp/shl.mi

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



CVS commit: src/sys

2012-07-08 Thread David Laight
Module Name:src
Committed By:   dsl
Date:   Sun Jul  8 20:14:12 UTC 2012

Modified Files:
src/sys/arch/amd64/amd64: fpu.c machdep.c netbsd32_machdep.c
process_machdep.c
src/sys/arch/amd64/include: proc.h
src/sys/arch/sh3/include: proc.h userret.h
src/sys/arch/sh3/sh3: exception.c process_machdep.c sh3_machdep.c
src/sys/compat/linux/arch/amd64: linux_machdep.c
src/sys/compat/linux32/arch/amd64: linux32_machdep.c

Log Message:
The MDP_USEDFPU (amd64 and sh3) and MDP_SSTEP (sh3) are lwp flags not
process ones, rename to MDL_xxx.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amd64/amd64/fpu.c
cvs rdiff -u -r1.187 -r1.188 src/sys/arch/amd64/amd64/machdep.c
cvs rdiff -u -r1.77 -r1.78 src/sys/arch/amd64/amd64/netbsd32_machdep.c
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/amd64/amd64/process_machdep.c
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amd64/include/proc.h
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/sh3/include/proc.h
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/sh3/include/userret.h
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/sh3/sh3/exception.c
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/sh3/sh3/process_machdep.c
cvs rdiff -u -r1.99 -r1.100 src/sys/arch/sh3/sh3/sh3_machdep.c
cvs rdiff -u -r1.39 -r1.40 src/sys/compat/linux/arch/amd64/linux_machdep.c
cvs rdiff -u -r1.29 -r1.30 \
src/sys/compat/linux32/arch/amd64/linux32_machdep.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

2012-07-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul  8 22:47:42 UTC 2012

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

Log Message:
>From Bug Hunting:
improve wording, macro usage, and punctuation.

While here, remove an unnecessary comma and sort SEE ALSO.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/share/man/man4/vnd.4

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



CVS commit: src/usr.bin/vndcompress

2012-07-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul  8 22:48:32 UTC 2012

Modified Files:
src/usr.bin/vndcompress: vndcompress.1

Log Message:
Improve wording, fix typo, bump date.
>From Bug Hunting.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.bin/vndcompress/vndcompress.1

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



CVS commit: src/usr.sbin/vnconfig

2012-07-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jul  8 22:49:56 UTC 2012

Modified Files:
src/usr.sbin/vnconfig: vnconfig.8

Log Message:
>From Bug Hunting: Add vndcompress(1) to SEE ALSO, bump date.

While here:
New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/usr.sbin/vnconfig/vnconfig.8

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



CVS commit: src/usr.sbin/makemandb

2012-07-08 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sun Jul  8 23:18:23 UTC 2012

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

Log Message:
Fix typo in a message.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/usr.sbin/makemandb/makemandb.c

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



CVS commit: src/lib/libexecinfo

2012-07-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Jul  9 03:11:59 UTC 2012

Modified Files:
src/lib/libexecinfo: backtrace.c

Log Message:
fix cleanup on error


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libexecinfo/backtrace.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-07-08 Thread Chuck Silvers
Module Name:src
Committed By:   chs
Date:   Mon Jul  9 04:35:14 UTC 2012

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

Log Message:
in soreceive(), handle uios larger than 31 bits.
fixes the remaining problem in PR 43240.


To generate a diff of this commit:
cvs rdiff -u -r1.210 -r1.211 src/sys/kern/uipc_socket.c

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