dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
August 2022 Archives by author
- Adrian Chadd
- Alan Cox
- Alex Richardson
- Alexander Motin
- Alexander V. Chernikov
- git: 2717e958df53 - main - routing: move route expiration time to its nexthop (Mon, 01 Aug 2022 07:38:10 UTC)
- git: 97ffaff85968 - main - net: constantify radix.c functions (Mon, 01 Aug 2022 07:38:12 UTC)
- git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). (Mon, 01 Aug 2022 08:53:22 UTC)
- git: 800c68469ba6 - main - routing: add nhop(9) kpi. (Mon, 01 Aug 2022 08:53:23 UTC)
- git: 5c23343b8c0c - main - routing: convert remnants of DPRINTF to FIB_CTL_LOG(). (Mon, 01 Aug 2022 08:57:31 UTC)
- git: f28532a0f363 - main - tests: fix unix_passfd_dgram:rights_creds_payload after be1f485d7d6b (Mon, 01 Aug 2022 09:30:39 UTC)
- git: ae6bfd12c8c8 - main - routing: refactor private KPI * Make nhgrp_get_nhops() return const struct weightened_nhop to indicate that the list is immutable * Make nhgrp_get_group() return the actual group, instead of group+weight. (Mon, 01 Aug 2022 10:06:32 UTC)
- git: 426afc8f5218 - main - recv: bump manpage date after be1f485d7d6bebc53b05. (Tue, 02 Aug 2022 13:24:18 UTC)
- Re: git: be1f485d7d6b - main - sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg(). (Tue, 02 Aug 2022 13:32:58 UTC)
- git: 08bb0873ca88 - main - routing: fix panic for p2p interfaces after 800c68469ba6. (Wed, 03 Aug 2022 09:18:10 UTC)
- Re: git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). (Wed, 03 Aug 2022 09:18:53 UTC)
- git: d46b000eccc9 - main - routing: remove duplicate error message after 5c23343b8c0c. (Thu, 04 Aug 2022 09:54:09 UTC)
- git: 93dd3adac7d8 - main - fib_algo: set vnet when destroying algo instance (Sat, 06 Aug 2022 12:53:07 UTC)
- git: 7064c94a02af - main - tests: add routing tests for switching between same prefixes (Sun, 07 Aug 2022 19:46:50 UTC)
- git: f998535a66b9 - main - netinet6: allow ND entries creation for all directly-reachable destinations. (Wed, 10 Aug 2022 14:20:22 UTC)
- git: 0d60e88b41fe - main - routing: refactor control cmds #1 (Wed, 10 Aug 2022 18:20:29 UTC)
- git: dedeec114338 - main - routing: refactor #2 (Wed, 10 Aug 2022 18:20:30 UTC)
- git: 66230639ce31 - main - routing: split nexthop creation and rtentry creation. (Wed, 10 Aug 2022 19:04:23 UTC)
- git: 2ce553854cbd - main - routing: add rib_<add|del>_route_px() functions operating with nexthops. (Wed, 10 Aug 2022 19:04:24 UTC)
- git: 5c4d2252d771 - main - routing: move rtentry and subscription code out of route_ctl.c (Wed, 10 Aug 2022 19:04:25 UTC)
- git: 102e6817f013 - main - devd: move all devd notification logic to a separate file. (Wed, 10 Aug 2022 19:04:26 UTC)
- git: 685866bbe13d - main - routing: fix build without ROUTE_MPATH (Wed, 10 Aug 2022 20:45:38 UTC)
- git: 258828d03b9f - main - routing: fix build warning without ROUTE_MPATH (Thu, 11 Aug 2022 09:47:58 UTC)
- Re: git: 685866bbe13d - main - routing: fix build without ROUTE_MPATH (Thu, 11 Aug 2022 09:49:07 UTC)
- git: 02e05b8faec1 - main - routing: fixup empty mask prefix handling after 2ce553854cbd. (Thu, 11 Aug 2022 12:51:14 UTC)
- git: 40503b792f7e - main - routing: populate fibs with interface routes after growing net.fibs. (Thu, 11 Aug 2022 12:51:16 UTC)
- git: d8b42ddcac5c - main - rtsock: subscribe to ifnet eventhandlers instead of direct calls. (Thu, 11 Aug 2022 20:37:50 UTC)
- git: 730bfa280574 - main - routing: add rib_match_gw() helper (Fri, 12 Aug 2022 09:40:11 UTC)
- git: 9d16275c65bf - main - netinet6: simplify defrouter_select_fib() (Fri, 12 Aug 2022 12:45:14 UTC)
- git: 9b967bd65de6 - main - domains: allow domains to be unloaded (Sun, 14 Aug 2022 09:22:40 UTC)
- git: a4b8c6d9d50e - main - netlink: add AF_NETLINK / PF_NETLINK definitions (Sun, 14 Aug 2022 09:22:41 UTC)
- Re: git: 9b967bd65de6 - main - domains: allow domains to be unloaded (Sun, 14 Aug 2022 15:20:24 UTC)
- git: 036f1bc6139e - main - routing: retire rib_lookup_info() (Mon, 15 Aug 2022 06:48:58 UTC)
- git: cf145eb25ff9 - main - arcanist: use FreeBSD/git project repository instead of FreeBSD/svn (Tue, 23 Aug 2022 14:19:08 UTC)
- git: 8036234c72c9 - main - netinet6: fix SIOCSPFXFLUSH_IN6 by skipping manually-configured prefixes (Wed, 24 Aug 2022 13:59:22 UTC)
- git: a1b59379db7d - main - routing: install prefix and loopback routes using new nhop-based KPI. (Mon, 29 Aug 2022 10:23:47 UTC)
- git: d8b2693414ae - main - routing: add rib_add_default_route() wrapper (Mon, 29 Aug 2022 10:23:48 UTC)
- git: 835a611e6840 - main - routing: make IPv6 defrouter code use new nhop-based KPI. (Mon, 29 Aug 2022 10:23:49 UTC)
- git: 6d4f6e4c704d - main - routing: make rib_add_redirect() use new nhop-based KPI (Mon, 29 Aug 2022 10:23:50 UTC)
- git: db4ca19002c0 - main - routing: add ability to store opaque indentifiers in nhops/nhgs (Mon, 29 Aug 2022 12:59:36 UTC)
- git: c24a8f19c5d5 - main - routing: fix rib_add_route_px() (Mon, 29 Aug 2022 12:59:37 UTC)
- git: fe05d1dd0fdf - main - routing: extend nhop(9) kpi (Mon, 29 Aug 2022 15:17:53 UTC)
- git: 578a99c939b6 - main - routing: improve multiline debug (Mon, 29 Aug 2022 15:17:55 UTC)
- git: 7b3440fc3007 - main - Revert "routing: install prefix and loopback routes using new nhop-based KPI." (Mon, 29 Aug 2022 16:22:20 UTC)
- git: 177f04d57fbd - main - routing: constantify @rc in rib_decompose_notification(). (Mon, 29 Aug 2022 18:12:31 UTC)
- Alexey Dokuchaev
- Alfonso S. Siciliano
- Alfredo Dal'Ava Junior
- Andrew Gallatin
- Andrew Turner
- git: 101480e92685 - main - Remove "All rights reserved" where I can in libc (Fri, 05 Aug 2022 14:15:48 UTC)
- git: abc7a4a0c1b0 - main - Simplify setting a non-4k PAGE_SIZE on arm64 (Wed, 10 Aug 2022 16:06:26 UTC)
- git: 05cef7474215 - main - Adjust function definition in hwpmc to avoid clang 15 warning (Thu, 11 Aug 2022 13:51:39 UTC)
- git: ec666d187d0d - main - Adjust function definition in ofw to avoid clang 15 warning (Thu, 11 Aug 2022 13:51:41 UTC)
- git: 8e9ca1379eda - main - Adjust function definition in subr_devmap.c to avoid clang 15 warning (Thu, 11 Aug 2022 13:51:42 UTC)
- git: e3917bb256de - main - Disable promotion on pcpu memory on arm64 (Tue, 16 Aug 2022 14:48:27 UTC)
- git: 278111b8a541 - main - Allow the kernel to emulate the physical counter on arm64 (Thu, 25 Aug 2022 11:17:39 UTC)
- git: 7a060a8895b8 - main - Add an IDC only arm64 icache sync function (Thu, 25 Aug 2022 11:17:40 UTC)
- git: 48a7e53db782 - main - Merge the common parts of the SMCCC handlers (Thu, 25 Aug 2022 11:17:41 UTC)
- git: 5d0aebf4fa6d - main - Fix the arm generic timer on 32 bit (Thu, 25 Aug 2022 12:18:40 UTC)
- git: 544f047f8940 - main - Store mpidr as a 64-bit value on arm64 (Wed, 31 Aug 2022 10:58:18 UTC)
- Andriy Gapon
- Antoine Brodin
- Baptiste Daroussin
- Bjoern A. Zeeb
- git: fb1526ca2783 - main - wtap(4): Fix bug in wtap_node_write() and wtap_vap_create() (Mon, 01 Aug 2022 19:52:39 UTC)
- git: d1f5aa5633ea - main - wtap: cleanup module Makefile (Mon, 01 Aug 2022 19:52:40 UTC)
- git: d3ef3c4cf818 - main - XHCI: remove a self-assignment (Sun, 07 Aug 2022 22:50:43 UTC)
- git: 13e9d624f2f4 - main - rtw88: correct a typo in man page (Sun, 07 Aug 2022 23:12:47 UTC)
- git: c0b65123d09c - main - wtap: Implement IBSS mode on wtap(4) (Mon, 15 Aug 2022 16:36:20 UTC)
- git: e674ddec0b41 - main - iwlwifi: add FreeBSD specific debugging (Wed, 17 Aug 2022 16:20:41 UTC)
- git: 4a7e8c7bd40b - main - LinuxKPI: extend kfifo to be usable (Thu, 18 Aug 2022 20:29:25 UTC)
- git: 9d2ba51806c3 - main - net80211: ieee80211_ies_expand() add extra length check (Thu, 18 Aug 2022 20:31:44 UTC)
- git: bd29f81763aa - main - net80211: consistently use the IEEE80211_M_ memory related options (Thu, 18 Aug 2022 20:35:04 UTC)
- git: 8d3711648981 - main - net80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_* (Thu, 18 Aug 2022 20:36:51 UTC)
- Re: git: baf753cc196e - main - bhyve: Support other schemes for naming pass-through devices. (Sat, 20 Aug 2022 10:01:44 UTC)
- git: 11d08e7e8d6c - main - arm/gic: fix a KASSERT in arm_gic_reserve_msi_range() (Mon, 22 Aug 2022 12:01:14 UTC)
- git: caaa79c3f8c6 - main - LinuxKPI 802.11: change type of bssid in struct ieee80211_bss_conf (Sat, 27 Aug 2022 14:56:03 UTC)
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. (Tue, 30 Aug 2022 21:51:26 UTC)
- Re: git: fe05d1dd0fdf - main - routing: extend nhop(9) kpi (Tue, 30 Aug 2022 23:03:05 UTC)
- Re: git: 8624f4347e81 - main - divert: declare PF_DIVERT domain and stop abusing PF_INET (Tue, 30 Aug 2022 23:12:11 UTC)
- git: 26a36948331b - main - iwlwifi: move an ieee80211_get_tid() call (Wed, 31 Aug 2022 23:09:21 UTC)
- Brad Davis
- Brooks Davis
- Bryan Venteicher
- Charlie Li
- Chuck Tuffli
- git: 88951aaaee73 - main - bhyve nvme: Fix out-of-bound IOV array access (Sat, 13 Aug 2022 19:19:17 UTC)
- git: 3d3678627c31 - main - bhyve nvme: Check return value of mapped memory (Sun, 14 Aug 2022 15:04:06 UTC)
- git: d7d1becad4b6 - main - bhyve nvme: Fix Controller init error cases (Sun, 14 Aug 2022 15:04:07 UTC)
- git: 7376c08cc67e - main - bhyve nvme: Fix uninitialized pointer (Sun, 14 Aug 2022 15:04:08 UTC)
- git: eae0210cdd2e - main - bhyve: Fix Number of Power States Supported value (Sun, 14 Aug 2022 18:18:27 UTC)
- git: 3cae10048d27 - main - bhyve nvme: Fix Active Firmware Info (Sun, 14 Aug 2022 18:18:29 UTC)
- git: 9f678cfcb42d - main - bhyve nvme: Fix firmware read only initialization (Sun, 14 Aug 2022 18:18:30 UTC)
- git: ec0efe34dd48 - main - bhyve nvme: Fix reported SANICAP value (Tue, 16 Aug 2022 16:17:21 UTC)
- git: 715f82e4f5c5 - main - bhyve nvme: Support minimal Controller list (Tue, 16 Aug 2022 16:17:22 UTC)
- git: 6391be308944 - main - bhyve nvme: Switch to POSIX standard functions (Wed, 17 Aug 2022 00:29:07 UTC)
- Colin Percival
- Cy Schubert
- Re: git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). (Tue, 02 Aug 2022 19:41:27 UTC)
- Re: git: 1165fc9a5266 - main - ctfconvert: Give bitfield types names distinct from the base type (Wed, 03 Aug 2022 00:43:48 UTC)
- Re: git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). (Wed, 03 Aug 2022 14:26:14 UTC)
- git: 790c6b245151 - main - unbound: Vendor import 1.16.2 (Sat, 06 Aug 2022 01:47:23 UTC)
- git: 4f158a444ee7 - main - net80211: Remove tautological state display (Sat, 06 Aug 2022 01:54:01 UTC)
- git: e34667e44941 - main - unbound: Update version to 1.16.2 (Sat, 06 Aug 2022 09:01:42 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 19:26:00 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 14:00:00 UTC)
- git: 2a63683b5d5c - main - sqlite3: Vendor import of sqlite3 3.39.2 (Tue, 30 Aug 2022 22:55:19 UTC)
- Dag-Erling Smørgrav
- git: 36d67475f549 - main - xinstall: fix dounpriv logic, add tests (Wed, 03 Aug 2022 19:04:28 UTC)
- git: c7a8e8d372b2 - main - xinstall: make md5 and ripemd160 conditional (Wed, 03 Aug 2022 19:25:11 UTC)
- git: 54d8d0fe12a4 - main - xinstall: use dynamic bufsize as in cat(1) / cp(1). (Wed, 03 Aug 2022 21:02:06 UTC)
- git: f44e2577120c - main - xinstall: alphabetize: upper case precedes lower. (Thu, 04 Aug 2022 00:10:35 UTC)
- git: e24c5c60d724 - main - renice: support -- as per POSIX. (Thu, 04 Aug 2022 23:52:39 UTC)
- git: 441202c00bdf - main - apply: clean up error handling. (Mon, 08 Aug 2022 19:07:15 UTC)
- git: 0a9b374ecc85 - main - chown: see also chmod. (Wed, 24 Aug 2022 18:21:56 UTC)
- git: 65ee0a849553 - main - renice: fix argument order. (Thu, 25 Aug 2022 20:07:31 UTC)
- git: 7ccdad905f30 - main - renice: add unit tests. (Thu, 25 Aug 2022 20:07:33 UTC)
- Dag-Erling_Smørgrav
- Dimitry Andric
- git: 369ea0520a30 - main - [libm] Correct comments in s_cbrt[l].c (Thu, 04 Aug 2022 17:34:34 UTC)
- git: ab28cc352b53 - main - Adjust function definition in if_ovpn_c.c to avoid clang 15 warning (Sun, 14 Aug 2022 11:15:51 UTC)
- git: 8534e6be8110 - main - Avoid using TARGET_ARCH in llvm.build.mk (Sun, 14 Aug 2022 11:15:52 UTC)
- git: 6e62d9a5a56c - main - gpio: mark more INVARIANTS variables as __diagused (Sun, 14 Aug 2022 12:12:59 UTC)
- git: 0fe8ab685168 - main - Fix unused variable warning in rockchip's rk_spi.c (Sun, 14 Aug 2022 19:27:49 UTC)
- git: 7357c2e5a6a7 - main - Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warning (Sun, 14 Aug 2022 19:27:50 UTC)
- git: 7701f3015948 - main - Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warning (Sun, 14 Aug 2022 19:27:51 UTC)
- git: 0beb88a242af - main - Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warning (Sun, 14 Aug 2022 19:27:53 UTC)
- git: 7a7bbe10216e - main - Adjust function definition in drm_fb_helper.c to avoid clang 15 warning (Sun, 14 Aug 2022 19:27:54 UTC)
- git: 9762d48b7f12 - main - Adjust function definition in kern_poll.c to avoid clang 15 warning (Sun, 14 Aug 2022 19:27:55 UTC)
- git: 762489657117 - main - Fix unused variable warning in tcp_stacks's bbr.c (Sun, 14 Aug 2022 19:27:56 UTC)
- git: e967183cb030 - main - Fix unused variable warning in tcp_stacks's rack.c (Sun, 14 Aug 2022 19:27:57 UTC)
- git: 57cdd13d072e - main - Suppress unused variable warning in tcp_stacks's rack.c (Sun, 14 Aug 2022 19:27:58 UTC)
- git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Mon, 15 Aug 2022 18:49:17 UTC)
- git: 940740891516 - main - Adjust function definition in arm64's db_trace.c to avoid clang 15 warning (Mon, 15 Aug 2022 18:49:18 UTC)
- git: db6b32867d6e - main - Adjust function definition in tcp_hpts.c to avoid clang 15 warning (Mon, 15 Aug 2022 18:49:20 UTC)
- git: b33bfe6e1574 - main - Fix unused variable warnings in tcp_hpts.c (Mon, 15 Aug 2022 18:49:21 UTC)
- git: 06fce030e79e - main - Adjust function definition in aim_machdep.c to avoid clang 15 warning (Mon, 15 Aug 2022 18:49:22 UTC)
- git: 7a98c884f20f - main - Adjust function definitions in mmu_oea64.c to avoid clang 15 warnings (Mon, 15 Aug 2022 18:49:23 UTC)
- git: fb203abd9d39 - main - Adjust function definitions in mmu_radix.c to avoid clang 15 warnings (Mon, 15 Aug 2022 18:49:24 UTC)
- git: 3446738e8deb - main - Fix unused variable warning in mmu_radix.c (Mon, 15 Aug 2022 18:49:25 UTC)
- git: ff490346fd51 - main - Adjust function definition in moea64_native.c to avoid clang 15 warning (Mon, 15 Aug 2022 18:49:26 UTC)
- git: 02dd51c9bcce - main - Adjust function definitions in mp_cpudep.c.c to avoid clang 15 warnings (Mon, 15 Aug 2022 18:49:28 UTC)
- git: da36b5d24441 - main - Adjust function definition in riscv's db_trace.c to avoid clang 15 warning (Mon, 15 Aug 2022 18:49:29 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 10:10:04 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 12:41:51 UTC)
- Dmitry Salychev
- Doug Moore
- Doug Rabson
- Ed Maste
- git: 5b5fa75acff1 - main - libc: drop "All rights reserved" from Foundation copyrights (Thu, 04 Aug 2022 20:59:06 UTC)
- git: dc3509f1aafc - main - zlib: Fix a bug when getting a gzip header extra field with inflate(). (Fri, 05 Aug 2022 13:34:33 UTC)
- git: f0687f3e0e4d - main - Clarify code comments on ASLR default settings (Fri, 05 Aug 2022 14:01:52 UTC)
- Re: git: dc3509f1aafc - main - zlib: Fix a bug when getting a gzip header extra field with inflate(). (Fri, 05 Aug 2022 15:48:11 UTC)
- Re: git: dc3509f1aafc - main - zlib: Fix a bug when getting a gzip header extra field with inflate(). (Mon, 08 Aug 2022 16:01:21 UTC)
- git: 2969066f73fc - main - zlib: Fix extra field processing bug that dereferences NULL state->head. (Mon, 08 Aug 2022 18:20:43 UTC)
- git: 711ee0591832 - main - Add "heard" to the dictionary (Tue, 09 Aug 2022 16:04:53 UTC)
- git: 6b6367ba8fd2 - main - release: ensure enforce_chs sysctl is 0 (Tue, 09 Aug 2022 18:22:46 UTC)
- git: 7dc4d5118c02 - main - gpio: mark INVARIANTS variables as __diagused (Wed, 10 Aug 2022 14:40:21 UTC)
- git: 3471fcf3a42d - main - opencrypto: mark INVARIANTS variables as __diagused (Wed, 10 Aug 2022 19:37:19 UTC)
- git: 0fd8d3589a68 - main - acpi: mark INVARIANTS variables as __diagused (Wed, 10 Aug 2022 21:17:45 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 17:05:18 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 15:43:28 UTC)
- git: 8ddb146abcdf - main - Import bionic's x86_64 optimized string routines (Tue, 16 Aug 2022 17:28:48 UTC)
- git: ede6c6c0434a - main - buf.h: Fix declaration of unmapped_buf (Tue, 16 Aug 2022 19:39:37 UTC)
- git: fbafa98a94cc - main - Disallow invalid PT_GNU_STACK (Tue, 16 Aug 2022 19:52:26 UTC)
- git: bffe60ead024 - main - ssh: retire client VersionAddendum (Fri, 19 Aug 2022 14:39:49 UTC)
- git: 97be6fced7db - main - openssh: Remove description of VersionAddendum in upgrade doc (Fri, 19 Aug 2022 14:39:50 UTC)
- git: 6b598e263beb - main - pf: Reduce diffs against OpenBSD in pf_if.c (Sat, 20 Aug 2022 15:52:36 UTC)
- Emmanuel Vadot
- git: 6be89cc88d63 - main - linuxkpi: atomic: Add atomic_fetch_inc (Mon, 08 Aug 2022 14:04:10 UTC)
- git: 885ab0dba28b - main - linuxkpi: math.h: Add mul_u64_u32_div and mul_u64_u32_shr (Mon, 08 Aug 2022 14:04:12 UTC)
- git: 6890e327a86d - main - linuxkpi: pci: Add more functions needed by drm (Mon, 08 Aug 2022 14:04:13 UTC)
- git: 4aa82e4358c0 - main - linuxkpi: Add mapping_clear_unevictable stub (Mon, 08 Aug 2022 14:04:14 UTC)
- git: aec6a64c68b9 - main - linuxkpi: Add linux/nospec.h (Mon, 08 Aug 2022 14:04:15 UTC)
- git: a0c171328f66 - main - linuxkpi: Add pagevec implementation (Mon, 08 Aug 2022 14:04:16 UTC)
- git: 96b917bfcf2c - main - linuxkpi: Add io.h (Mon, 08 Aug 2022 14:04:17 UTC)
- git: fa1f02baafd3 - main - linuxkpi: Add some memset functions (Mon, 08 Aug 2022 14:04:18 UTC)
- git: 39da3678b1ce - main - linuxkpi: Add try_cmpxchg and atomic_try_cmpxchg (Mon, 08 Aug 2022 14:04:20 UTC)
- git: 37cda2837c00 - main - linuxkpi: Add compat_ptr and ptr_to_compat (Mon, 08 Aug 2022 14:04:21 UTC)
- git: 2d4b17685fd2 - main - linuxkpi: errno: Add EHWPOISON (Mon, 08 Aug 2022 14:04:22 UTC)
- git: 7d2702a19839 - main - linuxkpi: Add more notifier defines (Mon, 08 Aug 2022 14:04:23 UTC)
- git: d1c3cfd79da1 - main - linuxkpi: Add trylock_page and unlock_page (Mon, 08 Aug 2022 14:04:24 UTC)
- git: eca2f0f38066 - main - linuxkpi: Add smp_mb__before/after_atomic (Mon, 08 Aug 2022 14:04:25 UTC)
- git: a7727e1a6d5d - main - linuxkpi: Add dev_info_once (Mon, 08 Aug 2022 14:04:26 UTC)
- git: 789dbdbb4857 - main - linuxkpi: Add arch_io_{reserve,free}_memtype_wc (Mon, 08 Aug 2022 14:04:28 UTC)
- git: b829f450a7a3 - main - linuxkpi: Include highmem.h in pagemap.h (Mon, 08 Aug 2022 14:04:29 UTC)
- git: 2ff0f051498a - main - linuxkpi: pm: Add more defines and includes (Mon, 08 Aug 2022 14:04:30 UTC)
- git: b273f93657cf - main - Bump __FreeBSD_version after linuxkpi changes. (Mon, 08 Aug 2022 14:04:31 UTC)
- git: d387a1b4b199 - main - linuxkpi: io.h: Do not include asm/set_memory.h for armv6 and armv7 (Mon, 08 Aug 2022 16:56:07 UTC)
- git: 521abc32e22a - main - linuxkpi: io.h: Only exclude armv6 and armv7 for asm/set_memory.h (Mon, 08 Aug 2022 18:23:04 UTC)
- git: b223c1f1a0ac - main - x86: Add another cpuid for Apollo Lake errata APL30 (Tue, 09 Aug 2022 07:08:51 UTC)
- git: 821b850a3bb7 - main - x86: Remove redundant parentheses (Tue, 09 Aug 2022 07:48:30 UTC)
- git: 5956d97f4b32 - main - Import device-tree files from Linux 5.14 (Wed, 10 Aug 2022 12:20:10 UTC)
- git: 354d7675fe12 - main - Import device-tree files from Linux 5.15 (Wed, 10 Aug 2022 12:23:00 UTC)
- git: 8cc087a1eee9 - main - Import device-tree files from Linux 5.16 (Wed, 10 Aug 2022 12:28:23 UTC)
- git: e67e85659c0d - main - Import device-tree files from Linux 5.17 (Wed, 10 Aug 2022 12:30:58 UTC)
- git: c9ccf3a32da4 - main - Import device-tree files from Linux 5.18 (Wed, 10 Aug 2022 12:33:58 UTC)
- git: 8d6b3a857010 - main - arm64: rockchip: pinctrl: Do not rely on the node name (Wed, 10 Aug 2022 13:49:42 UTC)
- git: 87f642ac03e3 - main - arm64: rockchip: rk_gpio: Improve mode switching (Wed, 10 Aug 2022 17:22:40 UTC)
- git: fbc50a695433 - main - modules: aw_mmc: Add mmc_pwrseq_if to the source (Wed, 10 Aug 2022 17:25:51 UTC)
- git: d38a784b61e3 - main - modules: if_awg: Add miibus_if.h to the source (Wed, 10 Aug 2022 17:25:52 UTC)
- git: b9db5e0a8f38 - main - sdio: Change the sdio helper name and arg order (Wed, 10 Aug 2022 20:07:32 UTC)
- git: 1ee7a8049218 - main - sdio: Always use increment address for read/write_4 (Wed, 10 Aug 2022 20:07:33 UTC)
- git: 49da0242e798 - main - sdio: Do not allow setting a block size if function doesn't support it (Wed, 10 Aug 2022 20:07:34 UTC)
- git: 348164aa9e5d - main - sdio: Add CCCR speed defines (Wed, 10 Aug 2022 20:07:35 UTC)
- git: d2888f5ccf7d - main - pkgbase: mtree: Correctly tag /var/run entries (Tue, 16 Aug 2022 19:16:03 UTC)
- git: 1a104a3bf3d2 - main - pkgbase: mtree: Correctly tag /var/db entries (Tue, 16 Aug 2022 19:16:04 UTC)
- git: 4efb514b70ba - main - pkgbase: Put mount_nfs in the FreeBSD-nfs package (Tue, 16 Aug 2022 19:16:05 UTC)
- git: 15d781b53233 - main - lib: Gate libfigpar under MK_DIALOG (Tue, 16 Aug 2022 19:16:07 UTC)
- git: 0c6b2a917951 - main - pkgbase: Put accounting utilities in the acct package (Tue, 16 Aug 2022 19:16:08 UTC)
- git: 4370e9f1cfce - main - linuxkpi: Add for_each_sgtable_{sg,page} (Thu, 18 Aug 2022 09:10:01 UTC)
- git: 1a6874e3a411 - main - linuxkpi: Add refcount_dec_and_test (Thu, 18 Aug 2022 09:10:03 UTC)
- git: 8828ebd6fc40 - main - linuxkpi: Add sched/mm.h (Thu, 18 Aug 2022 09:10:04 UTC)
- git: fd62b3fa1e82 - main - linuxkpi: pgtable: Add more defines (Thu, 18 Aug 2022 09:10:05 UTC)
- git: b1c82bd40261 - main - linuxkpi: Add linux/stackdepot.h (Thu, 18 Aug 2022 09:10:06 UTC)
- git: 9202c95f47c2 - main - linuxkpi: Add dma_{un,}map_sgtable (Thu, 18 Aug 2022 09:10:07 UTC)
- git: b2c860060ccd - main - linuxkpi: Add asm/processor.h (Thu, 18 Aug 2022 09:10:08 UTC)
- git: 35b7625ed026 - main - linuxkpi: Add stub kmem_cache_shrink (Thu, 18 Aug 2022 09:10:09 UTC)
- git: 6d3d5653168b - main - linuxkpi: swap.h: Fix include (Thu, 18 Aug 2022 09:10:10 UTC)
- git: d4eeb0298698 - main - linuxkpi: Add a bunch of dummy include (Thu, 18 Aug 2022 09:10:11 UTC)
- git: 4b2cb13e9162 - main - linuxkpi: Add few more include in linux/kernel.h (Thu, 18 Aug 2022 09:10:12 UTC)
- git: bf27839aa90a - main - linuxkpi: Add add_taint stub (Thu, 18 Aug 2022 09:10:13 UTC)
- git: 76d93395c522 - main - linuxkpi: Add __copy_to_user_inatomic and __copy_from_user_inatomic (Thu, 18 Aug 2022 09:10:14 UTC)
- git: afe53d7f7a9c - main - linuxkpi: acpi/video.h: Add stubs acpi_video_{register,unregister} (Thu, 18 Aug 2022 09:10:16 UTC)
- git: 73e342328b53 - main - linuxkpi: Add video/mipi_display.h (Thu, 18 Aug 2022 09:10:17 UTC)
- git: 4b4ab8c3107f - main - linuxkpi: Add linux/vgaarb.h (Thu, 18 Aug 2022 09:10:18 UTC)
- git: 7bf65b00c6d3 - main - linuxkpi: Add I2C_NAME_SIZE and I2C_MODULE_PREFIX defines (Thu, 18 Aug 2022 09:10:19 UTC)
- git: ff7812ee7d44 - main - Bump __FreeBSD_version after linuxkpi changes. (Thu, 18 Aug 2022 09:10:20 UTC)
- git: 319a4bddb0b9 - main - linuxkpi: i2c: Fix 7bit/8bit addressing (Fri, 19 Aug 2022 12:39:30 UTC)
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. (Sun, 21 Aug 2022 07:39:52 UTC)
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. (Wed, 31 Aug 2022 07:24:31 UTC)
- git: 0a9a4d2cd609 - main - arm64: Fix hwpmc module for OPT_ACPI isn't selected (Wed, 31 Aug 2022 07:26:17 UTC)
- Eric van Gyzen
- Eugene Grosbein
- Felix Palmen
- Franco Fichtner
- FreeBSD User
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:21:37 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:42:57 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:44:51 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:56:05 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 19:07:15 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 19:17:40 UTC)
- Ganbold Tsagaankhuu
- git: 5db5bd5f3987 - main - Add drive strength setting for RK3568 pinctrl driver. Partially from https://reviews.freebsd.org/D36027 (Mon, 08 Aug 2022 04:43:36 UTC)
- git: ace8bb34ce75 - main - Add support for RK3568 to RockChip GRF and SPI drivers. Partially from https://reviews.freebsd.org/D36027 (Thu, 11 Aug 2022 05:33:45 UTC)
- git: 0b6d133c08fc - main - Add RockChip RK356X support to existing RockChip thermal driver. (Thu, 11 Aug 2022 08:28:59 UTC)
- Re: git: 0b6d133c08fc - main - Add RockChip RK356X support to existing RockChip thermal driver. (Thu, 11 Aug 2022 08:30:55 UTC)
- git: 530d5f833860 - main - Add RockChip RK356X support to existing RockChip iodomain driver. (Mon, 15 Aug 2022 12:04:23 UTC)
- git: 66a3e513412a - main - Add RockChip rk809/rk817 pmic support to existing RockChip pmic drivers. (Tue, 16 Aug 2022 07:56:20 UTC)
- git: 1331c0f44b6a - main - Add support for RockChip RK356X to DWC3 driver. For RK356x platform, we can set bit 26 of DWC3_GUCTL1 register for usb 2.0 device. (Tue, 16 Aug 2022 12:25:51 UTC)
- git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. (Fri, 19 Aug 2022 13:22:57 UTC)
- git: ec556724d7ad - main - Add interrupt handling to rk_gpio driver. (Sat, 20 Aug 2022 11:32:26 UTC)
- Re: git: ec556724d7ad - main - Add interrupt handling to rk_gpio driver. (Sat, 20 Aug 2022 11:38:11 UTC)
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. (Wed, 31 Aug 2022 02:11:47 UTC)
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. (Wed, 31 Aug 2022 03:15:18 UTC)
- Gary Jennejohn
- Gleb Popov
- Gleb Smirnoff
- git: e7231d07a4f7 - main - tcp_input: update comment to match reality. (Sun, 07 Aug 2022 18:18:38 UTC)
- git: e87ff1ea2252 - main - tests/socket: add accept_filter(9) test (Mon, 08 Aug 2022 21:10:45 UTC)
- git: d88eb4654f37 - main - tcp: address a wire level race with 2 ACKs at the end of TCP handshake (Wed, 10 Aug 2022 14:32:53 UTC)
- git: c7a62c925c81 - main - inpcb: gather v4/v6 handling code into in_pcballoc() from protocols (Wed, 10 Aug 2022 18:10:26 UTC)
- git: 8f5a0a2e4f31 - main - sockets: provide solisten_clone(), solisten_enqueue() (Wed, 10 Aug 2022 18:10:27 UTC)
- git: 07285bb4c22c - main - tcp: utilize new solisten_clone() and solisten_enqueue() (Wed, 10 Aug 2022 18:10:28 UTC)
- git: b8103ca76de0 - main - netinet: get interface event notifications directly via EVENTHANDLER(9) (Thu, 11 Aug 2022 16:20:10 UTC)
- git: d94ec7490d31 - main - rtsock: do not allocate mbufs_tags(9) just to store a 8-bit value (Thu, 11 Aug 2022 16:20:11 UTC)
- git: 36b10ac2cd18 - main - rtsock: do not use raw socket code (Thu, 11 Aug 2022 16:20:12 UTC)
- git: ea7be1293b48 - main - keysock: do not use raw socket code (Thu, 11 Aug 2022 16:20:13 UTC)
- git: f63cb32c1988 - main - Retire 4.4BSD raw sockets (Thu, 11 Aug 2022 16:20:15 UTC)
- git: 8c77967ecc58 - main - protosw: retire pr_output method (Thu, 11 Aug 2022 16:20:16 UTC)
- git: 3d2041c0353d - main - raw ip: merge rip_output() into rip_send() (Thu, 11 Aug 2022 16:20:17 UTC)
- git: e0b405003a2a - main - raw ip6: merge rip6_output() into rip6_send() (Thu, 11 Aug 2022 16:20:18 UTC)
- git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods (Fri, 12 Aug 2022 15:32:46 UTC)
- git: 948f31d7b0ed - main - netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirect (Fri, 12 Aug 2022 15:32:47 UTC)
- git: f277746e1326 - main - protosw: change prototype for pr_control (Fri, 12 Aug 2022 19:10:31 UTC)
- git: b7bf3cb07fcf - main - keysock: explicitly initialized LIST_HEAD (Fri, 12 Aug 2022 19:30:38 UTC)
- git: 01f11ee1c543 - main - sdp: garbage collect sdp_ctlinput (Tue, 16 Aug 2022 19:38:42 UTC)
- git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly (Tue, 16 Aug 2022 19:40:53 UTC)
- git: 05b9737f1064 - main - ipfw: make it possible to specify MTU for "unreach needfrag" action (Wed, 17 Aug 2022 15:24:52 UTC)
- git: 489482e276cf - main - ipsec: isolate knowledge about protocols that are last header (Wed, 17 Aug 2022 15:24:54 UTC)
- Re: git: f63cb32c1988 - main - Retire 4.4BSD raw sockets (Wed, 17 Aug 2022 15:26:03 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 15:34:22 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 15:39:22 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 16:14:32 UTC)
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly (Wed, 17 Aug 2022 16:19:29 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 16:26:31 UTC)
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly (Wed, 17 Aug 2022 16:57:22 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 17:11:35 UTC)
- git: 78b1fc05b205 - main - protosw: separate pr_input and pr_ctlinput out of protosw (Wed, 17 Aug 2022 18:52:13 UTC)
- git: 160f01f09f4b - main - ip_reass: use callout(9) directly instead of pr_slowtimo (Wed, 17 Aug 2022 18:52:14 UTC)
- git: 6c452841ef9b - main - tcp: use callout(9) directly instead of pr_slowtimo (Wed, 17 Aug 2022 18:52:16 UTC)
- git: 0ce4d7ec96d0 - main - igmp: use callout(9) directly instead of pr_slowtimo, pr_fasttimo (Wed, 17 Aug 2022 18:52:17 UTC)
- git: b730de8badbc - main - mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimo (Wed, 17 Aug 2022 18:52:18 UTC)
- git: a0d7d2476f64 - main - frag6: use callout(9) directly instead of pr_slowtimo (Wed, 17 Aug 2022 18:52:19 UTC)
- git: 1922eb3e9c23 - main - protosw: retire pr_slowtimo and pr_fasttimo (Wed, 17 Aug 2022 18:52:20 UTC)
- git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly (Wed, 17 Aug 2022 18:52:21 UTC)
- git: a6b982e265fd - main - tcp: move tcp_drain() verbatim before tcp_init() (Wed, 17 Aug 2022 18:52:22 UTC)
- git: aea0cd0432f0 - main - ip_reass: separate ipreass_init() into global and VIMAGE parts (Wed, 17 Aug 2022 18:52:24 UTC)
- git: f6dc5aa3422a - main - unix: use private enum as argument for unp_connect2() (Wed, 17 Aug 2022 18:52:25 UTC)
- git: d9f6ac882a95 - main - protosw: retire PRU_ flags and their char names (Wed, 17 Aug 2022 18:52:26 UTC)
- git: e7d02be19d40 - main - protosw: refactor protosw and domain static declaration and load (Wed, 17 Aug 2022 18:52:27 UTC)
- git: 6080e073dc5f - main - ip6_input: explicitly include <sys/eventhandler.h> (Wed, 17 Aug 2022 21:56:10 UTC)
- Re: git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly (Wed, 17 Aug 2022 22:09:45 UTC)
- git: 820bafd0bc14 - main - unix/dgram: don't panic if socket buffer has negative space (Fri, 19 Aug 2022 19:15:53 UTC)
- git: 8338690a0a43 - main - ip_reass: provide sysctl MIB returning IP fragment TTL (Sat, 20 Aug 2022 20:41:40 UTC)
- Re: git: 1922eb3e9c23 - main - protosw: retire pr_slowtimo and pr_fasttimo (Sat, 20 Aug 2022 20:47:05 UTC)
- Re: git: 8338690a0a43 - main - ip_reass: provide sysctl MIB returning IP fragment TTL (Sun, 21 Aug 2022 02:18:56 UTC)
- git: 6498153665fd - main - ip_reass: don't drain all vnets on a vnet destroy (Sun, 21 Aug 2022 14:45:38 UTC)
- git: 9d5481242127 - main - snmp_mibII: use net.inet.ip.fragttl sysctl for ipReasmTimeout (Sun, 21 Aug 2022 14:45:39 UTC)
- git: 7c04ca1fad67 - main - sockets: for stat(2) on a socket don't report hiwat as block size (Fri, 26 Aug 2022 15:16:47 UTC)
- git: a358db560370 - main - socket(2): bring documentation up tp date (Fri, 26 Aug 2022 15:16:48 UTC)
- git: 837b7203f0c7 - main - domains: use struct domain as argument (Fri, 26 Aug 2022 17:35:49 UTC)
- git: c414347bc572 - main - mbufs: isolate max_linkhdr and max_protohdr handling in the mbuf code (Tue, 30 Aug 2022 02:24:52 UTC)
- git: d7574c74326a - main - domains: init pr_domain in pr_init() (Tue, 30 Aug 2022 02:24:53 UTC)
- git: e18c5816ea56 - main - domains: use queue(9) SLIST for linked list of domains (Tue, 30 Aug 2022 02:24:54 UTC)
- git: 244e1aeaec9a - main - domains: merge domain_init() into domain_add() (Tue, 30 Aug 2022 02:24:55 UTC)
- git: 8fc80638496e - main - divert: merge div_output() into div_send() (Tue, 30 Aug 2022 02:24:57 UTC)
- git: c00605751e40 - main - tcp: remove a dead code leftover from T/TCP, (Tue, 30 Aug 2022 02:40:10 UTC)
- git: 8624f4347e81 - main - divert: declare PF_DIVERT domain and stop abusing PF_INET (Tue, 30 Aug 2022 22:49:24 UTC)
- git: 61f7427f02a3 - main - protosw: cleanup protocols that existed merely to provide pr_input (Tue, 30 Aug 2022 22:49:25 UTC)
- git: 2b1c72171e3e - main - divert(4): provide statistics (Tue, 30 Aug 2022 22:49:26 UTC)
- git: f1fb05171662 - main - divert(4): maintain own cb database and stop using inpcb KPI (Tue, 30 Aug 2022 22:49:27 UTC)
- git: e72c522858cb - main - divert(4): make it compilable and working without INET (Tue, 30 Aug 2022 22:49:28 UTC)
- git: 1df08e905a0b - main - natd: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT (Tue, 30 Aug 2022 23:24:55 UTC)
- git: f70a2e294854 - main - ipfwpcap: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT (Tue, 30 Aug 2022 23:24:56 UTC)
- git: 4627bc1e90fd - main - tests: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT (Tue, 30 Aug 2022 23:24:58 UTC)
- git: 1f3d8c09be67 - main - procstat: fix printing divert(4) sockets (Tue, 30 Aug 2022 23:43:02 UTC)
- git: 24af7808fa12 - main - protosw: repair protocol selection logic in socket(2) (Wed, 31 Aug 2022 04:25:45 UTC)
- Glen Barber
- Gordon Bergling
- git: 93b8510c3697 - main - find.1: Correct the markup (Tue, 02 Aug 2022 06:33:41 UTC)
- git: 1ffd352bc25b - main - bce(4): Fix two typos in kernel messages (Sat, 06 Aug 2022 09:32:43 UTC)
- git: 4c399b044fc6 - main - nullfs(5): Fix a typo in a source code comment (Sun, 07 Aug 2022 12:05:06 UTC)
- git: cd3303974935 - main - inet6(4): Fix a typo in a source code comment (Sun, 07 Aug 2022 12:21:02 UTC)
- git: 094517119c62 - main - libpathconv: Fix mandoc warnings in abs2rel(3) and rel2abs(3) (Sun, 07 Aug 2022 12:54:05 UTC)
- git: cc538081ef1d - main - acpi(4): Fix two typos in a source code comments (Sun, 07 Aug 2022 13:58:30 UTC)
- git: 044169efe0b7 - main - net80211(4): Fix a typo in a source code comment (Sun, 07 Aug 2022 14:01:25 UTC)
- git: 0702f4f0409e - main - isci(4): Fix a typo in a source code comment (Sun, 07 Aug 2022 14:05:17 UTC)
- git: b2b1bb041056 - main - debugnet: Fix a typo in a source code comment (Sun, 07 Aug 2022 14:07:11 UTC)
- git: fa1ac9693a6d - main - vnode(9): Fix a typo in a source code comment (Sun, 07 Aug 2022 14:08:58 UTC)
- git: 816ca3d10fd2 - main - libutil: Fix mandoc warnings (Sun, 07 Aug 2022 14:30:36 UTC)
- git: 75f8dcc831bf - main - mfiutil.8: Fix some mandoc warnings (Sun, 07 Aug 2022 15:25:05 UTC)
- git: 948168c778e8 - main - libpathconv: bump man page dates (Tue, 09 Aug 2022 08:06:27 UTC)
- git: ce99e4fa4442 - main - bhnd(4): Correct a typo in a source code comment (Sat, 27 Aug 2022 10:10:29 UTC)
- Hans Petter Selasky
- git: 9f35dbfdc6c8 - main - uftdi(4): Add new USB ID. (Mon, 01 Aug 2022 11:28:42 UTC)
- git: e7314192cea3 - main - sound(4): Fix order of parameters for custom equalizer band pass filter. (Mon, 22 Aug 2022 08:05:08 UTC)
- git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. (Mon, 22 Aug 2022 08:05:09 UTC)
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. (Mon, 22 Aug 2022 21:35:26 UTC)
- git: 0b01a13b8a6e - main - u3g(4): Add more USB IDs. (Fri, 26 Aug 2022 20:03:20 UTC)
- git: 4e2d8cd3e29b - main - usb(4): Quirk for non-compliant USB devices. (Sat, 27 Aug 2022 06:53:28 UTC)
- Re: git: efe58855f3ea - main - IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8 (Sat, 27 Aug 2022 07:01:20 UTC)
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. (Mon, 29 Aug 2022 12:07:31 UTC)
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. (Tue, 30 Aug 2022 14:00:12 UTC)
- git: 40e43b056df9 - main - umodem(4): Clear stall at every open. (Tue, 30 Aug 2022 14:04:20 UTC)
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. (Tue, 30 Aug 2022 14:06:53 UTC)
- git: cbc5350359b9 - main - ucom(4): Make sure the open routine is executed synchronously. (Tue, 30 Aug 2022 14:21:16 UTC)
- Jens Schweikhardt
- git: b4cea17bf615 - main - Fix a broken man page reference. (Sat, 13 Aug 2022 15:41:10 UTC)
- git: 14e3d3248a20 - main - Fix wrong capitalization in man page references. (Sat, 13 Aug 2022 18:47:39 UTC)
- git: d491167b38cb - main - Fix wrong section number in man page cross references. (Sat, 13 Aug 2022 20:31:33 UTC)
- git: 30f626915592 - main - Fix wrong section number in man page cross references. (Sat, 13 Aug 2022 20:43:03 UTC)
- git: 0f6a767c02ac - main - Replace a dead cross reference with the proper (I think) macro. (Sat, 13 Aug 2022 20:55:15 UTC)
- git: 7c20397b724a - main - In man page cross refs to sudo, indicate it comes from ports/security/sudo. (Sun, 14 Aug 2022 09:44:50 UTC)
- git: 9356efa8c829 - main - Indicate that X(7) cross refs are satisfied by ports/x11/xorg-docs. (Sun, 14 Aug 2022 10:03:09 UTC)
- git: 825225e52f44 - main - For man page references found in ports, indicate the respective port. (Sun, 14 Aug 2022 13:03:54 UTC)
- git: 4ee44ffcca3c - main - Indicate that kgdb.1 is from ports/devel/gdb. (Sun, 14 Aug 2022 13:18:24 UTC)
- git: e67af79c4b0d - main - Delete xref to suidperl(1) which has long since been removed in perl5.12. (Sun, 14 Aug 2022 13:45:42 UTC)
- git: 8b55a4718c04 - main - Indicate that racoon.8 is in ports/security/ipsec-tools. (Sun, 14 Aug 2022 13:56:07 UTC)
- git: 016aeb7ca0a5 - main - The fdformat man page is in section 8 (not 1). (Sun, 14 Aug 2022 16:14:57 UTC)
- git: 20f68c5f2d5d - main - Indicate that xrefs to *roff,tbl,eqn et al are found in ports/textproc/groff. (Mon, 15 Aug 2022 20:15:47 UTC)
- git: e1ae2a285a36 - main - Indicate the port where the referenced man pages come from. (Tue, 16 Aug 2022 18:58:38 UTC)
- git: 1b9ad57f7fad - main - The wi(4) and an(4) drivers have been removed. Delete dead xrefs. (Tue, 16 Aug 2022 19:05:57 UTC)
- git: 1f5e2d569db7 - main - Oops, wlan(4) is not the removed an(4). Restore that paragraph. (Tue, 16 Aug 2022 19:09:41 UTC)
- git: 3c405c7e8367 - main - Indicate which port gdb.1 and kgdb.1 come from. (Wed, 17 Aug 2022 17:14:19 UTC)
- git: f7473c7e7768 - main - Indicate which port gpg.1 comes from. (Wed, 17 Aug 2022 17:24:22 UTC)
- Jessica Clarke
- Re: git: 36d67475f549 - main - xinstall: fix dounpriv logic, add tests (Wed, 03 Aug 2022 20:59:15 UTC)
- git: e9ba25aabf69 - main - release: Use in-tree etcupdate for build (Tue, 09 Aug 2022 21:59:03 UTC)
- git: 5513d7dee5dd - main - etcupdate: Add a -m flag to change the make binary that's run (Tue, 09 Aug 2022 21:59:04 UTC)
- git: f37724399606 - main - release: Forward ${MAKE} to etcupdate via the new -m flag (Tue, 09 Aug 2022 21:59:05 UTC)
- git: c5e30fbdb7e0 - main - etcupdate: Prefer POSIX -depth to BSD -d (Tue, 09 Aug 2022 21:59:06 UTC)
- git: febca0e64361 - main - etcupdate: Add a -N flag to perform a NO_ROOT build (Tue, 09 Aug 2022 21:59:07 UTC)
- git: f36b5d8a8c30 - main - release: Include an etcupdate tree in -DNO_ROOT release image builds (Tue, 09 Aug 2022 21:59:08 UTC)
- git: 3179bb273749 - main - stand: Fix a couple of comment typos in f8a199f28f9d (Sat, 13 Aug 2022 19:50:46 UTC)
- git: 762dcf106412 - main - goldfish_rtc: Fix handling a local time RTC (Sun, 14 Aug 2022 18:50:29 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Mon, 15 Aug 2022 21:23:06 UTC)
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly (Wed, 17 Aug 2022 16:41:57 UTC)
- git: b0ce7dfc5e28 - main - makefs: Fix 32-bit issues in ZFS time attributes setting (Thu, 18 Aug 2022 01:46:42 UTC)
- git: 92fc50b496ee - main - sys: Extract __bitcount* from sys/types.h to new sys/bitcount.h (Thu, 18 Aug 2022 01:46:43 UTC)
- git: e9ba1fd5eda2 - main - tools/build: Provide FreeBSD's bitstring API when cross-building (Thu, 18 Aug 2022 01:46:44 UTC)
- git: 548f8a657bc1 - main - tools/build: Provide fls* when cross-building on Linux (Thu, 18 Aug 2022 01:46:45 UTC)
- git: c6890399fc00 - main - makefs: Fix issues building as a cross-tool on non-FreeBSD (Thu, 18 Aug 2022 01:46:46 UTC)
- git: fba998a3d897 - main - tools/build: Unbreak bmake bootstrap on Linux (Mon, 22 Aug 2022 21:03:15 UTC)
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) (Thu, 25 Aug 2022 01:07:12 UTC)
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) (Thu, 25 Aug 2022 01:26:13 UTC)
- Re: git: 74704a26bc2c - main - efi: Create a define for memory descriptor version (Fri, 26 Aug 2022 17:44:56 UTC)
- Re: git: 9e772f203ff2 - main - mana: Fix a couple i386 build errors (Mon, 29 Aug 2022 07:16:13 UTC)
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. (Tue, 30 Aug 2022 21:16:35 UTC)
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. (Tue, 30 Aug 2022 22:05:31 UTC)
- John Baldwin
- Re: git: be1f485d7d6b - main - sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg(). (Mon, 01 Aug 2022 16:51:43 UTC)
- git: bbb2f537156b - main - cxgbe: Rename t4_kern_tls.c to t6_kern_tls.c. (Mon, 08 Aug 2022 18:22:22 UTC)
- git: 1ca4f45ea89f - main - cxgbe: Handle requests for TLS key allocations with no TLS key storage. (Mon, 08 Aug 2022 18:22:23 UTC)
- git: c6b3a3772c08 - main - cxgbe TOE TLS: Simplify a few routines. (Mon, 08 Aug 2022 18:22:24 UTC)
- git: 782db2881b6b - main - cxgbe TOE TLS: Fix handling of unusual record types. (Mon, 08 Aug 2022 18:22:25 UTC)
- git: cc13c98302f6 - main - ktls_test: Add a require_toe option similar to require_ifnet. (Mon, 08 Aug 2022 18:22:27 UTC)
- Re: git: 36f1526a598c - main - Add experimental 16k page support on arm64 (Wed, 10 Aug 2022 22:59:32 UTC)
- Re: git: e2295b911723 - main - stand: i386/amd64: Always use elf format for /boot/loader and pxeldr (Thu, 11 Aug 2022 16:44:39 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 16:56:30 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Fri, 12 Aug 2022 00:24:27 UTC)
- Re: git: 4c8ea3efe73c - main - stand: Go back to a.out format for /boot/loader (Fri, 12 Aug 2022 16:51:40 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Fri, 12 Aug 2022 17:05:29 UTC)
- git: 3a3af6b2a160 - main - mac_ddb: Fix the show rman validator. (Fri, 12 Aug 2022 17:21:05 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 17:11:39 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 16:04:02 UTC)
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly (Wed, 17 Aug 2022 16:04:08 UTC)
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly (Wed, 17 Aug 2022 16:37:44 UTC)
- git: bcab868a650e - main - bhyve: Style fix for read/write_config. (Wed, 17 Aug 2022 17:02:20 UTC)
- git: e7439f6aeb23 - main - bhyve xhci: Cache the value of MaxPStreams when initializing an endpoint. (Wed, 17 Aug 2022 17:02:21 UTC)
- git: fa46f3704b76 - main - bhyve e1000: Skip packets with a small header. (Wed, 17 Aug 2022 17:02:22 UTC)
- git: 5567d6b4419b - main - arm64 pmap: Simplify logic around pv_chunk sizes. (Wed, 17 Aug 2022 19:11:07 UTC)
- git: 3499df29c2a1 - main - arm64 pmap: Convert PC_IS_FREE into an inline function. (Wed, 17 Aug 2022 19:11:08 UTC)
- git: 548548649f9e - main - git-arc: Use --head to avoid changing the checkout. (Wed, 17 Aug 2022 23:19:49 UTC)
- git: baf753cc196e - main - bhyve: Support other schemes for naming pass-through devices. (Fri, 19 Aug 2022 22:25:33 UTC)
- git: 16bedf532c02 - main - pci: Add helper routines to iterate over a device's BARs. (Fri, 19 Aug 2022 22:25:35 UTC)
- git: c94f30ea85b7 - main - bhyve: Validate host PAs used to map passthrough BARs. (Fri, 19 Aug 2022 22:25:36 UTC)
- Re: git: baf753cc196e - main - bhyve: Support other schemes for naming pass-through devices. (Mon, 22 Aug 2022 17:34:10 UTC)
- git: 51480b486a86 - main - mv88e151x: Remove unused devclass argument from DRIVER_MODULE. (Tue, 23 Aug 2022 16:38:36 UTC)
- git: 9a777495df2b - main - cmn600: Remove unused devclass from DRIVER_MODULE. (Tue, 23 Aug 2022 16:38:37 UTC)
- git: 6ea773d49a6c - main - pmu_dmc620: Remove unused devclass from DRIVER_MODULE. (Tue, 23 Aug 2022 16:38:38 UTC)
- git: 9e4e7bcaef3f - main - *DRIVER_MODULE*: Remove the compat shims to accept the devclass argument. (Tue, 23 Aug 2022 16:38:39 UTC)
- git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. (Tue, 23 Aug 2022 20:31:29 UTC)
- Re: git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. (Fri, 26 Aug 2022 18:10:49 UTC)
- git: e3885a7893d4 - main - soo_stat: Ensure error is always initialized. (Fri, 26 Aug 2022 18:19:37 UTC)
- Re: git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. (Mon, 29 Aug 2022 16:31:23 UTC)
- Re: git: 9e772f203ff2 - main - mana: Fix a couple i386 build errors (Mon, 29 Aug 2022 16:45:43 UTC)
- git: 7afe342dcb38 - main - bhyve e1000: Sanitize transmit ring indices. (Mon, 29 Aug 2022 22:37:53 UTC)
- git: 62806a7f31e3 - main - bhyve virtio-scsi: Tidy warning and debug prints. (Mon, 29 Aug 2022 22:37:54 UTC)
- git: bb31aee26bd1 - main - bhyve virtio-scsi: Avoid out of bounds accesses to guest requests. (Mon, 29 Aug 2022 22:37:56 UTC)
- Jung-uk Kim
- Justin Hibbits
- Kirk McKusick
- git: 184e3118c105 - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Mon, 01 Aug 2022 03:29:24 UTC)
- git: d22531d57282 - main - Identify each UFS/FFS superblock integrity check as a warning or fatal error. (Mon, 01 Aug 2022 05:12:59 UTC)
- git: 23c8b19c1d13 - main - Drop checks with last alternate superblock in fsck_ffs(8). (Thu, 04 Aug 2022 23:08:40 UTC)
- git: e68866164212 - main - Move the ability to search for alternate UFS superblocks from fsck_ffs(8) into ffs_sbsearch() to allow use by other parts of the system. (Sat, 13 Aug 2022 19:45:22 UTC)
- git: 6e821c35d68d - main - Correctness cleanups in fsck_ffs(8). (Sat, 13 Aug 2022 20:28:57 UTC)
- git: 6b9d4fbb7fe5 - main - Explicitly initialize rather than reading newly allocated UFS inodes. (Sat, 13 Aug 2022 20:51:44 UTC)
- git: 82493ff7007a - main - Add a description of soft updates journaling to tunefs(8). (Mon, 15 Aug 2022 20:46:18 UTC)
- git: 128b0398a1d4 - main - Update date in tunefs(8) manual page. (Tue, 16 Aug 2022 23:47:31 UTC)
- git: 4f9606c9a615 - main - When reading backup UFS superblocks, report reason if they cannot be used. (Wed, 17 Aug 2022 20:54:31 UTC)
- git: 6bae6625e0e0 - main - Improve handling of missing '.' and '..' in UFS directories. (Wed, 17 Aug 2022 21:21:44 UTC)
- git: be639cc8eef0 - main - Update standard superblock when successful using an alternate superblock. (Wed, 24 Aug 2022 06:29:42 UTC)
- git: 345bfec10905 - main - Provide cache coherency between getnextinode() and ginode() (Wed, 24 Aug 2022 06:50:07 UTC)
- git: 495b1baac327 - main - Provide better diagnostic messages for bad cylinder groups. (Fri, 26 Aug 2022 06:58:17 UTC)
- git: f0be378a66a7 - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Fri, 26 Aug 2022 07:10:27 UTC)
- git: 27c6009e7237 - main - Correct diagnostic messages for bad cylinder groups. (Fri, 26 Aug 2022 07:32:23 UTC)
- git: 2e4da012d57e - main - Correct calculation of inode location in getnextino cache. (Mon, 29 Aug 2022 06:09:55 UTC)
- git: 9dee5da7450e - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Mon, 29 Aug 2022 06:15:23 UTC)
- git: 827622937efa - main - Correct calculation of inode location in getnextino cache. (Mon, 29 Aug 2022 06:47:25 UTC)
- Konstantin Belousov
- git: 4a5ec55af6d0 - main - amd64: expicitly re-init td_frame in copy_thread() (Tue, 02 Aug 2022 18:12:15 UTC)
- git: c6d31b8306eb - main - AST: rework (Tue, 02 Aug 2022 18:12:16 UTC)
- git: 4fced8642f8e - main - sigfastblock_setpend() and fastblock_mask can be static now (Tue, 02 Aug 2022 18:12:17 UTC)
- git: cc1ec77231d3 - main - Adjust g_waitidle() visibility and definition (Tue, 02 Aug 2022 18:12:18 UTC)
- git: c46771a7b736 - main - kern/subr_trap.c: cleanup no longer needed headers (Tue, 02 Aug 2022 18:12:19 UTC)
- git: 4a662c9064fc - main - ktrace: change AST handler to require AST flag set (Tue, 02 Aug 2022 18:12:20 UTC)
- git: f04f3afbf5c3 - main - linuxkpi: more precise need_resched() definition (Tue, 02 Aug 2022 18:12:21 UTC)
- git: f2fd7d8bfc69 - main - ast_sig(): add missed TDAI() (Wed, 03 Aug 2022 13:56:33 UTC)
- git: c53fec76033a - main - sig_suspend_threads(): remove 'sending' arg (Wed, 03 Aug 2022 13:56:34 UTC)
- git: 624e5dc0ecf6 - main - tree.3: fix markup (Sun, 07 Aug 2022 19:24:52 UTC)
- git: 08349b18ea26 - main - tree.3: explain RB_FIND() and RB_NFIND() (Sun, 07 Aug 2022 19:24:53 UTC)
- git: 1b0a4974c500 - main - thread_create(): call cpu_copy_thread() after td_pflags is zeroed (Mon, 08 Aug 2022 16:44:38 UTC)
- git: 008475d3c83a - main - rtld: fix display of the mapbase for the traced objects (Sun, 14 Aug 2022 15:11:11 UTC)
- git: c9e4d2505206 - main - iommu_gas: add iommu_gas_remove() (Mon, 15 Aug 2022 14:58:59 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Mon, 15 Aug 2022 21:07:33 UTC)
- Re: git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly (Wed, 17 Aug 2022 21:44:24 UTC)
- Re: git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly (Wed, 17 Aug 2022 23:17:58 UTC)
- git: bd76586bb705 - main - fork_norfproc(): style (Sat, 20 Aug 2022 17:34:50 UTC)
- git: da39a100dbfe - main - sleepq_check_ast_sc_locked(): update comment (Sat, 20 Aug 2022 17:34:51 UTC)
- git: f835be58226a - main - sleepq_set_timeout_sbt(): correct comment to not talk about ticks (Sat, 20 Aug 2022 17:34:53 UTC)
- git: 30b16a6bcf01 - main - exit1(): update comment about thread_single() (Sat, 20 Aug 2022 17:34:54 UTC)
- git: 5c78797e4249 - main - reap_kill_proc_locked(): remove outdated part of the comment (Sat, 20 Aug 2022 17:34:55 UTC)
- git: cc29f221aaa2 - main - ksiginfo_alloc(): change to directly take M_WAITOK/NOWAIT flags (Sat, 20 Aug 2022 17:34:56 UTC)
- git: cdb58f9d04cf - main - ksiginfo_tryfree(): change return type to bool (Sat, 20 Aug 2022 17:34:57 UTC)
- git: 0a4f2ac3b78a - main - kern_sig.c: style (Sat, 20 Aug 2022 17:34:58 UTC)
- git: 5e9bba94bd7f - main - fork_norfproc(): unlock p1 before retrying (Sat, 20 Aug 2022 17:34:59 UTC)
- git: 2842ec6d99ce - main - REAP_KILL_PROC: kill processes in the threaded taskqueue context (Sat, 20 Aug 2022 17:35:01 UTC)
- git: 5e5675cb4bfa - main - Remove struct proc p_singlethr member (Sat, 20 Aug 2022 17:35:02 UTC)
- git: f829268bcc89 - main - Remove TDF_DOING_SA (Sat, 20 Aug 2022 17:35:03 UTC)
- git: 95f773e59482 - main - i386 copyout_fast: improve detection of a fault on accessing userspace (Wed, 24 Aug 2022 19:25:09 UTC)
- git: a03e4799e76b - main - irettraps: i386 does not push %ss/%esp when exception does not switch rings (Wed, 24 Aug 2022 19:25:10 UTC)
- git: dc4a2d1d0e83 - main - i386: do not allow userspace to set tf_trapno on sigreturn(2) (Wed, 24 Aug 2022 19:25:11 UTC)
- git: e8b2980e4a12 - main - i386 doreti: stop saving/restoring %ecx around calls into C (Wed, 24 Aug 2022 19:25:12 UTC)
- git: 54e1546e0934 - main - i386: simplify flow control in irettraps (Wed, 24 Aug 2022 19:25:13 UTC)
- git: 0f906b30e6fa - main - i386: print all GPRs, PSL, and CR3 on double fault (Wed, 24 Aug 2022 19:25:15 UTC)
- git: 01a33b2af534 - main - x86: print trap name in addition of trap number (Wed, 24 Aug 2022 19:25:16 UTC)
- git: ff32a055542f - main - x86: improve machdep.uprintf_signal (Wed, 24 Aug 2022 19:25:17 UTC)
- git: fce3b1c32793 - main - fork_exit(): style comment (Wed, 24 Aug 2022 19:25:18 UTC)
- Re: git: fce3b1c32793 - main - fork_exit(): style comment (Wed, 24 Aug 2022 19:31:13 UTC)
- git: aa5e19a9b3f3 - main - scandir.3: Use .Fo instead of .Fn for long args (Wed, 24 Aug 2022 19:44:04 UTC)
- git: ea448a0a43c5 - main - Link scandir_b(3) to scandir(3) (Wed, 24 Aug 2022 19:44:05 UTC)
- git: cb6e97f4dae6 - main - libc: split scandir() into scandir_dirp() and proper scandir() (Wed, 24 Aug 2022 19:44:06 UTC)
- git: 9fb8e8eede5b - main - libc: add scandirat(3) (Wed, 24 Aug 2022 19:44:07 UTC)
- git: a294e679738b - main - Document scandirat(3) (Wed, 24 Aug 2022 19:44:08 UTC)
- git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) (Thu, 25 Aug 2022 00:29:27 UTC)
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) (Thu, 25 Aug 2022 01:22:56 UTC)
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) (Thu, 25 Aug 2022 21:56:41 UTC)
- git: c1a0ab5ec525 - main - amd64: update comment for casueword/casueword32, mentioning return value 1 (Thu, 25 Aug 2022 23:59:30 UTC)
- git: 768f6373eb3d - main - Fix compat10 semaphore interface race (Fri, 26 Aug 2022 17:34:55 UTC)
- Kornel Dulęba
- Kristof Provost
- git: 8449762738b9 - main - if_ovpn: fix unused functions with NOINET / NOINET6 (Thu, 04 Aug 2022 12:02:48 UTC)
- git: 1e73fbd8b289 - main - pfctl: fix FOM_ICMP/POM_STICKYADDRESS clash (Sat, 06 Aug 2022 14:43:12 UTC)
- git: 63167eb48c9f - main - pfctl tests: test case for the POM_STICKYADDRESS fix (Mon, 08 Aug 2022 12:46:19 UTC)
- git: 28b64169eace - main - pf: stop resolving hosts as dns that use ":" modifier (Mon, 08 Aug 2022 16:36:55 UTC)
- git: b77d581535da - main - if_ovpn tests: remote access test case (Tue, 09 Aug 2022 13:57:02 UTC)
- git: adff82ea35b7 - main - Add the PHY driver for the Marvell 88E1512. (Tue, 09 Aug 2022 14:48:14 UTC)
- git: fd6b3bede5a5 - main - if_ovpn: reject non-UDP sockets (Thu, 11 Aug 2022 09:38:31 UTC)
- git: 248da7940aa2 - main - if_ovpn tests: Test using a TCP socket for DCO (Thu, 11 Aug 2022 09:38:32 UTC)
- Re: git: f63cb32c1988 - main - Retire 4.4BSD raw sockets (Wed, 17 Aug 2022 09:35:57 UTC)
- git: e7abb897018b - main - ixgbe: fix software vlan handling (Wed, 17 Aug 2022 14:40:18 UTC)
- git: eed634d113df - main - if_ovpn tests: fix WITHOUT_PF (Thu, 18 Aug 2022 09:26:03 UTC)
- git: c780d3ad7bcb - main - pf: clear ethernet rules prior to shutdown (Fri, 19 Aug 2022 13:13:02 UTC)
- git: 7647626d3380 - main - e6000sw: fix incorrect locking (Fri, 19 Aug 2022 21:09:45 UTC)
- git: 485be9798a75 - main - pfsync: replace struct pfsync_pkt with int flags (Mon, 22 Aug 2022 21:47:07 UTC)
- git: 6ab80e727509 - main - pf: do not block new Ethernet rules for in-progress transactions (Sat, 27 Aug 2022 22:23:21 UTC)
- Kyle Evans
- Larry Rosenman
- Li-Wen Hsu
- Mariusz Zaborski
- Mark Johnston
- git: 852695416c85 - main - domain: Use designated constants for timeout periods (Wed, 03 Aug 2022 00:39:09 UTC)
- git: e1700a36a947 - main - dtrace tests: Override RLIMIT_CORE for a test which triggers a core dump (Wed, 03 Aug 2022 00:39:10 UTC)
- git: 6a05f1438145 - main - dtrace tests: Rename some test type names to avoid a conflict (Wed, 03 Aug 2022 00:39:11 UTC)
- git: 1165fc9a5266 - main - ctfconvert: Give bitfield types names distinct from the base type (Wed, 03 Aug 2022 00:39:12 UTC)
- git: 6237c3e74fea - main - ctfconvert: Actually use the asprintf() helper (Wed, 03 Aug 2022 00:53:12 UTC)
- git: 100ddf892240 - main - qat: Move qat_c2xxx firmware files and build glue into separate dirs (Thu, 04 Aug 2022 13:55:43 UTC)
- git: d07675a9352e - main - file: Move code to share fdtol structs into kern_descrip.c (Thu, 04 Aug 2022 13:55:44 UTC)
- git: 121e120883a2 - main - bridge tests: Tests using pft_ping.py require scapy (Thu, 04 Aug 2022 13:55:46 UTC)
- git: 240afd8c1fcc - main - makefs: Add ZFS support (Fri, 05 Aug 2022 17:43:37 UTC)
- git: c39eecd84b3e - main - RELNOTES: Document ZFS support in makefs (Fri, 05 Aug 2022 17:43:38 UTC)
- git: e9552d8b45d6 - main - arm: Clear TTBCR before enabling the MMU (Fri, 05 Aug 2022 20:47:20 UTC)
- git: 220818ac0307 - main - bpf: Fix BIOCPROMISC locking (Fri, 05 Aug 2022 20:47:21 UTC)
- git: 2dd83b3f0507 - main - lib9p: Remove potential buffer overwrite in l9p_puqids() (Mon, 08 Aug 2022 16:53:45 UTC)
- git: cbd1e83154af - main - Merge libcxxrt commit 5d8a15823a103bbc27f1bfdcf2b5aa008fab57dd (Mon, 08 Aug 2022 16:53:47 UTC)
- git: 00d17cf342cd - main - elf_note_prpsinfo: handle more failures from proc_getargv() (Tue, 09 Aug 2022 19:56:31 UTC)
- git: 5c50e900ad77 - main - vm_fault: Shoot down shared mappings in vm_fault_copy_entry() (Tue, 09 Aug 2022 19:56:32 UTC)
- git: a7aa3d4d758d - main - fbt/x86: Extract arg1 for return probes from the trapframe (Tue, 09 Aug 2022 23:02:44 UTC)
- git: 3ba8e9dc4a0e - main - dtrace/amd64: Implement emulation of call instructions (Tue, 09 Aug 2022 23:02:46 UTC)
- git: 2bed73739aac - main - atomic: Add plain atomic_load/store_bool() (Tue, 09 Aug 2022 23:02:47 UTC)
- git: 1dfa8b73f6a6 - main - tests: Add more shared shadow regression tests (Tue, 09 Aug 2022 23:02:48 UTC)
- git: e225983737b4 - main - makefs: Fix memory leaks in dsl_dir_finalize_props() (Thu, 11 Aug 2022 14:20:18 UTC)
- git: 78d7704b7c0d - main - makefs: Fix a memory leak in fs_layout_one() (Thu, 11 Aug 2022 14:20:19 UTC)
- git: af86d12c80f1 - main - bhyve: Address -Wunused* warnings in pci_nvme.c (Sun, 14 Aug 2022 16:07:25 UTC)
- git: b6ecef28bfd7 - main - bhyve: Address uses of uninitialized variables in pci_nvme.c (Sun, 14 Aug 2022 16:07:26 UTC)
- git: 35b587464afc - main - makefs tests: Skip a ZFS regression test in CI (Mon, 15 Aug 2022 01:38:39 UTC)
- git: 187084dddd3e - main - makefs: Align the block buffer used in ZFS mode (Tue, 16 Aug 2022 15:03:13 UTC)
- git: 4f816f5b11ca - main - makefs: Fix space accounting for the root DSL directory (Tue, 16 Aug 2022 15:03:15 UTC)
- git: 0726cde8ea6b - main - makefs tests: Re-enable the ZFS snapshot test (Tue, 16 Aug 2022 15:03:16 UTC)
- git: c4d26f027be3 - main - makefs: Style (Tue, 16 Aug 2022 18:22:07 UTC)
- git: 75ce327a2c43 - main - bhyve: Use "void" instead of empty parameter lists (Tue, 16 Aug 2022 18:22:08 UTC)
- git: 37045dfa891a - main - bhyve: Mark variables and functions as static where appropriate (Tue, 16 Aug 2022 18:22:09 UTC)
- git: d06bf11c06a0 - main - bhyve: Sprinkle const qualifiers where appropriate (Tue, 16 Aug 2022 18:22:10 UTC)
- git: 8eca3207980a - main - makefs: Handle multiple staging directories when creating ZFS pools (Wed, 17 Aug 2022 21:29:01 UTC)
- git: 582ce32ff82e - main - makefs tests: Whitespace fixes (Wed, 17 Aug 2022 21:29:02 UTC)
- git: 8502144d7a09 - main - makefs tests: Add test cases for handling of multiple staging dirs (Wed, 17 Aug 2022 21:29:03 UTC)
- git: 4b8feb5d61ac - main - tests: Handle platforms with MAXPAGESIZES < 2 (Tue, 23 Aug 2022 23:59:11 UTC)
- git: 43d0c4d2a2d9 - main - git-arc: Fix whitespace (Wed, 24 Aug 2022 20:54:53 UTC)
- git: c4d06691c04c - main - git-arc: Respect GIT_EDITOR and GIT_PAGER (Wed, 24 Aug 2022 20:54:54 UTC)
- git: b0b0e4ee00b1 - main - NOTES: Update the default MSIZE and MCLSHIFT values (Wed, 24 Aug 2022 23:57:52 UTC)
- git: 465988e9fa8a - main - NOTES: Update the comment for MCLSHIFT (Thu, 25 Aug 2022 00:00:17 UTC)
- git: 575ca2c2655c - main - makefs: Remove some redundant initializations (Mon, 29 Aug 2022 17:05:20 UTC)
- git: a3b6b3ac4d96 - main - makefs tests: Do not install ZFS tests if WITHOUT_ZFS is defined (Mon, 29 Aug 2022 17:05:21 UTC)
- git: 09a2fce092a4 - main - makefs tests: Do not run ZFS tests in parallel (Mon, 29 Aug 2022 17:05:22 UTC)
- git: 32faf071bd54 - main - devstat: Remove DTrace io probes lacking a BIO reference (Mon, 29 Aug 2022 17:35:47 UTC)
- Mark Murray
- Martin Matuska
- Mateusz Guzik
- git: 412bdb5a4630 - main - route: fix NOIP builds (Wed, 03 Aug 2022 21:23:50 UTC)
- git: 69077c81e594 - main - routing: fix non-debug build (Thu, 11 Aug 2022 14:13:17 UTC)
- git: 648edd63783e - main - x86: remove MP_WATCHDOG (Thu, 11 Aug 2022 21:47:03 UTC)
- git: f73e4f6c5817 - main - routing: unbreak the build of a bunch of kernels (Thu, 11 Aug 2022 21:51:24 UTC)
- git: 92b5b97cb089 - main - mac: s/0/false/ in macros denoting probe enablement (Thu, 11 Aug 2022 22:12:25 UTC)
- git: 88a782fc8470 - main - routing: G/C rt_exportinfo declaration (Mon, 15 Aug 2022 20:39:16 UTC)
- git: eb9a1f9c687d - main - vfs: plug dead store in vn_io_fault1 (Tue, 16 Aug 2022 10:46:35 UTC)
- git: 84a0be4a239b - main - vfs: plug a dead store in kern_linkat_vp (Tue, 16 Aug 2022 10:46:37 UTC)
- git: f6ffed44a8eb - main - vm: use atomic fetchadd in vm_page_sunbusy (Wed, 17 Aug 2022 10:36:32 UTC)
- git: 4c2ef8c1d72b - main - pipe: change pipemapping cnt/pos to u_int (Wed, 17 Aug 2022 14:23:49 UTC)
- git: 60dae3b83bec - main - mac: cheaper check for mac_pipe_check_read (Wed, 17 Aug 2022 14:23:50 UTC)
- git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 14:23:51 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 16:21:33 UTC)
- git: 1b89d40fbf77 - main - Revert "vm: use atomic fetchadd in vm_page_sunbusy" (Wed, 17 Aug 2022 16:25:06 UTC)
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used (Wed, 17 Aug 2022 17:07:26 UTC)
- git: 545db925c3d5 - main - pipe: fix EOF case for non-blocking fds (Thu, 18 Aug 2022 21:24:30 UTC)
- git: 497240def87c - main - Retire clone_drain_lock (Sat, 20 Aug 2022 09:45:10 UTC)
- git: 9488262679d0 - main - rms: add rms_assert_rlock_ok (Tue, 23 Aug 2022 19:15:52 UTC)
- git: 96d1fbf3676a - main - vfs: fix VOP_UNLOCK prototype in the manpage (Tue, 23 Aug 2022 20:56:02 UTC)
- git: 4c9c0b640bde - main - vfs: fix vaccess prototype in the manpage (Tue, 23 Aug 2022 21:02:09 UTC)
- git: 49afea105912 - main - proc: read the pid prior to unlocking in report_alive_proc1 (Thu, 25 Aug 2022 17:31:45 UTC)
- git: e621cb0be2a3 - main - amd64: dump standard registers when crashing (Thu, 25 Aug 2022 18:16:26 UTC)
- git: 2c1ac3d4d48a - main - nat64: fix whitespace damage in callout calls (Sat, 27 Aug 2022 19:09:12 UTC)
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. (Tue, 30 Aug 2022 14:01:55 UTC)
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. (Tue, 30 Aug 2022 14:58:35 UTC)
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. (Tue, 30 Aug 2022 15:15:45 UTC)
- Mateusz Piotrowski
- Matteo Riondato
- Maxim Sobolev
- Michael Tuexen
- Mike Karels
- Navdeep Parhar
- Peter Holm
- Peter Jeremy
- Peter Wemm
- Philip Paeps
- Piotr P. Stefaniak
- Piotr Pawel Stefaniak
- Poul-Henning Kamp
- Randall Stewart
- Ravi Pokala
- Richard Scheffenegger
- Rick Macklem
- git: 564ed8e806e7 - main - nfsd: Allow multiple instances of rpc.tlsservd (Mon, 22 Aug 2022 20:56:17 UTC)
- git: 2b612c9d3bb5 - main - nfscl: Fix handling of a bad session slot (NFSv4.1/4.2) (Fri, 26 Aug 2022 03:35:37 UTC)
- git: 8e59ec29e47f - main - nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION (Fri, 26 Aug 2022 03:49:04 UTC)
- git: f2dfe607761c - main - Revert "nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION" (Sat, 27 Aug 2022 23:00:03 UTC)
- git: fb29f8175869 - main - nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION (Sat, 27 Aug 2022 23:04:25 UTC)
- git: b875d4f5ddcb - main - nfsd: Update console message for no session found (Sun, 28 Aug 2022 01:33:09 UTC)
- git: 0685c73cfe88 - main - nfscl: Add a console message for session recovery (Sun, 28 Aug 2022 21:25:40 UTC)
- git: 117cea02a4dc - main - nfscl: Fix setup of Sequence when all slots marked bad (Sun, 28 Aug 2022 21:37:32 UTC)
- git: 603677334a64 - main - mount_nfs.8: Note that NFSv4 requires unique /etc/hostid's (Tue, 30 Aug 2022 14:57:59 UTC)
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. (Tue, 30 Aug 2022 15:02:08 UTC)
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. (Tue, 30 Aug 2022 15:41:59 UTC)
- git: f46bea05fea3 - main - mount_nfs.8: Reword sentence so .Pa macro works (Wed, 31 Aug 2022 23:20:20 UTC)
- Robert Wing
- Sergey A. Osokin
- Tom Jones
- Toomas Soome
- Vincenzo Maffione
- Warner Losh
- git: a23c26b2fe38 - main - stand: use snprintf here (Wed, 03 Aug 2022 17:24:56 UTC)
- git: 4333168b1dc0 - main - stand: Remove unneeded include from geli (Wed, 03 Aug 2022 17:24:57 UTC)
- git: f863970a82f4 - main - stand: Reduce number of files that need -I${LDRSRC} (Wed, 03 Aug 2022 17:24:58 UTC)
- git: e2295b911723 - main - stand: i386/amd64: Always use elf format for /boot/loader and pxeldr (Thu, 11 Aug 2022 03:31:35 UTC)
- git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 03:31:36 UTC)
- git: bec11d96318b - main - stand: Remove unnecessary include (Thu, 11 Aug 2022 16:27:35 UTC)
- git: f197c0bf3e07 - main - stand: Move i386_devdesc to a union (Thu, 11 Aug 2022 16:27:36 UTC)
- git: c32dde316692 - main - stand: Change disk_fmtdev to take a struct devdesc * (Thu, 11 Aug 2022 16:27:37 UTC)
- git: d2d4e1271b33 - main - stand: Change zfs_fmtdev to take a struct devdesc * (Thu, 11 Aug 2022 16:27:38 UTC)
- git: 4d4b1a298c84 - main - stand: Add dv_devfmt to return a string represenation of the device (Thu, 11 Aug 2022 16:27:39 UTC)
- git: dc472f670213 - main - stand: Add devformat to return formatted string for a device (Thu, 11 Aug 2022 16:27:40 UTC)
- git: ad759c73522e - main - stand: Add disk_fmtdev for dv_fmtdev for all the disk devices (Thu, 11 Aug 2022 16:27:41 UTC)
- git: ec9f3e776f39 - main - stand: Use devformat rather than disk_devfmt (Thu, 11 Aug 2022 16:27:43 UTC)
- git: 0b3a4a588fb6 - main - stand: Use devformat instead of disk_devfmt (Thu, 11 Aug 2022 16:27:44 UTC)
- git: 654b7837a6a0 - main - stand: For zfs, set dv_fmtdev to zfs_fmtdev (Thu, 11 Aug 2022 16:27:45 UTC)
- git: edb26097cb64 - main - stand: Replace zfs_fmtdev with generic devformat() (Thu, 11 Aug 2022 16:27:46 UTC)
- git: 1e7a2eb93a52 - main - stand: efi_fmtdev can be reduced to devformat (Thu, 11 Aug 2022 16:27:47 UTC)
- git: 1e9b23448a30 - main - stand: userboot_fmtdev can be reduced to devformat (Thu, 11 Aug 2022 16:27:48 UTC)
- git: add8154e451f - main - stand: uboot_fmtdev can be reduced to devformat (Thu, 11 Aug 2022 16:27:49 UTC)
- git: 362322294045 - main - stand: i386_fmtdev can be reduced to devformat (Thu, 11 Aug 2022 16:27:51 UTC)
- git: 7d72ff905770 - main - stand: Make BIOS loader size limits settable (Thu, 11 Aug 2022 16:27:52 UTC)
- Re: git: e2295b911723 - main - stand: i386/amd64: Always use elf format for /boot/loader and pxeldr (Thu, 11 Aug 2022 17:01:50 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:18:48 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:23:59 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:45:47 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 18:46:46 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 19:36:57 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Thu, 11 Aug 2022 19:38:52 UTC)
- git: 4c8ea3efe73c - main - stand: Go back to a.out format for /boot/loader (Thu, 11 Aug 2022 23:30:00 UTC)
- Re: d2d4e1271b33 - main - stand: Change zfs_fmtdev to take a struct devdesc * (Thu, 11 Aug 2022 23:53:53 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Fri, 12 Aug 2022 00:44:07 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Fri, 12 Aug 2022 01:45:02 UTC)
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Fri, 12 Aug 2022 17:18:17 UTC)
- git: f8a199f28f9d - main - stand: Raise limit to 550,000 bytes for loader (Sat, 13 Aug 2022 03:49:20 UTC)
- git: 148211300870 - main - stand: Compile out the extensive superblock diagnostic messages for BIOS loader (Sat, 13 Aug 2022 03:49:21 UTC)
- git: 4f0c9b76cf75 - main - stand: Only compile decompression routines (Sat, 13 Aug 2022 03:49:22 UTC)
- git: 4e2a0135a0fd - main - mrsas module: Use MACHINE_ARCH exlcusively (Sat, 13 Aug 2022 17:57:15 UTC)
- git: aff95057bca1 - main - stand: Update testing script for arch retirement (Mon, 15 Aug 2022 18:47:34 UTC)
- git: 159b158a1d09 - main - stand: Update testing harness to start to use UFS labels (Mon, 15 Aug 2022 18:47:35 UTC)
- git: 26a241a0e2fe - main - stand: Update GELI UFS cases to use ufs labels (Mon, 15 Aug 2022 18:47:36 UTC)
- git: 729c458bf7cc - main - stand: Abstract out fstab creation (Mon, 15 Aug 2022 18:47:37 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 12:54:57 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 12:59:04 UTC)
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning (Tue, 16 Aug 2022 14:51:58 UTC)
- git: 3d3f2fb069d9 - main - stand: Make makeroot.sh use makefs for ZFS (Tue, 16 Aug 2022 21:39:44 UTC)
- git: ef8b872301c5 - main - stand: Flesh out the zfs image creation (Wed, 17 Aug 2022 17:41:07 UTC)
- git: 6d645da0d49d - main - stand: Search less agressively for UFS super block (Thu, 18 Aug 2022 12:41:56 UTC)
- git: 9d70108a74ef - main - stand: Use bool for stage_offset_set (Sun, 21 Aug 2022 15:49:10 UTC)
- git: 211053f952d8 - main - arm64: Remove unused typedef (Wed, 24 Aug 2022 12:37:54 UTC)
- git: 74704a26bc2c - main - efi: Create a define for memory descriptor version (Fri, 26 Aug 2022 17:41:31 UTC)
- Re: git: 74704a26bc2c - main - efi: Create a define for memory descriptor version (Fri, 26 Aug 2022 18:43:55 UTC)
- Re: git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. (Fri, 26 Aug 2022 21:27:41 UTC)
- git: df065f699f1f - main - stand: More sensible defaults when ConOut is missing (Sat, 27 Aug 2022 04:18:46 UTC)
- git: 7ed3228323ef - main - stand: Document that boot0 uses BIOS (Sat, 27 Aug 2022 04:18:47 UTC)
- Wei Hu
- Xin LI