svn commit: r362367 - head/usr.bin/diff

2020-06-18 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Fri Jun 19 06:48:16 2020 New Revision: 362367 URL: https://svnweb.freebsd.org/changeset/base/362367 Log: diff(1): Add EXAMPLES section Add examples for -r, -u, -N, -x, -q and -I Approved by: 0mp@ Differential Revision:https://reviews.f

svn commit: r362366 - in stable/11: sbin/ifconfig sys/net

2020-06-18 Thread Ravi Pokala
Author: rpokala Date: Fri Jun 19 06:35:57 2020 New Revision: 362366 URL: https://svnweb.freebsd.org/changeset/base/362366 Log: MFC r362078: Decode the "LACP Fast Timeout" LAGG option flag r286700 added the "lacp_fast_timeout" option to `ifconfig', but we forgot to include the new opt

svn commit: r362365 - head/sbin/md5

2020-06-18 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Fri Jun 19 06:23:55 2020 New Revision: 362365 URL: https://svnweb.freebsd.org/changeset/base/362365 Log: md5(1): Add EXAMPLES section Add EXAMLES covering -c, -s and -r Approved by: bcr@, 0mp@ Differential Revision:https://reviews.free

svn commit: r362364 - in stable/12: sbin/ifconfig sys/net

2020-06-18 Thread Ravi Pokala
Author: rpokala Date: Fri Jun 19 05:54:15 2020 New Revision: 362364 URL: https://svnweb.freebsd.org/changeset/base/362364 Log: MFC r362078: Decode the "LACP Fast Timeout" LAGG option flag r286700 added the "lacp_fast_timeout" option to `ifconfig', but we forgot to include the new opt

svn commit: r362363 - head/sys/vm

2020-06-18 Thread Mark Johnston
Author: markj Date: Fri Jun 19 04:18:20 2020 New Revision: 362363 URL: https://svnweb.freebsd.org/changeset/base/362363 Log: Restore a check unintentionally dropped in r362361. MFC with: r362361 Modified: head/sys/vm/vm_map.c Modified: head/sys/vm/vm_map.c ==

svn commit: r362362 - head/share/man/man4

2020-06-18 Thread Warner Losh
Author: imp Date: Fri Jun 19 04:09:35 2020 New Revision: 362362 URL: https://svnweb.freebsd.org/changeset/base/362362 Log: The actual name for MMCCAM sd block devices is sdda. Pointed out by: kibab@ Modified: head/share/man/man4/scsi.4 Modified: head/share/man/man4/scsi.4 ==

svn commit: r362361 - in head/sys: compat/linuxkpi/common/src vm

2020-06-18 Thread Mark Johnston
Author: markj Date: Fri Jun 19 03:32:04 2020 New Revision: 362361 URL: https://svnweb.freebsd.org/changeset/base/362361 Log: Add a helper function for validating VA ranges. Functions which take untrusted user ranges must validate against the bounds of the map, and also check for wraparoun

svn commit: r362360 - head/sys/vm

2020-06-18 Thread Mark Johnston
Author: markj Date: Fri Jun 19 03:31:46 2020 New Revision: 362360 URL: https://svnweb.freebsd.org/changeset/base/362360 Log: Fix a double object unlock in vm_object_backing_collapse_wait(). Reviewed by: kib Sponsored by: The FreeBSD Foundation Differential Revision:https://revi

svn commit: r362359 - head/sys/ufs/ffs

2020-06-18 Thread Kirk McKusick
Author: mckusick Date: Fri Jun 19 01:04:25 2020 New Revision: 362359 URL: https://svnweb.freebsd.org/changeset/base/362359 Log: The binary representation of the superblock (the fs structure) is written out verbatim to the disk: see ffs_sbput() in sys/ufs/ffs/ffs_subr.c. It contains a pointer

svn commit: r362358 - in head: sbin/newfs stand/libsa sys/geom/journal sys/geom/label sys/ufs/ffs usr.sbin/fstyp usr.sbin/quot

2020-06-18 Thread Kirk McKusick
Author: mckusick Date: Fri Jun 19 01:02:53 2020 New Revision: 362358 URL: https://svnweb.freebsd.org/changeset/base/362358 Log: Move the pointers stored in the superblock into a separate fs_summary_info structure. This change was originally done by the CheriBSD project as they need larger po

