svn commit: r258913 - stable/10/sys/net

2013-12-03 Thread Craig Rodrigues
Author: rodrigc Date: Wed Dec 4 07:55:49 2013 New Revision: 258913 URL: http://svnweb.freebsd.org/changeset/base/258913 Log: MFC 258591 In vnet_route_uninit(), free some memory that is allocated in vnet_route_init(). To reproduce the problem: (1) Take a GENERIC kernel config, and a

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

svn commit: r258912 - stable/10/sys/netpfil/ipfw

2013-12-03 Thread Craig Rodrigues
Author: rodrigc Date: Wed Dec 4 07:50:18 2013 New Revision: 258912 URL: http://svnweb.freebsd.org/changeset/base/258912 Log: MFC r258588 In sys/netpfil/ipfw/ip_fw_nat.c:vnet_ipfw_nat_uninit() we call "IPFW_WLOCK(chain);". This lock gets deleted in sys/netpfil/ipfw/ip_fw2.c:vnet_ipfw_uni

svn commit: r258911 - stable/10/sys/vm

2013-12-03 Thread Craig Rodrigues
Author: rodrigc Date: Wed Dec 4 07:46:53 2013 New Revision: 258911 URL: http://svnweb.freebsd.org/changeset/base/258911 Log: MFC r258737 In keg_dtor(), print out the keg name in the "Freed UMA keg was not empty" message printed to the console. This makes it easier to track down the so

svn commit: r258910 - stable/10

2013-12-03 Thread Craig Rodrigues
Author: rodrigc Date: Wed Dec 4 07:45:08 2013 New Revision: 258910 URL: http://svnweb.freebsd.org/changeset/base/258910 Log: MFC r258738 Also mention that drill(1) can be used, now that nslookup and dig are no longer in the base system. Suggested by: peter Approved by: re (gjb) M

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: 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)

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 (older version) Discussed on:

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 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 humanize_number() t

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 Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c =

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 Modified: head/sbin/route/route.c Modified: head/sbin/route/route.c =

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 Modified: head/sbin/route/route.c Modified: head/sbin/rou

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: 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: 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 M

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 MF

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 =

Re: svn commit: r257876 - head/sys/dev/xen/control

2013-12-03 Thread Justin T. Gibbs
A request to merge is currently pending with re@. — Justin On Dec 3, 2013, at 4:18 PM, Adam McDougall wrote: > If 're' permits, could this be MFC'ed for 10.0? It isn't important > but it would be convenient. Thanks. > > On Sat, Nov 09, 2013 at 03:07:49AM +, Justin T. Gibbs wrote: > > A

Re: svn commit: r257876 - head/sys/dev/xen/control

2013-12-03 Thread Adam McDougall
If 're' permits, could this be MFC'ed for 10.0? It isn't important but it would be convenient. Thanks. On Sat, Nov 09, 2013 at 03:07:49AM +, Justin T. Gibbs wrote: Author: gibbs Date: Sat Nov 9 03:07:48 2013 New Revision: 257876 URL: http://svnweb.freebsd.org/changeset/base/257876

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: head

svn commit: r258898 - in stable/9: share/man/man4 sys/conf sys/dev/qlxgbe sys/modules sys/modules/qlxgbe

2013-12-03 Thread David C Somayajulu
Author: davidcs Date: Tue Dec 3 22:31:08 2013 New Revision: 258898 URL: http://svnweb.freebsd.org/changeset/base/258898 Log: MFC 250661,251076,251605,252580,254976,255003,258155 port dev/qlxgbe from HEAD Added: stable/9/share/man/man4/qlxgbe.4 - copied unchanged from r250661, head/sha

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: r258896 - vendor/lldb/lldb-r196322

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 22:16:33 2013 New Revision: 258896 URL: http://svnweb.freebsd.org/changeset/base/258896 Log: Tag (stripped) lldb r196322 Sponsored by: DARPA, AFRL Added: vendor/lldb/lldb-r196322/ - copied from r258895, vendor/lldb/dist/ __

svn commit: r258895 - in vendor/lldb/dist/source: Breakpoint Symbol

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 22:13:33 2013 New Revision: 258895 URL: http://svnweb.freebsd.org/changeset/base/258895 Log: Import lldb as of SVN r196322 (git 49c127ae) (A number of files not required for the FreeBSD build have been removed.) Sponsored by: DARPA, AFRL Modified: ven

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 /etc/rc.conf

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 wrote: > On Tue, Dec 3, 2013 at 2:23 PM, Ed Maste 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! >

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 now-variabl

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 in

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 Reviewed by: kib, wblock (earlier version) Modified:

svn commit: r258890 - stable/10/sys/netinet

2013-12-03 Thread Michael Tuexen
Author: tuexen Date: Tue Dec 3 20:55:37 2013 New Revision: 258890 URL: http://svnweb.freebsd.org/changeset/base/258890 Log: MFC r258574: Only initialize some mutexes for the default VNET. In r208160, sctp_it_ctl was made a global variable, across all VNETs. However, sctp_init() is c

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 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 include a br

