CVS commit: src/distrib/sets/lists/comp

2011-11-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Nov  8 10:49:43 UTC 2011

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
+agrep.debug


To generate a diff of this commit:
cvs rdiff -u -r1.1704 -r1.1705 src/distrib/sets/lists/comp/mi

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/comp

2011-11-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Nov  8 10:52:20 UTC 2011

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

Log Message:
+libtre.so.0.8.debug


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/distrib/sets/lists/comp/ad.mips64eb \
src/distrib/sets/lists/comp/ad.mips64el
cvs rdiff -u -r1.144 -r1.145 src/distrib/sets/lists/comp/md.amd64
cvs rdiff -u -r1.129 -r1.130 src/distrib/sets/lists/comp/md.sparc64
cvs rdiff -u -r1.199 -r1.200 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/share/man/man9

2011-11-08 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Nov  8 10:56:59 UTC 2011

Modified Files:
src/share/man/man9: kauth.9

Log Message:
Remove trailing whitespace. New sentence, new line.


To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 src/share/man/man9/kauth.9

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

2011-11-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Nov  8 10:59:12 UTC 2011

Modified Files:
src/sys/compat/netbsd32: netbsd32_netbsd.c syscalls.master

Log Message:
Add kqueue1(2) support.


To generate a diff of this commit:
cvs rdiff -u -r1.173 -r1.174 src/sys/compat/netbsd32/netbsd32_netbsd.c
cvs rdiff -u -r1.87 -r1.88 src/sys/compat/netbsd32/syscalls.master

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

2011-11-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Nov  8 10:59:45 UTC 2011

Modified Files:
src/sys/compat/netbsd32: netbsd32_syscall.h netbsd32_syscallargs.h
netbsd32_syscalls.c netbsd32_sysent.c

Log Message:
Regen for kqueue1.


To generate a diff of this commit:
cvs rdiff -u -r1.95 -r1.96 src/sys/compat/netbsd32/netbsd32_syscall.h \
src/sys/compat/netbsd32/netbsd32_syscallargs.h
cvs rdiff -u -r1.94 -r1.95 src/sys/compat/netbsd32/netbsd32_syscalls.c \
src/sys/compat/netbsd32/netbsd32_sysent.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/x86/x86

2011-11-08 Thread Nicolas Joly
Module Name:src
Committed By:   njoly
Date:   Tue Nov  8 12:44:29 UTC 2011

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

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.139 -r1.140 src/sys/arch/x86/x86/pmap.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

2011-11-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Nov  8 16:25:26 UTC 2011

Modified Files:
src/lib/libc: shlib_version

Log Message:
Add comment about the name overlap with libcrypto for SHA2 and friends


To generate a diff of this commit:
cvs rdiff -u -r1.224 -r1.225 src/lib/libc/shlib_version

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



CVS commit: src/external/bsd/tre/dist/lib

2011-11-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Nov  8 16:45:43 UTC 2011

Modified Files:
src/external/bsd/tre/dist/lib: tre-match-backtrack.c

Log Message:
Don't use constant macros in conditionals, use a #if check.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tre/dist/lib/tre-match-backtrack.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/string

2011-11-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Nov  8 16:52:11 UTC 2011

Modified Files:
src/common/lib/libc/string: memcmp.c memset.c memset2.c strcpy.c

Log Message:
libkern.h maps memcmp, memset and strcpy to the compiler builtins on
some platforms, so make sure to #undef them first.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/common/lib/libc/string/memcmp.c \
src/common/lib/libc/string/memset2.c src/common/lib/libc/string/strcpy.c
cvs rdiff -u -r1.8 -r1.9 src/common/lib/libc/string/memset.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

2011-11-08 Thread Cherry G. Mathew
Module Name:src
Committed By:   cherry
Date:   Tue Nov  8 17:16:52 UTC 2011

Modified Files:
src/sys/arch/x86/include: pmap.h
src/sys/arch/x86/x86: pmap.c
src/sys/arch/xen/include: xenpmap.h
src/sys/arch/xen/x86: xen_pmap.c

Log Message:
Expose the PG_k #define pt/pd bit to both xen and "baremetal" x86. This is 
required, since kernel pages are mapped with user permissions in XEN/amd64 
since the VM kernel runs in ring3. Since XEN/i386(including PAE) runs in ring1, 
supervisor mode is appropriate for these ports. We need to share this since the 
pmap implementation is still shared. Once the xen implementation is 
sufficiently independant of the x86 one, this can be made private to 
xen/include/xenpmap.h


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 src/sys/arch/x86/include/pmap.h
cvs rdiff -u -r1.140 -r1.141 src/sys/arch/x86/x86/pmap.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/xen/include/xenpmap.h
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/xen/x86/xen_pmap.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/time

