svn commit: r337567 - in head: cddl/contrib/opensolaris/lib/libzfs/common cddl/contrib/opensolaris/lib/libzpool/common/sys sys/cddl/contrib/opensolaris/uts/common/fs/zfs sys/cddl/contrib/opensolari...

2018-08-09 Thread Matt Macy
Author: mmacy Date: Fri Aug 10 06:42:08 2018 New Revision: 337567 URL: https://svnweb.freebsd.org/changeset/base/337567 Log: Performance optimization of AVL tree comparator functions MFV: commit ee36c709c3d5f7040e1bd11f5c75318aa03e789f Author: Gvozden Neskovic Date: Sat Aug 27 20:1

svn commit: r337566 - head/tools/tools/sysbuild

2018-08-09 Thread Poul-Henning Kamp
Author: phk Date: Fri Aug 10 06:28:25 2018 New Revision: 337566 URL: https://svnweb.freebsd.org/changeset/base/337566 Log: Make distribution now happens from top of source tree. Silence debugging output Modified: head/tools/tools/sysbuild/sysbuild.sh Modified: head/tools/tools/sysbuild/

svn commit: r337562 - head/sys/powerpc/powerpc

2018-08-09 Thread Justin Hibbits
Author: jhibbits Date: Fri Aug 10 03:28:40 2018 New Revision: 337562 URL: https://svnweb.freebsd.org/changeset/base/337562 Log: powerpc: Add lwsync and ptesync 'sync' opcode variants to ddb disassembler The canonical form of sync is: sync L, E (if Category Elemental Memory Barriers i

Re: svn commit: r337518 - in head/sys: kern sys

2018-08-09 Thread Kyle Evans
On Thu, Aug 9, 2018 at 9:12 PM, Bruce Evans wrote: > On Fri, 10 Aug 2018, Bruce Evans wrote: > >> On Thu, 9 Aug 2018, Kyle Evans wrote: >> ... >>> >>> When you say you call msgbufinit() earlier-- before the static >>> environment is even setup, or at least after that? >> >> >> The above is with a

Re: svn commit: r337518 - in head/sys: kern sys

2018-08-09 Thread Bruce Evans
On Fri, 10 Aug 2018, Bruce Evans wrote: On Thu, 9 Aug 2018, Kyle Evans wrote: ... When you say you call msgbufinit() earlier-- before the static environment is even setup, or at least after that? The above is with a simplified version that first calls msgbufinit() after the static env is set

Re: svn commit: r337518 - in head/sys: kern sys

2018-08-09 Thread Bruce Evans
On Thu, 9 Aug 2018, Kyle Evans wrote: On Thu, Aug 9, 2018 at 6:22 PM, Bruce Evans wrote: ... The only obvious bug in (a later version of) the output is a missing newline for the tag. My dmesg output on amd64: X ---<>--<>---Test of early printf to msgbuf X GDB: debug ports: sio X KDB: curr

svn commit: r337560 - head/sys/contrib/ipfilter/netinet

2018-08-09 Thread Cy Schubert
Author: cy Date: Fri Aug 10 00:30:15 2018 New Revision: 337560 URL: https://svnweb.freebsd.org/changeset/base/337560 Log: Correct a comment. Should have been detected by ipf_nat_in() not ipf_nat_out(). MFC after:1 week X-MFC-with: r337558 Modified: head/sys/contrib/ipfilter/net

Re: svn commit: r337426 - head/sbin/ifconfig

2018-08-09 Thread Bruce Evans
On Tue, 7 Aug 2018, Mark Johnston wrote: Log: ifconfig: Fix use of _Noreturn. The _Noreturn is a function-specifier (like inline) which must preceed the declarator. Submitted by: Sebastian Huber MFC after: 1 week _Noreturn is even more broken than I knew. It should never be used.

svn commit: r337559 - head

