CVS commit: src/games/rogue/USD.doc

2013-02-17 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Feb 17 12:17:41 UTC 2013

Modified Files:
src/games/rogue/USD.doc: Makefile

Log Message:
rename target paper.${PRINTER} to paper.ps -- PRINTER isnt defined anywhere!


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/games/rogue/USD.doc/Makefile

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



CVS commit: src/games/fortune/datfiles

2013-02-17 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Feb 17 13:36:02 UTC 2013

Modified Files:
src/games/fortune/datfiles: fortunes2-o.real

Log Message:
Fix minor typo


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/games/fortune/datfiles/fortunes2-o.real

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



CVS commit: src/games/fortune/datfiles

2013-02-17 Thread Paul Goyette
Module Name:src
Committed By:   pgoyette
Date:   Sun Feb 17 13:39:52 UTC 2013

Modified Files:
src/games/fortune/datfiles: fortunes-o.real

Log Message:
Fix same typo in the other file in which it occurs


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/games/fortune/datfiles/fortunes-o.real

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



CVS commit: src/sys/rump/kern/lib/libsys_linux

2013-02-17 Thread Arnaud Ysmal
Module Name:src
Committed By:   stacktic
Date:   Sun Feb 17 15:17:40 UTC 2013

Modified Files:
src/sys/rump/kern/lib/libsys_linux: rump_linux_syscallargs.h
rump_linux_syscalls.c rump_linux_sysent.c syscalls.master

Log Message:
Regen to add lstat64


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 \
src/sys/rump/kern/lib/libsys_linux/rump_linux_syscallargs.h \
src/sys/rump/kern/lib/libsys_linux/rump_linux_syscalls.c \
src/sys/rump/kern/lib/libsys_linux/rump_linux_sysent.c \
src/sys/rump/kern/lib/libsys_linux/syscalls.master

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



CVS commit: src/external/gpl3/binutils/usr.sbin

2013-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 17 20:36:02 UTC 2013

Modified Files:
src/external/gpl3/binutils/usr.sbin/dbsym: Makefile
src/external/gpl3/binutils/usr.sbin/mdsetimage: Makefile

Log Message:
Don't use DPADD for HOST build.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/gpl3/binutils/usr.sbin/dbsym/Makefile
cvs rdiff -u -r1.7 -r1.8 \
src/external/gpl3/binutils/usr.sbin/mdsetimage/Makefile

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



CVS commit: src/distrib/utils/embedded/conf

2013-02-17 Thread Jared D. McNeill
Module Name:src
Committed By:   jmcneill
Date:   Sun Feb 17 20:49:16 UTC 2013

Modified Files:
src/distrib/utils/embedded/conf: beagleboard.conf rpi.conf

Log Message:
gzcat -> zcat


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/distrib/utils/embedded/conf/beagleboard.conf
cvs rdiff -u -r1.17 -r1.18 src/distrib/utils/embedded/conf/rpi.conf

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



CVS commit: src/distrib/sets

2013-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Feb 17 23:56:52 UTC 2013

Modified Files:
src/distrib/sets: Makefile

Log Message:
keep only the last entry for each file, before sorting.


To generate a diff of this commit:
cvs rdiff -u -r1.84 -r1.85 src/distrib/sets/Makefile

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



CVS commit: src/distrib/sets

2013-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 18 00:00:55 UTC 2013

Modified Files:
src/distrib/sets: Makefile

Log Message:
only do the keep last in update builds and explain why.


To generate a diff of this commit:
cvs rdiff -u -r1.85 -r1.86 src/distrib/sets/Makefile

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



CVS commit: src/distrib/sets

2013-02-17 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Feb 18 00:22:13 UTC 2013

Modified Files:
src/distrib/sets: Makefile

Log Message:
Use sort -s to get a stable sort, even if that is the default for ours. We
prolly need a TOOL_SORT...


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 src/distrib/sets/Makefile

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

2013-02-17 Thread Matt Thomas
Module Name:src
Committed By:   matt
Date:   Mon Feb 18 05:14:13 UTC 2013

Modified Files:
src/sys/arch/arm/arm32: fault.c

Log Message:
Supply VM_PROT_EXECUTE to pmap_fault_fixup when trying to fixup prefetch
aborts.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/sys/arch/arm/arm32/fault.c

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