2011-11-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov  8 18:37:32 UTC 2011

Modified Files:
src/lib/libc/time: localtime.c

Log Message:
Change the way that we compute the time when we fall in the dst gap: instead
of supplying just the high bound and thus losing minutes and seconds, add
the DST offset to the struct tm (since we know we are going to move ahead
since we fell in the gap), and try again.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/lib/libc/time/localtime.c

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



CVS commit: src/etc

2011-11-08 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Nov  8 19:11:19 UTC 2011

Modified Files:
src/etc: MAKEDEV.tmpl

Log Message:
In the nooutput function, don't mess with file descritor 4
at the outer level; do it inside a subshell context so as not
to interfere with a different use of fd 4 by the caller.

This should fix PR 45590.


To generate a diff of this commit:
cvs rdiff -u -r1.145 -r1.146 src/etc/MAKEDEV.tmpl

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



CVS commit: src/lib/libc/regex

2011-11-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov  8 19:25:45 UTC 2011

Modified Files:
src/lib/libc/regex: regcomp.c

Log Message:
if we don't have any sets yet, don't try to look in them.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/lib/libc/regex/regcomp.c

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



CVS commit: src/etc

2011-11-08 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Tue Nov  8 19:36:30 UTC 2011

Modified Files:
src/etc: MAKEDEV.tmpl

Log Message:
The previous change made "nooutput -2" discard both stdout and
stderr, whereas it should discard only stderr.  This commit
should fix that problem.


To generate a diff of this commit:
cvs rdiff -u -r1.146 -r1.147 src/etc/MAKEDEV.tmpl

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



CVS commit: src/external/bsd/atf/dist/atf-c

2011-11-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov  8 20:25:14 UTC 2011

Modified Files:
src/external/bsd/atf/dist/atf-c: tc.c

Log Message:
use writev(2) instead of dprintf(3) for portability. Suggested by joerg@


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/atf/dist/atf-c/tc.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/heimdal/include

2011-11-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Nov  8 22:13:58 UTC 2011

Modified Files:
src/crypto/external/bsd/heimdal/include: config.h

Log Message:
Unbreak MKINET6=no


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/crypto/external/bsd/heimdal/include/config.h

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



CVS commit: src/external/ibm-public/postfix/dist/src/util

2011-11-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Nov  8 22:21:30 UTC 2011

Modified Files:
src/external/ibm-public/postfix/dist/src/util: sys_defs.h

Log Message:
Just because IPV6 support is disabled doesn't mean inet_ntop are not
present. Since the local prototype conflicts, use the system version.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.6 -r1.2 \
src/external/ibm-public/postfix/dist/src/util/sys_defs.h

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



CVS commit: src/external/gpl3/gcc/dist/gcc

2011-11-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov  8 23:08:11 UTC 2011

Modified Files:
src/external/gpl3/gcc/dist/gcc: unwind-dw2-fde.c

Log Message:
Somehow emacs tries to unregister frame info for a symbol it did not register.
Don't abort for now. This worked before because the previous version of gcc
did not bother unregistering. Adding debugging printfs makes emacs core
dump, where other programs work fine.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/gpl3/gcc/dist/gcc/unwind-dw2-fde.c

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



CVS commit: src/doc

2011-11-08 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Nov  8 23:11:42 UTC 2011

Modified Files:
src/doc: HACKS

Log Message:
mention libgcc/emacs hack.


To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/doc/HACKS

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



CVS commit: src/sys/dev/iscsi

2011-11-08 Thread Jeff Rizzo
Module Name:src
Committed By:   riz
Date:   Wed Nov  9 00:51:01 UTC 2011

Modified Files:
src/sys/dev/iscsi: files.iscsi

Log Message:
Don't add iscsi_utils.c without 'iscsi' condition.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/iscsi/files.iscsi

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



CVS commit: src/sys/dev/i2c

2011-11-08 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Nov  9 05:47:54 UTC 2011

Modified Files:
src/sys/dev/i2c: lm75.c

Log Message:
Support setting the temperature threshold for the LM75's alarm/interrupt
output. Some hardware ( I'm looking at you, Gdium ) abuses it to control
a fan.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 src/sys/dev/i2c/lm75.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/tic

2011-11-08 Thread Roy Marples
Module Name:src
Committed By:   roy
Date:   Wed Nov  9 07:40:28 UTC 2011

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

Log Message:
Replace fgetln(3) with the more standard getline(3)


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/usr.bin/tic/tic.c

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