svn commit: r258889 - stable/9/contrib/gdb/gdb

2013-12-03 Thread Konstantin Belousov
Author: kib Date: Tue Dec 3 20:06:58 2013 New Revision: 258889 URL: http://svnweb.freebsd.org/changeset/base/258889 Log: MFC r258663: Use sysctl KERN_PROC_SIGTRAMP to retrieve the signal trampoline location for the native amd64 ABI. This fixes unwinding over the signal frame after trampo

svn commit: r258888 - in stable/9/sys: compat/freebsd32 kern sys

2013-12-03 Thread Konstantin Belousov
Author: kib Date: Tue Dec 3 19:55:49 2013 New Revision: 25 URL: http://svnweb.freebsd.org/changeset/base/25 Log: MFC r258661: Add sysctl KERN_PROC_SIGTRAMP to retrieve signal trampoline location for the given process. Modified: stable/9/sys/compat/freebsd32/freebsd32.h stable/9

svn commit: r258887 - stable/10/contrib/gdb/gdb

2013-12-03 Thread Konstantin Belousov
Author: kib Date: Tue Dec 3 19:42:46 2013 New Revision: 258887 URL: http://svnweb.freebsd.org/changeset/base/258887 Log: MFC r258663: Use sysctl KERN_PROC_SIGTRAMP to retrieve the signal trampoline location for the native amd64 ABI. This fixes unwinding over the signal frame after trampo

svn commit: r258886 - stable/10/sys/amd64/include

2013-12-03 Thread Konstantin Belousov
Author: kib Date: Tue Dec 3 19:41:48 2013 New Revision: 258886 URL: http://svnweb.freebsd.org/changeset/base/258886 Log: MFC r258660: Fix sys/sysctl.h use for cc -m32 on amd64. Approved by: re (gjb) Modified: stable/10/sys/amd64/include/pcb.h stable/10/sys/amd64/include/segments.h

svn commit: r258885 - in stable/10/sys: compat/freebsd32 kern sys

2013-12-03 Thread Konstantin Belousov
Author: kib Date: Tue Dec 3 19:40:32 2013 New Revision: 258885 URL: http://svnweb.freebsd.org/changeset/base/258885 Log: MFC r258661: Add sysctl KERN_PROC_SIGTRAMP to retrieve signal trampoline location for the given process. Approved by: re (gjb) Modified: stable/10/sys/compat/fre

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 r

svn commit: r258883 - vendor/lldb/lldb-r196259

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 18:59:11 2013 New Revision: 258883 URL: http://svnweb.freebsd.org/changeset/base/258883 Log: Tag (stripped) lldb r196259 Sponsored by: DARPA, AFRL Added: vendor/lldb/lldb-r196259/ - copied from r258882, vendor/lldb/dist/ __

svn commit: r258882 - in vendor/lldb/dist: include/lldb include/lldb/API include/lldb/Breakpoint include/lldb/Core include/lldb/DataFormatters include/lldb/Expression include/lldb/Host include/lldb...

2013-12-03 Thread Ed Maste
Author: emaste Date: Tue Dec 3 18:51:59 2013 New Revision: 258882 URL: http://svnweb.freebsd.org/changeset/base/258882 Log: Import lldb as of SVN r196259 (git 3be86e5) (A number of files not required for the FreeBSD build have been removed.) Sponsored by: DARPA, AFRL Added: vendor/

svn commit: r258880 - stable/10/lib/libc/posix1e

2013-12-03 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 3 18:35:17 2013 New Revision: 258880 URL: http://svnweb.freebsd.org/changeset/base/258880 Log: MFC r258043: Fix typo. Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Modified: stable/10/lib/libc/posix1e/acl.3 Directory Properties: stable/

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 ca

svn commit: r258877 - stable/10/lib/libc/posix1e

2013-12-03 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 3 18:28:18 2013 New Revision: 258877 URL: http://svnweb.freebsd.org/changeset/base/258877 Log: MFC r258042: Fix description to actually make sense. Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Modified: stable/10/lib/libc/posix1e/acl_is_

svn commit: r258875 - stable/10/lib/libc/posix1e

2013-12-03 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Dec 3 18:18:35 2013 New Revision: 258875 URL: http://svnweb.freebsd.org/changeset/base/258875 Log: MFC r258041: Mention acl_get_brand_np(3). Approved by: re (gjb) Sponsored by: The FreeBSD Foundation Modified: stable/10/lib/libc/posix1e/acl.3 Directory Pr

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 aroun

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 after

svn commit: r258870 - in stable/9: lib/libc/sys sys/dev/drm2/i915 sys/kern sys/sys sys/vm usr.bin/kdump usr.bin/truss

2013-12-03 Thread John Baldwin
Author: jhb Date: Tue Dec 3 16:07:56 2013 New Revision: 258870 URL: http://svnweb.freebsd.org/changeset/base/258870 Log: MFC 253471,253620,254430,254538: Change mmap() to more optimally use superpages and provide support for tweaking alignment of virtual mappings. - Add a new address spac

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 nic

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: head/ObsoleteFiles

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: 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 =

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>