svn commit: r362357 - stable/12/sys/dev/nvme

2020-06-18 Thread Alexander Motin
Author: mav Date: Fri Jun 19 00:45:29 2020 New Revision: 362357 URL: https://svnweb.freebsd.org/changeset/base/362357 Log: MFC r362100: Fix config_intrhook leak on initial reset failure. Modified: stable/12/sys/dev/nvme/nvme_ctrlr.c Directory Properties: stable/12/ (props changed) Modifi

svn commit: r362356 - stable/12/sys/dev/sound/pci/hda

2020-06-18 Thread Alexander Motin
Author: mav Date: Fri Jun 19 00:44:35 2020 New Revision: 362356 URL: https://svnweb.freebsd.org/changeset/base/362356 Log: MFC r361835: Add bunch of HDA controller and codec IDs. Modified: stable/12/sys/dev/sound/pci/hda/hdac.c stable/12/sys/dev/sound/pci/hda/hdac.h stable/12/sys/dev/soun

svn commit: r362355 - stable/12/sys/dev/ahci

2020-06-18 Thread Alexander Motin
Author: mav Date: Fri Jun 19 00:43:44 2020 New Revision: 362355 URL: https://svnweb.freebsd.org/changeset/base/362355 Log: MFC r361816: Limit AHCI to only one MSI if more is not needed. My AMD Ryzen system has 4 AHCI controllers, each supporting 16 MSI vectors. Since two of the controller

svn commit: r362353 - in head/sys: arm64/broadcom/genet dev/mii

2020-06-18 Thread Mike Karels
Author: karels Date: Thu Jun 18 23:57:10 2020 New Revision: 362353 URL: https://svnweb.freebsd.org/changeset/base/362353 Log: Add support for bcm54213PE in brgphy. This chip is used in the Rasperry Pi 4, and is supported by the if_genet driver. Currently we use the ukphy mii driver, this

svn commit: r362352 - stable/12/sys/dev/cpufreq

2020-06-18 Thread Emmanuel Vadot
Author: manu Date: Thu Jun 18 23:31:56 2020 New Revision: 362352 URL: https://svnweb.freebsd.org/changeset/base/362352 Log: MFC r358555, r358799-r358800 r358555: cpufreq_dt: Improve multiple opp support When looking for cpu with the same OPP starts from the root /cpus node so each

svn commit: r362351 - in stable/12/sys/arm/allwinner: . a10 a13 a20 a31 a33 a64 a83t h3 h6

2020-06-18 Thread Emmanuel Vadot
Author: manu Date: Thu Jun 18 23:23:21 2020 New Revision: 362351 URL: https://svnweb.freebsd.org/changeset/base/362351 Log: MFC r356888, r356891 r356888: arm: allwinner: Fix padconf for interrupts information Add a eint_bank member to the allwinner_pins structure. On Allwinner SoCs

svn commit: r362350 - in stable/12/sys: arm/allwinner dev/iicbus/twsi dts/arm64/overlays modules/dtb/allwinner

2020-06-18 Thread Emmanuel Vadot
Author: manu Date: Thu Jun 18 23:21:12 2020 New Revision: 362350 URL: https://svnweb.freebsd.org/changeset/base/362350 Log: MFC r356276, r356609-r356610, r356637, r356798-r356800, r356802 r356276: arm: allwinner: aw_spi: Call bus_generic_attach This is needed when the driver is compi

svn commit: r362349 - in stable/12/sys: arm/allwinner arm/allwinner/clkng arm/allwinner/h6 arm64/conf conf

2020-06-18 Thread Emmanuel Vadot
Author: manu Date: Thu Jun 18 23:18:47 2020 New Revision: 362349 URL: https://svnweb.freebsd.org/changeset/base/362349 Log: MFC r353528-r353529 r353528: arm64: allwinner: Add Allwinner H6 Support This adds support for H6 SoC. Add a CCU driver for H6 that support all PLLs and most o

svn commit: r362348 - head/sbin/umount

2020-06-18 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jun 18 23:12:55 2020 New Revision: 362348 URL: https://svnweb.freebsd.org/changeset/base/362348 Log: Document that umount -A does not unmount /dev Reported by: kaktus Reviewed by: kaktus MFC after:1 week Differential Revision:h

