svn commit: r363297 - head/sys/kern

2020-07-17 Thread Mateusz Guzik
Author: mjg Date: Sat Jul 18 00:14:43 2020 New Revision: 363297 URL: https://svnweb.freebsd.org/changeset/base/363297 Log: Short-circuit tdfind when looking for the calling thread. Common occurence with cpuset and other places. Modified: head/sys/kern/kern_thread.c Modified:

svn commit: r363296 - head/sys/vm

2020-07-17 Thread Chuck Silvers
Author: chs Date: Fri Jul 17 23:10:35 2020 New Revision: 363296 URL: https://svnweb.freebsd.org/changeset/base/363296 Log: Fix vnode_pager handling of read ahead/behind pages when a disk read fails. Rather than marking the read ahead/behind pages valid even though they were not initialized,

svn commit: r363295 - head/sys/vm

2020-07-17 Thread Chuck Silvers
Author: chs Date: Fri Jul 17 23:09:36 2020 New Revision: 363295 URL: https://svnweb.freebsd.org/changeset/base/363295 Log: Add a new function vm_page_free_invalid() for freeing invalid pages that might be wired. If the page is wired then it cannot be freed now, but the thread that

svn commit: r363294 - head/sys/vm

2020-07-17 Thread Chuck Silvers
Author: chs Date: Fri Jul 17 23:08:01 2020 New Revision: 363294 URL: https://svnweb.freebsd.org/changeset/base/363294 Log: Revert my change from r361855 in favor of a better fix. Reviewed by: markj, kib Sponsored by: Netflix Differential Revision:

svn commit: r363293 - vendor-sys/acpica/20200717

2020-07-17 Thread Jung-uk Kim
Author: jkim Date: Fri Jul 17 22:54:39 2020 New Revision: 363293 URL: https://svnweb.freebsd.org/changeset/base/363293 Log: Tag ACPICA 20200717. Added: vendor-sys/acpica/20200717/ - copied from r363292, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r363292 - in vendor-sys/acpica/dist: . source/compiler source/components/executer source/components/utilities source/include source/include/platform

2020-07-17 Thread Jung-uk Kim
Author: jkim Date: Fri Jul 17 22:53:36 2020 New Revision: 363292 URL: https://svnweb.freebsd.org/changeset/base/363292 Log: Import ACPICA 20200717. Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist/source/compiler/aslerror.c vendor-sys/acpica/dist/source/compiler

svn commit: r363291 - in head: . share/man/man9

2020-07-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Fri Jul 17 22:15:02 2020 New Revision: 363291 URL: https://svnweb.freebsd.org/changeset/base/363291 Log: devstat(9): Update the man page to reflect the current implementation - Rename devstat_add_entry to devstat_new_entry - Update the description of

svn commit: r363290 - stable/11/lib/libc/locale

2020-07-17 Thread Joerg Wunsch
Author: joerg Date: Fri Jul 17 22:07:19 2020 New Revision: 363290 URL: https://svnweb.freebsd.org/changeset/base/363290 Log: MFC r362708 Explain how to learn about possible recognized locale names Modified: stable/11/lib/libc/locale/setlocale.3 Directory Properties: stable/11/

svn commit: r363289 - stable/12/lib/libc/locale

2020-07-17 Thread Joerg Wunsch
Author: joerg Date: Fri Jul 17 22:04:58 2020 New Revision: 363289 URL: https://svnweb.freebsd.org/changeset/base/363289 Log: MFC r362708 Explain how to learn about possible recognized locale names Modified: stable/12/lib/libc/locale/setlocale.3 Directory Properties: stable/12/

svn commit: r363288 - head/sbin/mount_nfs

2020-07-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Fri Jul 17 21:55:24 2020 New Revision: 363288 URL: https://svnweb.freebsd.org/changeset/base/363288 Log: mount_nfs(8): document alternate form of the gssname option PR: 238506 Submitted by: Greg Veldman Reviewed by: 0mp, bcr (mentor)

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

2020-07-17 Thread Gordon Bergling
Author: gbe (doc committer) Date: Fri Jul 17 21:47:06 2020 New Revision: 363287 URL: https://svnweb.freebsd.org/changeset/base/363287 Log: iwm(4): Document limitations of the driver Document that iwm(4) currently doesn't support 802.11n and 802.11ac. PR: 247874 Submitted