2018-08-09 Thread Kyle Evans
Author: kevans Date: Fri Aug 10 00:10:57 2018 New Revision: 337559 URL: https://svnweb.freebsd.org/changeset/base/337559 Log: Makefile.inc1: Add libl to -legacy as well libl is needed for config(8), which is a bootstrap-tool. It is possible to build a system WITHOUT_TOOLCHAIN to exclude l

svn commit: r337558 - head/sys/contrib/ipfilter/netinet

2018-08-09 Thread Cy Schubert
Author: cy Date: Fri Aug 10 00:04:32 2018 New Revision: 337558 URL: https://svnweb.freebsd.org/changeset/base/337558 Log: Identify the return value (rval) that led to the IPv4 NAT failure in ipf_nat_checkout() and report it in the frb_natv4out and frb_natv4in dtrace probes. This is curr

Re: svn commit: r337518 - in head/sys: kern sys

2018-08-09 Thread Kyle Evans
On Thu, Aug 9, 2018 at 6:22 PM, Bruce Evans wrote: > On Thu, 9 Aug 2018, Kyle Evans wrote: > >> Log: >> kern: Add a BOOT_TAG marker at the beginning of boot dmesg >> >> From the "newly licensed to drive" PR department, add a BOOT_TAG marker >> (by >> default, --<>--, to the beginning of each bo

svn commit: r337557 - head/sys/conf

2018-08-09 Thread Glen Barber
Author: gjb Date: Fri Aug 10 00:01:21 2018 New Revision: 337557 URL: https://svnweb.freebsd.org/changeset/base/337557 Log: Rename head from -CURRENT to -ALPHA1 as part of the 12.0-RELEASE cycle. This commit marks the start of the code slush for the 12.0 cycle. Approved by: re (implici

svn commit: r337556 - head/release/tools

2018-08-09 Thread Glen Barber
Author: gjb Date: Thu Aug 9 23:43:10 2018 New Revision: 337556 URL: https://svnweb.freebsd.org/changeset/base/337556 Log: Invoke the growfs rc script for each boot on GCE. PR: 230275 Submitted by: gustavo.sca...@collabora.com MFC after:3 days Sponsored by: The FreeBSD F

Re: svn commit: r337554 - in head/sys/cam: . ata nvme scsi

2018-08-09 Thread Warner Losh
On Thu, Aug 9, 2018 at 3:56 PM, Scott Long wrote: > > > > On Aug 9, 2018, at 3:53 PM, Conrad Meyer wrote: > > > > Author: cem > > Date: Thu Aug 9 21:53:32 2018 > > New Revision: 337554 > > URL: https://svnweb.freebsd.org/changeset/base/337554 > > > > Log: > > cam(4): Add an xpt-neutral flag in

svn commit: r337555 - head/release/tools

2018-08-09 Thread Glen Barber
Author: gjb Date: Thu Aug 9 23:31:18 2018 New Revision: 337555 URL: https://svnweb.freebsd.org/changeset/base/337555 Log: Update and replace old rc daemons for GCE images. PR: 229000 Submitted by: helen.ko...@collabora.com MFC after:3 days Sponsored by: The FreeBSD Foun

Re: svn commit: r337518 - in head/sys: kern sys

2018-08-09 Thread Bruce Evans
On Thu, 9 Aug 2018, Kyle Evans wrote: Log: kern: Add a BOOT_TAG marker at the beginning of boot dmesg From the "newly licensed to drive" PR department, add a BOOT_TAG marker (by default, --<>--, to the beginning of each boot's dmesg. This makes it easier to do textproc magic to locate the s

Re: svn commit: r337554 - in head/sys/cam: . ata nvme scsi

2018-08-09 Thread Scott Long
> On Aug 9, 2018, at 3:53 PM, Conrad Meyer wrote: > > Author: cem > Date: Thu Aug 9 21:53:32 2018 > New Revision: 337554 > URL: https://svnweb.freebsd.org/changeset/base/337554 > > Log: > cam(4): Add an xpt-neutral flag indicating a valid panic CCB > > No functional change. > > Note that

svn commit: r337554 - in head/sys/cam: . ata nvme scsi

2018-08-09 Thread Conrad Meyer
Author: cem Date: Thu Aug 9 21:53:32 2018 New Revision: 337554 URL: https://svnweb.freebsd.org/changeset/base/337554 Log: cam(4): Add an xpt-neutral flag indicating a valid panic CCB No functional change. Note that this change is careful to set the CCB header xflags after foo_fill_b

svn commit: r337553 - head/sys/dev/cxgbe

2018-08-09 Thread Navdeep Parhar
Author: np Date: Thu Aug 9 21:52:51 2018 New Revision: 337553 URL: https://svnweb.freebsd.org/changeset/base/337553 Log: cxgbe(4): Add a sysctl to control the tx credit reclaim mechanism for netmap tx queues. There is no change in default behavior. Sponsored by: Chelsio Communications

Re: svn commit: r337535 - head/sbin/init

2018-08-09 Thread Warner Losh
On Thu, Aug 9, 2018 at 3:41 PM, Benjamin Kaduk wrote: > On Thu, Aug 9, 2018 at 11:03 AM, Conrad Meyer wrote: > >> On Thu, Aug 9, 2018 at 5:52 AM, Benjamin Kaduk wrote: >> > On Thu, Aug 9, 2018 at 7:17 AM, Edward Tomasz Napierala < >> tr...@freebsd.org> >> > wrote: >> >> Use NULLs instead of c

Re: svn commit: r337535 - head/sbin/init

2018-08-09 Thread Benjamin Kaduk
On Thu, Aug 9, 2018 at 11:03 AM, Conrad Meyer wrote: > On Thu, Aug 9, 2018 at 5:52 AM, Benjamin Kaduk wrote: > > On Thu, Aug 9, 2018 at 7:17 AM, Edward Tomasz Napierala < > tr...@freebsd.org> > > wrote: > >> Use NULLs instead of casted zeroes, for consistency. > > > > It's probably helpful to

svn commit: r337552 - in head: lib/clang lib/clang/include/llvm/Config lib/clang/libllvm share/man/man5 share/mk tools/build/options

2018-08-09 Thread Dimitry Andric
Author: dim Date: Thu Aug 9 21:28:31 2018 New Revision: 337552 URL: https://svnweb.freebsd.org/changeset/base/337552 Log: Add optional LLVM BPF target support BPF (eBPF) is an independent instruction set architecture which is introduced in Linux a few years ago. Originally, eBPF execute

svn commit: r337551 - head/sys/cam

2018-08-09 Thread Conrad Meyer
Author: cem Date: Thu Aug 9 21:20:07 2018 New Revision: 337551 URL: https://svnweb.freebsd.org/changeset/base/337551 Log: cam_ccb.h: Remove redundant declarations of static inline functions No functional change. They're unnecessarily confusing for tools like grep or ctags. Sponso

svn commit: r337550 - in head: share/man/man4 sys/dev/cxgbe

2018-08-09 Thread Navdeep Parhar
Author: np Date: Thu Aug 9 21:07:32 2018 New Revision: 337550 URL: https://svnweb.freebsd.org/changeset/base/337550 Log: cxgbe(4): Set fl_pktshift to 0 by default. Sponsored by: Chelsio Communications Modified: head/share/man/man4/cxgbe.4 head/sys/dev/cxgbe/t4_sge.c Modified: head/sh

Re: svn commit: r337549 - head/lib/libnv

2018-08-09 Thread Rodney W. Grimes
[ Charset UTF-8 unsupported, converting... ] > On Thu, Aug 9, 2018 at 3:29 PM, Kyle Evans wrote: > > Author: kevans > > Date: Thu Aug 9 20:29:44 2018 > > New Revision: 337549 > > URL: https://svnweb.freebsd.org/changeset/base/337549 > > > > Log: > > libnv: Remove -I${SRCTOP}/sys > > > > This

Re: svn commit: r337549 - head/lib/libnv

2018-08-09 Thread Kyle Evans
On Thu, Aug 9, 2018 at 3:29 PM, Kyle Evans wrote: > Author: kevans > Date: Thu Aug 9 20:29:44 2018 > New Revision: 337549 > URL: https://svnweb.freebsd.org/changeset/base/337549 > > Log: > libnv: Remove -I${SRCTOP}/sys > > This should have been done as part of r336019 -- including ${SRCTOP}/s

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Andrey V. Elsukov
On 09.08.2018 20:32, Rodney W. Grimes wrote: > [ text/html is unsupported, treating like TEXT/PLAIN ] > Can you resend in none html format please? Yes, sorry, I was AFK and tried to send via mobile phone.. -f options means "force", with -f ipfw(8) will not ask any questions and forcibly execute t

svn commit: r337549 - head/lib/libnv

2018-08-09 Thread Kyle Evans
Author: kevans Date: Thu Aug 9 20:29:44 2018 New Revision: 337549 URL: https://svnweb.freebsd.org/changeset/base/337549 Log: libnv: Remove -I${SRCTOP}/sys This should have been done as part of r336019 -- including ${SRCTOP}/sys is not a good business model for something that's build in l

svn commit: r337548 - head/sys/kern

2018-08-09 Thread Kyle Evans
Author: kevans Date: Thu Aug 9 19:09:06 2018 New Revision: 337548 URL: https://svnweb.freebsd.org/changeset/base/337548 Log: subr_prf: style(9) the sizeof Reported by: jkim, ian Modified: head/sys/kern/subr_prf.c Modified: head/sys/kern/subr_prf.c =

svn commit: r337547 - head/sys/vm

2018-08-09 Thread Mark Johnston
Author: markj Date: Thu Aug 9 18:25:49 2018 New Revision: 337547 URL: https://svnweb.freebsd.org/changeset/base/337547 Log: Account for the lowmem handlers in the inactive queue scan target. Before r329882 the target would be computed after lowmem handlers run and free pages. On some sy

Re: svn commit: r337546 - head/sys/kern

2018-08-09 Thread Ian Lepore
On Thu, 2018-08-09 at 17:53 +, Kyle Evans wrote: > Author: kevans > Date: Thu Aug  9 17:53:18 2018 > New Revision: 337546 > URL: https://svnweb.freebsd.org/changeset/base/337546 > > Log: >   subr_prf: Use "sizeof current_boot_tag" instead > > Modified: >   head/sys/kern/subr_prf.c > > Modifi

svn commit: r337546 - head/sys/kern

2018-08-09 Thread Kyle Evans
Author: kevans Date: Thu Aug 9 17:53:18 2018 New Revision: 337546 URL: https://svnweb.freebsd.org/changeset/base/337546 Log: subr_prf: Use "sizeof current_boot_tag" instead Modified: head/sys/kern/subr_prf.c Modified: head/sys/kern/subr_prf.c

svn commit: r337545 - in head/sys: conf kern sys

2018-08-09 Thread Kyle Evans
Author: kevans Date: Thu Aug 9 17:47:47 2018 New Revision: 337545 URL: https://svnweb.freebsd.org/changeset/base/337545 Log: BOOT_TAG: Make a config(5) option, expose as sysctl and loader tunable BOOT_TAG lived shortly in sys/msgbuf.h, but this wasn't necessarily great for changing it or

svn commit: r337544 - in head/sys: kern sys

2018-08-09 Thread Kyle Evans
Author: kevans Date: Thu Aug 9 17:42:27 2018 New Revision: 337544 URL: https://svnweb.freebsd.org/changeset/base/337544 Log: msgbuf: Light detailing (const'ify and bool'itize) Modified: head/sys/kern/subr_msgbuf.c head/sys/kern/subr_prf.c head/sys/sys/msgbuf.h Modified: head/sys/kern/su

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Rodney W. Grimes
[ text/html is unsupported, treating like TEXT/PLAIN ] Can you resend in none html format please? > 19:50, 9 ?? 2018 ??., "Rodney W. Grimes" > :-- Start of PGP > signed section.[ Charset UTF-8 unsupported, converting... ] />??On 09.08.2018 19:19, Rod

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Andrey V . Elsukov
___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Ian Lepore
On Thu, 2018-08-09 at 10:01 -0700, Rodney W. Grimes wrote: > > > > On Thu, 2018-08-09 at 09:49 -0700, Rodney W. Grimes wrote: > > > > > > -- Start of PGP signed section. > > > [ Charset UTF-8 unsupported, converting... ] > > > > > > > > > > > > On 09.08.2018 19:19, Rodney W. Grimes wrote: > > >

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Rodney W. Grimes
> On Thu, 2018-08-09 at 09:49 -0700, Rodney W. Grimes wrote: > > -- Start of PGP signed section. > > [ Charset UTF-8 unsupported, converting... ] > > > > > > On 09.08.2018 19:19, Rodney W. Grimes wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > table add/delete commands had the

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Ian Lepore
On Thu, 2018-08-09 at 09:49 -0700, Rodney W. Grimes wrote: > -- Start of PGP signed section. > [ Charset UTF-8 unsupported, converting... ] > > > > On 09.08.2018 19:19, Rodney W. Grimes wrote: > > > > > > > > > > > > > > > > > > > > > > > > table add/delete commands had the same behavior, "nat

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Rodney W. Grimes
-- Start of PGP signed section. [ Charset UTF-8 unsupported, converting... ] > On 09.08.2018 19:19, Rodney W. Grimes wrote: > table add/delete commands had the same behavior, "nat" already noted in > this list. What is the usage scenario do you use, where you need to fail > on bad de

svn commit: r337543 - head/share/mk

2018-08-09 Thread John Baldwin
Author: jhb Date: Thu Aug 9 16:42:13 2018 New Revision: 337543 URL: https://svnweb.freebsd.org/changeset/base/337543 Log: Correct default path of kernel modules. Modified: head/share/mk/bsd.own.mk Modified: head/share/mk/bsd.own.mk ===

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Andrey V. Elsukov
On 09.08.2018 19:19, Rodney W. Grimes wrote: table add/delete commands had the same behavior, "nat" already noted in this list. What is the usage scenario do you use, where you need to fail on bad delete? >>> >>> if [ ipfw delete ${1} ]; then >>> handle the missing rule >>> fi >>

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Rodney W. Grimes
> On 09.08.2018 18:48, Rodney W. Grimes wrote: > >>> This now means -q has 2 functions, silence most commands, > >>> and silently ignore errors on delete. > >>> > >>> That is a poor implementation of syntax and options. > >> > >> I think it makes "delete" command to have the same behavior as descri

Re: svn commit: r337535 - head/sbin/init

2018-08-09 Thread Conrad Meyer
On Thu, Aug 9, 2018 at 5:52 AM, Benjamin Kaduk wrote: > On Thu, Aug 9, 2018 at 7:17 AM, Edward Tomasz Napierala > wrote: >> Use NULLs instead of casted zeroes, for consistency. > > It's probably helpful to note explicitly that these are not in arguments to > varargs functions, I don't think it

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Andrey V. Elsukov
On 09.08.2018 18:48, Rodney W. Grimes wrote: >>> This now means -q has 2 functions, silence most commands, >>> and silently ignore errors on delete. >>> >>> That is a poor implementation of syntax and options. >> >> I think it makes "delete" command to have the same behavior as described >> for com

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Rodney W. Grimes
> On 09.08.2018 17:40, Rodney W. Grimes wrote: > >>> So now I can not code a quiet ipfw command that does fail when > >>> I give it a bad delete command :-(. > >> > >> Previously -q did not handled by delete command, so you can just use bad > >> "ipfw delete" without -q :) > > > > This now means -

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Andrey V. Elsukov
On 09.08.2018 17:40, Rodney W. Grimes wrote: >>> So now I can not code a quiet ipfw command that does fail when >>> I give it a bad delete command :-(. >> >> Previously -q did not handled by delete command, so you can just use bad >> "ipfw delete" without -q :) > > This now means -q has 2 function

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Rodney W. Grimes
-- Start of PGP signed section. [ Charset UTF-8 unsupported, converting... ] > On 09.08.2018 17:28, Rodney W. Grimes wrote: > >> Author: ae > >> Date: Thu Aug 9 12:46:30 2018 > >> New Revision: 337536 > >> URL: https://svnweb.freebsd.org/changeset/base/337536 > >> > >> Log: > >> If -q flag is sp

svn commit: r337540 - head/sys/dev/cxgbe

2018-08-09 Thread Navdeep Parhar
Author: np Date: Thu Aug 9 14:36:44 2018 New Revision: 337540 URL: https://svnweb.freebsd.org/changeset/base/337540 Log: cxgbe(4): Display pkt-size and burst-size in traffic class parameters. Modified: head/sys/dev/cxgbe/t4_sched.c Modified: head/sys/dev/cxgbe/t4_sched.c ===

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Andrey V. Elsukov
On 09.08.2018 17:28, Rodney W. Grimes wrote: >> Author: ae >> Date: Thu Aug 9 12:46:30 2018 >> New Revision: 337536 >> URL: https://svnweb.freebsd.org/changeset/base/337536 >> >> Log: >> If -q flag is specified, do not complain when we are trying to delete >> nonexistent NAT instance or nonexi

Re: svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Rodney W. Grimes
> Author: ae > Date: Thu Aug 9 12:46:30 2018 > New Revision: 337536 > URL: https://svnweb.freebsd.org/changeset/base/337536 > > Log: > If -q flag is specified, do not complain when we are trying to delete > nonexistent NAT instance or nonexistent rule. It would probably be better to not over

svn commit: r337539 - head/usr.sbin/cxgbetool

2018-08-09 Thread Navdeep Parhar
Author: np Date: Thu Aug 9 14:21:27 2018 New Revision: 337539 URL: https://svnweb.freebsd.org/changeset/base/337539 Log: cxgbetool(8): Userspace part of support for high priority filters on T6+. MFC after:1 week Sponsored by: Chelsio Communications Modified: head/usr.sbin/cxgbetoo

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

2018-08-09 Thread Navdeep Parhar
Author: np Date: Thu Aug 9 14:19:47 2018 New Revision: 337538 URL: https://svnweb.freebsd.org/changeset/base/337538 Log: cxgbe(4): Add support for high priority filters on T6+. They have their own region in the TCAM starting with T6, unlike previous chips where they were in the same region

svn commit: r337537 - in head/sys: kern netinet netinet6

2018-08-09 Thread Leandro Lupori
Author: luporl Date: Thu Aug 9 14:04:51 2018 New Revision: 337537 URL: https://svnweb.freebsd.org/changeset/base/337537 Log: [ppc] Fix kernel panic when using BOOTP_NFSROOT On PowerPC (and possibly other architectures), that doesn't use EARLY_AP_STARTUP, the config task queue may be used

Re: svn commit: r337535 - head/sbin/init

2018-08-09 Thread Benjamin Kaduk
On Thu, Aug 9, 2018 at 7:17 AM, Edward Tomasz Napierala wrote: > Author: trasz > Date: Thu Aug 9 12:17:03 2018 > New Revision: 337535 > URL: https://svnweb.freebsd.org/changeset/base/337535 > > Log: > Use NULLs instead of casted zeroes, for consistency. > It's probably helpful to note explici

svn commit: r337536 - head/sbin/ipfw

2018-08-09 Thread Andrey V. Elsukov
Author: ae Date: Thu Aug 9 12:46:30 2018 New Revision: 337536 URL: https://svnweb.freebsd.org/changeset/base/337536 Log: If -q flag is specified, do not complain when we are trying to delete nonexistent NAT instance or nonexistent rule. This allows execute batched `delete` commands and d

svn commit: r337535 - head/sbin/init

2018-08-09 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 9 12:17:03 2018 New Revision: 337535 URL: https://svnweb.freebsd.org/changeset/base/337535 Log: Use NULLs instead of casted zeroes, for consistency. MFC after:2 weeks Sponsored by: DARPA, AFRL Modified: head/sbin/init/init.c Modified: head/sbin/init/in

svn commit: r337534 - head/sbin/init

2018-08-09 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 9 12:13:08 2018 New Revision: 337534 URL: https://svnweb.freebsd.org/changeset/base/337534 Log: Refactor common code into execute_script(). Reviewed by: kib MFC after:2 weeks Sponsored by: DARPA, AFRL Differential Revision:https://reviews.free

svn commit: r337533 - in head/sys/contrib/ck: include/gcc/ppc include/spinlock src

2018-08-09 Thread Olivier Houchard
Author: cognet Date: Thu Aug 9 12:11:49 2018 New Revision: 337533 URL: https://svnweb.freebsd.org/changeset/base/337533 Log: Import CK as of commit 08813496570879fbcc2adcdd9ddc0a054361bfde, mostly to avoid using lwsync on ppc32. Modified: head/sys/contrib/ck/include/gcc/ppc/ck_pr.h head/

svn commit: r337530 - head/sbin/ldconfig

2018-08-09 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 9 11:46:12 2018 New Revision: 337530 URL: https://svnweb.freebsd.org/changeset/base/337530 Log: Make ldconfig(8) atomic, by removing an unneccessary call to unlink(2) before rename(2). Reviewed by: kib MFC after:2 weeks Sponsored by: DARPA, AFRL Dif

svn commit: r337529 - head/sys/i386/include

2018-08-09 Thread Hans Petter Selasky
Author: hselasky Date: Thu Aug 9 11:30:13 2018 New Revision: 337529 URL: https://svnweb.freebsd.org/changeset/base/337529 Log: Implement missing atomic_fcmpset_XXX() support for i386. This also fixes i386 build after r337527. MFC after:1 week Sponsored by: Mellan

svn commit: r337528 - in head: share/man/man4 sys/ddb

2018-08-09 Thread Andriy Gapon
Author: avg Date: Thu Aug 9 11:21:31 2018 New Revision: 337528 URL: https://svnweb.freebsd.org/changeset/base/337528 Log: add an option for ddb ps command to print process arguments We use ps to collect the information of all processes in textdump. But it doesn't contain process argument

Re: svn commit: r337497 - in head: . contrib/mdocml contrib/tnftp/src etc/root share/skel tools/tools/nanobsd/pcengines/Files/root tools/tools/nanobsd/rescue/Files/root usr.bin/mail usr.bin/man usr.bi

2018-08-09 Thread Renato Botelho
On 08/08/18 16:24, Alan Somers wrote: > Author: asomers > Date: Wed Aug 8 19:24:20 2018 > New Revision: 337497 > URL: https://svnweb.freebsd.org/changeset/base/337497 > > Log: > Switch the default pager for most commands to less > > Finally, a pager for the nineties. > > MFC after: N

svn commit: r337527 - in head/sys/compat/linuxkpi/common/include: asm linux

2018-08-09 Thread Hans Petter Selasky
Author: hselasky Date: Thu Aug 9 09:39:32 2018 New Revision: 337527 URL: https://svnweb.freebsd.org/changeset/base/337527 Log: Use atomic_fcmpset_XXX() instead of atomic_cmpset_XXX() when possible in the LinuxKPI. Suggested by: mjg @ MFC after:1 week Sponsored by: Mellanox Techno

svn commit: r337526 - head/share/vt/keymaps

2018-08-09 Thread Kevin Lo
Author: kevlo Date: Thu Aug 9 09:06:30 2018 New Revision: 337526 URL: https://svnweb.freebsd.org/changeset/base/337526 Log: Follow up to r333195, add us Macbook/Macbook Pro keyboard support. Tested by:rcyu Added: head/share/vt/keymaps/us.macbook.kbd (contents, props changed) Modified