Re: svn commit: r258850 - in head/lib: libcapsicum libcasper

2013-12-03 Thread Gleb Smirnoff
On Mon, Dec 02, 2013 at 09:34:30PM +0100, Pawel Jakub Dawidek wrote: P On Mon, Dec 02, 2013 at 05:07:22PM +, Pawel Jakub Dawidek wrote: P P Author: pjd P P Date: Mon Dec 2 17:07:22 2013 P P New Revision: 258850 P P URL: http://svnweb.freebsd.org/changeset/base/258850 P P P P Log: P P

svn commit: r258866 - head/lib/libcasper

2013-12-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Dec 3 13:26:37 2013 New Revision: 258866 URL: http://svnweb.freebsd.org/changeset/base/258866 Log: Fix comparisons in assertions. Reported by: Coverity Coverity CID: 1130048 Modified: head/lib/libcasper/libcasper.c Modified: head/lib/libcasper/libcasper.c

svn commit: r258867 - head/sbin/casperd

2013-12-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Dec 3 13:28:05 2013 New Revision: 258867 URL: http://svnweb.freebsd.org/changeset/base/258867 Log: Initialize cookie before use. Reported by: Coverity Coverity CID: 1135292 Modified: head/sbin/casperd/casperd.c Modified: head/sbin/casperd/casperd.c

svn commit: r258868 - head

2013-12-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Dec 3 13:38:13 2013 New Revision: 258868 URL: http://svnweb.freebsd.org/changeset/base/258868 Log: Add libcapsicum and libcasper libraries that were moved from /usr/lib/ to /lib/. Reviewed by: glebius Modified: head/ObsoleteFiles.inc Modified:

svn commit: r258869 - head/sys/kern

2013-12-03 Thread John Baldwin
Author: jhb Date: Tue Dec 3 14:50:12 2013 New Revision: 258869 URL: http://svnweb.freebsd.org/changeset/base/258869 Log: Fix an off-by-one error in r228960. The maximum priority delta provided by SCHED_PRI_TICKS should be SCHED_PRI_RANGE - 1 so that the resulting priority value (before

svn commit: r258871 - head/sys/cam/ctl

2013-12-03 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 3 18:04:14 2013 New Revision: 258871 URL: http://svnweb.freebsd.org/changeset/base/258871 Log: Properly report an error instead of panicing when user tries to create LUN backed by non-disk device, e.g. /dev/null. Reviewed by: ken (earlier version) MFC

svn commit: r258873 - head/contrib/llvm/tools/lldb/source/Plugins/DynamicLoader/POSIX-DYLD

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 18:12:51 2013 New Revision: 258873 URL: http://svnweb.freebsd.org/changeset/base/258873 Log: Workaround lldb issue with main module base address On FreeBSD lldb sometimes reloads the the main module's (executable's) symbols at the wrong address. Work

svn commit: r258879 - in head/sys/dev/cxgbe: . common

2013-12-03 Thread Navdeep Parhar
Author: np Date: Tue Dec 3 18:34:52 2013 New Revision: 258879 URL: http://svnweb.freebsd.org/changeset/base/258879 Log: cxgbe(4): T4_SET_SCHED_CLASS and T4_SET_SCHED_QUEUE ioctls to program scheduling classes in the chip and to bind tx queue(s) to a scheduling class respectively. These

svn commit: r258884 - in head: contrib/llvm/tools/lldb/include/lldb contrib/llvm/tools/lldb/include/lldb/API contrib/llvm/tools/lldb/include/lldb/Breakpoint contrib/llvm/tools/lldb/include/lldb/Cor...

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 19:23:54 2013 New Revision: 258884 URL: http://svnweb.freebsd.org/changeset/base/258884 Log: Update LLDB to upstream r196259 snapshot Sponsored by: DARPA, AFRL Added: head/contrib/llvm/tools/lldb/include/lldb/API/SBPlatform.h - copied unchanged from

Re: svn commit: r258884 - in head: contrib/llvm/tools/lldb/include/lldb contrib/llvm/tools/lldb/include/lldb/API contrib/llvm/tools/lldb/include/lldb/Breakpoint contrib/llvm/tools/lldb/include/lldb/Co

2013-12-03 Thread Eitan Adler
On Tue, Dec 3, 2013 at 2:23 PM, Ed Maste ema...@freebsd.org wrote: Author: emaste Date: Tue Dec 3 19:23:54 2013 New Revision: 258884 URL: http://svnweb.freebsd.org/changeset/base/258884 Log: Update LLDB to upstream r196259 snapshot Thanks! When you update vendor sources can you please