svn commit: r363286 - head/usr.bin/at

2020-07-17 Thread Allan Jude
Author: allanjude Date: Fri Jul 17 20:43:00 2020 New Revision: 363286 URL: https://svnweb.freebsd.org/changeset/base/363286 Log: at(1): Fix location of at(1) crontab With r318443, atrun was moved from /etc/crontab to /etc/cron.d/at, but the man-page was unfortunately not updated to

svn commit: r363283 - head/contrib/ipfilter/tools

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:53 2020 New Revision: 363283 URL: https://svnweb.freebsd.org/changeset/base/363283 Log: -4 and -6 only make sense with -i, -o, and -t. PR: 247952 MFC after:1 week Modified: head/contrib/ipfilter/tools/ipfstat.c Modified:

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

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:59 2020 New Revision: 363285 URL: https://svnweb.freebsd.org/changeset/base/363285 Log: Fix incorrect byte order in ipfstat -f output. - make sure frag is initialized to 0 - initialize ipfr_p field NetBSD PR:55137 Submitted by:

svn commit: r363280 - in head/contrib/ipfilter: man tools

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:44 2020 New Revision: 363280 URL: https://svnweb.freebsd.org/changeset/base/363280 Log: ipfstat -t defaults to IPv4 output. Make consistent with ipfstat -i and ipfstat -o where without an argument IPv4 and IPv6 states are shown. Use -4 and -6 to limit the

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

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:56 2020 New Revision: 363284 URL: https://svnweb.freebsd.org/changeset/base/363284 Log: pfil_run_hooks() can be called recursively, so we have to define FASTROUTE_RECURSION in fil.c Submitted by: chris...@netbsd.org Reported by: chris...@netbsd.org

svn commit: r363282 - head/contrib/ipfilter/tools

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:50 2020 New Revision: 363282 URL: https://svnweb.freebsd.org/changeset/base/363282 Log: The output from usage() need not contain usage for -t when STATETOP is not compiled in. PR: 247952 MFC after:1 week Modified:

svn commit: r363281 - head/contrib/ipfilter/tools

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:47 2020 New Revision: 363281 URL: https://svnweb.freebsd.org/changeset/base/363281 Log: Make ipfstat -t header generic when IPv4 and IPv6 output are displayed in the same display. PR: 247952 MFC after:1 week Modified:

svn commit: r363279 - in head/contrib/ipfilter: man tools

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:40 2020 New Revision: 363279 URL: https://svnweb.freebsd.org/changeset/base/363279 Log: Historically ipfstat listings and stats only listed IPv4 or IPv6 output. ipfstat would list IPv4 outputs by default while -6 would produce IPv6 outputs. This commit

svn commit: r363277 - head/contrib/ipfilter/tools

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:34 2020 New Revision: 363277 URL: https://svnweb.freebsd.org/changeset/base/363277 Log: Only use the use_inet6 variable when INET6 is a build option. This is a prerequisite to upcoming argument processing cleanups which will resolve consistency as was

svn commit: r363278 - head/contrib/ipfilter/tools

2020-07-17 Thread Cy Schubert
Author: cy Date: Fri Jul 17 19:07:37 2020 New Revision: 363278 URL: https://svnweb.freebsd.org/changeset/base/363278 Log: fr_family (the protocol family) must be AF_INET or AF_INET6, as in the kernel, not an arbitrary 4 or 6. This only affected printing ipfilter stats and rules from a

svn commit: r363276 - in head/sys/netgraph/bluetooth: include l2cap

2020-07-17 Thread Takanori Watanabe
Author: takawata Date: Fri Jul 17 15:50:03 2020 New Revision: 363276 URL: https://svnweb.freebsd.org/changeset/base/363276 Log: Fix L2CAP ACL packet PB(Packet Boundary) flag for LE PDU. ACL packet boundary flag should be 0 instead of 2 for LE PDU. Some HCI will drop LE packet with PB

svn commit: r363275 - head/sys/netinet