svn commit: r362347 - head/libexec/rtld-elf

2020-06-18 Thread Konstantin Belousov
Author: kib Date: Thu Jun 18 23:07:58 2020 New Revision: 362347 URL: https://svnweb.freebsd.org/changeset/base/362347 Log: rtld: Apply relro to itself. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:https://reviews.freebsd.

svn commit: r362346 - head/libexec/rtld-elf

2020-06-18 Thread Konstantin Belousov
Author: kib Date: Thu Jun 18 23:06:05 2020 New Revision: 362346 URL: https://svnweb.freebsd.org/changeset/base/362346 Log: rtld: Parse own phdr and notes. Reviewed by: emaste Sponsored by: The FreeBSD Foundation MFC after:1 week Differential revision:https://reviews.freeb

svn commit: r362345 - stable/12/usr.sbin/services_mkdb

2020-06-18 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jun 18 22:10:06 2020 New Revision: 362345 URL: https://svnweb.freebsd.org/changeset/base/362345 Log: services: Add SSDP to service database This is used for UPnP and is registered in the IANA database. PR: 241573 Modified: stable/12/usr.sbin/services_

svn commit: r362344 - in stable/12/sys: arm/amlogic/aml8726 arm64/conf conf dev/mmc/host mips/ingenic

2020-06-18 Thread Emmanuel Vadot
Author: manu Date: Thu Jun 18 21:44:49 2020 New Revision: 362344 URL: https://svnweb.freebsd.org/changeset/base/362344 Log: MFC r349584, r349728, r349731, r350440, r350443, r351185, r353493, r353575, r355625, r355627, r355629, r356813 r349584: Since r349571 we need all the accessor to be

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

2020-06-18 Thread Pawel Biernacki
Author: kaktus Date: Thu Jun 18 21:42:54 2020 New Revision: 362343 URL: https://svnweb.freebsd.org/changeset/base/362343 Log: hw.bus.info: rework handler hw.bus.info was added in r68522 as a node, but there was never anything connected "behind" it. Its only purpose is to return a struct

Re: svn commit: r362285 - head/sys/dev/pci

2020-06-18 Thread Ed Maste
On Thu, 18 Jun 2020 at 08:48, Jessica Clarke wrote: > > On 18 Jun 2020, at 13:23, Ed Maste wrote: > > On Wed, 17 Jun 2020 at 15:56, Andrew Turner wrote: > >> > >> Author: andrew > >> Date: Wed Jun 17 19:56:17 2020 > >> New Revision: 362285 > >> URL: https://svnweb.freebsd.org/changeset/base/3622

svn commit: r362342 - head/sys/compat/linux

2020-06-18 Thread Konstantin Belousov
Author: kib Date: Thu Jun 18 20:49:56 2020 New Revision: 362342 URL: https://svnweb.freebsd.org/changeset/base/362342 Log: Fix execution of linux binary from multithreaded non-Linux process. If multithreaded non-Linux process execs Linux binary, then non-Linux threads different from the o

svn commit: r362341 - head/contrib/llvm-project/llvm/lib/Analysis

2020-06-18 Thread Dimitry Andric
Author: dim Date: Thu Jun 18 20:41:43 2020 New Revision: 362341 URL: https://svnweb.freebsd.org/changeset/base/362341 Log: Merge commit 0cecafd647cc from llvm git (by Alina Sbirlea): [BasicAA] Make BasicAA a cfg pass. Summary: Part of the changes in D44564 made BasicAA not CFG

svn commit: r362340 - stable/12/sys/dev/nvme

2020-06-18 Thread Alexander Motin
Author: mav Date: Thu Jun 18 20:25:42 2020 New Revision: 362340 URL: https://svnweb.freebsd.org/changeset/base/362340 Log: MFC r360504 (by imp): Style(9) nit: put function name at start of line. Modified: stable/12/sys/dev/nvme/nvme_ns.c Directory Properties: stable/12/ (props changed) M

svn commit: r362339 - stable/12/sys/dev/nvme

