CVS commit: src/sys/dev/pci

2014-10-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 21 08:46:44 UTC 2014 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: get rid of RADEONFB_MMAP_BARS which hasn't been useful for years To generate a diff of this commit: cvs rdiff -u -r1.85 -r1.86

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

2014-10-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 21 08:48:20 UTC 2014 Modified Files: src/sys/arch/macppc/conf: GENERIC Log Message: RADEONFB_MMAP_BARS is no more To generate a diff of this commit: cvs rdiff -u -r1.317 -r1.318 src/sys/arch/macppc/conf/GENERIC

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

2014-10-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 21 08:49:55 UTC 2014 Modified Files: src/sys/arch/macppc/conf: GENERIC_601 Log Message: RADEONFB_MMAP_BARS is no more To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/macppc/conf/GENERIC_601

CVS commit: src/sys/dev/pci

2014-10-21 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Oct 21 09:07:07 UTC 2014 Modified Files: src/sys/dev/pci: radeonfb.c Log Message: remove outdated comments To generate a diff of this commit: cvs rdiff -u -r1.86 -r1.87 src/sys/dev/pci/radeonfb.c Please note that diffs

CVS commit: src/sys/ufs/ufs

2014-10-21 Thread Sergio Lopez
Module Name:src Committed By: slp Date: Tue Oct 21 10:39:26 UTC 2014 Modified Files: src/sys/ufs/ufs: ufs_extern.h ufs_inode.c ufs_vnops.c Log Message: Move and unify indirect block truncate algorithm into a separate function. Reviewed by joerg. To generate a diff of

CVS commit: src/sys/netinet

2014-10-21 Thread Hikaru Abe
Module Name:src Committed By: hikaru Date: Tue Oct 21 13:44:47 UTC 2014 Modified Files: src/sys/netinet: tcp_output.c Log Message: Fix wrong condition checking TSO capability. ipsec_used is not necessary condition. IPsec outbound policy will not be checked when ipsec_used

CVS commit: src/sys/fs/ptyfs

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Oct 21 16:05:01 UTC 2014 Modified Files: src/sys/fs/ptyfs: ptyfs_vfsops.c Log Message: Revert previous; it does not work with COMPAT_BSDPTY, screen(1) fails because it does a TIOCPTSNAME immediately after opening ptmx and

CVS commit: src/usr.sbin/sysinst

2014-10-21 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Oct 21 18:19:17 UTC 2014 Modified Files: src/usr.sbin/sysinst: mbr.c Log Message: On architectures that have no BIOS (and so do not set a BIOS geometry) we need to initialize the globals bsec, bcyl and bhead before using

CVS commit: src/distrib/sets

2014-10-21 Thread Alan Barrett
Module Name:src Committed By: apb Date: Tue Oct 21 23:15:38 UTC 2014 Modified Files: src/distrib/sets: join.awk Log Message: Add an unvis function and use it on file names in mtree specs. This should correct the problem that ./bin/[ was missing from the base.tgz set,

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

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 00:14:52 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/asan: asan_rtl.cc Log Message: remove default debugging code. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

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

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 00:15:16 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libsanitizer/interception: interception_linux.cc Log Message: the interceptors don't know about __RENAME() so add a kludge. To generate a

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 00:16:29 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Added Files: src/external/gpl3/gcc/lib/libasan: shlib_version Log Message: install a shared library version, now that we know how

CVS commit: src/sys/arch/evbarm

2014-10-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 22 00:24:53 UTC 2014 Modified Files: src/sys/arch/evbarm/awin: awin_machdep.c src/sys/arch/evbarm/conf: files.awin std.awin Added Files: src/sys/arch/evbarm/awin: awin_sysconfig.c awin_sysconfig.h Log

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

2014-10-21 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Wed Oct 22 00:46:16 UTC 2014 Modified Files: src/sys/arch/evbarm/conf: files.awin Log Message: defopt - defflag To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/evbarm/conf/files.awin Please note that

CVS commit: src/external/gpl3/gcc/lib/libasan

2014-10-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Oct 22 03:07:11 UTC 2014 Modified Files: src/external/gpl3/gcc/lib/libasan: Makefile Log Message: Go back to use the linux version which can be used for our stuff too now. To generate a diff of this commit: cvs rdiff -u