CVS commit: src/sys/arch/sparc64

2015-01-03 Thread Palle Lyckegaard
Module Name:src
Committed By:   palle
Date:   Sat Jan  3 11:22:14 UTC 2015

Modified Files:
src/sys/arch/sparc64/include: cpu.h
src/sys/arch/sparc64/sparc64: ipifuncs.c

Log Message:
smp_tlb_flush_pte(): Avoid run-time check for cpu type/implementation by 
installing correct function pointer in sparc64_ip_init(). sparc64_send_ipi() is 
changed to a function pointer as well to avoid run-time checks.


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/arch/sparc64/include/cpu.h
cvs rdiff -u -r1.53 -r1.54 src/sys/arch/sparc64/sparc64/ipifuncs.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/raidframe

2015-01-03 Thread Patrick Welche
Module Name:src
Committed By:   prlw1
Date:   Sat Jan  3 11:48:04 UTC 2015

Modified Files:
src/sys/dev/raidframe: rf_netbsdkintf.c

Log Message:
Also print b_error in the IO Error message


To generate a diff of this commit:
cvs rdiff -u -r1.321 -r1.322 src/sys/dev/raidframe/rf_netbsdkintf.c

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



CVS commit: src/lib/librumpuser

2015-01-03 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jan  3 13:16:41 UTC 2015

Modified Files:
src/lib/librumpuser: configure configure.ac