2020-06-18 Thread Alexander Motin
Author: mav Date: Thu Jun 18 20:23:46 2020 New Revision: 362339 URL: https://svnweb.freebsd.org/changeset/base/362339 Log: MFC r360503 (by imp): Move / reword a comment. Explain what we're doing with mapping CAM's notion of a LUN to NVMe's notion of a namespace. Modified: stable/12/sys

svn commit: r362338 - in head: share/man/man4 sys/conf sys/kern sys/netinet sys/netinet6 sys/netipsec sys/netpfil/pf

2020-06-18 Thread Mark Johnston
Author: markj Date: Thu Jun 18 19:32:34 2020 New Revision: 362338 URL: https://svnweb.freebsd.org/changeset/base/362338 Log: Add the SCTP_SUPPORT kernel option. This is in preparation for enabling a loadable SCTP stack. Analogous to IPSEC/IPSEC_SUPPORT, the SCTP_SUPPORT kernel option mus

svn commit: r362337 - head/sys/dev/nvme

2020-06-18 Thread Alexander Motin
Author: mav Date: Thu Jun 18 19:16:03 2020 New Revision: 362337 URL: https://svnweb.freebsd.org/changeset/base/362337 Log: Make polled request timeout less invasive. Instead of panic after one second of polling, make the normal timeout handler to activate, reset the controller and abort t

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

2020-06-18 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jun 18 19:03:20 2020 New Revision: 362336 URL: https://svnweb.freebsd.org/changeset/base/362336 Log: Fix a typo in cpuset_getdomain.2 PR: 247385 Reported by: Paul Floyd MFC after:1 week Modified: head/lib/libc/sys/cpuset_get

svn commit: r362335 - svnadmin/conf

2020-06-18 Thread Joseph Mingrone
Author: jrm (ports committer) Date: Thu Jun 18 18:18:09 2020 New Revision: 362335 URL: https://svnweb.freebsd.org/changeset/base/362335 Log: Retire idle commit bits for hiren, miwi, and oleg Approved by: core (bcr) Differential Revision:https://reviews.freebsd.org/D25347 Modifie

svn commit: r362334 - head/contrib/flex

2020-06-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 18 18:16:13 2020 New Revision: 362334 URL: https://svnweb.freebsd.org/changeset/base/362334 Log: Remove the unnecessary configure.ac. Deleted: head/contrib/flex/configure.ac ___ svn-src-all@freebsd.org mailing list https:/

svn commit: r362333 - in head: contrib/flex contrib/flex/src usr.bin/lex usr.bin/lex/lib

2020-06-18 Thread Jung-uk Kim
Author: jkim Date: Thu Jun 18 18:09:16 2020 New Revision: 362333 URL: https://svnweb.freebsd.org/changeset/base/362333 Log: MFV: r362286 Merge flex 2.6.4. Added: head/contrib/flex/README.md - copied unchanged from r362286, vendor/flex/dist/README.md head/contrib/flex/configure.ac

Re: svn commit: r362126 - head/sys/vm

2020-06-18 Thread Conrad Meyer
On Thu, Jun 18, 2020 at 10:19 AM John Baldwin wrote: > > On 6/17/20 5:48 PM, Conrad Meyer wrote: > > db_printf checks the pager, via db_putc. > > It doesn't break out of the loops for you though (e.g. via setjmp or the > like). Commands still have to check db_pager_quit directly if they wish > to

Re: svn commit: r362126 - head/sys/vm

2020-06-18 Thread John Baldwin
On 6/17/20 5:48 PM, Conrad Meyer wrote: > On Wed, Jun 17, 2020 at 10:50 AM John Baldwin wrote: >> >> On 6/12/20 3:33 PM, Conrad Meyer wrote: >>> On Fri, Jun 12, 2020 at 2:53 PM Eric van Gyzen wrote: Honor db_pager_quit in some vm_object ddb commands These can be rather verbose.

svn commit: r362332 - head/lib/libc/net

2020-06-18 Thread Michael Tuexen
Author: tuexen Date: Thu Jun 18 16:22:09 2020 New Revision: 362332 URL: https://svnweb.freebsd.org/changeset/base/362332 Log: Whitespace changes, not functional change intended. MFC after:1 week Modified: head/lib/libc/net/sctp_sys_calls.c Modified: head/lib/libc/net/sctp_sy

svn commit: r362331 - in stable/11/sys: dev/xen/console dev/xen/control dev/xen/evtchn x86/xen

