svn commit: r361864 - head/sys/net80211

2020-06-06 Thread Adrian Chadd
Author: adrian Date: Sat Jun 6 06:17:51 2020 New Revision: 361864 URL: https://svnweb.freebsd.org/changeset/base/361864 Log: [net80211] Fix this typo! I've just started using this macro in upcoming amsdu/ampdu/ff rework and yes, too many parens. Oops! Modified:

svn commit: r361865 - head/sys/cam/nvme

2020-06-06 Thread Warner Losh
Author: imp Date: Sat Jun 6 06:20:04 2020 New Revision: 361865 URL: https://svnweb.freebsd.org/changeset/base/361865 Log: Ensure that we send at least LBA range per TRIM. Modified: head/sys/cam/nvme/nvme_da.c Modified: head/sys/cam/nvme/nvme_da.c

Re: svn commit: r361867 - head/share/man/man4

2020-06-06 Thread Yuri Pankov
Warner Losh wrote: Author: imp Date: Sat Jun 6 06:21:20 2020 New Revision: 361867 URL: https://svnweb.freebsd.org/changeset/base/361867 Log: Document all the sysctl values for the nda devices. Include some minimal documentation on namespace support for nda devices. Fix a few typos and

Re: svn commit: r361867 - head/share/man/man4

2020-06-06 Thread Warner Losh
On Sat, Jun 6, 2020 at 12:22 AM Mark Linimon wrote: > On Sat, Jun 06, 2020 at 06:21:20AM +, Warner Losh wrote: > > Document all the sysctl values for the nda devices. > > Thank you. > You are welcome. This is overdue. And is likely missing a MFC After line. And if you read developers, you

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

2020-06-06 Thread Warner Losh
Author: imp Date: Sat Jun 6 06:49:06 2020 New Revision: 361868 URL: https://svnweb.freebsd.org/changeset/base/361868 Log: Fix typo Submitted by: Yuri Pankov Modified: head/share/man/man4/nda.4 Modified: head/share/man/man4/nda.4

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

2020-06-06 Thread Warner Losh
Author: imp Date: Sat Jun 6 07:13:06 2020 New Revision: 361869 URL: https://svnweb.freebsd.org/changeset/base/361869 Log: Sort alphabetically. Modified: head/share/man/man4/Makefile Modified: head/share/man/man4/Makefile

svn commit: r361870 - in head/sys/geom: . label

2020-06-06 Thread Conrad Meyer
Author: cem Date: Sat Jun 6 14:19:16 2020 New Revision: 361870 URL: https://svnweb.freebsd.org/changeset/base/361870 Log: Revert r361838 Reported by: delphij Modified: head/sys/geom/geom_dev.c head/sys/geom/label/g_label.c Modified: head/sys/geom/geom_dev.c

Re: svn commit: r361870 - in head/sys/geom: . label

2020-06-06 Thread Shawn Webb
On Sat, Jun 06, 2020 at 02:19:16PM +, Conrad Meyer wrote: > Author: cem > Date: Sat Jun 6 14:19:16 2020 > New Revision: 361870 > URL: https://svnweb.freebsd.org/changeset/base/361870 > > Log: > Revert r361838 Why? -- Shawn Webb Cofounder / Security Engineer HardenedBSD GPG Key ID:

svn commit: r361871 - head/share/man/man7

2020-06-06 Thread Yuri Pankov
Author: yuripv Date: Sat Jun 6 17:48:55 2020 New Revision: 361871 URL: https://svnweb.freebsd.org/changeset/base/361871 Log: stats(7): fix bad Xr references and lint noise Reviewed by: bjk, debdrup Differential Revision:https://reviews.freebsd.org/D25166 Modified:

svn commit: r361872 - head/sys/netinet

2020-06-06 Thread Michael Tuexen
Author: tuexen Date: Sat Jun 6 18:20:09 2020 New Revision: 361872 URL: https://svnweb.freebsd.org/changeset/base/361872 Log: Non-functional changes due to cleanup (upstream removing of Panda support) of the code MFC after:1 week Modified: head/sys/netinet/sctp_constants.h