Log Message:
check that sys/cdefs.h builds with -Werror (not the case on alpine linux
where it contains an unconditional #warning)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/librumpuser/configure \
src/lib/librumpuser/configure.ac

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



CVS commit: src/tools

2015-01-03 Thread Alan Barrett
Module Name:src
Committed By:   apb
Date:   Sat Jan  3 13:20:11 UTC 2015

Modified Files:
src/tools: README

Log Message:
Update documentation about tools being restricted to C89 (or not).

It's not practical for the C89 restriction to be maintained for
compilers, but it is still desirable for most tools.  The "long long"
data type is in wide use despite not being in C89.  C99 library features
(as opposed to language features) can often be added to the compat
framework when the need becomes apparent.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tools/README

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

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jan  3 13:26:31 UTC 2015

Modified Files:
src/sys/arch/arm/rockchip: files.rockchip obio.c

Log Message:
attach devices marked "crit 1" first


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/rockchip/files.rockchip
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/rockchip/obio.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/conf

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jan  3 13:27:11 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: ROCKCHIP

Log Message:
attach rktimer and rkiic early


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/evbarm/conf/ROCKCHIP

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

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jan  3 13:28:00 UTC 2015

Modified Files:
src/sys/arch/evbarm/rockchip: rockchip_machdep.c

Log Message:
set DCDC4 to 3.3V for mmc0


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/evbarm/rockchip/rockchip_machdep.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/rockchip

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jan  3 13:29:02 UTC 2015

Modified Files:
src/sys/arch/arm/rockchip: rockchip_dwcmmc.c

Log Message:
with 3.3V we can run this at 48MHz


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/rockchip/rockchip_dwcmmc.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/gen

2015-01-03 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sat Jan  3 14:21:05 UTC 2015

Modified Files:
src/tests/lib/libc/gen: isqemu.h

Log Message:
Need stdlib.h for EXIT_FAILURE


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/tests/lib/libc/gen/isqemu.h

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



CVS commit: src/tests/lib/libm

2015-01-03 Thread Andreas Gustafsson
Module Name:src
Committed By:   gson
Date:   Sat Jan  3 14:23:53 UTC 2015

Modified Files:
src/tests/lib/libm: Makefile t_fmod.c

Log Message:
Mark the lib/libm/t_fmod test as an expected failure under QEMU,
with a reference to PR misc/44767.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/tests/lib/libm/Makefile
cvs rdiff -u -r1.2 -r1.3 src/tests/lib/libm/t_fmod.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/rockchip

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sat Jan  3 16:15:25 UTC 2015

Modified Files:
src/sys/arch/evbarm/rockchip: rockchip_machdep.c

Log Message:
build fix


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/evbarm/rockchip/rockchip_machdep.c

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



CVS commit: src/sys/rump/librump/rumpvfs

2015-01-03 Thread Juergen Hannken-Illjes
Module Name:src
Committed By:   hannken
Date:   Sat Jan  3 16:30:32 UTC 2015

Modified Files:
src/sys/rump/librump/rumpvfs: rumpfs.c

Log Message:
Always use (struct rumpfs_node **) as key to vcache operations.


To generate a diff of this commit:
cvs rdiff -u -r1.131 -r1.132 src/sys/rump/librump/rumpvfs/rumpfs.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/mac68k/obio

2015-01-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan  3 16:44:15 UTC 2015

Modified Files:
src/sys/arch/mac68k/obio: iwm_fd.c

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/mac68k/obio/iwm_fd.c

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



CVS commit: src/sys/rump/librump/rumpkern

2015-01-03 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jan  3 17:23:51 UTC 2015

Modified Files:
src/sys/rump/librump/rumpkern: Makefile.rumpkern emul.c rump.c
rump_private.h rumpcopy.c signals.c vm.c
Added Files:
src/sys/rump/librump/rumpkern: sysproxy.c

Log Message:
Put all sysproxy routines to their own C module, sysproxy.c


To generate a diff of this commit:
cvs rdiff -u -r1.151 -r1.152 src/sys/rump/librump/rumpkern/Makefile.rumpkern
cvs rdiff -u -r1.168 -r1.169 src/sys/rump/librump/rumpkern/emul.c
cvs rdiff -u -r1.312 -r1.313 src/sys/rump/librump/rumpkern/rump.c
cvs rdiff -u -r1.85 -r1.86 src/sys/rump/librump/rumpkern/rump_private.h
cvs rdiff -u -r1.18 -r1.19 src/sys/rump/librump/rumpkern/rumpcopy.c
cvs rdiff -u -r1.13 -r1.14 src/sys/rump/librump/rumpkern/signals.c
cvs rdiff -u -r0 -r1.1 src/sys/rump/librump/rumpkern/sysproxy.c
cvs rdiff -u -r1.160 -r1.161 src/sys/rump/librump/rumpkern/vm.c

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



CVS commit: src/sys/rump/include/rump

2015-01-03 Thread Antti Kantee
Module Name:src
Committed By:   pooka
Date:   Sat Jan  3 17:24:20 UTC 2015

Modified Files:
src/sys/rump/include/rump: rumpuser.h

Log Message:
limit visibility of sysproxy calls to where they are needed


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 src/sys/rump/include/rump/rumpuser.h

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

2015-01-03 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Sat Jan  3 18:12:12 UTC 2015

Modified Files:
src/sys/arch/sparc/include: ieeefp.h

Log Message:
Avoid defining macros from the  namespace here (especially with
different values).


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sparc/include/ieeefp.h

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



CVS commit: src/usr.bin/midirecord

2015-01-03 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Sat Jan  3 22:57:54 UTC 2015

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

Log Message:
Mark debug_log as printf-like.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/usr.bin/midirecord/midirecord.c

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



CVS import: src/external/bsd/byacc/dist

2015-01-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan  3 22:58:26 UTC 2015

Update of /cvsroot/src/external/bsd/byacc/dist
In directory ivanova.netbsd.org:/tmp/cvs-serv28061

Log Message:
Import byacc 20141128

Status:

Vendor Tag: DICKEY
Release Tags:   byacc-20141128

U src/external/bsd/byacc/dist/install-sh
U src/external/bsd/byacc/dist/ACKNOWLEDGEMENTS
U src/external/bsd/byacc/dist/AUTHORS
U src/external/bsd/byacc/dist/CHANGES
N src/external/bsd/byacc/dist/MANIFEST
U src/external/bsd/byacc/dist/NEW_FEATURES
U src/external/bsd/byacc/dist/NOTES
U src/external/bsd/byacc/dist/NO_WARRANTY
U src/external/bsd/byacc/dist/README
N src/external/bsd/byacc/dist/README.BTYACC
U src/external/bsd/byacc/dist/VERSION
U src/external/bsd/byacc/dist/aclocal.m4
N src/external/bsd/byacc/dist/btyaccpar.c
N src/external/bsd/byacc/dist/btyaccpar.skel
C src/external/bsd/byacc/dist/closure.c
U src/external/bsd/byacc/dist/config.guess
U src/external/bsd/byacc/dist/config.sub
C src/external/bsd/byacc/dist/config_h.in
U src/external/bsd/byacc/dist/configure
U src/external/bsd/byacc/dist/configure.in
C src/external/bsd/byacc/dist/defs.h
U src/external/bsd/byacc/dist/descrip.mms
C src/external/bsd/byacc/dist/error.c
C src/external/bsd/byacc/dist/graph.c
U src/external/bsd/byacc/dist/makefile.in
C src/external/bsd/byacc/dist/lalr.c
C src/external/bsd/byacc/dist/lr0.c
C src/external/bsd/byacc/dist/main.c
N src/external/bsd/byacc/dist/mstring.c
C src/external/bsd/byacc/dist/mkpar.c
C src/external/bsd/byacc/dist/output.c
C src/external/bsd/byacc/dist/reader.c
N src/external/bsd/byacc/dist/skel2c
C src/external/bsd/byacc/dist/symtab.c
C src/external/bsd/byacc/dist/verbose.c
U src/external/bsd/byacc/dist/vmsbuild.com
U src/external/bsd/byacc/dist/warshall.c
C src/external/bsd/byacc/dist/yacc.1
N src/external/bsd/byacc/dist/yaccpar.skel
N src/external/bsd/byacc/dist/yaccpar.c
N src/external/bsd/byacc/dist/package/mingw-byacc.spec
U src/external/bsd/byacc/dist/package/byacc.spec
U src/external/bsd/byacc/dist/package/debian/changelog
U src/external/bsd/byacc/dist/package/debian/prerm
U src/external/bsd/byacc/dist/package/debian/copyright
U src/external/bsd/byacc/dist/package/debian/control
U src/external/bsd/byacc/dist/package/debian/docs
U src/external/bsd/byacc/dist/package/debian/watch
U src/external/bsd/byacc/dist/package/debian/postinst
U src/external/bsd/byacc/dist/package/debian/compat
U src/external/bsd/byacc/dist/package/debian/rules
U src/external/bsd/byacc/dist/package/debian/source/format
U src/external/bsd/byacc/dist/package/pkgsrc/Makefile
U src/external/bsd/byacc/dist/package/pkgsrc/distinfo
U src/external/bsd/byacc/dist/package/pkgsrc/PLIST
U src/external/bsd/byacc/dist/package/pkgsrc/DESCR
U src/external/bsd/byacc/dist/test/calc.y
U src/external/bsd/byacc/dist/test/quote_calc3.y
U src/external/bsd/byacc/dist/test/pure_calc.y
N src/external/bsd/byacc/dist/test/err_syntax7b.y
N src/external/bsd/byacc/dist/test/inherit2.y
N src/external/bsd/byacc/dist/test/btyacc_destroy2.y
N src/external/bsd/byacc/dist/test/err_syntax18.y
N src/external/bsd/byacc/dist/test/err_syntax8a.y
U src/external/bsd/byacc/dist/test/code_calc.y
N src/external/bsd/byacc/dist/test/btyacc_demo.y
N src/external/bsd/byacc/dist/test/ok_syntax1.y
N src/external/bsd/byacc/dist/test/err_inherit3.y
N src/external/bsd/byacc/dist/test/err_syntax20.y
U src/external/bsd/byacc/dist/test/README
U src/external/bsd/byacc/dist/test/grammar.y
U src/external/bsd/byacc/dist/test/calc1.y
U src/external/bsd/byacc/dist/test/calc2.y
N src/external/bsd/byacc/dist/test/err_syntax24.y
U src/external/bsd/byacc/dist/test/pure_error.y
U src/external/bsd/byacc/dist/test/run_lint.sh
U src/external/bsd/byacc/dist/test/error.y
N src/external/bsd/byacc/dist/test/err_syntax7a.y
N src/external/bsd/byacc/dist/test/err_syntax15.y
N src/external/bsd/byacc/dist/test/err_inherit2.y
N src/external/bsd/byacc/dist/test/err_syntax12.y
N src/external/bsd/byacc/dist/test/err_syntax4.y
N src/external/bsd/byacc/dist/test/err_inherit1.y
N src/external/bsd/byacc/dist/test/err_syntax8.y
N src/external/bsd/byacc/dist/test/err_syntax7.y
N src/external/bsd/byacc/dist/test/err_syntax14.y
N src/external/bsd/byacc/dist/test/err_syntax25.y
N src/external/bsd/byacc/dist/test/btyacc_calc1.y
N src/external/bsd/byacc/dist/test/empty.y
N src/external/bsd/byacc/dist/test/err_syntax6.y
N src/external/bsd/byacc/dist/test/err_syntax13.y
N src/external/bsd/byacc/dist/test/err_syntax19.y
N src/external/bsd/byacc/dist/test/err_syntax3.y
U src/external/bsd/byacc/dist/test/calc3.y
U src/external/bsd/byacc/dist/test/quote_calc2.y
N src/external/bsd/byacc/dist/test/err_syntax22.y
U src/external/bsd/byacc/dist/test/run_test.sh
N src/external/bsd/byacc/dist/test/err_syntax17.y
N src/external/bsd/byacc/dist/test/err_syntax11.y
N src/external/bsd/byacc/dist/test/inherit0.y
N src/external/bsd/byacc/dist/test/varsyntax_calc1.y
N src/external/bsd/byacc/dist/test/btyacc_destroy3.y
N src/external/bsd/byacc

CVS commit: src/external/bsd/byacc

2015-01-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Jan  3 23:22:53 UTC 2015

Modified Files:
src/external/bsd/byacc/bin: Makefile
src/external/bsd/byacc/dist: closure.c config_h.in defs.h error.c
graph.c lalr.c lr0.c main.c mkpar.c mstring.c output.c reader.c
symtab.c verbose.c yacc.1
Removed Files:
src/external/bsd/byacc/dist: skeleton.c
src/external/bsd/byacc/dist/test: calc.output calc.tab.c calc.tab.h
calc1.output calc1.tab.c calc1.tab.h calc2.output calc2.tab.c
calc2.tab.h calc3.output calc3.tab.c calc3.tab.h code_calc.code.c
code_calc.output code_calc.tab.c code_calc.tab.h code_error.code.c
code_error.output code_error.tab.c code_error.tab.h error.output
error.tab.c error.tab.h ftp.output ftp.tab.c ftp.tab.h ftp.y
grammar.output grammar.tab.c grammar.tab.h pure_calc.output
pure_calc.tab.c pure_calc.tab.h pure_error.output pure_error.tab.c
pure_error.tab.h quote_calc-s.output quote_calc-s.tab.c
quote_calc-s.tab.h quote_calc.output quote_calc.tab.c
quote_calc.tab.h quote_calc2-s.output quote_calc2-s.tab.c
quote_calc2-s.tab.h quote_calc2.output quote_calc2.tab.c
quote_calc2.tab.h quote_calc3-s.output quote_calc3-s.tab.c
quote_calc3-s.tab.h quote_calc3.output quote_calc3.tab.c
quote_calc3.tab.h quote_calc4-s.output quote_calc4-s.tab.c
quote_calc4-s.tab.h quote_calc4.output quote_calc4.tab.c
quote_calc4.tab.h

Log Message:
merge conflicts.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/byacc/bin/Makefile
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/byacc/dist/closure.c \
src/external/bsd/byacc/dist/defs.h src/external/bsd/byacc/dist/lr0.c \
src/external/bsd/byacc/dist/mkpar.c src/external/bsd/byacc/dist/symtab.c \
src/external/bsd/byacc/dist/verbose.c
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/byacc/dist/config_h.in \
src/external/bsd/byacc/dist/graph.c
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/byacc/dist/error.c
cvs rdiff -u -r1.5 -r1.6 src/external/bsd/byacc/dist/lalr.c \
src/external/bsd/byacc/dist/yacc.1
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/byacc/dist/main.c \
src/external/bsd/byacc/dist/reader.c
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/byacc/dist/mstring.c
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/byacc/dist/output.c
cvs rdiff -u -r1.14 -r0 src/external/bsd/byacc/dist/skeleton.c
cvs rdiff -u -r1.1.1.1 -r0 src/external/bsd/byacc/dist/test/calc.output \
src/external/bsd/byacc/dist/test/calc1.output \
src/external/bsd/byacc/dist/test/calc2.output \
src/external/bsd/byacc/dist/test/calc3.output \
src/external/bsd/byacc/dist/test/code_calc.output \
src/external/bsd/byacc/dist/test/code_error.output \
src/external/bsd/byacc/dist/test/error.output \
src/external/bsd/byacc/dist/test/grammar.output \
src/external/bsd/byacc/dist/test/pure_calc.output \
src/external/bsd/byacc/dist/test/pure_error.output \
src/external/bsd/byacc/dist/test/quote_calc-s.output \
src/external/bsd/byacc/dist/test/quote_calc-s.tab.c \
src/external/bsd/byacc/dist/test/quote_calc-s.tab.h \
src/external/bsd/byacc/dist/test/quote_calc.output \
src/external/bsd/byacc/dist/test/quote_calc.tab.c \
src/external/bsd/byacc/dist/test/quote_calc.tab.h \
src/external/bsd/byacc/dist/test/quote_calc2-s.output \
src/external/bsd/byacc/dist/test/quote_calc2-s.tab.c \
src/external/bsd/byacc/dist/test/quote_calc2-s.tab.h \
src/external/bsd/byacc/dist/test/quote_calc2.output \
src/external/bsd/byacc/dist/test/quote_calc2.tab.c \
src/external/bsd/byacc/dist/test/quote_calc2.tab.h \
src/external/bsd/byacc/dist/test/quote_calc3-s.output \
src/external/bsd/byacc/dist/test/quote_calc3-s.tab.c \
src/external/bsd/byacc/dist/test/quote_calc3-s.tab.h \
src/external/bsd/byacc/dist/test/quote_calc3.output \
src/external/bsd/byacc/dist/test/quote_calc3.tab.c \
src/external/bsd/byacc/dist/test/quote_calc3.tab.h \
src/external/bsd/byacc/dist/test/quote_calc4-s.output \
src/external/bsd/byacc/dist/test/quote_calc4-s.tab.c \
src/external/bsd/byacc/dist/test/quote_calc4-s.tab.h \
src/external/bsd/byacc/dist/test/quote_calc4.output \
src/external/bsd/byacc/dist/test/quote_calc4.tab.c \
src/external/bsd/byacc/dist/test/quote_calc4.tab.h
cvs rdiff -u -r1.1.1.5 -r0 src/external/bsd/byacc/dist/test/calc.tab.c \
src/external/bsd/byacc/dist/test/grammar.tab.c
cvs rdiff -u -r1.1.1.3 -r0 src/external/bsd/byacc/dist/test/calc.tab.h \
src/external/bsd/byacc/dist/test/calc1.tab.h \
src/external/bsd/byacc/dist/test/calc2.tab.h \
src/external/bsd/byacc/dist/test/calc3.tab.h \
src/external/bsd/byacc/dist/test/code_calc.tab.c \
src/external/bsd/byacc/dist/test/code_calc.tab.h \
src/external/bsd/byacc/dist/te

CVS commit: src/external/mit/xorg/lib/gallium

2015-01-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan  4 01:26:31 UTC 2015

Modified Files:
src/external/mit/xorg/lib/gallium: Makefile

Log Message:
don't regenerate y->


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/gallium/Makefile

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



CVS commit: src/external/bsd/byacc

2015-01-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan  4 01:34:20 UTC 2015

Modified Files:
src/external/bsd/byacc/dist: btyaccpar.c defs.h error.c main.c
mstring.c output.c reader.c yaccpar.c
src/external/bsd/byacc/include: config.h

Log Message:
Implement some more bison features (incomplete!!!)
This handles the mesa/gallium parser but the %error-verbose part needs a
little more work.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 src/external/bsd/byacc/dist/btyaccpar.c \
src/external/bsd/byacc/dist/yaccpar.c
cvs rdiff -u -r1.8 -r1.9 src/external/bsd/byacc/dist/defs.h
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/byacc/dist/error.c
cvs rdiff -u -r1.10 -r1.11 src/external/bsd/byacc/dist/main.c \
src/external/bsd/byacc/dist/reader.c
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/byacc/dist/mstring.c
cvs rdiff -u -r1.11 -r1.12 src/external/bsd/byacc/dist/output.c
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/byacc/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/doc

2015-01-03 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Jan  4 01:52:24 UTC 2015

Modified Files:
src/doc: 3RDPARTY CHANGES

Log Message:
new yacc


To generate a diff of this commit:
cvs rdiff -u -r1.1188 -r1.1189 src/doc/3RDPARTY
cvs rdiff -u -r1.2031 -r1.2032 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/sys/arch/evbarm/conf

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jan  4 03:53:34 UTC 2015

Modified Files:
src/sys/arch/evbarm/conf: ROCKCHIP

Log Message:
add rkemac, rgephy, ukphy


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/evbarm/conf/ROCKCHIP

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

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jan  4 03:53:02 UTC 2015

Modified Files:
src/sys/arch/arm/rockchip: files.rockchip
Added Files:
src/sys/arch/arm/rockchip: rockchip_emac.c rockchip_emacreg.h

Log Message:
Add Rockchip ethernet driver, untested.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/rockchip/files.rockchip
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/rockchip/rockchip_emac.c \
src/sys/arch/arm/rockchip/rockchip_emacreg.h

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

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jan  4 03:55:11 UTC 2015

Modified Files:
src/sys/arch/evbarm/rockchip: rockchip_machdep.c

Log Message:
set LDO5 to 3.3V and enable for emac


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/rockchip/rockchip_machdep.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/rockchip

2015-01-03 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Jan  4 03:55:44 UTC 2015

Modified Files:
src/sys/arch/arm/rockchip: obio.c

Log Message:
RK3188 iomux/gpio setup for emac


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/rockchip/obio.c

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



CVS commit: src/sys/conf

2015-01-03 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Jan  4 07:32:32 UTC 2015

Modified Files:
src/sys/conf: files

Log Message:
Set BPFJIT flag in opt_bpf.h which is included by bpf.c.


To generate a diff of this commit:
cvs rdiff -u -r1.1122 -r1.1123 src/sys/conf/files

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



CVS commit: src/sys/arch/xen/conf

2015-01-03 Thread Masao Uebayashi
Module Name:src
Committed By:   uebayasi
Date:   Sun Jan  4 07:34:14 UTC 2015

Modified Files:
src/sys/arch/xen/conf: files.xen

Log Message:
Include files.sljit as i386/amd64 do.


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 src/sys/arch/xen/conf/files.xen

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