svn commit: r258891 - head/lib/libc/sys

2013-12-03 Thread John Baldwin
Author: jhb Date: Tue Dec 3 21:00:13 2013 New Revision: 258891 URL: http://svnweb.freebsd.org/changeset/base/258891 Log: Various updates and tweaks to the wait(2) manpage. PR: docs/183904 Submitted by: Michael Galassi michaelgala...@gmail.com Reviewed by: kib, wblock

svn commit: r258892 - in head: contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD contrib/llvm/tools/lldb/source/Plugins/Process/POSIX lib/clang/liblldbPluginProcessFreeBSD

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 21:29:45 2013 New Revision: 258892 URL: http://svnweb.freebsd.org/changeset/base/258892 Log: lldb: Threaded inferior support for FreeBSD This is in the process of being submitted to the upstream LLDB repository. The thread list functionality is modelled

svn commit: r258893 - head/sys/kern

2013-12-03 Thread Colin Percival
Author: cperciva Date: Tue Dec 3 21:35:25 2013 New Revision: 258893 URL: http://svnweb.freebsd.org/changeset/base/258893 Log: Add a new sysctl / loader tunable kern.panic_reboot_wait_time which defaults to PANIC_REBOOT_WAIT_TIME (a long-existing kernel config setting). Use this

Re: svn commit: r258884 - in head: contrib/llvm/tools/lldb/include/lldb contrib/llvm/tools/lldb/include/lldb/API contrib/llvm/tools/lldb/include/lldb/Breakpoint contrib/llvm/tools/lldb/include/lldb/Co

2013-12-03 Thread Ed Maste
On 3 December 2013 15:48, Eitan Adler ead...@freebsd.org wrote: On Tue, Dec 3, 2013 at 2:23 PM, Ed Maste ema...@freebsd.org wrote: Author: emaste Date: Tue Dec 3 19:23:54 2013 New Revision: 258884 URL: http://svnweb.freebsd.org/changeset/base/258884 Log: Update LLDB to upstream r196259

svn commit: r258894 - head/etc

2013-12-03 Thread Colin Percival
Author: cperciva Date: Tue Dec 3 21:55:57 2013 New Revision: 258894 URL: http://svnweb.freebsd.org/changeset/base/258894 Log: The rc system aggressively caches the contents of /etc/rc.conf in order to improve boot performance; this produces arguably astonishing (non-)results if

svn commit: r258897 - in head/contrib/llvm/tools/lldb/source: Breakpoint Symbol

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 22:26:38 2013 New Revision: 258897 URL: http://svnweb.freebsd.org/changeset/base/258897 Log: Update LLDB to upstream r196322 snapshot Upstream revisions of note: r196298 - Fix use of std::lower_bound r196322 - Fix log message for new invalidation checks

svn commit: r258899 - head

2013-12-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Dec 3 23:16:08 2013 New Revision: 258899 URL: http://svnweb.freebsd.org/changeset/base/258899 Log: Only the shared library is installed in /lib/. Static library and symlink to shared library stays in /usr/lib/. Don't delete them. Reported by: jkim Modified:

svn commit: r258900 - head/sys/kern

2013-12-03 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Dec 4 00:10:37 2013 New Revision: 258900 URL: http://svnweb.freebsd.org/changeset/base/258900 Log: Break the loop once we know we have the SYF_CAPENABLED flag. Modified: head/sys/kern/makesyscalls.sh Modified: head/sys/kern/makesyscalls.sh

svn commit: r258901 - head/usr.sbin/mfiutil

2013-12-03 Thread Sean Bruno
Author: sbruno Date: Wed Dec 4 00:28:44 2013 New Revision: 258901 URL: http://svnweb.freebsd.org/changeset/base/258901 Log: svn r251516 resized the buf argument a bit too much. Pass a hardcoded size of 6 to humanize_number() to resolve this. PR: 184405 Submitted by: jhb

svn commit: r258902 - head/cddl/contrib/opensolaris/lib/libdtrace/common

2013-12-03 Thread Mark Johnston
Author: markj Date: Wed Dec 4 01:35:04 2013 New Revision: 258902 URL: http://svnweb.freebsd.org/changeset/base/258902 Log: The uaddr, ufunc, umod and usym functions all seem to work as expected on FreeBSD, so stop hiding them behind a #if defined(sun). Reported by: Prashanth Kumar