Re: svn commit: r361870 - in head/sys/geom: . label

2020-06-06 Thread Allan Jude
On 2020-06-06 10:55, Shawn Webb wrote: > On Sat, Jun 06, 2020 at 02:19:16PM +, Conrad Meyer wrote: >> Author: cem >> Date: Sat Jun 6 14:19:16 2020 >> New Revision: 361870 >> URL: https://svnweb.freebsd.org/changeset/base/361870 >> >> Log: >> Revert r361838 > > Why? >

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

2020-06-06 Thread Warner Losh
Author: imp Date: Sat Jun 6 18:43:08 2020 New Revision: 361873 URL: https://svnweb.freebsd.org/changeset/base/361873 Log: Add a section on CAM architecture. Add xref to all SIM devices we currently have (including a rough indication which ones are likely to fail). Update to include all

Re: svn commit: r361872 - head/sys/netinet

2020-06-06 Thread Kevin Bowling
Out of curiosity what is panda? On Sat, Jun 6, 2020 at 11:20 AM Michael Tuexen wrote: > > Author: tuexen > Date: Sat Jun 6 18:20:09 2020 > New Revision: 361872 > URL: https://svnweb.freebsd.org/changeset/base/361872 > > Log: > Non-functional changes due to cleanup (upstream removing of Panda

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

2020-06-06 Thread Justin Hibbits
Author: jhibbits Date: Sat Jun 6 18:56:40 2020 New Revision: 361874 URL: https://svnweb.freebsd.org/changeset/base/361874 Log: powerpc: Fix nits in copyinout comments from r361861 Also, remove useless nested #ifdefs in the IFUNC block. Reported by: bdragon@ Modified:

svn commit: r361866 - head/sys/cam/nvme

2020-06-06 Thread Warner Losh
Author: imp Date: Sat Jun 6 06:21:15 2020 New Revision: 361866 URL: https://svnweb.freebsd.org/changeset/base/361866 Log: Add a tunable for the nvd symlink creation. Some automation tries to detect if nvd or nda is in used, and the presence of both confuses it. Provide a knob to turn

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

2020-06-06 Thread Warner Losh
Author: imp Date: Sat Jun 6 06:21:20 2020 New Revision: 361867 URL: https://svnweb.freebsd.org/changeset/base/361867 Log: Document all the sysctl values for the nda devices. Include some minimal documentation on namespace support for nda devices. Fix a few typos and formatting nits to

Re: svn commit: r361867 - head/share/man/man4

2020-06-06 Thread Mark Linimon
On Sat, Jun 06, 2020 at 06:21:20AM +, Warner Losh wrote: > Document all the sysctl values for the nda devices. Thank you. mcl ___ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any

Re: svn commit: r361872 - head/sys/netinet