2020-07-17 Thread Michael Tuexen
Author: tuexen Date: Fri Jul 17 15:09:49 2020 New Revision: 363275 URL: https://svnweb.freebsd.org/changeset/base/363275 Log: Improve the locking of address lists by adding some asserts and rearranging the addition of address such that the lock is not given up during checking and adding.

svn commit: r363274 - in head/sys: arm64/acpica dev/acpica

2020-07-17 Thread Ruslan Bukin
Author: br Date: Fri Jul 17 14:51:51 2020 New Revision: 363274 URL: https://svnweb.freebsd.org/changeset/base/363274 Log: Add acpi_iort_map_pci_smmuv3(). This new function allows us to find the SMMU instance assigned for a particular PCI RID. Reviewed by: andrew Sponsored by:

svn commit: r363273 - head/sys/opencrypto

2020-07-17 Thread Mark Johnston
Author: markj Date: Fri Jul 17 14:45:16 2020 New Revision: 363273 URL: https://svnweb.freebsd.org/changeset/base/363273 Log: Clean up crypto_init(). The function is called from a KLD load handler, so it may sleep. - Stop checking for errors from uma_zcreate(), they don't happen. -

svn commit: r363272 - head/sys/cddl/dev/dtrace/aarch64

2020-07-17 Thread Andrew Turner
Author: andrew Date: Fri Jul 17 14:39:07 2020 New Revision: 363272 URL: https://svnweb.freebsd.org/changeset/base/363272 Log: Don't overflow the trap frame when accessing lr or xzr. When emulating a load pair or store pair in dtrace on arm64 we need to copy the data between the stack and

svn commit: r363271 - in stable/12/sys: kern sys

2020-07-17 Thread Kyle Evans
Author: kevans Date: Fri Jul 17 14:17:13 2020 New Revision: 363271 URL: https://svnweb.freebsd.org/changeset/base/363271 Log: MFC r363062: shmfd: make shm_size a vm_ooffset_t On 32-bit platforms, this expands the shm_size to a 64-bit quantity and resolves a mismatch between the shmfd

NCC RENT - Noleggio con conducente / Chauffeur services

2020-07-17 Thread NCC Rent SaS
[DEFAULT_HEADER][ ]( # ) [ ]( # )     [ ]( # ) Non rischiare prendendo i mezzi pubblici per i tuoi spostamenti Pensate ai servizi NCC (Noleggio con Conducente) per la vostra sicurezza individuale. Disponibilita' 24/7 Parete divisoria autista/cliente, sanificazione veicoli Registrati,

[Offre Flash] Simplifiez la gestion de vos documents professionnels au quotidien

2020-07-17 Thread Emilie d’Expert PDF
Si vous ne visualisez pas ce message correctement [1]cliquez-ici Pour ne plus recevoir nos offres vous pouvez vous désabonner en bas de cette page ou bien [2]cliquer ici. References 1. https://links.indisuivi.fr/v/2ZI/8341myn0DDJKzdsRaEALH3/22cabbba 2.

svn commit: r363270 - stable/11/usr.bin/xinstall/tests

2020-07-17 Thread Eugene Grosbein
Author: eugen Date: Fri Jul 17 06:53:03 2020 New Revision: 363270 URL: https://svnweb.freebsd.org/changeset/base/363270 Log: MFC r363088: fix tests for install(1): add support for STRIPBIN's -o option. Modified: stable/11/usr.bin/xinstall/tests/install_test.sh Directory Properties:

svn commit: r363269 - stable/12/usr.bin/xinstall/tests

2020-07-17 Thread Eugene Grosbein
Author: eugen Date: Fri Jul 17 06:52:03 2020 New Revision: 363269 URL: https://svnweb.freebsd.org/changeset/base/363269 Log: MFC r363088: fix tests for install(1): add support for STRIPBIN's -o option. Modified: stable/12/usr.bin/xinstall/tests/install_test.sh Directory Properties:

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

2020-07-17 Thread Piotr Pawel Stefaniak
Author: pstef Date: Fri Jul 17 06:33:20 2020 New Revision: 363268 URL: https://svnweb.freebsd.org/changeset/base/363268 Log: Promote use of unprivileged users for building ports by documenting SU_CMD. Phrasing by Daniel O'Connor. Reviewed by: 0mp MFC after:14 days Differential