2020-06-18 Thread Roger Pau Monné
Author: royger Date: Thu Jun 18 15:44:40 2020 New Revision: 362331 URL: https://svnweb.freebsd.org/changeset/base/362331 Log: MFC r352925: xen/ctrl: acknowledge all control requests MFC r357616: xen/console: fix priority of Xen console MFC r361274: dev/xenstore: fix return with locks held

svn commit: r362330 - head/tests/sys/audit

2020-06-18 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Jun 18 15:41:16 2020 New Revision: 362330 URL: https://svnweb.freebsd.org/changeset/base/362330 Log: Make audit tests depend on /dev/auditpipe. This should fix some 416 failing tests on armv7: https://ci.freebsd.org/job/FreeBSD-head-armv7-test/lastCompletedBuild/t

svn commit: r362329 - in stable/12/sys: dev/xen/console dev/xen/control dev/xen/evtchn x86/xen

2020-06-18 Thread Roger Pau Monné
Author: royger Date: Thu Jun 18 15:15:04 2020 New Revision: 362329 URL: https://svnweb.freebsd.org/changeset/base/362329 Log: MFC r352925: xen/ctrl: acknowledge all control requests MFC r357616: xen/console: fix priority of Xen console MFC r361274: dev/xenstore: fix return with locks held

svn commit: r362328 - head/usr.bin/split

2020-06-18 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Jun 18 15:14:10 2020 New Revision: 362328 URL: https://svnweb.freebsd.org/changeset/base/362328 Log: split(1): Add EXAMPLES section Add EXAMPLES covering -d, -n and -p Include small explanation about the size of the chunks for the -n option

Re: svn commit: r345726 - head/sys/dev/xen/blkfront

2020-06-18 Thread Roger Pau Monné
On Sat, Mar 30, 2019 at 07:20:28AM +, Pawel Jakub Dawidek wrote: > Author: pjd > Date: Sat Mar 30 07:20:28 2019 > New Revision: 345726 > URL: https://svnweb.freebsd.org/changeset/base/345726 > > Log: > Implement support for online disk capacity changes. > > Obtained from: Fudo Secu

svn commit: r362327 - in head/usr.bin: banner basename limits vmstat

2020-06-18 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Jun 18 13:19:56 2020 New Revision: 362327 URL: https://svnweb.freebsd.org/changeset/base/362327 Log: Add HISTORY sections to banner(6), basename(1), limits(1) and vmstat(8) Reviewed by: bcr (mentor) Approved by: bcr (mentor) MFC after:7 days

svn commit: r362326 - head/lib/libc/stdio

2020-06-18 Thread Gordon Bergling
Author: gbe (doc committer) Date: Thu Jun 18 13:13:04 2020 New Revision: 362326 URL: https://svnweb.freebsd.org/changeset/base/362326 Log: fgetln(3): Add a Caveats Section Reviewed by: yuripv, bcr (mentor) Approved by: bcr (mentror) Obtained from:OpenBSD MFC after:7 days

Re: svn commit: r362285 - head/sys/dev/pci

2020-06-18 Thread Jessica Clarke
On 18 Jun 2020, at 13:23, Ed Maste wrote: > On Wed, 17 Jun 2020 at 15:56, Andrew Turner wrote: >> >> Author: andrew >> Date: Wed Jun 17 19:56:17 2020 >> New Revision: 362285 >> URL: https://svnweb.freebsd.org/changeset/base/362285 >> >> Log: >> Clean up the pci host generic driver > ... >> >>

svn commit: r362325 - head/usr.sbin/efivar

2020-06-18 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jun 18 12:29:24 2020 New Revision: 362325 URL: https://svnweb.freebsd.org/changeset/base/362325 Log: Fix the --guid flag description MFC after:2 weeks Modified: head/usr.sbin/efivar/efivar.8 Modified: head/usr.sbin/efivar/efivar.8

Re: svn commit: r362285 - head/sys/dev/pci

2020-06-18 Thread Ed Maste
On Wed, 17 Jun 2020 at 15:56, Andrew Turner wrote: > > Author: andrew > Date: Wed Jun 17 19:56:17 2020 > New Revision: 362285 > URL: https://svnweb.freebsd.org/changeset/base/362285 > > Log: > Clean up the pci host generic driver ... > > + /* Translate the address from a PCI address to a p

