CVS commit: src/sys/arch/arc/include

2011-11-16 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Wed Nov 16 12:40:53 UTC 2011

Modified Files:
src/sys/arch/arc/include: intr.h

Log Message:
Make sure "struct clockframe" is declared before declaring a
parameter as a pointer to that struct; fixes build problem for
getfstypename.c as part of libkern.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arc/include/intr.h

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



CVS commit: src/dist/nvi/vi

2011-11-16 Thread Takehiko NOZAKI
Module Name:src
Committed By:   tnozaki
Date:   Wed Nov 16 14:24:43 UTC 2011

Modified Files:
src/dist/nvi/vi: vs_line.c

Log Message:
use ARG_CHAR_T instead of CHAR_T for integer promotion.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/dist/nvi/vi/vs_line.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/arm/arm

2011-11-16 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Wed Nov 16 16:59:48 UTC 2011

Modified Files:
src/sys/arch/arm/arm: undefined.c

Log Message:
Semicolons are not optional :)


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/arm/arm/undefined.c

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

2011-11-16 Thread Havard Eidnes
Module Name:src
Committed By:   he
Date:   Wed Nov 16 17:26:24 UTC 2011

Modified Files:
src/distrib/sets/lists/modules: md.evbppc

Log Message:
Add the iscsi kernel module and directories for ibm4xx and booke variants.
Re-sort.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/distrib/sets/lists/modules/md.evbppc

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



CVS commit: src/external/bsd/bind/dist

2011-11-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 16 17:28:10 UTC 2011

Modified Files:
src/external/bsd/bind/dist/bin/named: query.c
src/external/bsd/bind/dist/lib/dns: rbtdb.c

Log Message:
patch for: https://www.isc.org/software/bind/advisories/cve-2011-tbd


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/bsd/bind/dist/bin/named/query.c
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/bind/dist/lib/dns/rbtdb.c

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

2011-11-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 16 17:46:16 UTC 2011

Modified Files:
src/external/bsd/atf/dist/atf-c++/detail: text.cpp text.hpp
src/external/bsd/atf/dist/atf-run: requirements.cpp test-program.cpp

Log Message:
PR/45619: jmmv: Allow atf tests to request a minimum amount of memory


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/external/bsd/atf/dist/atf-c++/detail/text.cpp \
src/external/bsd/atf/dist/atf-c++/detail/text.hpp
cvs rdiff -u -r1.1.1.4 -r1.2 \
src/external/bsd/atf/dist/atf-run/requirements.cpp
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/atf/dist/atf-run/test-program.cpp

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



CVS commit: src/tests/lib/libc/regex

2011-11-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 16 17:47:19 UTC 2011

Modified Files:
src/tests/lib/libc/regex: t_exhaust.c

Log Message:
add require.memory=500M


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tests/lib/libc/regex/t_exhaust.c

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



CVS commit: src/tests/lib/libc/regex

2011-11-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Nov 16 18:37:31 UTC 2011

Modified Files:
src/tests/lib/libc/regex: t_exhaust.c

Log Message:
this works with much less memory too.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/regex/t_exhaust.c

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



CVS commit: src/external/bsd/bind/dist

2011-11-16 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Nov 16 22:07:21 UTC 2011

Modified Files:
src/external/bsd/bind/dist: CHANGES

Log Message:
+ 3218. [security]  Cache lookup could return RRSIG data associated with
+   nonexistent records, leading to an assertion
+   failure. [RT #26590]

so that someone looking can tell more easily we've applied it.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.10 -r1.2 src/external/bsd/bind/dist/CHANGES

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



CVS commit: src/lib/libc/sys

2011-11-16 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Wed Nov 16 22:43:27 UTC 2011

Modified Files:
src/lib/libc/sys: getrlimit.2

Log Message:
Remove trailing whitespace. Merge two EINVAL entries.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/sys/getrlimit.2

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



CVS commit: src/tests/lib/libc/sys

2011-11-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 17 01:14:13 UTC 2011

Modified Files:
src/tests/lib/libc/sys: Makefile
Added Files:
src/tests/lib/libc/sys: t_kevent.c

Log Message:
Add a test for PR/45618: Motoyuki OHMORI: kqueue EVFILT_TIMER with smaller
timeout value makes kernel busy or panic


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/tests/lib/libc/sys/Makefile
cvs rdiff -u -r0 -r1.1 src/tests/lib/libc/sys/t_kevent.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

2011-11-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 17 01:19:37 UTC 2011

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

Log Message:
PR/45618: Motoyuki OHMORI: kqueue EVFILT_TIMER with smaller timeout value
makes DIAGNOSTIC kernel panic:
KASSERT((c->c_flags & CALLOUT_PENDING) != 0);
If the computed ticks are <= 0 set it to 1


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/kern/kern_event.c

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

2011-11-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Thu Nov 17 01:22:30 UTC 2011

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

Log Message:
add kevent test


To generate a diff of this commit:
cvs rdiff -u -r1.423 -r1.424 src/distrib/sets/lists/tests/mi

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



CVS commit: src/lib/libperfuse

2011-11-16 Thread Emmanuel Dreyfus
Module Name:src
Committed By:   manu
Date:   Thu Nov 17 02:28:21 UTC 2011

Modified Files:
src/lib/libperfuse: ops.c

Log Message:
Copy node expiration date before comparing it, otherwise the comparison
does not work (no idea why) and cached node is never used.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/lib/libperfuse/ops.c

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



CVS commit: src/external/bsd/tcpdump/dist

2011-11-16 Thread enami tsugutomo
Module Name:src
Committed By:   enami
Date:   Thu Nov 17 02:41:55 UTC 2011

Modified Files:
src/external/bsd/tcpdump/dist: tcpdump.1.in

Log Message:
Replace section number with actual one as we did in see also list.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/tcpdump/dist/tcpdump.1.in

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



CVS commit: src/sys/arch/amiga/amiga

2011-11-16 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Thu Nov 17 07:45:54 UTC 2011

Modified Files:
src/sys/arch/amiga/amiga: machdep.c

Log Message:
identifycpu() is not just cosmetic for the banner but initializes how FPU
contexts are saved.
Also drop code that checks for fputype before it is determined.


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 src/sys/arch/amiga/amiga/machdep.c

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