CVS commit: src/sys/dev/pci

2013-07-05 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Jul 5 07:08:26 UTC 2013 Modified Files: src/sys/dev/pci: if_bge.c Log Message: Fix a link detect bug on non-autopoll systems. Same as OpenBSD (rev.1.329 and 1.336) and FreeBSD (r213710). To generate a diff of this commit:

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

2013-07-05 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Jul 5 15:45:17 UTC 2013 Modified Files: src/distrib/utils/embedded/conf: evbarm.conf Log Message: Keep both c: and d: paritions so this can work with systems that have RAW_PART as 2 or 3. Addresses PR/47688. To generate a di

CVS commit: src/distrib/sets/lists/debug

2013-07-05 Thread Nicolas Joly
Module Name:src Committed By: njoly Date: Fri Jul 5 15:30:36 UTC 2013 Modified Files: src/distrib/sets/lists/debug: mi Log Message: + clang-tblgen.debug, clang.debug, llvm-tblgen.debug To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/distrib/sets/lists/

CVS commit: src/tests/lib/libexecinfo

2013-07-05 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Fri Jul 5 09:55:39 UTC 2013 Modified Files: src/tests/lib/libexecinfo: t_backtrace.c Log Message: Put the vfork at the end. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/tests/lib/libexecinfo/t_backtrace.c Ple

CVS commit: src/sys/fs/udf

2013-07-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jul 5 20:04:57 UTC 2013 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Provide additional checks to udf_lookup and restructure it a bit. Should fix PR 47988 To generate a diff of this commit: cvs rdiff -u -r1.79

CVS commit: src/sys/fs/udf

2013-07-05 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Fri Jul 5 20:40:20 UTC 2013 Modified Files: src/sys/fs/udf: udf_vnops.c Log Message: Fixes chflags. They were silently rejected before but the VFS standard demands it complains with EOPNOTSUPP. Fixes chflags test case. To gen

CVS commit: src/usr.bin/make

2013-07-05 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Fri Jul 5 22:14:56 UTC 2013 Modified Files: src/usr.bin/make: compat.c job.c job.h Log Message: If commandShell hasErrCtl is true, set shellErrFlag for use by CompatRunCommand() so that behavior in jobs and compat mode remains consi