Re: svn commit: r362318 - head/usr.bin/tee

2020-06-18 Thread Mateusz Piotrowski
On 6/18/20 2:32 PM, Fernando Apesteguía wrote: > On Thu, Jun 18, 2020 at 12:56 PM Yuri Pankov wrote: >> >> Fernando Apesteguía wrote: >>> Author: fernape (ports committer) >>> Date: Thu Jun 18 10:48:37 2020 >>> New Revision: 362318 >>> URL: https://svnweb.freebsd.org/changeset/base/362318 >>> >>>

Re: svn commit: r362318 - head/usr.bin/tee

2020-06-18 Thread Fernando Apesteguía
On Thu, Jun 18, 2020 at 12:56 PM Yuri Pankov wrote: > > Fernando Apesteguía wrote: > > Author: fernape (ports committer) > > Date: Thu Jun 18 10:48:37 2020 > > New Revision: 362318 > > URL: https://svnweb.freebsd.org/changeset/base/362318 > > > > Log: > >tee(1): Add EXAMPLES section > > > >

svn commit: r362324 - head/usr.bin/fstat

2020-06-18 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jun 18 11:18:26 2020 New Revision: 362324 URL: https://svnweb.freebsd.org/changeset/base/362324 Log: Clean up and improve manual page for fuser(1) - Mention option's arguments in the list of options (so that now we mention "-N system" instead

Re: svn commit: r362318 - head/usr.bin/tee

2020-06-18 Thread Yuri Pankov
Fernando Apesteguía wrote: Author: fernape (ports committer) Date: Thu Jun 18 10:48:37 2020 New Revision: 362318 URL: https://svnweb.freebsd.org/changeset/base/362318 Log: tee(1): Add EXAMPLES section Probably the simplest one ever. Approved by: gbe@, 0mp@ Differential Revis

svn commit: r362323 - stable/11/sys/compat/linuxkpi/common/include/linux

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:55:46 2020 New Revision: 362323 URL: https://svnweb.freebsd.org/changeset/base/362323 Log: MFC r361828: Ensure pci_channel_offline() actually queries the PCI register space, and not only the software cache of that register. Else pci_channel_offline() w

DR for r362298

2020-06-18 Thread Fernando Apesteguía
DR for r362298 is https://reviews.freebsd.org/D25197 approved by bcr@ ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

svn commit: r362322 - stable/12/sys/compat/linuxkpi/common/include/linux

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:53:40 2020 New Revision: 362322 URL: https://svnweb.freebsd.org/changeset/base/362322 Log: MFC r361828: Ensure pci_channel_offline() actually queries the PCI register space, and not only the software cache of that register. Else pci_channel_offline() w

svn commit: r362321 - head/usr.sbin/periodic

2020-06-18 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jun 18 10:52:51 2020 New Revision: 362321 URL: https://svnweb.freebsd.org/changeset/base/362321 Log: Improve periodic(8) manual page presentation - Update synopsis to present all available arguments. - Consistently call the argument specifying a

svn commit: r362320 - in stable/11/sys: compat/linuxkpi/common/include/linux sys

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:50:59 2020 New Revision: 362320 URL: https://svnweb.freebsd.org/changeset/base/362320 Log: MFC r361724: Implement __is_constexpr() function macro in the LinuxKPI. Bump the FreeBSD version. Sponsored by: Mellanox Technologies Modified: stable/11/sy

svn commit: r362319 - in stable/12/sys: compat/linuxkpi/common/include/linux sys

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:49:49 2020 New Revision: 362319 URL: https://svnweb.freebsd.org/changeset/base/362319 Log: MFC r361724: Implement __is_constexpr() function macro in the LinuxKPI. Bump the FreeBSD version. Sponsored by: Mellanox Technologies Modified: stable/12/sy

svn commit: r362318 - head/usr.bin/tee

2020-06-18 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Jun 18 10:48:37 2020 New Revision: 362318 URL: https://svnweb.freebsd.org/changeset/base/362318 Log: tee(1): Add EXAMPLES section Probably the simplest one ever. Approved by: gbe@, 0mp@ Differential Revision:https://reviews.freebsd