svn commit: r258903 - in head: cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/profile-n tools/test/dtrace

2013-12-03 Thread Mark Johnston
Author: markj Date: Wed Dec 4 01:40:39 2013 New Revision: 258903 URL: http://svnweb.freebsd.org/changeset/base/258903 Log: Enable some previously-disabled DTrace tests for umod, ufunc and usym. They expect the installed ksh binary to be named ksh, which is not the case when it's installed

svn commit: r258904 - head/sys/fs/ext2fs

2013-12-03 Thread Pedro F. Giffuni
Author: pfg Date: Wed Dec 4 02:27:52 2013 New Revision: 258904 URL: http://svnweb.freebsd.org/changeset/base/258904 Log: ext2fs: add two new reserved inodes. According to online documentation [1], Ext4 has two new special inodes so add the new exclude and replica inodes. Reference:

svn commit: r258905 - head/sbin/route

2013-12-03 Thread Eitan Adler
Author: eadler Date: Wed Dec 4 04:28:00 2013 New Revision: 258905 URL: http://svnweb.freebsd.org/changeset/base/258905 Log: Turn 'n' into a local variable. This is required for additional changes. Submitted by: Sebastian Huber sebastian.hu...@embedded-brains.de Modified:

svn commit: r258906 - head/sbin/route

2013-12-03 Thread Eitan Adler
Author: eadler Date: Wed Dec 4 04:28:49 2013 New Revision: 258906 URL: http://svnweb.freebsd.org/changeset/base/258906 Log: Add const qualifier where appropriate Submitted by: Sebastian Huber sebastian.hu...@embedded-brains.de Modified: head/sbin/route/route.c Modified:

svn commit: r258907 - head/sbin/route

2013-12-03 Thread Eitan Adler
Author: eadler Date: Wed Dec 4 04:29:52 2013 New Revision: 258907 URL: http://svnweb.freebsd.org/changeset/base/258907 Log: Add const qualifier where appropriate Submitted by: Sebastian Huber sebastian.hu...@embedded-brains.de Modified: head/sbin/route/route.c Modified:

Re: svn commit: r258901 - head/usr.sbin/mfiutil

2013-12-03 Thread Eitan Adler
On Tue, Dec 3, 2013 at 7:28 PM, Sean Bruno sbr...@freebsd.org wrote: Author: sbruno Date: Wed Dec 4 00:28:44 2013 New Revision: 258901 URL: http://svnweb.freebsd.org/changeset/base/258901 Log: svn r251516 resized the buf argument a bit too much. Pass a hardcoded size of 6 to

svn commit: r258908 - head/sbin/route

2013-12-03 Thread Eitan Adler
Author: eadler Date: Wed Dec 4 05:06:56 2013 New Revision: 258908 URL: http://svnweb.freebsd.org/changeset/base/258908 Log: Avoid using a static buffer in atalk_ntoa. This will help allow users to call route(1) as a library. Submitted by: Sebastian Huber

Re: svn commit: r258908 - head/sbin/route

2013-12-03 Thread Gleb Smirnoff
On Wed, Dec 04, 2013 at 05:06:56AM +, Eitan Adler wrote: E Author: eadler E Date: Wed Dec 4 05:06:56 2013 E New Revision: 258908 E URL: http://svnweb.freebsd.org/changeset/base/258908 E E Log: E Avoid using a static buffer in atalk_ntoa. This will help allow users to call route(1) as a

svn commit: r258909 - in head: sbin/mdconfig sys/dev/md sys/sys

2013-12-03 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Dec 4 07:38:23 2013 New Revision: 258909 URL: http://svnweb.freebsd.org/changeset/base/258909 Log: Add null backend to mdconfig(8). This does exactly what the name suggests, and is somewhat useful for benchmarking. MFC after:1 month No objections from:

Re: svn commit: r258909 - in head: sbin/mdconfig sys/dev/md sys/sys

2013-12-03 Thread Mateusz Guzik
On Wed, Dec 04, 2013 at 07:38:24AM +, Edward Tomasz Napierala wrote: Author: trasz Date: Wed Dec 4 07:38:23 2013 New Revision: 258909 URL: http://svnweb.freebsd.org/changeset/base/258909 Log: Add null backend to mdconfig(8). This does exactly what the name suggests, and is