Re: Extra Clang Tools

2017-09-15 Thread Shane Ambler
On 16/09/2017 11:59, blubee blubeeme wrote: FreeBSD switched to clang as it's compiler some time ago; was clang extra tools: http://clang.llvm.org/extra/index.html ever ported over? If yes, where is it located? You will find them included in the llvm ports with EXTRAS enabled clang-tidy is in

Re: extending the maximum filename length (pointer to patch)[request for input]

2017-09-15 Thread Tomoaki AOKI
On Tue, 12 Sep 2017 14:46:12 -0230 "Jonathan Anderson" wrote: > On 12 Sep 2017, at 14:38, Julian Elischer wrote: > > > “〓是一个〓〓多字符文件名〓度的文件目的是命名一个文件用中文或者日文或者〓文字符并且要求字符〓度超〓八十五个字符然后拷〓〓文件到我〓的共享文件〓看看是否能〓拷〓〓文件到我.txt” > > (I have no idea what that says but apparently it's a real filename > > from a win

Re: Extra Clang Tools

2017-09-15 Thread blubee blubeeme
Is there any way to get the ports to provide them as well? Best On Sat, Sep 16, 2017 at 12:01 PM, blubee blubeeme wrote: > Thank you for the tips; I was due for a rebuild anyways, might as well > upgrade the kernel along the way. > > Best > > On Sat, Sep 16, 2017 at 10:53 AM, Allan Jude > wrot

Re: Extra Clang Tools

2017-09-15 Thread blubee blubeeme
Thank you for the tips; I was due for a rebuild anyways, might as well upgrade the kernel along the way. Best On Sat, Sep 16, 2017 at 10:53 AM, Allan Jude wrote: > On 2017-09-15 22:29, blubee blubeeme wrote: > > FreeBSD switched to clang as it's compiler some time ago; was clang extra > > tools

Re: Extra Clang Tools

2017-09-15 Thread Allan Jude
On 2017-09-15 22:29, blubee blubeeme wrote: > FreeBSD switched to clang as it's compiler some time ago; was clang extra > tools: http://clang.llvm.org/extra/index.html ever ported over? > > If yes, where is it located? > Best > ___ > freebsd-current@free

Extra Clang Tools

2017-09-15 Thread blubee blubeeme
FreeBSD switched to clang as it's compiler some time ago; was clang extra tools: http://clang.llvm.org/extra/index.html ever ported over? If yes, where is it located? Best ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/lis

Re: Panic: @r323525: iflib

2017-09-15 Thread Yuri Pankov
Just a "me too", with a different panic after this commit: Assertion (key.to) > 0 && (key.to) <= w_max_used_index && (key.to) < witness_count failed at sys/kern/subr_witness.c:2961 db_trace_self_wrapper() vpanic() kassert_panic() witness_checkorder() __mtx_lock_flags() vmem_xalloc() vmem_alloc

Re: Time to increase MAXPHYS?

2017-09-15 Thread Warner Losh
On Fri, Sep 15, 2017 at 9:18 AM, Nikolai Lifanov wrote: > On 6/3/17 11:55 PM, Allan Jude wrote: > > On 2017-06-03 22:35, Julian Elischer wrote: > >> On 4/6/17 4:59 am, Colin Percival wrote: > >>> On January 24, 1998, in what was later renumbered to SVN r32724, dyson@ > >>> wrote: > Add bette

Re: Time to increase MAXPHYS?

2017-09-15 Thread Nikolai Lifanov
On 6/3/17 11:55 PM, Allan Jude wrote: > On 2017-06-03 22:35, Julian Elischer wrote: >> On 4/6/17 4:59 am, Colin Percival wrote: >>> On January 24, 1998, in what was later renumbered to SVN r32724, dyson@ >>> wrote: Add better support for larger I/O clusters, including larger physical I/O.

Re: should MINIMAL boot?

2017-09-15 Thread Jakub Lach
The definition of a MINIMAL used is a specific one- it does not contain anything which can be loaded by modules. It could be a starting point to something else, but then, it still contains other things you probably not need. If I get the point, I would probably try to boot MINIMAL on a new hardw