svn commit: r362317 - stable/11/sys/compat/linuxkpi/common/include/linux

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:47:30 2020 New Revision: 362317 URL: https://svnweb.freebsd.org/changeset/base/362317 Log: MFC r361723: Implement struct_size() function macro in the LinuxKPI. Sponsored by: Mellanox Technologies Modified: stable/11/sys/compat/linuxkpi/common/includ

svn commit: r362316 - stable/12/sys/compat/linuxkpi/common/include/linux

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:46:58 2020 New Revision: 362316 URL: https://svnweb.freebsd.org/changeset/base/362316 Log: MFC r361723: Implement struct_size() function macro in the LinuxKPI. Sponsored by: Mellanox Technologies Modified: stable/12/sys/compat/linuxkpi/common/includ

svn commit: r362315 - stable/11/sys/compat/linuxkpi/common/include/linux

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:46:05 2020 New Revision: 362315 URL: https://svnweb.freebsd.org/changeset/base/362315 Log: MFC r361722: Implement BUILD_BUG_ON_ZERO() in the LinuxKPI. Tested using gcc and clang. Sponsored by: Mellanox Technologies Modified: stable/11/sys/compat/l

svn commit: r362314 - stable/12/sys/compat/linuxkpi/common/include/linux

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:45:30 2020 New Revision: 362314 URL: https://svnweb.freebsd.org/changeset/base/362314 Log: MFC r361722: Implement BUILD_BUG_ON_ZERO() in the LinuxKPI. Tested using gcc and clang. Sponsored by: Mellanox Technologies Modified: stable/12/sys/compat/l

svn commit: r362313 - stable/10/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:41:51 2020 New Revision: 362313 URL: https://svnweb.freebsd.org/changeset/base/362313 Log: MFC r362045: Make sure packets generated by raw IP code is let through by mlx5en(4). Allow the TCP header to reside in the mbuf following the IP header. Else s

svn commit: r362312 - stable/11/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:40:16 2020 New Revision: 362312 URL: https://svnweb.freebsd.org/changeset/base/362312 Log: MFC r362045: Make sure packets generated by raw IP code is let through by mlx5en(4). Allow the TCP header to reside in the mbuf following the IP header. Else s

svn commit: r362311 - stable/12/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:38:02 2020 New Revision: 362311 URL: https://svnweb.freebsd.org/changeset/base/362311 Log: MFC r362045: Make sure packets generated by raw IP code is let through by mlx5en(4). Allow the TCP header to reside in the mbuf following the IP header. Else s

svn commit: r362310 - stable/10/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:31:21 2020 New Revision: 362310 URL: https://svnweb.freebsd.org/changeset/base/362310 Log: MFC r362044: Extend use of unlikely() in the fast path, in mlx5en(4). Typically the TCP/IP headers fit within the first mbuf and should not trigger any of the

svn commit: r362309 - stable/11/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:20:16 2020 New Revision: 362309 URL: https://svnweb.freebsd.org/changeset/base/362309 Log: MFC r362044: Extend use of unlikely() in the fast path, in mlx5en(4). Typically the TCP/IP headers fit within the first mbuf and should not trigger any of the

svn commit: r362308 - stable/12/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:19:37 2020 New Revision: 362308 URL: https://svnweb.freebsd.org/changeset/base/362308 Log: MFC r362044: Extend use of unlikely() in the fast path, in mlx5en(4). Typically the TCP/IP headers fit within the first mbuf and should not trigger any of the

svn commit: r362307 - stable/10/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:17:36 2020 New Revision: 362307 URL: https://svnweb.freebsd.org/changeset/base/362307 Log: MFC r362043: Use const keyword when parsing the TCP/IP header in the fast path in mlx5en(4). When parsing the TCP/IP header in the fast path, make it clear by u

svn commit: r362306 - stable/11/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:12:17 2020 New Revision: 362306 URL: https://svnweb.freebsd.org/changeset/base/362306 Log: MFC r362043: Use const keyword when parsing the TCP/IP header in the fast path in mlx5en(4). When parsing the TCP/IP header in the fast path, make it clear by u

svn commit: r362305 - stable/12/sys/dev/mlx5/mlx5_en