2020-06-06 Thread Michael Tuexen
> On 6. Jun 2020, at 20:56, Kevin Bowling wrote: > > Out of curiosity what is panda? Hi Kevin, it was the name used (#ifdef __Panda__) in the upstream SCTP code for using it in an Cisco proprietary product. Since I don't know if that code is still used, but they haven't contributed anything

svn commit: r361876 - head/tools/build/options

2020-06-06 Thread Ed Maste
Author: emaste Date: Sat Jun 6 21:07:50 2020 New Revision: 361876 URL: https://svnweb.freebsd.org/changeset/base/361876 Log: Update SYSTEM_LINKER descriptions wrt BINUTILS GNU ld hasn't been built with the BINUTILS option for some time. Modified:

svn commit: r361881 - stable/12/libexec/rtld-elf

2020-06-06 Thread Konstantin Belousov
Author: kib Date: Sun Jun 7 00:41:43 2020 New Revision: 361881 URL: https://svnweb.freebsd.org/changeset/base/361881 Log: MFC r361672, r361675, r361676, r361680: rtld direct exec: add -b and -v options. Modified: stable/12/libexec/rtld-elf/rtld.1 stable/12/libexec/rtld-elf/rtld.c

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

2020-06-06 Thread Warner Losh
Author: imp Date: Sun Jun 7 02:40:21 2020 New Revision: 361882 URL: https://svnweb.freebsd.org/changeset/base/361882 Log: Mention nda where we mention nvd. Modified: head/share/man/man4/nvme.4 Modified: head/share/man/man4/nvme.4

svn commit: r361884 - in head/usr.bin/sed: . tests

2020-06-06 Thread Kyle Evans
Author: kevans Date: Sun Jun 7 04:32:38 2020 New Revision: 361884 URL: https://svnweb.freebsd.org/changeset/base/361884 Log: sed: attempt to learn about hex escapes (e.g. \x27) Somewhat predictably, software often wants to use \x27/\x24 among others so that they can decline worrying

svn commit: r361885 - head/sys/net80211

2020-06-06 Thread Adrian Chadd
Author: adrian Date: Sun Jun 7 04:57:48 2020 New Revision: 361885 URL: https://svnweb.freebsd.org/changeset/base/361885 Log: [net80211] Add a method to return the vap's ifname. This removes the requirement to know what's in the ifp. (If someone wants a quick clean-up task, it'd be

svn commit: r361886 - head/sys/dev/ath

2020-06-06 Thread Adrian Chadd
Author: adrian Date: Sun Jun 7 05:08:44 2020 New Revision: 361886 URL: https://svnweb.freebsd.org/changeset/base/361886 Log: [if_ath] Don't update the beacon bits from beacon frames in hostapd mode. This logic is running the beacon receive bits in STA+AP mode on both the STA and AP

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

2020-06-06 Thread Kirk McKusick
Author: mckusick Date: Sat Jun 6 20:17:56 2020 New Revision: 361875 URL: https://svnweb.freebsd.org/changeset/base/361875 Log: Clear the IN_SIZEMOD and IN_IBLKDATA flags only when doing a synchronous inode update. The IN_SIZEMOD and IN_IBLKDATA flags indicate changes to the file size

svn commit: r361880 - in head: . gnu/usr.bin gnu/usr.bin/binutils share/mk tools/build/mk tools/build/options

2020-06-06 Thread Ed Maste
${_clang} Modified: head/ObsoleteFiles.inc == --- head/ObsoleteFiles.inc Sat Jun 6 22:26:44 2020(r361879) +++ head/ObsoleteFiles.inc Sun Jun 7 00:07:21 2020(r361880) @@ -36,6 +36,212 @@ # xargs -n1 | sort | uniq -d; # done +# 20200606: re

svn commit: r361878 - head/sys/net80211

2020-06-06 Thread Adrian Chadd
Author: adrian Date: Sat Jun 6 22:25:00 2020 New Revision: 361878 URL: https://svnweb.freebsd.org/changeset/base/361878 Log: [net80211] Flip on A-MPDU, A-MSDU, A-MPDU+A-MSDU and Fast frames options. This updates the logic to allow: * A-MPDU if available; * A-MSDU if available and

svn commit: r361877 - head/sys/netinet

2020-06-06 Thread Michael Tuexen
Author: tuexen Date: Sat Jun 6 21:26:34 2020 New Revision: 361877 URL: https://svnweb.freebsd.org/changeset/base/361877 Log: Fix typo in comment. Submitted by Orgad Shaneh for the userland stack. MFC after:1 week Modified: head/sys/netinet/sctp_pcb.c Modified:

svn commit: r361879 - head/share/man/man5

2020-06-06 Thread Ed Maste
Author: emaste Date: Sat Jun 6 22:26:44 2020 New Revision: 361879 URL: https://svnweb.freebsd.org/changeset/base/361879 Log: src.conf.5: regen after r361876, SYSTEM_LINKER description update Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5