------------------------------------------------------------------------ r362880 | tuexen | 2020-07-01 16:47:51 -0700 (Wed, 01 Jul 2020) | 14 lines MFC r349893: This commit updates rack to what is basically being used at NF as well as sets in some of the groundwork for committing BBR. The hpts system is updated as well as some other needed utilities for the entrance of BBR. This is actually part 1 of 3 more needed commits which will finally complete with BBRv1 being added as a new tcp stack. Merge conflics were manually resolved. Sponsored by: Netflix, Inc. Differential Revision: https://reviews.freebsd.org/D20834 ------------------------------------------------------------------------ r362881 | mav | 2020-07-01 18:02:40 -0700 (Wed, 01 Jul 2020) | 2 lines MFC r362630: Fix few panics on NVMe's timing out initialization requests. ------------------------------------------------------------------------ r362892 | 0mp | 2020-07-02 09:10:34 -0700 (Thu, 02 Jul 2020) | 14 lines MFC 362321: Improve periodic(8) manual page presentation - Update synopsis to present all available arguments. - Consistently call the argument specifying an arbitrary directory a "directory". - Do not put macros into -width argument to Bl. They do not expand there. - Stylize command modifiers like "daily" with Cm instead of Pa. While technically periodic(8) operates on directories with such names, it is confusing from the perspective of the manual page reader as Pa and Ar are stylized the same way. Also, I cannot recall a single manual page where Pa would be used to describe the syntax of command-line arguments. ------------------------------------------------------------------------ r362894 | 0mp | 2020-07-02 09:12:52 -0700 (Thu, 02 Jul 2020) | 4 lines MFC 362325: Fix the --guid flag description ------------------------------------------------------------------------ r362896 | 0mp | 2020-07-02 09:16:01 -0700 (Thu, 02 Jul 2020) | 20 lines MFC 362324: 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 of just "-N"). - Stylize signals and other constants like O_APPEND with Dv. - Sort options. - Change indentation width for readability. - Fix a couple of typos. - Sort symbols list. - Use Sy instead of Cm for symbols. They are not command modifiers. - Use Ex -std in the EXIT STATUS section for consistency with other manual pages. - Use Ql instead of Dq Li for inline code examples as Li has recently been deprecated by mdoc. Reviewed by: bcr Differential Revision: https://reviews.freebsd.org/D25332 ------------------------------------------------------------------------ r362898 | thj | 2020-07-02 11:40:22 -0700 (Thu, 02 Jul 2020) | 8 lines MFC r362379: Fix typo in apic.4 Reviewed by: bcr (manpages) Approved by: jtl (co-mentor) Differential Revision: https://reviews.freebsd.org/D2535 ------------------------------------------------------------------------ r362907 | delphij | 2020-07-03 00:22:34 -0700 (Fri, 03 Jul 2020) | 2 lines MFC r362642: Don't log normal login_getpwclass(3) result. ------------------------------------------------------------------------ r362911 | kaktus | 2020-07-03 04:44:43 -0700 (Fri, 03 Jul 2020) | 9 lines MFC r362611 man page of select(2) should mention pselect(2) Reviewed by: bcr (manpages), kib, trasz Approved by: kib (mentor) MFC after: 7 days Sponsored by: Mysterious Code Ltd. ------------------------------------------------------------------------ r362915 | delphij | 2020-07-03 20:26:17 -0700 (Fri, 03 Jul 2020) | 2 lines MFC r362452, r362478: liblzma: Make liblzma use libmd implementation of SHA256. ------------------------------------------------------------------------ r362916 | delphij | 2020-07-03 20:27:51 -0700 (Fri, 03 Jul 2020) | 3 lines Bump __FreeBSD_version after making liblzma to use libmd implementation of SHA256. ------------------------------------------------------------------------ r362924 | pstef | 2020-07-03 23:34:55 -0700 (Fri, 03 Jul 2020) | 4 lines MFC r362705 and r362707: ps(1): reuse keyword "cpu" to show CPU number ps(1): don't try to handle non-SMP systems ------------------------------------------------------------------------ r362925 | hrs | 2020-07-04 00:04:56 -0700 (Sat, 04 Jul 2020) | 6 lines MFC r362770: Fix CTYPE for ja_JP.eucJP and ja_JP.SJIS. PR: 163168 ------------------------------------------------------------------------ r362926 | kib | 2020-07-04 01:34:43 -0700 (Sat, 04 Jul 2020) | 3 lines MFC r362706: amd64 pmap: explain ptepindex. ------------------------------------------------------------------------ r362928 | lwhsu | 2020-07-04 02:18:19 -0700 (Sat, 04 Jul 2020) | 7 lines MFC r362672: rtwn: Add a USB ID for Buffalo WI-U2-433DHP PR: 247573 Submitted by: HATANO Tomomi ------------------------------------------------------------------------ r362933 | eugen | 2020-07-04 08:16:48 -0700 (Sat, 04 Jul 2020) | 7 lines MFC r362502,r362503: network.subr, rc.conf: unobsolete gif_interfaces. There are cases when gif_interfaces cannot be replaced with cloned_interfaces, such as tunnels with external IPv6 addresses and internal IPv4 or vice versa. Such configuration requires extra invocation of ifconfig(8) and supported with gif_interfaces only. ------------------------------------------------------------------------ r362939 | kib | 2020-07-04 23:50:22 -0700 (Sat, 04 Jul 2020) | 3 lines MFC r362711: top: do not try to use sysctl machdep.smp_active. ------------------------------------------------------------------------ r362955 | 0mp | 2020-07-06 02:04:06 -0700 (Mon, 06 Jul 2020) | 4 lines MFC 362676: Fix trailing-comma-related typos in the tree when the Xr macro is used ------------------------------------------------------------------------ r362959 | markj | 2020-07-06 06:54:18 -0700 (Mon, 06 Jul 2020) | 5 lines MFC r362496, r362592: acpi_ibm(4): Add support for putting fans in disengaged mode. PR: 247306 ------------------------------------------------------------------------ r362960 | markj | 2020-07-06 06:54:44 -0700 (Mon, 06 Jul 2020) | 3 lines MFC r362739: Remove some redundant assignments and computations. ------------------------------------------------------------------------ r362961 | markj | 2020-07-06 07:00:20 -0700 (Mon, 06 Jul 2020) | 3 lines MFC r362338: Add the SCTP_SUPPORT kernel option. ------------------------------------------------------------------------ r362964 | mhorne | 2020-07-06 08:00:28 -0700 (Mon, 06 Jul 2020) | 6 lines MFC r362788: Fix printf(3) output of long doubles on RISC-V PR: 242067 ------------------------------------------------------------------------ r362983 | lwhsu | 2020-07-06 23:04:21 -0700 (Mon, 06 Jul 2020) | 8 lines MFC r362539: Mention CI system information in development(7) Approved by: 0mp, bcr Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D25340 ------------------------------------------------------------------------ r362996 | gbe | 2020-07-07 11:37:06 -0700 (Tue, 07 Jul 2020) | 11 lines MFC r362779: gre(4): Add a STANDARDS section Expand the mentioned RFC in the SEE ALSO section and reference RFC1701 and RFC1702. PR: 240250 Reviewed by: bcr (mentor) Approved by: bcr (mentor) Obtained from: OpenBSD Differential Revision: https://reviews.freebsd.org/D25504 ------------------------------------------------------------------------ r363004 | rscheff | 2020-07-08 02:00:05 -0700 (Wed, 08 Jul 2020) | 16 lines MFC r362577: TCP: make after-idle work for transactional sessions. The use of t_rcvtime as proxy for the last transmission fails for transactional IO, where the client requests data before the server can respond with a bulk transfer. Set aside a dedicated variable to actually track the last locally sent segment going forward. Reported by: rrs Reviewed by: rrs, tuexen (mentor) Approved by: tuexen (mentor), rgrimes (mentor, blanket) MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D25016 ------------------------------------------------------------------------ r363005 | rscheff | 2020-07-08 02:04:20 -0700 (Wed, 08 Jul 2020) | 16 lines MFC r362580: TCP: fix cubic RTO reaction. Proper TCP Cubic operation requires the knowledge of the maximum congestion window prior to the last congestion event. This restores and improves a bugfix previously added by jtl@ but subsequently removed due to a revert. Reported by: chengc_netapp.com Reviewed by: chengc_netapp.com, tuexen (mentor) Approved by: tuexen (mentor), rgrimes (mentor, blanket) MFC after: 2 weeks Sponsored by: NetApp, Inc. Differential Revision: https://reviews.freebsd.org/D25133 ------------------------------------------------------------------------ r363006 | kib | 2020-07-08 03:04:12 -0700 (Wed, 08 Jul 2020) | 3 lines MFC r362948: Fix typo. ------------------------------------------------------------------------ r363016 | mav | 2020-07-08 10:59:00 -0700 (Wed, 08 Jul 2020) | 3 lines MFC r346386, r347890, r347896, r349895: remove the 4GB boundary requirement on PCI DMA segments ------------------------------------------------------------------------ r363017 | kevans | 2020-07-08 11:29:06 -0700 (Wed, 08 Jul 2020) | 89 lines MFC r361798, r361800: vfs: default disallow read(2) of a directory This MFC is in accordance with the original MFC plan outlined in the commit message for r361798, appearing in full (with exception to metadata) below. To summarize: this MFC only merges back the sysctl with a default disallow policy, as in head, to ensure we hit any issues quickly but in a fashion that end users can easily revert. Interested parties can flip the security.bsd.allow_read_dir sysctl back to 1 to fully honor the previous behavior of allowing read(2) of any dir, filesystem permitting. r361798: vfs: add restrictions to read(2) of a directory [1/2] Historically, we've allowed read() of a directory and some filesystems will accommodate (e.g. ufs/ffs, msdosfs). From the history department staffed by Warner: <