CVS commit: [nick-nhusb] src/sys/external/bsd/dwc2

2016-03-04 Thread Nick Hudson
Module Name:src
Committed By:   skrll
Date:   Fri Mar  4 15:30:17 UTC 2016

Modified Files:
src/sys/external/bsd/dwc2 [nick-nhusb]: dwc2.c

Log Message:
Appease KASSERTs


To generate a diff of this commit:
cvs rdiff -u -r1.32.2.20 -r1.32.2.21 src/sys/external/bsd/dwc2/dwc2.c

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



CVS commit: src/sys/external/bsd/compiler_rt/dist/lib/builtins

2016-03-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar  4 17:49:07 UTC 2016

Modified Files:
src/sys/external/bsd/compiler_rt/dist/lib/builtins: clzdi2.c ctzdi2.c

Log Message:
Fix infinite recursion caused by gcc lossage.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
src/sys/external/bsd/compiler_rt/dist/lib/builtins/clzdi2.c \
src/sys/external/bsd/compiler_rt/dist/lib/builtins/ctzdi2.c

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



CVS commit: src/tests/net/net

2016-03-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Mar  4 18:52:01 UTC 2016

Modified Files:
src/tests/net/net: t_tcp.c

Log Message:
make it work on linux, be pickier about errors, and correct variable type.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/net/net/t_tcp.c

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



CVS commit: [netbsd-6] src/external/bsd/ntp/dist/sntp/libevent/include/event2

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 19:01:20 UTC 2016

Modified Files:
src/external/bsd/ntp/dist/sntp/libevent/include/event2 [netbsd-6]:
event-config.h

Log Message:
Hack to adjust config automatically to 32bit and 64bit systems.
Requested by christos in #1371.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.1 -r1.1.2.2 \
src/external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h

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



CVS commit: [netbsd-6] src/doc

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 19:04:09 UTC 2016

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Ticket #1371


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

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



CVS commit: [netbsd-6-1] src/external/bsd/ntp/dist/sntp/libevent/include/event2

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 19:05:40 UTC 2016

Modified Files:
src/external/bsd/ntp/dist/sntp/libevent/include/event2 [netbsd-6-1]:
event-config.h

Log Message:
Hack to adjust config automatically to 32bit and 64bit systems.
Requested by christos in #1371.


To generate a diff of this commit:
cvs rdiff -u -r1.1.4.2 -r1.1.4.3 \
src/external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h

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



CVS commit: [netbsd-6] src/doc

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 19:06:32 UTC 2016

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Fix path in previous


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.238 -r1.1.2.239 src/doc/CHANGES-6.2

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



CVS commit: [netbsd-6-0] src/external/bsd/ntp/dist/sntp/libevent/include/event2

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 19:08:31 UTC 2016

Modified Files:
src/external/bsd/ntp/dist/sntp/libevent/include/event2 [netbsd-6-0]:
event-config.h

Log Message:
Hack to adjust config automatically to 32bit and 64bit systems.
Requested by christos in #1371.


To generate a diff of this commit:
cvs rdiff -u -r1.1.6.2 -r1.1.6.3 \
src/external/bsd/ntp/dist/sntp/libevent/include/event2/event-config.h

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



CVS commit: [netbsd-6-1] src/doc

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 19:07:39 UTC 2016

Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6

Log Message:
Ticket #1371


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.55 -r1.1.2.56 src/doc/CHANGES-6.1.6

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



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

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 19:09:26 UTC 2016

Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
Ticket #1371


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.56 -r1.1.2.57 src/doc/CHANGES-6.0.7

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



CVS commit: [netbsd-7] src/bin/mv

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 21:25:36 UTC 2016

Modified Files:
src/bin/mv [netbsd-7]: mv.c

Log Message:
Missing file in pullup #1096: Don't truncate at sub-microsecond while
preserving timestamps.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.22.1 src/bin/mv/mv.c

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



CVS commit: [netbsd-7-0] src/bin/mv

2016-03-04 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Mar  4 21:26:49 UTC 2016

Modified Files:
src/bin/mv [netbsd-7-0]: mv.c

Log Message:
Missing file in pullup #1096: Don't truncate at sub-microsecond while
preserving timestamps.


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.43.24.1 src/bin/mv/mv.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/sbus

2016-03-04 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Mar  4 22:08:09 UTC 2016

Modified Files:
src/sys/dev/sbus: mgx.c

Log Message:
allow mmap()ing blitter registers


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/dev/sbus/mgx.c

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



CVS commit: src/sys/external/bsd/drm2/drm

2016-03-04 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Mar  5 06:48:31 UTC 2016

Modified Files:
src/sys/external/bsd/drm2/drm: drm_memory.c

Log Message:
Make agp_i810 also depend on agp so that a 'no agp' build is possible.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/external/bsd/drm2/drm/drm_memory.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/evbarm/evbarm

2016-03-04 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Mar  5 07:33:59 UTC 2016

Modified Files:
src/sys/arch/evbarm/evbarm: autoconf.c

Log Message:
Don't modify command line buffer but create a copy of the root argument.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/evbarm/autoconf.c

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