2020-06-18 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jun 18 10:08:41 2020 New Revision: 362305 URL: https://svnweb.freebsd.org/changeset/base/362305 Log: MFC r362043: Use const keyword when parsing the TCP/IP header in the fast path in mlx5en(4). When parsing the TCP/IP header in the fast path, make it clear by u

svn commit: r362304 - in stable/12/sys/dev: netmap virtio/network

2020-06-18 Thread Vincenzo Maffione
Author: vmaffione Date: Thu Jun 18 10:03:17 2020 New Revision: 362304 URL: https://svnweb.freebsd.org/changeset/base/362304 Log: MFC r362076 netmap: introduce netmap_kring_on() This function returns NULL if the ring identified by queue id and direction is in netmap mode. Otherwise

svn commit: r362303 - stable/11/sys/netpfil/ipfw

2020-06-18 Thread Eugene Grosbein
Author: eugen Date: Thu Jun 18 08:38:54 2020 New Revision: 362303 URL: https://svnweb.freebsd.org/changeset/base/362303 Log: MFC r361789: ipfw: unbreak matching with big table type flow. Modified: stable/11/sys/netpfil/ipfw/ip_fw_table_algo.c Directory Properties: stable/11/ (props change

svn commit: r362302 - stable/12/sys/netpfil/ipfw

2020-06-18 Thread Eugene Grosbein
Author: eugen Date: Thu Jun 18 08:37:56 2020 New Revision: 362302 URL: https://svnweb.freebsd.org/changeset/base/362302 Log: MFC r361789: ipfw: unbreak matching with big table type flow. Modified: stable/12/sys/netpfil/ipfw/ip_fw_table_algo.c Directory Properties: stable/12/ (props change

svn commit: r362301 - stable/11/sbin/ifconfig

2020-06-18 Thread Eugene Grosbein
Author: eugen Date: Thu Jun 18 08:35:51 2020 New Revision: 362301 URL: https://svnweb.freebsd.org/changeset/base/362301 Log: MFC r361790: ifconfig(8): make it possible to filter output by interface group. Modified: stable/11/sbin/ifconfig/ifconfig.8 stable/11/sbin/ifconfig/ifconfig.c Direc

svn commit: r362300 - stable/12/sbin/ifconfig

2020-06-18 Thread Eugene Grosbein
Author: eugen Date: Thu Jun 18 08:33:36 2020 New Revision: 362300 URL: https://svnweb.freebsd.org/changeset/base/362300 Log: MFC r361790: ifconfig(8): make it possible to filter output by interface group. Modified: stable/12/sbin/ifconfig/ifconfig.8 stable/12/sbin/ifconfig/ifconfig.c Direc

svn commit: r362299 - head/usr.bin/lockf

2020-06-18 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Jun 18 08:31:04 2020 New Revision: 362299 URL: https://svnweb.freebsd.org/changeset/base/362299 Log: lockf(1): Add EXAMPLES section * Add pretty small EXAMPLES section * While here, fix a warning in line 98 (new sentence in new line) Appr

svn commit: r362298 - head/usr.bin/nl

2020-06-18 Thread Fernando Apesteguía
Author: fernape (ports committer) Date: Thu Jun 18 08:26:26 2020 New Revision: 362298 URL: https://svnweb.freebsd.org/changeset/base/362298 Log: nl(1): Add EXAMPLES section Add EXAMPLES section covering flags -b[ap] -n -i -s -v Approved by: bcr@ Differential Revision:Add EXA

svn commit: r362297 - stable/11/usr.bin/mkimg

2020-06-18 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jun 18 07:35:18 2020 New Revision: 362297 URL: https://svnweb.freebsd.org/changeset/base/362297 Log: MFC 361940: Use Fl instead of Ar for long flags Also, bump date after r361935. Modified: stable/11/usr.bin/mkimg/mkimg.1 Directory Propert

svn commit: r362296 - stable/12/usr.bin/mkimg

2020-06-18 Thread Mateusz Piotrowski
Author: 0mp (doc,ports committer) Date: Thu Jun 18 07:34:30 2020 New Revision: 362296 URL: https://svnweb.freebsd.org/changeset/base/362296 Log: MFC 361940: Use Fl instead of Ar for long flags Also, bump date after r361935. Modified: stable/12/usr.bin/mkimg/mkimg.1 Directory Propert