dev-commits-src-all@FreeBSD.org
Commit messages for all branches of the src repository
June 2022 Archives by thread
- git: bc218d89200f - main - Two bug fixes to UFS/FFS superblock integrity checks when reading a superblock.: Kirk McKusick (Wed, 01 Jun 2022 02:58:40 UTC)
- git: b203d3de6b1a - stable/13 - backlight: Update cached value when getting the brightness: Emmanuel Vadot (Wed, 01 Jun 2022 07:12:33 UTC)
- git: a7f20faa074d - main - netinet6: fix panic on kldunload pfsync: Kristof Provost (Wed, 01 Jun 2022 07:26:52 UTC)
- git: 4d0adee4e678 - main - stress2: Added procctl(2) PROC_REAP_KILL regression tests: Peter Holm (Wed, 01 Jun 2022 08:04:08 UTC)
- git: e14e0a163225 - main - stress2: Added syzkaller reproducers: Peter Holm (Wed, 01 Jun 2022 08:04:09 UTC)
- git: 368852d6723f - main - stress2: Updated the exclude list and sorted it: Peter Holm (Wed, 01 Jun 2022 08:04:10 UTC)
- git: 5acb4c862b5b - main - hwpmc: Remove always zero pc_resync field.: Alexander Motin (Wed, 01 Jun 2022 15:08:00 UTC)
- git: 49c937e7040c - main - getpagesize(3): add .Xr to sysconf(3): Ed Maste (Wed, 01 Jun 2022 16:16:58 UTC)
- git: 16901dafdfb9 - main - dtrace: remove /dev/dtrace/dtmalloc: Mark Johnston (Wed, 01 Jun 2022 17:04:25 UTC)
- git: 4544a795b281 - main - dtrace: remove /dev/dtrace/profile: Mark Johnston (Wed, 01 Jun 2022 17:04:26 UTC)
- git: 2a72a1a41b14 - main - dtrace: remove /dev/dtrace/fbt: Mark Johnston (Wed, 01 Jun 2022 17:04:28 UTC)
- git: 034667f9fa16 - main - dtrace: add warning for /dev/dtrace/prototype: Mark Johnston (Wed, 01 Jun 2022 17:04:29 UTC)
- git: cfefd16d5721 - main - Apply compiler-rt fix for building with earlier versions of clang: Dimitry Andric (Wed, 01 Jun 2022 18:29:43 UTC)
- git: 47699fc265b9 - main - hwpmc: Make powerpc memory allocation alike to x86.: Alexander Motin (Wed, 01 Jun 2022 18:53:14 UTC)
- git: 592e876a4229 - main - Apply llvm fix for possible hangs with CPUTYPE=skylake-avx512: Dimitry Andric (Wed, 01 Jun 2022 21:46:25 UTC)
- git: 2f382e4469ca - stable/13 - LinuxKPI: Implement linux/hashtable.h for FreeBSD.: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:45 UTC)
- git: 6f8b356c0b17 - stable/13 - LinuxKPI: Convert lkpi-shrinker lock to sx.: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:46 UTC)
- git: 99421af3d911 - stable/13 - LinuxKPI: Fix typo in cond_resched_lock: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:47 UTC)
- git: 54aeef3a7988 - stable/13 - LinuxKPI: Add cpu_latency_qos_request_active stub to linux/pm_qos.h: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:48 UTC)
- git: 0ed20f013974 - stable/13 - LinuxKPI: Add some pollution required by drm-kmod to linux/sched.h: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:49 UTC)
- git: 8f41e6af5362 - stable/13 - LinuxKPI: Implement sched_set_fifo(_low) functions: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:51 UTC)
- git: 2c9bb9c6180c - stable/13 - LinuxKPI: Implement kthread_worker related functions: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:52 UTC)
- git: a3e1754f45bf - stable/13 - LinuxKPI: IRQ work add TASKQUEUE_FAIL_IF_PENDING flag to taskqueue_enqueue: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:53 UTC)
- git: 42c04803d28e - stable/13 - LinuxKPI: Do not use forward declaration for struct llist_node: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:54 UTC)
- git: 185159f77c9c - stable/13 - LinuxKPI: Switch irq_work implementation back to standard taskqueue: Vladimir Kondratyev (Wed, 01 Jun 2022 21:51:55 UTC)
- git: 35eb9b10c265 - main - Use KERNEL_PANICKED() in more places: Mitchell Horne (Thu, 02 Jun 2022 13:16:20 UTC)
- git: 1a4614a51ee7 - main - hwpmc: Bump Intel's IA32_PERFEVTSELx width to 64 bits.: Alexander Motin (Thu, 02 Jun 2022 17:17:30 UTC)
- git: a37e0e6de652 - main - pf: fix more syncookie memory leaks: Kristof Provost (Thu, 02 Jun 2022 18:18:10 UTC)
- git: 56b64e28e11c - main - nfscl: Do not flush when a write delegation is held: Rick Macklem (Thu, 02 Jun 2022 19:12:57 UTC)
- git: e144cd92bb15 - main - libpmc: Prefer fixed counters in Intel event aliases.: Alexander Motin (Thu, 02 Jun 2022 19:17:33 UTC)
- git: 9bcded6f5d63 - main - Cirrus-CI: update image to FreeBSD 13.1 (latest release): Ed Maste (Thu, 02 Jun 2022 19:25:53 UTC)
- git: 04e86ae357b2 - main - busdma_iommu: simplify split logic: Doug Moore (Thu, 02 Jun 2022 21:04:18 UTC)
- git: 326a8d3e085d - main - hwpmc: Skip GLOBAL_CTRL updates on stop_pmc().: Alexander Motin (Thu, 02 Jun 2022 22:35:59 UTC)
- git: 146e1dbbf6b9 - stable/13 - rpc.tlsservd: Add a -C command line option for preferred_ciphers: Rick Macklem (Fri, 03 Jun 2022 02:10:36 UTC)
- git: 79eb3b3d3f59 - stable/13 - rpc.tlsclntd, rpc.tlsservd: Fix getopt_long argument: Rick Macklem (Fri, 03 Jun 2022 02:11:48 UTC)
- git: 81b2ab51138d - stable/13 - rpc.tlsservd: Add an option to allow TLS version 1.2: Rick Macklem (Fri, 03 Jun 2022 02:15:16 UTC)
- git: 45f0c52fa1a6 - stable/13 - rpc.tlsclntd: Add an option to force use of TLS version 1.2: Rick Macklem (Fri, 03 Jun 2022 02:16:34 UTC)
- git: 1326017849ee - main - hwpmc: Add IDs for few more Intel Atom CPUs.: Alexander Motin (Fri, 03 Jun 2022 02:57:05 UTC)
- git: 067a4b656b9b - stable/13 - [vlan + lagg] add IFNET_EVENT_UPDATE_BAUDRATE event: Wojciech Macek (Fri, 03 Jun 2022 04:49:26 UTC)
- git: 28173d49dccb - main - tcp: Correctly compute the retransmit length for all 64-bit platforms.: Hans Petter Selasky (Fri, 03 Jun 2022 09:02:42 UTC)
- git: 9d28e15e7bbe - main - ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.: Hans Petter Selasky (Fri, 03 Jun 2022 10:10:01 UTC)
- git: c0cf6ed6792e..b9d98453f938 - vendor/openzfs/master - vendor branch updated: Martin Matuska (Fri, 03 Jun 2022 12:02:58 UTC)
- git: 99902b1c5221 - main - linuxkpi/dmi: don't match exactly on DMI_MATCH: Emmanuel Vadot (Fri, 03 Jun 2022 14:22:24 UTC)
- git: f5539996511e - main - iwlwifi: Update man pages with card list: Bjoern A. Zeeb (Fri, 03 Jun 2022 14:50:07 UTC)
- git: 645886d028c8 - main - iwlwifi: add sysctl to dump PCI IDs/ names / firmware-prefixes: Bjoern A. Zeeb (Fri, 03 Jun 2022 14:52:08 UTC)
- git: 1f10f8aa0fae - stable/13 - LinuxKPI: skbuff: add memlimit tunable for 64bit systems: Bjoern A. Zeeb (Fri, 03 Jun 2022 16:43:08 UTC)
- git: b130a058aaf8 - stable/13 - rtw88: import Realtek's rtw88 driver: Bjoern A. Zeeb (Fri, 03 Jun 2022 16:43:09 UTC)
- git: d3b0a58ee78e - stable/13 - rtw88: import firmware for Realtek's rtw88 supported chipsets.: Bjoern A. Zeeb (Fri, 03 Jun 2022 16:43:11 UTC)
- git: b7d358ded239 - stable/13 - rtw88: add man pages and hook up to build: Bjoern A. Zeeb (Fri, 03 Jun 2022 16:43:12 UTC)
- git: 806f82499a35 - stable/13 - rtw88: deal with debug messages: Bjoern A. Zeeb (Fri, 03 Jun 2022 16:43:14 UTC)
- git: 4ecb23602e03 - stable/13 - rtw88: update man page for loader tunable for >4GB of main memory: Bjoern A. Zeeb (Fri, 03 Jun 2022 16:43:15 UTC)
- git: e3aa18ad7178 - main - zfs: merge openzfs/zfs@b9d98453f: Martin Matuska (Fri, 03 Jun 2022 16:44:58 UTC)
- git: d672853b6cf1 - stable/13 - net80211: Fix traffic hang on STA/AP VAPs on a multi-VAP interface: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:18 UTC)
- git: bb6b965bebc7 - stable/13 - net80211: simplify code after STA/AP VAPs traffic hang fix: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:20 UTC)
- git: 1e80cda00210 - stable/13 - net80211: remove (optional) RSN from preobereq: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:21 UTC)
- git: 465776a81e23 - stable/13 - LinuxKPI: 802.11 add rfkill_soft_blocked(): Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:22 UTC)
- git: 97491c6b70b7 - stable/13 - iwlwifi: update driver from iwlwifi-next: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:23 UTC)
- git: 91e025689e4f - stable/13 - iwlwifi: import two fixes from linux v5.18-rc7: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:24 UTC)
- git: 50529f0e0bc9 - stable/13 - iwlwifi: update firmware: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:26 UTC)
- git: bdd0de1a902d - stable/13 - LinuxKPI: implement pcie_capability_set_word(): Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:27 UTC)
- git: 26526bf1715d - stable/13 - LinuxKPI: 802.11 updates: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:28 UTC)
- git: 984a45d77b04 - stable/13 - LinuxKPI 802.11 / iwlwifi / rtw88 : re-factor ieee802211_sta for MLO: Bjoern A. Zeeb (Fri, 03 Jun 2022 17:19:29 UTC)
- git: 70d07b20897b - main - tests/unix_dgram: add test for event dispatchers: Gleb Smirnoff (Fri, 03 Jun 2022 19:56:29 UTC)
- git: a8e286bb5d07 - main - sockets: use socket buffer mutexes in struct socket directly: Gleb Smirnoff (Fri, 03 Jun 2022 19:56:30 UTC)
- git: 2573e6ced996 - main - unix/dgram: rename unpdg_sendspace to unpdg_maxdgram: Gleb Smirnoff (Fri, 03 Jun 2022 19:56:32 UTC)
- git: 2699604d8eae - stable/13 - libc: Add HISTORY sections to the manual pages: Gordon Bergling (Sat, 04 Jun 2022 06:00:01 UTC)
- git: df4da2d6b7bc - main - fstype(8): Fix two typos in source code comments: Gordon Bergling (Sat, 04 Jun 2022 08:40:18 UTC)
- git: d8dd4b2fd2bd - main - powerpc: Fix two typos in source code comments: Gordon Bergling (Sat, 04 Jun 2022 08:40:19 UTC)
- git: 21b923c33082 - main - tcp_rack: Fix two typos in sysctl descriptions: Gordon Bergling (Sat, 04 Jun 2022 09:24:30 UTC)
- git: f7faa4ad4844 - main - if_bridge(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 09:26:15 UTC)
- git: 68c0bd3e3f45 - main - amdsbwd(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 09:26:57 UTC)
- git: 8cf0d094629e - main - linux(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 09:27:37 UTC)
- git: 6e8ab6715d35 - main - nvmw(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 09:46:23 UTC)
- git: 2cada72c6593 - main - aic79xx: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 09:52:51 UTC)
- git: 415e8d12d128 - main - tegra: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 09:54:27 UTC)
- git: a5c2009dd8ab - main - sctp: improve handling of sctp inpcb flags: Michael Tuexen (Sat, 04 Jun 2022 09:56:52 UTC)
- git: b008ab622c40 - main - le(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 10:01:04 UTC)
- git: 70311ccffc2f - main - sound(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 10:11:18 UTC)
- git: 6300e58ab2d2 - main - make.conf: Fix a typo in the example file: Gordon Bergling (Sat, 04 Jun 2022 10:24:54 UTC)
- git: 7a33c6bf52b7 - main - ipsec(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 10:28:33 UTC)
- git: 10924c4fc3be - main - ac(8): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 10:41:31 UTC)
- git: f77a88c855c5 - main - vm_page: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 10:52:33 UTC)
- git: faff37be4622 - main - fpu: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 11:16:10 UTC)
- git: bd9e23c0a966 - main - rack: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 11:27:49 UTC)
- git: 1261c01d7fa2 - main - am335x: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 11:28:22 UTC)
- git: bbb0ca45f818 - main - hptmv(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 11:29:03 UTC)
- git: 76886853f033 - stable/13 - Apply llvm fix for possible hangs with CPUTYPE=skylake-avx512: Dimitry Andric (Sat, 04 Jun 2022 11:44:18 UTC)
- git: e5896578b222 - stable/12 - Apply llvm fix for possible hangs with CPUTYPE=skylake-avx512: Dimitry Andric (Sat, 04 Jun 2022 11:44:54 UTC)
- git: 4b6eb0e63c69 - stable/13 - Merge llvm-project main llvmorg-14-init-10186-gff7f2cfa959b: Dimitry Andric (Sat, 04 Jun 2022 12:00:47 UTC)
- git: 1f6fd64fe9c9 - stable/13 - Merge llvm-project main llvmorg-14-init-10223-g401b76fdf2b3: Dimitry Andric (Sat, 04 Jun 2022 12:00:57 UTC)
- git: 574b7079b967 - stable/13 - Merge llvm-project main llvmorg-14-init-11187-g222442ec2d71: Dimitry Andric (Sat, 04 Jun 2022 12:00:58 UTC)
- git: 8a84287b0edc - stable/13 - Merge llvm-project main llvmorg-14-init-13186-g0c553cc1af2e: Dimitry Andric (Sat, 04 Jun 2022 12:01:01 UTC)
- git: 390adc38fc11 - stable/13 - Merge llvm-project main llvmorg-14-init-17616-g024a1fab5c35: Dimitry Andric (Sat, 04 Jun 2022 12:01:05 UTC)
- git: 67eec5325a1a - stable/13 - Merge llvm-project main llvmorg-14-init-18294-gdb01b123d012: Dimitry Andric (Sat, 04 Jun 2022 12:01:10 UTC)
- git: 74ff3f63950f - stable/13 - Merge llvm-project release/14.x llvmorg-14-init-18315-g190be5457c90: Dimitry Andric (Sat, 04 Jun 2022 12:01:12 UTC)
- git: 8d4cb93316be - stable/13 - Apply fix for asm constraint error in www/php80-opcache: Dimitry Andric (Sat, 04 Jun 2022 12:01:14 UTC)
- git: 26ebd6ad3b79 - stable/13 - Merge llvm-project release/14.x llvmorg-14.0.0-rc1-74-g4dc3cb8e3255: Dimitry Andric (Sat, 04 Jun 2022 12:01:15 UTC)
- git: 25ab46a314f7 - stable/13 - Merge llvm-project release/14.x llvmorg-14.0.0-rc2-12-g09546e1b5103: Dimitry Andric (Sat, 04 Jun 2022 12:01:16 UTC)
- git: ba5cf9c09f93 - stable/13 - Apply libc++ fix for firefox visibility push/pop issue: Dimitry Andric (Sat, 04 Jun 2022 12:01:17 UTC)
- git: 3e9cb41400c3 - stable/13 - Merge llvm-project release/14.x llvmorg-14.0.0-rc4-2-gadd3ab7f4c8a: Dimitry Andric (Sat, 04 Jun 2022 12:01:18 UTC)
- git: 3b668af44d60 - stable/13 - Merge llvm-project release/14.x llvmorg-14.0.0-2-g3f43d803382d: Dimitry Andric (Sat, 04 Jun 2022 12:01:20 UTC)
- git: d3978dca08ee - stable/13 - Apply libc++ fix for <ranges> not compiling at all: Dimitry Andric (Sat, 04 Jun 2022 12:01:21 UTC)
- git: a13b6fc61908 - stable/13 - Merge llvm-project release/14.x llvmorg-14.0.3-0-g1f9140064dfb: Dimitry Andric (Sat, 04 Jun 2022 12:01:22 UTC)
- git: a8291db89851 - stable/13 - Apply llvm fix for "Invalid PPC CTR loop!" error on powerpcspe: Dimitry Andric (Sat, 04 Jun 2022 12:01:23 UTC)
- git: 7cb37e219557 - stable/13 - Remove accidentally committed diff file: Dimitry Andric (Sat, 04 Jun 2022 12:01:24 UTC)
- git: 36c1a99ff45f - stable/13 - Add several sanitizer ignore lists under /usr/lib/clang: Dimitry Andric (Sat, 04 Jun 2022 12:01:25 UTC)
- git: 9bc98563bf75 - stable/13 - llvm MIPS target: add missed source file: Dimitry Andric (Sat, 04 Jun 2022 12:01:27 UTC)
- git: 41ce229505a3 - stable/13 - Apply compiler-rt fix for building with earlier versions of clang: Dimitry Andric (Sat, 04 Jun 2022 12:01:28 UTC)
- git: 139d50076136..947eb1449054 - vendor/llvm-project/release-14.x - vendor branch updated: Dimitry Andric (Sat, 04 Jun 2022 12:21:20 UTC)
- git: 8c61c58c1fae - Create tag vendor/llvm-project/llvmorg-14.0.4-0-g29f1039a7285: Dimitry Andric (Sat, 04 Jun 2022 12:21:21 UTC)
- git: 81ef217ad428 - main - pf: Improve route-to handling of pfsync'd states: Kristof Provost (Sat, 04 Jun 2022 12:23:46 UTC)
- git: 536e1da18bae - main - pf tests: pfsync and route_to test case: Kristof Provost (Sat, 04 Jun 2022 12:23:47 UTC)
- git: 0b4302aa934d - main - acpi(4): Fix a typo in a debug statement: Gordon Bergling (Sat, 04 Jun 2022 13:17:22 UTC)
- git: 2a66634d1bc6 - main - Merge llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285: Dimitry Andric (Sat, 04 Jun 2022 13:19:04 UTC)
- git: 4f493559b0d7 - main - if_llatbl: Fix a typo in a debug statement: Gordon Bergling (Sat, 04 Jun 2022 13:22:20 UTC)
- git: ab9d54731f43 - main - Bump versions llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285: Dimitry Andric (Sat, 04 Jun 2022 13:22:54 UTC)
- git: a429d3050ec3 - main - ufs: Fix a typo a source code comment: Gordon Bergling (Sat, 04 Jun 2022 13:24:01 UTC)
- git: c93db89231fe - main - rack: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 13:33:08 UTC)
- git: 45b143d2ea5f - main - al_eth: Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 13:33:46 UTC)
- git: d35e1c29a9bb - main - aic7xxx: Fix a few typos in comments and an error message: Gordon Bergling (Sat, 04 Jun 2022 14:50:11 UTC)
- git: 3c2ea3ca28c5 - main - if_sis(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 14:57:40 UTC)
- git: eb3f25b413c5 - main - ena(4): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 15:17:17 UTC)
- git: 32a01b2b8691 - main - rack: Fix a common typo in comments and a sysctl description: Gordon Bergling (Sat, 04 Jun 2022 15:57:23 UTC)
- git: 81cac3906eb9 - main - ipfw: add support radix tables and table lookup for MAC addresses: Andrey V. Elsukov (Sat, 04 Jun 2022 16:20:29 UTC)
- git: 75c779fb279c - main - iwlwifi: disable more MEI (Management Engine) code: Bjoern A. Zeeb (Sat, 04 Jun 2022 16:25:19 UTC)
- git: 9b15c51b0551 - main - usbhid(3): Fix a typo in the manual page: Gordon Bergling (Sat, 04 Jun 2022 17:54:38 UTC)
- git: 23615a3e4e41 - main - powerpc: Fix a typo in a comment: Gordon Bergling (Sat, 04 Jun 2022 17:55:18 UTC)
- git: a7f5cf209634 - main - kthread(9): Add a missing space: Gordon Bergling (Sat, 04 Jun 2022 18:15:20 UTC)
- git: bb0e21032bf6 - main - sed(1): Fix a typo in a source code comment: Gordon Bergling (Sat, 04 Jun 2022 18:28:01 UTC)
- git: e2dfabb58951 - main - nvmecontrol(8): Fix a typo in an error message: Gordon Bergling (Sat, 04 Jun 2022 18:30:58 UTC)
- git: 00b0158d2ca6 - main - mpt(4): Fix two typos in debug statements: Gordon Bergling (Sat, 04 Jun 2022 18:41:27 UTC)
- git: 2c59ffb05729 - stable/13 - rpc.tlsservd: Modify the -C option to use SSL_CTX_set_ciphersuites: Rick Macklem (Sun, 05 Jun 2022 00:46:49 UTC)
- git: 1384d1882747 - stable/13 - rpc.tlsservd: Add the -2 option to the usage line: Rick Macklem (Sun, 05 Jun 2022 00:47:55 UTC)
- git: e080b609a899 - stable/13 - rpc.tlsservd: Delete set but unused variable: Rick Macklem (Sun, 05 Jun 2022 00:52:30 UTC)
- git: 927f75933b20 - stable/13 - rpc.tlsclntd: Modify the -C option to use SSL_CTX_set_ciphersuites: Rick Macklem (Sun, 05 Jun 2022 00:57:44 UTC)
- git: 934aa8b5d032 - stable/13 - rpc.tlsclntd: Add the -2 option to the usage line: Rick Macklem (Sun, 05 Jun 2022 00:58:33 UTC)
- git: be4e16e9810f - stable/13 - rpc.tlsservd: Update the man page for the -C option: Rick Macklem (Sun, 05 Jun 2022 01:05:06 UTC)
- git: 721a59734632 - stable/13 - rpc.tlsservd: Add the -2 option to the man page: Rick Macklem (Sun, 05 Jun 2022 01:06:48 UTC)
- git: 365704ad712b - stable/13 - rpc.tlsclntd: Update the man page for the -C option: Rick Macklem (Sun, 05 Jun 2022 01:12:43 UTC)
- git: 9af6cedd270a - stable/13 - rpc.tlsclntd: Add the -2 option to the man page: Rick Macklem (Sun, 05 Jun 2022 01:13:49 UTC)
- git: 2b005e89681b - stable/13 - Exclude DEBUG_VFS_LOCKS from non-debug kernel configs: Konstantin Belousov (Sun, 05 Jun 2022 01:23:38 UTC)
- git: 5cacfa7092f8 - main - libkern: Fix a typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 06:57:40 UTC)
- git: f207bdd2cc4f - main - if_age(4): Fix a typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:15:19 UTC)
- git: a87f167c41c5 - main - qlnxe(4): Fix a typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:15:45 UTC)
- git: c44b5e090d84 - main - stand: Fix a common typo in source code comments: Gordon Bergling (Sun, 05 Jun 2022 07:50:03 UTC)
- git: c2a249ad8f29 - main - geom(4): Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:52:10 UTC)
- git: 565405095b88 - main - nlist(3): Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:52:12 UTC)
- git: 860740ae0f0f - main - vm: Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:52:44 UTC)
- git: 9e75b06f93d0 - main - libgssapi: Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:54:09 UTC)
- git: 9ae6b386ab33 - main - mlx(4): Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:54:10 UTC)
- git: d3e0919b564d - main - ffec: Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:54:49 UTC)
- git: 508a46c745b3 - main - twe(4): Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:55:35 UTC)
- git: f1294737023f - main - qlxgbe(4): Fix a common typo in a source code comment: Gordon Bergling (Sun, 05 Jun 2022 07:56:39 UTC)
- git: d818a783931c - stable/13 - boot/zfs: Extend zfsimpl.h and make it easier to use: Mark Johnston (Sun, 05 Jun 2022 15:18:57 UTC)
- git: 809922b01004 - main - Update rest of llvm-project build glue for 14.0.4: Dimitry Andric (Sun, 05 Jun 2022 16:44:38 UTC)
- git: 32d8af2b2d6a - stable/13 - MFC mii: Add opt_platform.h to all miibus drivers: Eugene Grosbein (Sun, 05 Jun 2022 16:51:42 UTC)
- git: 3279cac9dd7a - stable/13 - mii: correction after MFC: Eugene Grosbein (Sun, 05 Jun 2022 17:28:08 UTC)
- git: 966e279052f3 - main - if_glxgb: fix stand-alone module build: Eugene Grosbein (Sun, 05 Jun 2022 18:06:41 UTC)
- git: 32467e47b7b7 - main - if_glxgbe: fix stand-alone module build: Eugene Grosbein (Sun, 05 Jun 2022 18:06:42 UTC)
- git: 20634f026179 - main - if_qlxge: fix stand-alone module build: Eugene Grosbein (Sun, 05 Jun 2022 18:06:43 UTC)
- git: dbc06dd98ae9 - main - LinuxKPI: 802.11 plug mbuf leak in error cases: Bjoern A. Zeeb (Sun, 05 Jun 2022 18:11:38 UTC)
- git: 728afa885f04 - main - rtw88: plug various skb leaks in error cases: Bjoern A. Zeeb (Sun, 05 Jun 2022 18:11:39 UTC)
- git: 5e383e360314 - main - Add more old clang files to (Optional)ObsoleteFiles.inc: Dimitry Andric (Sun, 05 Jun 2022 20:46:18 UTC)
- git: 71df58aefcf8 - main - LinuxKPI: 802.11: plug a ni leak in lkpi_sta_assoc_to_run(): Bjoern A. Zeeb (Sun, 05 Jun 2022 21:13:56 UTC)
- git: 3bcd261265e1 - main - bsdinstall: allow overriding DISTRIBUTIONS in the normal auto mode: Brad Davis (Mon, 06 Jun 2022 01:23:52 UTC)
- git: eabfcbbfe1a4 - main - firewire.4: Fix typo: Guangyuan Yang (Mon, 06 Jun 2022 03:53:33 UTC)
- git: cd7e11f78ded - main - ixgbe(4): Fix common typos in source code comments: Gordon Bergling (Mon, 06 Jun 2022 05:29:15 UTC)
- git: 85d7875d4291 - main - LinuxKPI: Fix dmi_matches() function: Hans Petter Selasky (Mon, 06 Jun 2022 08:32:14 UTC)
- git: 45ef6b4b5db1 - main - bsdinstall/scripts/docsinstall: Add Indonesian Documentation: Marc Fonvieille (Mon, 06 Jun 2022 11:45:10 UTC)
- git: 1d132ca5640f - stable/12 - pf syncookies: fix memory leak: Kristof Provost (Mon, 06 Jun 2022 11:45:52 UTC)
- git: 329c9b9da592 - stable/12 - pf: fix more syncookie memory leaks: Kristof Provost (Mon, 06 Jun 2022 11:45:53 UTC)
- git: a015500ef39e - stable/13 - pf syncookies: fix memory leak: Kristof Provost (Mon, 06 Jun 2022 11:45:54 UTC)
- git: 4f9d5dcc4510 - stable/13 - pf: fix more syncookie memory leaks: Kristof Provost (Mon, 06 Jun 2022 11:45:55 UTC)
- git: 139ba152c9c9 - main - arm64: Print per-CPU cache summary: Justin Hibbits (Mon, 06 Jun 2022 15:21:47 UTC)
- git: 8d95f5005211 - main - smp: Use local copies of the setup function pointer and argument: Mark Johnston (Mon, 06 Jun 2022 15:30:03 UTC)
- git: d97922c6c632 - main - unix/*: rewrite unp_internalize() cmsg parsing cycle: Gleb Smirnoff (Mon, 06 Jun 2022 17:05:45 UTC)
- git: 02acb1db346e - stable/12 - MFC: fetch: make -S argument accept values > 2GB: Eugene Grosbein (Mon, 06 Jun 2022 18:01:15 UTC)
- git: ad52a7bb0393 - main - gcore: Remove unused elf_note_arm_vfp function.: John Baldwin (Mon, 06 Jun 2022 18:08:16 UTC)
- git: 9900b20c793f - stable/13 - lib/libgssapi: Trailing whitespace cleanup: Cy Schubert (Mon, 06 Jun 2022 18:30:21 UTC)
- git: 68c5b09208b8 - stable/12 - lib/libgssapi: Trailing whitespace cleanup: Cy Schubert (Mon, 06 Jun 2022 18:31:37 UTC)
- git: 9feba5ab9023 - stable/11 - fetch: MFC: make -S argument accept values > 2GB: Eugene Grosbein (Mon, 06 Jun 2022 19:11:10 UTC)
- git: 559de8eedbc5 - main - bsddialog(3): Fix text wrapping: Alfonso S. Siciliano (Mon, 06 Jun 2022 19:12:49 UTC)
- git: 156745b42d9e - main - fdescfs: allow chown/utime etc on fdescfs fd for underlying files opened with O_PATH: Konstantin Belousov (Mon, 06 Jun 2022 19:28:05 UTC)
- git: 95a99019968c - stable/13 - tcp: Correctly compute the retransmit length for all 64-bit platforms.: Hans Petter Selasky (Mon, 06 Jun 2022 20:00:07 UTC)
- git: 7169d3610d1c - stable/12 - tcp: Correctly compute the retransmit length for all 64-bit platforms.: Hans Petter Selasky (Mon, 06 Jun 2022 20:03:48 UTC)
- git: bc92b6240ddf - stable/11 - tcp: Correctly compute the retransmit length for all 64-bit platforms.: Hans Petter Selasky (Mon, 06 Jun 2022 20:12:32 UTC)
- git: b831865fe3b8 - main - iommu_gas: restrict tree search to promising paths: Doug Moore (Mon, 06 Jun 2022 21:29:29 UTC)
- git: 3ac3f94992ed - stable/13 - nfscl: Fix IO_APPEND writes from kernel space: Rick Macklem (Mon, 06 Jun 2022 22:12:36 UTC)
- git: b0e0ec1258af - stable/13 - nfscl: Ansify a function header: Rick Macklem (Mon, 06 Jun 2022 22:13:51 UTC)
- git: 81c857dd7e6a - main - gcore: Don't hardcode VM write permissions.: John Baldwin (Mon, 06 Jun 2022 23:50:45 UTC)
- git: 02fe4484379c - stable/13 - devfs.rules: Do not expose "log" in the default devfs rules.: Mark Johnston (Tue, 07 Jun 2022 00:30:20 UTC)
- git: 8cdb6b2dd787 - main - alc: force maximum payload size to 128 bytes for AR816X/AR817x: Kyle Evans (Tue, 07 Jun 2022 01:54:23 UTC)
- git: eff9ee7c0c8e - main - hwpmc: Increase thread priority while iterating CPUs.: Alexander Motin (Tue, 07 Jun 2022 02:51:07 UTC)
- git: 1315446ba0cd - stable/13 - LACP: Do not wait response for marker messages not sent: Wojciech Macek (Tue, 07 Jun 2022 03:58:37 UTC)
- git: 6953b4870f00 - stable/13 - ibcore: Fix possible memory leak in ib_mad_post_receive_mads(): Hans Petter Selasky (Tue, 07 Jun 2022 06:45:05 UTC)
- git: 267e6442d049 - stable/13 - mlx4: Fix a memory leak bug.: Hans Petter Selasky (Tue, 07 Jun 2022 06:45:06 UTC)
- git: d264494e983a - stable/13 - mlx4core: Fix a memory leak when deleting slave's resources: Hans Petter Selasky (Tue, 07 Jun 2022 06:45:07 UTC)
- git: 5570397c129d - stable/13 - ibcore: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen(): Hans Petter Selasky (Tue, 07 Jun 2022 06:45:08 UTC)
- git: 33870019c5f2 - stable/12 - ibcore: Fix possible memory leak in ib_mad_post_receive_mads(): Hans Petter Selasky (Tue, 07 Jun 2022 06:48:13 UTC)
- git: 936bd793479e - stable/12 - mlx4: Fix a memory leak bug.: Hans Petter Selasky (Tue, 07 Jun 2022 06:48:14 UTC)
- git: e8215345313a - stable/12 - mlx4core: Fix a memory leak when deleting slave's resources: Hans Petter Selasky (Tue, 07 Jun 2022 06:48:15 UTC)
- git: dad7c072f482 - stable/12 - ibcore: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen(): Hans Petter Selasky (Tue, 07 Jun 2022 06:48:16 UTC)
- git: 91d6afe6e2a9 - main - tcp: Sanity check of SACK holes on retransmissions: Richard Scheffenegger (Tue, 07 Jun 2022 07:40:38 UTC)
- git: f3d54ded282c - main - xenbus: improve device tracking: Roger Pau Monné (Tue, 07 Jun 2022 10:30:01 UTC)
- git: 137381ca606c - main - xen/blkback: fix tear-down issues: Roger Pau Monné (Tue, 07 Jun 2022 10:30:02 UTC)
- git: 1d528f95e8ce - main - xen/blkback: remove bounce buffering mode: Roger Pau Monné (Tue, 07 Jun 2022 10:30:03 UTC)
- git: 1967e313795f - main - lagg(4): Add support for allocating TLS receive tags.: Hans Petter Selasky (Tue, 07 Jun 2022 10:59:25 UTC)
- git: 892eded5b8b0 - main - vlan(4): Add support for allocating TLS receive tags.: Hans Petter Selasky (Tue, 07 Jun 2022 10:59:26 UTC)
- git: 4d88d81c3166 - main - mbuf(9): Implement a leaf network interface field in the mbuf packet header.: Hans Petter Selasky (Tue, 07 Jun 2022 10:59:28 UTC)
- git: cb27627968e3 - main - mlx5en(4): Set the leaf network interface field in the mbuf packet header.: Hans Petter Selasky (Tue, 07 Jun 2022 10:59:29 UTC)
- git: f0fca6461804 - main - ktls: Refer send tag pointer once.: Hans Petter Selasky (Tue, 07 Jun 2022 10:59:30 UTC)
- git: fe8c78f0d202 - main - ktls: Add full support for TLS RX offloading via network interface.: Hans Petter Selasky (Tue, 07 Jun 2022 10:59:31 UTC)
- git: 03a3809a3289 - stable/13 - Move the arm64 DMAP creation to C: Andrew Turner (Tue, 07 Jun 2022 14:23:26 UTC)
- git: 152c34e2dd8e - stable/13 - Use the existing page size in libthr: Andrew Turner (Tue, 07 Jun 2022 14:23:27 UTC)
- git: 6173c7833be4 - stable/13 - Remove PAGE_SIZE from libthr: Andrew Turner (Tue, 07 Jun 2022 14:23:28 UTC)
- git: 3f10d87df48a - stable/13 - Handle cas failure when the compare succeeds: Andrew Turner (Tue, 07 Jun 2022 14:23:29 UTC)
- git: 20d21e435145 - stable/13 - Support LSE atomics in the arm64 casue* functions: Andrew Turner (Tue, 07 Jun 2022 14:23:31 UTC)
- git: c74a6c3038ea - stable/13 - Use getpagesize in gcore to find the page size: Andrew Turner (Tue, 07 Jun 2022 14:23:32 UTC)
- git: e7219c3818d1 - stable/13 - Set mm before passing it to the UEFI firmware: Andrew Turner (Tue, 07 Jun 2022 14:23:33 UTC)
- git: dfa8e98c8029 - stable/13 - Fix the style of bcm_pcib_msi_attach a little: Andrew Turner (Tue, 07 Jun 2022 14:23:34 UTC)
- git: f78547c69845 - stable/13 - Error is not a bool in bcm2838_pci, check for != 0: Andrew Turner (Tue, 07 Jun 2022 14:23:35 UTC)
- git: 35da4b4f2c5e - stable/13 - Use the error given in the bcm PCI driver: Andrew Turner (Tue, 07 Jun 2022 14:23:36 UTC)
- git: 7b28b2906f83 - stable/13 - Fix an indentation bug in the bcm pci driver: Andrew Turner (Tue, 07 Jun 2022 14:23:37 UTC)
- git: dd2a8c8f72d3 - main - mlx4core: Use-after-free causes a resource leak in flow-steering detach: Hans Petter Selasky (Tue, 07 Jun 2022 14:29:13 UTC)
- git: 92fc5822a830 - main - Clarify WITHOUT_KERNEL_SYMBOLS description: Ed Maste (Tue, 07 Jun 2022 15:34:21 UTC)
- git: 231e0dd5d1fb - main - tcp: skip sackhole checks on NULL: Richard Scheffenegger (Tue, 07 Jun 2022 18:46:48 UTC)
- git: 5d7c65ff36da - main - Correct a typo in a string literal.: Jens Schweikhardt (Tue, 07 Jun 2022 19:49:36 UTC)
- git: b8394039dc25 - main - mbuf(9): Fix size of mbuf for all 32-bit platforms (i386, ARM, PowerPC and RISCV): Hans Petter Selasky (Tue, 07 Jun 2022 20:14:20 UTC)
- git: 30c85a085ed6 - main - mbuf(9): Update comment about pkthdr structure size.: Hans Petter Selasky (Tue, 07 Jun 2022 20:20:30 UTC)
- git: 0a9541d9f344 - main - pw: reinitialize struct tm before every call to strptime: Baptiste Daroussin (Tue, 07 Jun 2022 20:35:43 UTC)
- git: 42ccdf44930f - stable/13 - kqueue tests: Re-enable kqueue proc tests: Mark Johnston (Wed, 08 Jun 2022 00:44:56 UTC)
- git: c87ff7f5c659 - stable/13 - kqueue tests: Add file and line info to some test failure output: Mark Johnston (Wed, 08 Jun 2022 00:44:57 UTC)
- git: 129112f80d2b - stable/13 - kevent: Fix an off-by-one in filt_timerexpire_l(): Mark Johnston (Wed, 08 Jun 2022 00:44:59 UTC)
- git: f2ce33a640fd - stable/13 - kqueue tests: Add new EVFILT_TIMER regression tests from upstream: Mark Johnston (Wed, 08 Jun 2022 00:45:00 UTC)
- git: 294386e0f7c0 - stable/13 - kqueue tests: Simplify the test runner: Mark Johnston (Wed, 08 Jun 2022 00:45:01 UTC)
- git: 665e251e63a7 - stable/13 - Add newline after 20220524 entry in ObsoleteFiles.inc: Mark Johnston (Wed, 08 Jun 2022 00:45:02 UTC)
- git: eafbf796dbb3 - stable/13 - if_qlxge: fix stand-alone module build: Eugene Grosbein (Wed, 08 Jun 2022 01:21:39 UTC)
- git: 3a6c9f345a6b - stable/13 - MFC: if_glxgb: fix stand-alone module build: Eugene Grosbein (Wed, 08 Jun 2022 01:21:40 UTC)
- git: 0bbbd845fd32 - stable/13 - MFC: if_glxgbe: fix stand-alone module build: Eugene Grosbein (Wed, 08 Jun 2022 01:21:41 UTC)
- git: c4c5981c14d5 - main - Bump the FreeBSD version after recent mbuf(9) structure changes.: Hans Petter Selasky (Wed, 08 Jun 2022 06:38:02 UTC)
- git: ce2525c8108a - main - tcp: remove goto and address another NULL deref in SACK: Richard Scheffenegger (Wed, 08 Jun 2022 07:39:14 UTC)
- git: d5d6949031cc - main - mlx5en(4): Allow RX TLS to be enabled and disabled by ifconfig(8).: Hans Petter Selasky (Wed, 08 Jun 2022 11:54:56 UTC)
- git: 57317c8971df - main - tcp: exclude KASSERTS when rescue retransmissions are in play.: Richard Scheffenegger (Wed, 08 Jun 2022 12:53:32 UTC)
- git: 3574dc0bd83e..5f9f82264b91 - vendor/unbound - vendor branch updated: Cy Schubert (Wed, 08 Jun 2022 14:44:31 UTC)
- git: 492d18b3d696 - Create tag vendor/unbound/1.16.0: Cy Schubert (Wed, 08 Jun 2022 14:44:31 UTC)
- git: 3c0ad30d782b - stable/13 - iwlwifi: add sysctl to dump PCI IDs/ names / firmware-prefixes: Bjoern A. Zeeb (Wed, 08 Jun 2022 17:07:06 UTC)
- git: 1631e83489da - stable/13 - iwlwifi: Update man pages with card list: Bjoern A. Zeeb (Wed, 08 Jun 2022 17:07:07 UTC)
- git: 8660752908a2 - stable/13 - iwlwifi: disable more MEI (Management Engine) code: Bjoern A. Zeeb (Wed, 08 Jun 2022 17:07:08 UTC)
- git: b84aea440bf8 - stable/13 - LinuxKPI: 802.11 plug mbuf leak in error cases: Bjoern A. Zeeb (Wed, 08 Jun 2022 17:07:09 UTC)
- git: 994522a420d1 - stable/13 - LinuxKPI: 802.11: plug a ni leak in lkpi_sta_assoc_to_run(): Bjoern A. Zeeb (Wed, 08 Jun 2022 17:07:10 UTC)
- git: 8a4d4ffde5e2 - stable/13 - rtw88: plug various skb leaks in error cases: Bjoern A. Zeeb (Wed, 08 Jun 2022 17:07:11 UTC)
- git: 9f009e066f08 - main - sshd_config: clarify password authentication options: Ed Maste (Wed, 08 Jun 2022 20:28:03 UTC)
- git: ad6ae52d1c21 - main - sctp: cleanup, no functional change: Michael Tuexen (Wed, 08 Jun 2022 20:36:01 UTC)
- git: e3709cfe6a2a - main - Add SPLIT_KERNEL_DEBUG knob: Ed Maste (Wed, 08 Jun 2022 21:15:48 UTC)
- git: 330b7dccd873 - main - src.conf.5: regen for SPLIT_KERNEL_DEBUG knob: Ed Maste (Wed, 08 Jun 2022 21:15:49 UTC)
- git: ee9ee699d6b5 - main - sctp: remove book keeping not needed anymore: Michael Tuexen (Wed, 08 Jun 2022 21:31:39 UTC)
- git: a39a5a690561 - main - unbound: Vendor import 1.16.0: Cy Schubert (Wed, 08 Jun 2022 22:10:41 UTC)
- git: 1d2e46d40861 - main - EC2: Enable ephemeral swap by default: Colin Percival (Wed, 08 Jun 2022 22:50:39 UTC)
- git: 703bbad7f459 - stable/13 - nfscl: Change IO_APPEND writes to direct I/O: Rick Macklem (Thu, 09 Jun 2022 04:15:17 UTC)
- git: 3f2ac12e658c - stable/13 - nfscl: Partially revert commit 867c27c23a5c: Rick Macklem (Thu, 09 Jun 2022 04:16:12 UTC)
- git: 30031172534c - main - iommu_gas: Change find_space lower search order: Doug Moore (Thu, 09 Jun 2022 04:20:15 UTC)
- git: ebea872f8915 - stable/13 - nfscl: Always invalidate buffers for append writes: Rick Macklem (Thu, 09 Jun 2022 04:22:05 UTC)
- git: e7d34aeda4e6 - main - vmm: move bumping VMEXIT_USERSPACE stat to the right place: Mark Johnston (Thu, 09 Jun 2022 13:08:18 UTC)
- git: c6c22ebb38e7 - main - urtw(4): Adjust all pause calls to use milliseconds instead of ticks.: Hans Petter Selasky (Thu, 09 Jun 2022 13:19:04 UTC)
- git: bc2e447338b7 - main - upgt(4): Adjust all pause calls to use milliseconds instead of ticks.: Hans Petter Selasky (Thu, 09 Jun 2022 13:19:05 UTC)
- git: a7bd57de8637 - main - Sort SPLIT_KERNEL_DEBUG correctly in kern.opts.mk: Ed Maste (Thu, 09 Jun 2022 14:40:33 UTC)
- git: 49335eda0f5d - main - .github: Update compilers used for cross-build testing.: John Baldwin (Thu, 09 Jun 2022 17:20:41 UTC)
- git: 3491ed652e0a - main - .github: Cross-build aarch64 as well as amd64 kernels.: John Baldwin (Thu, 09 Jun 2022 17:20:43 UTC)
- git: 1c44d2bf8683 - main - usr.bin/dtc: Include <limits> for std::numeric_limits<>.: John Baldwin (Thu, 09 Jun 2022 17:20:44 UTC)
- git: 74536fca79fa - main - .github: Add a build on Ubuntu 22.04 using llvm 14.: John Baldwin (Thu, 09 Jun 2022 17:20:45 UTC)
- git: ca341f3cf52f - main - hwpmc: Permit the minimum sampling count to be set as a sysctl.: John Baldwin (Thu, 09 Jun 2022 18:06:11 UTC)
- git: 40bbef56c944 - stable/13 - Merge llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285: Dimitry Andric (Thu, 09 Jun 2022 18:15:07 UTC)
- git: e50e40684aa6 - main - loader: add support for gzip compression: Toomas Soome (Thu, 09 Jun 2022 19:20:04 UTC)
- git: 23584132c48c - stable/13 - nfscl: Add support for a NFSv4 AppendWrite RPC: Rick Macklem (Thu, 09 Jun 2022 19:24:18 UTC)
- git: 4b26e201872c - stable/13 - Unbreak the build: Also define NFSV42_OLDNPROCS here.: Rick Macklem (Thu, 09 Jun 2022 19:46:18 UTC)
- git: 2e6b10dc5bd9 - stable/13 - nfscl: Add support for a NFSv4 AppendWrite RPC: Rick Macklem (Thu, 09 Jun 2022 20:30:52 UTC)
- Re: svn commit: r319663 - head/lib/libc/sys: Sergey Kandaurov (Thu, 09 Jun 2022 21:02:01 UTC)
- git: 8929caf5587b - stable/13 - nfscl: Add support for a NFSv4 AppendWrite RPC: Rick Macklem (Thu, 09 Jun 2022 22:45:50 UTC)
- git: 60408c23c950 - main - pci_vendors: udpate to 2022-05-18: Baptiste Daroussin (Fri, 10 Jun 2022 10:55:55 UTC)
- git: cc57e0352377 - stable/13 - ixgbe(4): Fix common typos in source code comments: Gordon Bergling (Fri, 10 Jun 2022 12:33:39 UTC)
- git: c79946df8340 - stable/13 - libgssapi: Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:40 UTC)
- git: 7a8585c0737f - stable/13 - stand: Fix a common typo in source code comments: Gordon Bergling (Fri, 10 Jun 2022 12:33:41 UTC)
- git: 402a483124b6 - stable/13 - mlx(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:42 UTC)
- git: c7aa67863c7c - stable/13 - if_age(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:43 UTC)
- git: 3d5aa46fc6ab - stable/13 - ffec: Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:44 UTC)
- git: 78b3127efb64 - stable/13 - libkern: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:45 UTC)
- git: 8b5309ab259f - stable/13 - qlxgbe(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:47 UTC)
- git: 0fa1bbeebc50 - stable/13 - twe(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:48 UTC)
- git: 59a480875d10 - stable/13 - qlnxe(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:49 UTC)
- git: ac23f79e4380 - stable/13 - geom(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:50 UTC)
- git: 634412571c53 - stable/13 - nlist(3): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:51 UTC)
- git: 59f3ff80f508 - stable/13 - vm: Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:52 UTC)
- git: 1dceda2ccd2d - stable/13 - aic79xx: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:53 UTC)
- git: 9ebf886ae21f - stable/13 - am335x: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:55 UTC)
- git: 402f0bf60d28 - stable/13 - sed(1): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:56 UTC)
- git: e59da6ed98d8 - stable/13 - if_sis(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:33:57 UTC)
- git: 306c6832cbd0 - stable/13 - acpi(4): Fix a typo in a debug statement: Gordon Bergling (Fri, 10 Jun 2022 12:33:58 UTC)
- git: d81e696d2a14 - stable/13 - nvmecontrol(8): Fix a typo in an error message: Gordon Bergling (Fri, 10 Jun 2022 12:33:59 UTC)
- git: 7052ecb8064e - stable/13 - if_llatbl: Fix a typo in a debug statement: Gordon Bergling (Fri, 10 Jun 2022 12:34:00 UTC)
- git: bd996b0c17d5 - stable/13 - rack: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:01 UTC)
- git: 8776e36b8301 - stable/13 - if_bridge(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:03 UTC)
- git: abcfcce0686b - stable/13 - le(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:04 UTC)
- git: 576c614b0091 - stable/13 - fpu: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:05 UTC)
- git: 80bc6e0126a6 - stable/13 - hptmv(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:06 UTC)
- git: a9d1abf00edd - stable/13 - sound(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:07 UTC)
- git: 2e04d2239969 - stable/13 - kthread(9): Add a missing space: Gordon Bergling (Fri, 10 Jun 2022 12:34:08 UTC)
- git: 466a3ed5c3c9 - stable/13 - ena(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:09 UTC)
- git: ebc14d619c86 - stable/13 - ac(8): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:11 UTC)
- git: aa5c134817b6 - stable/13 - aic7xxx: Fix a few typos in comments and an error message: Gordon Bergling (Fri, 10 Jun 2022 12:34:12 UTC)
- git: 3902536a8da0 - stable/13 - tcp_rack: Fix two typos in sysctl descriptions: Gordon Bergling (Fri, 10 Jun 2022 12:34:13 UTC)
- git: d44793af7e20 - stable/13 - vm_page: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:14 UTC)
- git: 98227aff1322 - stable/13 - usbhid(3): Fix a typo in the manual page: Gordon Bergling (Fri, 10 Jun 2022 12:34:15 UTC)
- git: 5c2b244c40a3 - stable/13 - make.conf: Fix a typo in the example file: Gordon Bergling (Fri, 10 Jun 2022 12:34:16 UTC)
- git: 22cc8c6fd60b - stable/13 - tegra: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:17 UTC)
- git: a270ec979f56 - stable/13 - nvmw(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:19 UTC)
- git: b389817361ff - stable/13 - powerpc: Fix two typos in source code comments: Gordon Bergling (Fri, 10 Jun 2022 12:34:20 UTC)
- git: 8d6a33659e66 - stable/13 - powerpc: Fix a typo in a comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:21 UTC)
- git: 7ee205017a68 - stable/13 - linux(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:22 UTC)
- git: a46b8b73a624 - stable/13 - ufs: Fix a typo a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:23 UTC)
- git: 836ade5e8f5d - stable/13 - amdsbwd(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:24 UTC)
- git: fb61250b966f - stable/13 - rack: Fix a common typo in comments and a sysctl description: Gordon Bergling (Fri, 10 Jun 2022 12:34:25 UTC)
- git: 95d4d8614943 - stable/13 - fstype(8): Fix two typos in source code comments: Gordon Bergling (Fri, 10 Jun 2022 12:34:27 UTC)
- git: bac9985f8358 - stable/13 - ipsec(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:28 UTC)
- git: ca753c6495bb - stable/13 - al_eth: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:34:29 UTC)
- git: f25d395a0cc4 - stable/12 - al_eth: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:41 UTC)
- git: 0c8b017d4235 - stable/12 - ipsec(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:42 UTC)
- git: 5303ea54411f - stable/12 - amdsbwd(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:43 UTC)
- git: f24ea5b0ab85 - stable/12 - ufs: Fix a typo a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:44 UTC)
- git: f2f688e31b0f - stable/12 - linux(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:45 UTC)
- git: daa96c03549a - stable/12 - powerpc: Fix a typo in a comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:46 UTC)
- git: a370f60ecaef - stable/12 - powerpc: Fix two typos in source code comments: Gordon Bergling (Fri, 10 Jun 2022 12:45:47 UTC)
- git: ef3d4e2b1c54 - stable/12 - nvmw(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:49 UTC)
- git: d03886a4b03d - stable/12 - tegra: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:50 UTC)
- git: 323573f25962 - stable/12 - usbhid(3): Fix a typo in the manual page: Gordon Bergling (Fri, 10 Jun 2022 12:45:51 UTC)
- git: 3eecab672f03 - stable/12 - vm_page: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:52 UTC)
- git: 7e79087eabf3 - stable/12 - aic7xxx: Fix a few typos in comments and an error message: Gordon Bergling (Fri, 10 Jun 2022 12:45:53 UTC)
- git: 3b6346222f80 - stable/12 - ac(8): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:54 UTC)
- git: 4ff40e09457a - stable/12 - ena(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:55 UTC)
- git: 38aac94fd3db - stable/12 - kthread(9): Add a missing space: Gordon Bergling (Fri, 10 Jun 2022 12:45:57 UTC)
- git: 39d6ab974672 - stable/12 - sound(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:58 UTC)
- git: 34c1b957a783 - stable/12 - hptmv(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:45:59 UTC)
- git: 75ec9a1bb5e6 - stable/12 - fpu: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:00 UTC)
- git: eeac26ac4234 - stable/12 - le(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:01 UTC)
- git: f3e193dfb252 - stable/12 - if_bridge(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:02 UTC)
- git: 21e28d8f1fc9 - stable/12 - if_llatbl: Fix a typo in a debug statement: Gordon Bergling (Fri, 10 Jun 2022 12:46:04 UTC)
- git: 5f00ea0e6288 - stable/12 - nvmecontrol(8): Fix a typo in an error message: Gordon Bergling (Fri, 10 Jun 2022 12:46:05 UTC)
- git: b23d365af76d - stable/12 - if_sis(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:06 UTC)
- git: 52469a46a3ca - stable/12 - sed(1): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:07 UTC)
- git: f1f393b4f104 - stable/12 - aic79xx: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:08 UTC)
- git: ad8d15eec1a3 - stable/12 - vm: Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:09 UTC)
- git: 34243c00385b - stable/12 - nlist(3): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:10 UTC)
- git: 8f6e032f56ae - stable/12 - geom(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:12 UTC)
- git: 88ccd33b6524 - stable/12 - qlnxe(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:13 UTC)
- git: 386fc9003630 - stable/12 - twe(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:14 UTC)
- git: f50269e74d68 - stable/12 - qlxgbe(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:15 UTC)
- git: df6479e94bb6 - stable/12 - libkern: Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:16 UTC)
- git: c44457fa889e - stable/12 - ffec: Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:17 UTC)
- git: 95cb3a498c6a - stable/12 - if_age(4): Fix a typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:19 UTC)
- git: 19fb25d7a8d8 - stable/12 - mlx(4): Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:20 UTC)
- git: fea46f323b44 - stable/12 - stand: Fix a common typo in source code comments: Gordon Bergling (Fri, 10 Jun 2022 12:46:21 UTC)
- git: 08e1cc883a10 - stable/12 - libgssapi: Fix a common typo in a source code comment: Gordon Bergling (Fri, 10 Jun 2022 12:46:22 UTC)
- git: 0f8ad63d7df9 - stable/12 - ixgbe(4): Fix common typos in source code comments: Gordon Bergling (Fri, 10 Jun 2022 12:46:23 UTC)
- git: 0e981d79b19d - main - LinuxKPI: move pm_message_t from kernel.h to pm.h: Bjoern A. Zeeb (Fri, 10 Jun 2022 14:07:38 UTC)
- git: 796d48ec4168 - main - ftpd(8): do not refer to now unused libxo(3): Eugene Grosbein (Fri, 10 Jun 2022 14:09:29 UTC)
- git: d0d291103519 - main - LinuxKPI: 802.11: rework handling of the special IEEE80211_NUM_TIDS queue: Bjoern A. Zeeb (Fri, 10 Jun 2022 14:38:09 UTC)
- git: 137b82499a97 - stable/13 - build(7): fix references to svn(1) and svnlite(1): Mitchell Horne (Fri, 10 Jun 2022 15:21:31 UTC)
- git: 6586828a23f4 - stable/13 - firewire.4: Fix typo: Guangyuan Yang (Fri, 10 Jun 2022 16:08:21 UTC)
- git: 1d7c4b7d86d9 - main - Update organization.dot with new CORE.12 members: Muhammad Moinur Rahman (Fri, 10 Jun 2022 17:12:34 UTC)
- git: 19bb5a7244ff - main - iommu_gas: pass size to iommu_map without rounding: Doug Moore (Fri, 10 Jun 2022 19:02:11 UTC)
- git: 36447829aee5 - main - rb_tree: drop needless tests from rb_next, rb_prev: Doug Moore (Fri, 10 Jun 2022 21:56:17 UTC)
- git: de5e5c428f49 - stable/13 - nfscl: Do not handle NFSERR_BADSESSION in operation code: Rick Macklem (Fri, 10 Jun 2022 22:12:32 UTC)
- git: 70efcaffa180 - stable/13 - nfscl: Add a diagnostic printf() for a "should never happen" case: Rick Macklem (Fri, 10 Jun 2022 22:14:01 UTC)
- git: 594821872f8b - stable/12 - nfscl: Do not handle NFSERR_BADSESSION in operation code: Rick Macklem (Fri, 10 Jun 2022 22:22:40 UTC)
- git: d40f62f89d6a - stable/12 - nfscl: Add a diagnostic printf() for a "should never happen" case: Rick Macklem (Fri, 10 Jun 2022 22:23:53 UTC)
- Re: git: cdcd52d41e24 - main - irdma: Add RDMA driver for Intel(R) Ethernet Controller E810: John Baldwin (Fri, 10 Jun 2022 22:29:12 UTC)
- git: ed0603704174..bd54318046bf - vendor/bc - vendor branch updated: Stefan Eßer (Sat, 11 Jun 2022 10:01:29 UTC)
- git: 8a1944d7bec3 - Create tag vendor/bc/5.3.0: Stefan Eßer (Sat, 11 Jun 2022 10:01:29 UTC)
- git: dc7562110232 - Create tag vendor/bc/5.3.1: Stefan Eßer (Sat, 11 Jun 2022 10:01:29 UTC)
- git: 78bc019d220e - main - usr.bin/bc: update to version 5.3.1: Stefan Eßer (Sat, 11 Jun 2022 11:15:31 UTC)
- git: 013e516dc9b1 - main - LinuxKPI: 802.11: fix iwlwifi fw assert with older chipsets: Bjoern A. Zeeb (Sat, 11 Jun 2022 13:02:02 UTC)
- git: fb6eaf74e9ea - main - LinuxKPI: 802.11: fix compiling with DEBUG: Bjoern A. Zeeb (Sat, 11 Jun 2022 16:42:25 UTC)
- git: 800a53b445e7 - main - Bug fix to UFS/FFS superblock integrity checks when reading a superblock.: Kirk McKusick (Sat, 11 Jun 2022 18:05:36 UTC)
- git: 9fd0d9b16e93 - main - ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations.: Hans Petter Selasky (Sat, 11 Jun 2022 19:32:06 UTC)
- git: 667c782baa8f - stable/13 - mount_nfs: Only create a mounttab file entry is nmount(2) succeeds: Rick Macklem (Sat, 11 Jun 2022 19:52:00 UTC)
- git: 95db9ef5657b - main - rc.d/wpa_supplicant: remove support for NDIS: Baptiste Daroussin (Sat, 11 Jun 2022 20:25:26 UTC)
- Re: git: df90aeac24c9 - main - Fix build with -DNO_ROOT: Mateusz Guzik (Sat, 11 Jun 2022 23:34:09 UTC)
- git: 695052e240c7 - main - Fix mtree for usr/: Xin LI (Sun, 12 Jun 2022 04:40:27 UTC)
- git: 1d25053e9365 - main - Account for missing `..' in BSD.usr.dist for clang 14.0.3.: Xin LI (Sun, 12 Jun 2022 04:40:28 UTC)
- git: f71b232f319d - main - stress2: Added an explanation to failure mode: Peter Holm (Sun, 12 Jun 2022 09:55:54 UTC)
- git: 947eb1449054..9374e9ebbc9b - vendor/llvm-project/release-14.x - vendor branch updated: Dimitry Andric (Sun, 12 Jun 2022 14:03:42 UTC)
- git: 75a50209f7e1 - Create tag vendor/llvm-project/llvmorg-14.0.5-0-gc12386ae247c: Dimitry Andric (Sun, 12 Jun 2022 14:03:42 UTC)
- git: 3d0030d26146 - stable/13 - sqlite3: Vendor import of sqlite3 3.38.5: Cy Schubert (Sun, 12 Jun 2022 14:07:38 UTC)
- git: dc61e35a09f4 - stable/12 - sqlite3: Vendor import of sqlite3 3.38.5: Cy Schubert (Sun, 12 Jun 2022 14:12:15 UTC)
- git: f25a0a0f2118 - main - uchcom(4): Add new USB ID.: Hans Petter Selasky (Sun, 12 Jun 2022 14:42:46 UTC)
- git: 987d26ee3f7a - main - Remove yet another incorrect .. level from BSD.usr.dist: Dimitry Andric (Sun, 12 Jun 2022 14:46:50 UTC)
- git: 0f7b9777f8f3 - main - rtw88: split driver up into a core and pci part: Bjoern A. Zeeb (Sun, 12 Jun 2022 18:43:38 UTC)
- git: 56f451bb3b99 - main - Merge llvm-project release/14.x llvmorg-14.0.5-0-gc12386ae247c: Dimitry Andric (Sun, 12 Jun 2022 18:55:32 UTC)
- git: 5dd1f6f14416 - main - utimensat(2): Remove description of compatibility code: Jilles Tjoelker (Sun, 12 Jun 2022 21:08:46 UTC)
- git: 2dfa77ed7051 - stable/13 - pkgbase: Move pw to the runtime package: Doug Rabson (Mon, 13 Jun 2022 10:04:16 UTC)
- git: a39788bd281c - stable/13 - smp: Use local copies of the setup function pointer and argument: Mark Johnston (Mon, 13 Jun 2022 12:43:35 UTC)
- git: a897f30685e4 - stable/13 - src.conf.5: Update the WITHOUT_ZFS description: Mark Johnston (Mon, 13 Jun 2022 12:43:36 UTC)
- git: 9c951734c289 - main - rtw88: update Realtek's rtw88 driver: Bjoern A. Zeeb (Mon, 13 Jun 2022 14:02:46 UTC)
- git: 6468cd8e0ef9 - main - mount: add vnode usage per file system with mount -v: Doug Ambrisko (Mon, 13 Jun 2022 14:57:19 UTC)
- git: e4d178d09328 - main - mlx5ib: Fix memory leak in clean_mr() error path: Hans Petter Selasky (Mon, 13 Jun 2022 15:06:35 UTC)
- git: 66a0bc2105e4 - main - ibcore: Fix use-after-free access in ucma_close(): Hans Petter Selasky (Mon, 13 Jun 2022 15:06:36 UTC)
- git: 43c72c45a185 - main - lacp: Remove racy kassert: Andrew Gallatin (Mon, 13 Jun 2022 15:35:38 UTC)
- git: a09ea2bbc305 - main - amd64: add an i386 include directory: Brooks Davis (Mon, 13 Jun 2022 17:35:56 UTC)
- git: d07600c56303 - main - amd64: symlink i386 includes into build dir: Brooks Davis (Mon, 13 Jun 2022 17:35:57 UTC)
- git: 24983043bf79 - main - x86: cleanup in machine/cpufunc.h: Brooks Davis (Mon, 13 Jun 2022 17:35:58 UTC)
- git: cca19272611d - main - amd64: -m32 support for machine/cpufunc.h: Brooks Davis (Mon, 13 Jun 2022 17:35:59 UTC)
- git: 68049f6da84a - main - amd64: -m32 support for machine/profile.h: Brooks Davis (Mon, 13 Jun 2022 17:36:00 UTC)
- git: 92a98611ca20 - main - amd64: -m32 support for machine/asm(macros).h: Brooks Davis (Mon, 13 Jun 2022 17:36:02 UTC)
- git: 08f16287a540 - main - amd64: -m32 support for machine/atomic.h: Brooks Davis (Mon, 13 Jun 2022 17:36:03 UTC)
- git: c2c8157ebed7 - main - amd64: -m32 support for machine/segments.h: Brooks Davis (Mon, 13 Jun 2022 17:36:04 UTC)
- git: 3cd1b382c664 - main - amd64: -m32 support for machine/pmap.h: Brooks Davis (Mon, 13 Jun 2022 17:36:05 UTC)
- git: b3120c0aeba7 - main - amd64: -m32 support for machine/proc.h: Brooks Davis (Mon, 13 Jun 2022 17:36:06 UTC)
- git: a69511db186e - main - amd64: -m32 support for machine/vmparam.h: Brooks Davis (Mon, 13 Jun 2022 17:36:07 UTC)
- git: a29263b65651 - main - amd64: -m32 support for machine/sb_buf.h: Brooks Davis (Mon, 13 Jun 2022 17:36:08 UTC)
- git: f6fada5eed38 - main - amd64: -m32 support for machine/pcpu.h: Brooks Davis (Mon, 13 Jun 2022 17:36:10 UTC)
- git: 9f7588dd93e5 - main - amd64: -m32 support for machine/pcpu_aux.h: Brooks Davis (Mon, 13 Jun 2022 17:36:11 UTC)
- git: 8dc3fdfe69d5 - main - amd64: -m32 support for machine/counter.h: Brooks Davis (Mon, 13 Jun 2022 17:36:12 UTC)
- git: 5ea3094e6a75 - main - amd64: -m32 support for machine/md_var.h: Brooks Davis (Mon, 13 Jun 2022 17:36:13 UTC)
- git: 9f48eea36607 - main - rpcbind: get contact addr from xprt members: Eric van Gyzen (Mon, 13 Jun 2022 18:54:36 UTC)
- git: f92e0d6acda3 - main - pkg-bootstrap: use latest package set on arm64 stable branches: Ed Maste (Mon, 13 Jun 2022 18:58:44 UTC)
- git: 7db7448a1010 - stable/13 - Also define THR_PAGE_SIZE_MIN for mips: Dimitry Andric (Mon, 13 Jun 2022 19:02:49 UTC)
- git: 6a02539959cb - main - bsdinstall: allow an install script to access packages on the DVD: Alan Somers (Mon, 13 Jun 2022 19:28:26 UTC)
- git: 45ecb858242e - stable/13 - fdescfs: allow chown/utime etc on fdescfs fd for underlying files opened with O_PATH: Konstantin Belousov (Mon, 13 Jun 2022 19:29:27 UTC)
- git: d3000939c7b9 - main - P2_WEXIT: avoid thread_single() for exiting process earlier: Konstantin Belousov (Mon, 13 Jun 2022 19:33:28 UTC)
- git: 02a2aacbe2c8 - main - issignal(): ignore signals when process is single-threading for exit: Konstantin Belousov (Mon, 13 Jun 2022 19:33:29 UTC)
- git: d7a9e6e74067 - main - thread_single: wait for P_STOPPED_SINGLE to pass: Konstantin Belousov (Mon, 13 Jun 2022 19:33:30 UTC)
- git: b9893b353312 - main - weed_inhib(): do not double-suspend already suspended thread if the loop reiterates: Konstantin Belousov (Mon, 13 Jun 2022 19:33:31 UTC)
- git: dd883e9a7e80 - main - weed_inhib(): correct the condition to re-suspend a thread: Konstantin Belousov (Mon, 13 Jun 2022 19:33:32 UTC)
- git: 4493a13e3bfb - main - Do not single-thread itself when the process single-threaded some another process: Konstantin Belousov (Mon, 13 Jun 2022 19:33:33 UTC)
- git: b9009b1789b4 - main - thread_single(): remove already checked conditional expression: Konstantin Belousov (Mon, 13 Jun 2022 19:33:35 UTC)
- git: 1b4701fe1e84 - main - thread_unsuspend(): do not unuspend the suspended leader thread doing SINGLE_ALLPROC: Konstantin Belousov (Mon, 13 Jun 2022 19:33:36 UTC)
- git: 2d5ef216b679 - main - thread_single_end(): consistently maintain p_boundary_count for ALLPROC mode: Konstantin Belousov (Mon, 13 Jun 2022 19:33:37 UTC)
- git: 008b2e65442a - main - Make stop_all_proc_block interruptible to avoid deadlock with parallel suspension: Konstantin Belousov (Mon, 13 Jun 2022 19:33:38 UTC)
- git: addf103ce6b3 - main - reap_kill_proc: do not retry on thread_single() failure: Konstantin Belousov (Mon, 13 Jun 2022 19:33:39 UTC)
- git: 1d4abf2cfa6e - main - reap_kill_subtree_once(): handle proctree_lock unlock in reap_kill_proc(): Konstantin Belousov (Mon, 13 Jun 2022 19:33:40 UTC)
- git: e0343eacf365 - main - reap_kill_subtree(): hold the reaper when entering it into the queue to handle later: Konstantin Belousov (Mon, 13 Jun 2022 19:33:41 UTC)
- git: 1575804961d2 - main - reap_kill_proc(): avoid singlethreading any other process if we are exiting: Konstantin Belousov (Mon, 13 Jun 2022 19:33:43 UTC)
- git: 1a2ff852e342 - main - include/i386: fix release builds: Brooks Davis (Mon, 13 Jun 2022 20:37:45 UTC)
- git: 41c029d506a5 - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Mon, 13 Jun 2022 22:59:46 UTC)
- git: 8fc855360061 - stable/13 - Regen src.conf.5 for recent MFCs: Ed Maste (Tue, 14 Jun 2022 00:35:16 UTC)
- Re: git: 695052e240c7 - main - Fix mtree for usr/: Rodney W. Grimes (Tue, 14 Jun 2022 00:47:30 UTC)
- git: c7f14adfda21 - main - ACPICA: Revert an upstream patch to appease useless warnings: Jung-uk Kim (Tue, 14 Jun 2022 01:49:55 UTC)
- git: d7814015125e - main - kern_thread.c: Fix i386 build: Cy Schubert (Tue, 14 Jun 2022 02:36:11 UTC)
- git: 3b0e3e8d2a6f - main - CTL: Fix double command completions on HA failover.: Alexander Motin (Tue, 14 Jun 2022 04:40:30 UTC)
- git: 2d4b1f4b8cf0 - main - stress2: Added a syzkaller reproducer. Enable all reaper tests: Peter Holm (Tue, 14 Jun 2022 05:00:06 UTC)
- git: 975715b78819 - main - iommu_gas: use to first-fit search for lowermatch: Doug Moore (Tue, 14 Jun 2022 05:50:41 UTC)
- git: 7fd37611b92b - main - null_vptocnp(): busy nullfs mp instead of refing it: Konstantin Belousov (Tue, 14 Jun 2022 07:33:22 UTC)
- git: ac91cbc1f500 - stable/13 - ng_ubt(4): Probe USB Bluetooth per USB interface and not per USB device.: Hans Petter Selasky (Tue, 14 Jun 2022 09:40:22 UTC)
- git: 43bcc15a4270 - stable/13 - ktls: Refer send tag pointer once.: Hans Petter Selasky (Tue, 14 Jun 2022 09:40:24 UTC)
- git: be3f667388f4 - stable/13 - mlx4core: Use-after-free causes a resource leak in flow-steering detach: Hans Petter Selasky (Tue, 14 Jun 2022 09:40:25 UTC)
- git: ec1a13df0302 - main - Remove mips-specific Makefiles for /sbin and /usr/sbin: Mitchell Horne (Tue, 14 Jun 2022 13:17:36 UTC)
- git: 116679b39cb9 - main - rc.d/wpa_supplicant: Remove the sleep to improve boot time: Cy Schubert (Tue, 14 Jun 2022 14:56:18 UTC)
- git: e8955bd643ee - main - pipe: Use a distinct wait channel for I/O serialization: Mark Johnston (Tue, 14 Jun 2022 16:01:10 UTC)
- git: a14465e1b9a5 - main - rip6: Fix a lock order reversal in rip6_bind(): Mark Johnston (Tue, 14 Jun 2022 16:01:11 UTC)
- git: 4b0c6fa0dcea - main - truss: Make control message header parsing more robust: Mark Johnston (Tue, 14 Jun 2022 16:01:12 UTC)
- git: 630f633f2a76 - main - vm_object: Use the vm_object_(set|clear)_flag() helpers: Mark Johnston (Tue, 14 Jun 2022 16:01:13 UTC)
- git: 7565431f3090 - main - mount: Fix an incorrect assertion in kernel_mount(): Mark Johnston (Tue, 14 Jun 2022 16:01:14 UTC)
- git: 648a47b85476 - main - modules: Only build MAC modules if options MAC is set: Mitchell Horne (Tue, 14 Jun 2022 16:10:29 UTC)
- git: 4ef7db5a7e5c - main - ddb: namespacing of struct command: Mitchell Horne (Tue, 14 Jun 2022 16:10:30 UTC)
- git: 2c1052053340 - main - ktls_test: Add a helper function to close sockets.: John Baldwin (Tue, 14 Jun 2022 17:35:32 UTC)
- git: 2400a7b18f98 - main - ktls_test: Permit connecting to a remote echo server for tests.: John Baldwin (Tue, 14 Jun 2022 17:35:33 UTC)
- git: ea4ebdcb4da9 - main - ktls_test: Permit an option to skip tests not using ifnet TLS.: John Baldwin (Tue, 14 Jun 2022 17:35:34 UTC)
- git: 1442fed7e25e - main - rc.d/ntpd: Restart ntpd when resuming from sleep.: John Baldwin (Tue, 14 Jun 2022 17:43:19 UTC)
- git: 628a4156a761 - main - firmware: Map '@' in filenames to '_' in symbols.: John Baldwin (Tue, 14 Jun 2022 17:52:22 UTC)
- git: 6ab35c78fb5a - main - newvers.sh: Don't use return to exit.: John Baldwin (Tue, 14 Jun 2022 17:52:23 UTC)
- git: 73702c398046 - main - pmcannotate: Don't increment end address passed to objdump -d.: John Baldwin (Tue, 14 Jun 2022 17:53:11 UTC)
- git: bd54318046bf..6982f79963fc - vendor/bc - vendor branch updated: Stefan Eßer (Tue, 14 Jun 2022 20:08:57 UTC)
- git: 98df262654b1 - Create tag vendor/bc/5.3.2: Stefan Eßer (Tue, 14 Jun 2022 20:08:57 UTC)
- git: 1c665e95d449 - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Tue, 14 Jun 2022 20:37:52 UTC)
- git: d0443e2b9832 - main - vm_fault: Fix a racy copy of page valid bits: Mark Johnston (Tue, 14 Jun 2022 22:19:23 UTC)
- git: 1f88394b7f35 - main - vm_fault: Avoid unnecessary object relocking in vm_fault_copy_entry(): Mark Johnston (Tue, 14 Jun 2022 22:19:24 UTC)
- Thank for submitting your application for ANDE membership!: ANDE (Tue, 14 Jun 2022 23:17:52 UTC)
- git: 2e69cd105aff - Create tag vendor/bc/5.3.3: Stefan Eßer (Wed, 15 Jun 2022 09:37:29 UTC)
- git: 6982f79963fc..3f739b0595b7 - vendor/bc - vendor branch updated: Stefan Eßer (Wed, 15 Jun 2022 09:37:29 UTC)
- git: f53b5fe7865f - main - contrib/bc: merge from vendor release 5.3.3: Stefan Eßer (Wed, 15 Jun 2022 09:56:30 UTC)
- git: d87fad36330b - main - linuxkpi: Acquire giant when adding/removing i2c adapters: Emmanuel Vadot (Wed, 15 Jun 2022 11:38:44 UTC)
- git: ce00b11940ab - main - mount: revert the active vnode reporting feature: Doug Ambrisko (Wed, 15 Jun 2022 15:05:43 UTC)
- git: c6d092b5107d - main - pmap: Keep PTI page table pages busy: Mark Johnston (Wed, 15 Jun 2022 15:39:24 UTC)
- git: f6b799a86b8f - main - Fix the test used to wait for AP startup on x86, arm64, riscv: Mark Johnston (Wed, 15 Jun 2022 15:39:25 UTC)
- git: 756bc3adc578 - main - kasan: Create a shadow for the bootstack prior to hammer_time(): Mark Johnston (Wed, 15 Jun 2022 15:39:26 UTC)
- git: 9a964ad56182 - main - loader: Relax the check in is_kernphys_relocatable(): Mark Johnston (Wed, 15 Jun 2022 15:39:28 UTC)
- git: 918505d0a084 - main - hwpmc: Correct sysctl description.: Alexander Motin (Wed, 15 Jun 2022 15:48:44 UTC)
- git: f9e62419f6da - main - hwpmc: Reenable PME before reenabling counters.: Alexander Motin (Wed, 15 Jun 2022 15:48:45 UTC)
- git: f979ad003065 - main - iommu_gas: make iommu_gas_lowermatch non-recursive: Doug Moore (Wed, 15 Jun 2022 16:36:42 UTC)
- git: 030f3ee99583 - main - ifconfig.8: reflect removal of FDDI and Token Ring: Brooks Davis (Wed, 15 Jun 2022 17:52:37 UTC)
- git: da47c186ac32 - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Wed, 15 Jun 2022 20:13:40 UTC)
- git: 3fbe3365df59 - stable/13 - Fix mtree for usr/: Dimitry Andric (Wed, 15 Jun 2022 20:43:17 UTC)
- git: 862668c4874d - stable/13 - Merge llvm-project release/14.x llvmorg-14.0.5-0-gc12386ae247c: Dimitry Andric (Wed, 15 Jun 2022 20:45:39 UTC)
- git: 799051e2caa8 - main - LinuxKPI: 802.11: ieee80211_start_tx_ba_session(): Bjoern A. Zeeb (Wed, 15 Jun 2022 21:06:56 UTC)
- git: 447c418da034 - main - USB: add quirks to XHCI: Bjoern A. Zeeb (Wed, 15 Jun 2022 21:10:15 UTC)
- git: 8f892e9bee33 - main - XHCI: clear warm and port reset: Bjoern A. Zeeb (Wed, 15 Jun 2022 21:12:35 UTC)
- git: bf6c6162c763 - main - tcp: fix TCPPCAP for kernels enabling VNET: Michael Tuexen (Wed, 15 Jun 2022 21:36:39 UTC)
- git: 8cb42d6918cb - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Wed, 15 Jun 2022 23:12:31 UTC)
- git: 1c5c1e44862a - stable/13 - upgt(4): Adjust all pause calls to use milliseconds instead of ticks.: Hans Petter Selasky (Thu, 16 Jun 2022 02:56:12 UTC)
- git: 026e19496cc3 - stable/13 - urtw(4): Adjust all pause calls to use milliseconds instead of ticks.: Hans Petter Selasky (Thu, 16 Jun 2022 02:56:14 UTC)
- git: 813514b5734b - stable/13 - loader.efi: add cross-reference to loader(8): Ed Maste (Thu, 16 Jun 2022 12:51:41 UTC)
- git: 6678474be71c - stable/13 - makefs: sort cd9660 sysid entries in man page: Ed Maste (Thu, 16 Jun 2022 12:51:42 UTC)
- git: f918bec0d404 - stable/13 - syscons: note incompatibility with UEFI: Ed Maste (Thu, 16 Jun 2022 12:51:43 UTC)
- git: 94da8ba11dc0 - stable/13 - getpagesize(3): add .Xr to sysconf(3): Ed Maste (Thu, 16 Jun 2022 12:51:44 UTC)
- git: ce8133a5218b - stable/13 - sshd_config: clarify password authentication options: Ed Maste (Thu, 16 Jun 2022 12:51:45 UTC)
- git: a5e7c28b9b84 - stable/12 - sshd_config: clarify password authentication options: Ed Maste (Thu, 16 Jun 2022 13:38:22 UTC)
- git: a4bc220143ff - stable/12 - getpagesize(3): add .Xr to sysconf(3): Ed Maste (Thu, 16 Jun 2022 13:38:23 UTC)
- git: 93c8e4897eaa - stable/12 - syscons: note incompatibility with UEFI: Ed Maste (Thu, 16 Jun 2022 13:38:24 UTC)
- git: a7d9caf7b82b - stable/12 - loader.efi: add cross-reference to loader(8): Ed Maste (Thu, 16 Jun 2022 13:38:25 UTC)
- git: 841433148101 - main - debugnet: Handle batches of packets from if_input: Mark Johnston (Thu, 16 Jun 2022 14:36:24 UTC)
- git: c262d5e87712 - main - debugnet: Fix an error handling bug in the DDB command tokenizer: Mark Johnston (Thu, 16 Jun 2022 14:36:25 UTC)
- git: f6379f7fdec0 - main - socket: Fix a race between kevent(2) and listen(2): Mark Johnston (Thu, 16 Jun 2022 14:36:26 UTC)
- git: 6210ac95a194 - main - amd64: Stop using REP MOVSB for backward memmove()s.: Alexander Motin (Thu, 16 Jun 2022 17:46:39 UTC)
- git: f22068d91bf5 - main - amd64: Stop using REP MOVSB for backward memmove()s.: Alexander Motin (Thu, 16 Jun 2022 18:53:32 UTC)
- git: e16b709e2dcc - main - bhyve: Report an error for invalid UUIDs.: John Baldwin (Thu, 16 Jun 2022 20:18:44 UTC)
- git: af6665e0aa72 - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Thu, 16 Jun 2022 23:18:19 UTC)
- git: c692ea402659 - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Thu, 16 Jun 2022 23:47:26 UTC)
- git: 608c97bff921 - main - stress2: Remove bsdlabel(8) from tests Reported by: mhorne Discussed with: kib: Peter Holm (Fri, 17 Jun 2022 03:49:59 UTC)
- git: fc2e4f15a904 - main - iommu_gas: Eliminate unnecessary wrappers: Alan Cox (Fri, 17 Jun 2022 06:20:04 UTC)
- git: 5575d5a5486d - main - dhclient: fix pcp:pcp cleanup failure: Kristof Provost (Fri, 17 Jun 2022 09:11:11 UTC)
- git: 0b040a48096a - main - Fix the random source descriptions: Andrew Turner (Fri, 17 Jun 2022 09:43:53 UTC)
- git: d843dd0e1add - main - Clean up in the pci host generic driver: Andrew Turner (Fri, 17 Jun 2022 09:43:54 UTC)
- git: ea578b34cb35 - main - Remove PAGE_SIZE from hastd: Andrew Turner (Fri, 17 Jun 2022 09:43:55 UTC)
- git: 2ff6e4ee9762 - main - Remove PAGE_SIZE from the kcov tests: Andrew Turner (Fri, 17 Jun 2022 09:43:56 UTC)
- git: 3a0fcdb37dff - stable/13 - bsdinstall/scripts/docsinstall: Add Indonesian Documentation: Marc Fonvieille (Fri, 17 Jun 2022 14:32:22 UTC)
- git: ad0a7ea65084 - main - kldload: Bring functionality in line with manual page: Juraj Lutter (Fri, 17 Jun 2022 14:54:14 UTC)
- git: 721d0a045abc - stable/13 - Loader: support booting OS from memory disk (MD): Mitchell Horne (Fri, 17 Jun 2022 17:10:03 UTC)
- git: e6775534aee1 - main - iommu_gas: Correct a broken KASSERT: Alan Cox (Fri, 17 Jun 2022 18:06:01 UTC)
- git: ece62f611720 - stable/13 - linux: drop unneeded casts: Dmitry Chagin (Fri, 17 Jun 2022 19:23:59 UTC)
- git: 5fac6f16877f - stable/13 - poll(2): Add POLLRDHUP.: Dmitry Chagin (Fri, 17 Jun 2022 19:24:00 UTC)
- git: cc4c1e916a37 - stable/13 - Update tools/regression/poll/sockpoll.c for POLLRDPOLL.: Dmitry Chagin (Fri, 17 Jun 2022 19:24:01 UTC)
- git: 734796a30325 - stable/13 - kern_linkat: modify to accept AT_ flags instead of FOLLOW/NOFOLLOW: Dmitry Chagin (Fri, 17 Jun 2022 19:24:02 UTC)
- git: dd5708d52404 - stable/13 - linux(4): make linkat(2) handle AT_EMPTY_PATH: Dmitry Chagin (Fri, 17 Jun 2022 19:24:03 UTC)
- git: e8c134531f6f - stable/13 - linux: remove redundant SDT tracepoints: Dmitry Chagin (Fri, 17 Jun 2022 19:24:04 UTC)
- git: 587982d0d902 - stable/13 - linux(4); Retire unnecessary __packed attribute from some struct's definition.: Dmitry Chagin (Fri, 17 Jun 2022 19:24:06 UTC)
- git: f62db988942a - stable/13 - linux(4): Add F_GETPIPE_SZ fcntl operation which returns the capacity of the pipe referred by fd.: Dmitry Chagin (Fri, 17 Jun 2022 19:24:07 UTC)
- git: 0f5f0e5e56ae - stable/13 - linux(4): Convert flags before use in utimensat.: Dmitry Chagin (Fri, 17 Jun 2022 19:24:08 UTC)
- git: 5e777d88c46a - stable/13 - linux(4): Handle AT_EMPTY_PATH in the utimensat syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:24:09 UTC)
- git: a836accf4cca - stable/13 - linux(4): Microoptimize futimesat, utimes, utime. While here wrap long line.: Dmitry Chagin (Fri, 17 Jun 2022 19:24:10 UTC)
- git: 34670aeab4f5 - stable/13 - linux(4): add struct timespec64 definition and conversion routine for future use.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:51 UTC)
- git: 43ee9ad56701 - stable/13 - linux(4): Implement utimensat_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:53 UTC)
- git: d0bf82e69af8 - stable/13 - Regen for ('e4bffb80bbc6a2e4b3be89aefcbd5bb2c2fc0ba0') Linux utimensat_time64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:54 UTC)
- git: ead9f9b1c477 - stable/13 - linux(4): Implement clock_gettime64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:55 UTC)
- git: 96b5459afb4f - stable/13 - Regen for ('99b6f430698fa00a33184dd61591d8b6518ed9d3') Linux clock_gettime64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:56 UTC)
- git: b004647240e7 - stable/13 - linux(4): Implement clock_settime64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:57 UTC)
- git: 69bd4901427f - stable/13 - Regen for ('19f9a0e4df54f8d1e99234146024422bdcfa09ce') Linux clock_settime64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:58 UTC)
- git: 58504e171072 - stable/13 - linux(4): Implement clock_getres_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:28:59 UTC)
- git: fd6647f64a3d - stable/13 - Regen for ('187715a420237e1ed94dd5aef158eada7dcdc559') Linux clock_getres_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:00 UTC)
- git: 677bd8406874 - stable/13 - linux(4): Implement clock_nanosleep_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:02 UTC)
- git: e13423cc7883 - stable/13 - Regen for ('6501370a7dfb358daf07555136742bc064e68cb7') Linux clock_nanosleep_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:03 UTC)
- git: 77935ceb59fe - stable/13 - linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which is timespec not a timeval.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:04 UTC)
- git: e58a9a565f33 - stable/13 - Regen for ('0f8dab45404f347752470579feccc6d2739b9570') Linux rt_sigtimedwait system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:05 UTC)
- git: fc13bfeae58f - stable/13 - linux(4): Properly convert linux siginfo to native siginfo add input validation.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:06 UTC)
- git: 27c31bdac578 - stable/13 - linux(4): optimize ksiginfo to siginfo conversion.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:07 UTC)
- git: 7f90bce85264 - stable/13 - linux(4): Fix clock_nanosleep return value for unsupported clockid.: Dmitry Chagin (Fri, 17 Jun 2022 19:29:08 UTC)
- git: 56161ea24caa - stable/13 - Fix copyright, remove "all rights reserved".: Dmitry Chagin (Fri, 17 Jun 2022 19:29:10 UTC)
- git: f348d6732b4c - stable/13 - linux(4): Change Linux futex syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:46 UTC)
- git: 92b1cf857241 - stable/13 - linux(4): Regen for futex system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:47 UTC)
- git: 75ed1704e388 - stable/13 - linux(4): Implement futex_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:49 UTC)
- git: f83465c2e765 - stable/13 - linux(4): Regen for futex_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:50 UTC)
- git: 2eae70753e44 - stable/13 - linux(4): Implement rt_sigtimedwait_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:51 UTC)
- git: efb9538e1fba - stable/13 - linux(4): Regen for rt_sigtimedwait_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:52 UTC)
- git: 4250154ede1b - stable/13 - linux(4): Implement pselect6_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:53 UTC)
- git: 9616bcffa196 - stable/13 - linux(4): Regen for pselect6_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:54 UTC)
- git: 3ae9b75f6bad - stable/13 - Split kern_poll() on two counterparts.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:55 UTC)
- git: ad561d55e4fe - stable/13 - linux(4): Implement ppoll_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:56 UTC)
- git: 7e3a56d7426c - stable/13 - linux(4): Regen for ppoll_time64 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:31:58 UTC)
- git: b27865547aea - stable/13 - linux: improve reporting for unsupported syscall flags: Dmitry Chagin (Fri, 17 Jun 2022 19:31:59 UTC)
- git: d3bd2f1f031f - stable/13 - sg: get rid of unused include.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:00 UTC)
- git: b2deba043c0c - stable/13 - linux(4): Rework Linux ppoll system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:01 UTC)
- git: b7289a2e083f - stable/13 - linux(4): Implement poll system call via linux_common_ppol() for the sake of converting events to/from native.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:02 UTC)
- git: b5bfa2af4bbd - stable/13 - linux(4): Regen for linux_poll system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:03 UTC)
- git: e056a2379340 - stable/13 - linux: reduce differences between rt_sendsig() and sendsig(): Dmitry Chagin (Fri, 17 Jun 2022 19:32:04 UTC)
- git: b0774c8b9040 - stable/13 - linux: fix sigaltstack on amd64: Dmitry Chagin (Fri, 17 Jun 2022 19:32:06 UTC)
- git: 5833253dad65 - stable/13 - linux(4): Get rid of Linuxulator kernel build options.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:07 UTC)
- git: 0cd177a3d394 - stable/13 - linux(4): Retire linux_kplatform.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:08 UTC)
- git: 475cb48b7109 - stable/13 - linux(4): Do not specify shared page for aout binaries.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:09 UTC)
- git: 03b212e5fcc4 - stable/13 - linux(4): Retire a now unused include.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:10 UTC)
- git: 01a647ad0f4a - stable/13 - linux(4): Retire unused declaration.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:11 UTC)
- git: a13f21b252e8 - stable/13 - linux(4): Make vDSO defines private.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:12 UTC)
- git: d99bbd1f1601 - stable/13 - Add a link to the Elf_Brandinfo into the struc proc.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:13 UTC)
- git: ba40604902f1 - stable/13 - LinuxKPI: Use the proper API to determine the ABI of the running process.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:15 UTC)
- git: b4b67e41443f - stable/13 - Eliminate p_elf_machine from struct proc.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:16 UTC)
- git: cc22c0d6bbd9 - stable/13 - LinuxKPI: Put compat code under appropriate condition.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:17 UTC)
- git: 8f7fb96aaf72 - stable/13 - LinuxKPI: Rename a short description of the kmalloc type.: Dmitry Chagin (Fri, 17 Jun 2022 19:32:18 UTC)
- git: b0bcedef1a8c - main - ncurses: add SRCHDRS (ncurses_dll.h) to tinfo SRCS: Brooks Davis (Fri, 17 Jun 2022 19:35:13 UTC)
- git: 1b196c07b81d - stable/13 - linux(4): implement coredump support: Dmitry Chagin (Fri, 17 Jun 2022 19:36:46 UTC)
- git: ab3423fdb7fd - stable/13 - linux(4): revert arm64 part of 447636e43c0: Dmitry Chagin (Fri, 17 Jun 2022 19:36:47 UTC)
- git: 9240bf3e1ff9 - stable/13 - linux(4): implement coredumps on arm64: Dmitry Chagin (Fri, 17 Jun 2022 19:36:49 UTC)
- git: f652f0b5d810 - stable/13 - linux(4): Remove function prototypes from the vDSO.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:50 UTC)
- git: fbed3bdfd4ca - stable/13 - Call sv_onexec hook after the process VA is created.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:51 UTC)
- git: 54689a282aee - stable/13 - linux(4): Modify sv_onexec hook to return an error.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:52 UTC)
- git: a340b5b4bd48 - stable/13 - linux(4); Almost complete the vDSO.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:53 UTC)
- git: b960dd481535 - stable/13 - linux(4): Constify vdso install/deinstall.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:54 UTC)
- git: 4e34c0445c40 - stable/13 - linux(4): Fixup the vDSO initialization order.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:55 UTC)
- git: 213f60737fa7 - stable/13 - linprocfs: Fixup vDSO name in the procmaps after 9931033bbf.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:57 UTC)
- git: 896a4b7c79d9 - stable/13 - linux(4): Add arch name to the some printfs.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:58 UTC)
- git: 2e084b4b54cb - stable/13 - Drop "All rights reserved" from my copyright statements.: Dmitry Chagin (Fri, 17 Jun 2022 19:36:59 UTC)
- git: ebe64ec8ef27 - stable/13 - Drop rdivacky@ "All rights reserved" from linux_event.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:00 UTC)
- git: 0b82c544de58 - stable/13 - linux: implement signal delivery on arm64: Dmitry Chagin (Fri, 17 Jun 2022 19:37:01 UTC)
- git: 97382953f2c7 - stable/13 - linux: implement sigaltstack(2) on arm64: Dmitry Chagin (Fri, 17 Jun 2022 19:37:02 UTC)
- git: fb278faa0a02 - stable/13 - linux(4): Refactor the struct linux_futex_args.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:03 UTC)
- git: 6e449c51a907 - stable/13 - linux(4): Factor out the FUTEX_WAIT op into linux_futex_wait().: Dmitry Chagin (Fri, 17 Jun 2022 19:37:05 UTC)
- git: 3780c6b81909 - stable/13 - linux(4): Factor out the FUTEX_WAKE op into linux_futex_wake().: Dmitry Chagin (Fri, 17 Jun 2022 19:37:06 UTC)
- git: 41ff17fb531b - stable/13 - linux(4): Factor out the FUTEX_CMP_REQUEUE op into linux_futex_requeue().: Dmitry Chagin (Fri, 17 Jun 2022 19:37:07 UTC)
- git: 062cd27d0e77 - stable/13 - linux(4): Factor out the FUTEX_WAKE_OP op into linux_futex_wakeop().: Dmitry Chagin (Fri, 17 Jun 2022 19:37:08 UTC)
- git: 6698c1a28d09 - stable/13 - linux(4): Allow musl brand to use FUTEX_REQUEUE op.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:09 UTC)
- git: ee847258e369 - stable/13 - linux(4): Eliminate bogus comment.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:10 UTC)
- git: acb45ac680f7 - stable/13 - linux(4): Prevent an endless loop.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:11 UTC)
- git: e6a169af5c09 - stable/13 - linux(4): Factor out the futex_wait() op into linux_futex_wait().: Dmitry Chagin (Fri, 17 Jun 2022 19:37:13 UTC)
- git: 2cb3d5ae1e5d - stable/13 - linux(4): Fix i386 gcc build.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:14 UTC)
- git: 274667c1ee5c - stable/13 - linux(4): Fix amd64 gcc build.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:15 UTC)
- git: 85b2ff649628 - stable/13 - linux(4): Fix gcc buld.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:16 UTC)
- git: 15cda9fb087c - stable/13 - freebsd32: Eliminate spaces at end of line.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:17 UTC)
- git: e505c1140a92 - stable/13 - freebsd32: Remove unused umtx.h include.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:18 UTC)
- git: a4d6808b6795 - stable/13 - freebsd32: Remove the unnecessary spaces.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:19 UTC)
- git: f51368016df4 - stable/13 - umtx: Split umtx.h on two counterparts.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:21 UTC)
- git: 8845bab70d88 - stable/13 - umtx: Expose struct abs_timeout to the rest of the kernel.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:22 UTC)
- git: 7642de029b56 - stable/13 - umtx: Expose some of the umtx structures and API to the rest of the kernel.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:23 UTC)
- git: 6d6fb6026d5f - stable/13 - umtx: Add bitset conditional wakeup functionality.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:24 UTC)
- git: 85f6b0c801ab - stable/13 - umtx: Add umtxq_requeue Linux emulation layer extension.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:25 UTC)
- git: 02d2ef1dd78b - stable/13 - linux(4): Reimplement futexes using umtx.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:26 UTC)
- git: 71c876b6c1e4 - stable/13 - linux(4): Eliminate unused includes.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:27 UTC)
- git: 360efef2c0ee - stable/13 - umtx: Expose some of the pi umtx structures and API to the rest of the kernel.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:28 UTC)
- git: a09a84f84f34 - stable/13 - umtx: Split do_unlock_pi on two counterparts.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:30 UTC)
- git: d06a86d2025b - stable/13 - umtx: Add new pi_futex type.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:31 UTC)
- git: b6b070eed27e - stable/13 - linux(4): Replace copyin() by fueword32() in handle_futex_death().: Dmitry Chagin (Fri, 17 Jun 2022 19:37:32 UTC)
- git: fbd982e09fe4 - stable/13 - linux(4): Implement pi futexes using umtx.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:33 UTC)
- git: 696c311172a5 - stable/13 - linux(4): Replace casuword32 by casueword32.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:34 UTC)
- git: f1a621bee3ac - stable/13 - linux(4): Finish cf8d74e3fe63.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:35 UTC)
- git: df49edfec89c - stable/13 - linux(4): Futex address must be 32-bit aligned.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:36 UTC)
- git: 14f6f3bdcfe8 - stable/13 - linux(4): Handle special case for regular futex in handle_futex_death().: Dmitry Chagin (Fri, 17 Jun 2022 19:37:38 UTC)
- git: e74e35f98f06 - stable/13 - linux(4): Eliminating an accidental comment.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:39 UTC)
- git: 0783310f4d94 - stable/13 - linux(4): Eliminating remnants of futex sdt.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:40 UTC)
- git: 1735342c9065 - stable/13 - linux(4): style, wrap too long line.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:41 UTC)
- git: 552c32b98972 - stable/13 - linux(4): Eliminate unnecessary head initialization.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:42 UTC)
- git: 94f1c67b24a2 - stable/13 - linux(4): Eliminate unnecessary error initialization.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:43 UTC)
- git: 5761cfdf7779 - stable/13 - linux(4): Use linux_tdfind() in get_robust_list.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:44 UTC)
- git: 0ea12e483d96 - stable/13 - linux(4): Move len variable initialization to the appropriate place.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:46 UTC)
- git: 0b55f31e0124 - stable/13 - linux(4): Use variable name not type for sizeof() to calculate storage size.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:47 UTC)
- git: 315b002b5304 - stable/13 - linux(4): Handle FUTEX_LOCK_PI2 oeration.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:48 UTC)
- git: 7e8aeb42e488 - stable/13 - linux(4): Handle incorrect FUTEX_CLOCK_REALTIME option bit.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:49 UTC)
- git: fdc3cb323348 - stable/13 - linux(4): Add a comment about wait/requeue pi operations.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:50 UTC)
- git: 6ac42e40424e - stable/13 - linux(4): Eliminate a now unused includes after futexes refactoring.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:51 UTC)
- git: 7989803dba81 - stable/13 - linux(4): Fix futex copyrights.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:52 UTC)
- git: 15e715fe7c0b - stable/13 - linux(4): Implement faccessat2 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:54 UTC)
- git: 282eae4d0697 - stable/13 - linux(4): Regen for faccessat2 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:55 UTC)
- git: 5eb654999438 - stable/13 - linux(4): Plug in aarch64 fcntl flags.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:56 UTC)
- git: 5a66ec2748f4 - stable/13 - fork: Allow ABI to specify fork return values for child.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:57 UTC)
- git: b2c247a0dba4 - stable/13 - linux(4): Change clone syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:58 UTC)
- git: 94ac0dac7f93 - stable/13 - linux(4): Regen for clone syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:37:59 UTC)
- git: 8fb3f959dcaa - stable/13 - linux(4): Add struct clone_args for future clone3 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:01 UTC)
- git: b27e30232927 - stable/13 - linux(4): Implement clone3 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:02 UTC)
- git: 8b54e105d581 - stable/13 - linux(4): Regen for clone3 system call.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:03 UTC)
- git: b5a5c0b6843b - stable/13 - linux(4): Add CLONE_PIDFD option bit.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:04 UTC)
- git: 3af6bc9d02cd - stable/13 - linux(4): Implement CLONE_CLEAR_SIGHAND option bit.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:05 UTC)
- git: 130e81199136 - stable/13 - linux(4): Add LINUX_RATELIMIT_MSG macro for future use.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:06 UTC)
- git: 59034620c491 - stable/13 - linux(4): Return ENOSYS for unsupported clone3 option bits.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:07 UTC)
- git: 56d1afc72d6a - stable/13 - linux(4): Verify that higher 32bits of exit_signal in clone3 are unset.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:09 UTC)
- git: 77032a990079 - stable/13 - linux(4): Move ff variable initialization from declaration.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:10 UTC)
- git: 2c02511017b9 - stable/13 - fork: Remove the unnecessary spaces.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:11 UTC)
- git: a1e652644099 - stable/13 - linux(4): Remove the unnecessary spaces.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:12 UTC)
- git: 177c7036e2a1 - stable/13 - linux(4): Remove clone3 and faccessat2 from dummy.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:13 UTC)
- git: bf0ad7c97928 - stable/13 - linux: Constify bsd_to_linux_regset(): Dmitry Chagin (Fri, 17 Jun 2022 19:38:14 UTC)
- git: e5a000ff5afa - stable/13 - linux: make PTRACE_GETREGS return correct struct: Dmitry Chagin (Fri, 17 Jun 2022 19:38:15 UTC)
- git: 50ed51aa5b0e - stable/13 - linux: make PTRACE_SETREGS use a correct struct: Dmitry Chagin (Fri, 17 Jun 2022 19:38:16 UTC)
- git: 087ea342eda8 - stable/13 - linux: mv sys/i386/linux/linux_ptrace{,_machdep}.c: Dmitry Chagin (Fri, 17 Jun 2022 19:38:18 UTC)
- git: ab52de447881 - stable/13 - linux: Make linux_ptrace.c portable: Dmitry Chagin (Fri, 17 Jun 2022 19:38:19 UTC)
- git: dadf3312b463 - stable/13 - linux: Fix another amd64-specific piece of linux_ptrace.c: Dmitry Chagin (Fri, 17 Jun 2022 19:38:20 UTC)
- git: b04e157ce9ea - stable/13 - linux: Implement linux_to_bsd_regset() on arm64: Dmitry Chagin (Fri, 17 Jun 2022 19:38:21 UTC)
- git: 99950e8beb72 - stable/13 - linux: Add ptrace(2) support on arm64: Dmitry Chagin (Fri, 17 Jun 2022 19:38:22 UTC)
- git: ca5426f9384b - stable/13 - linux: Replace ifdefs in ptrace with per-architecture callbacks: Dmitry Chagin (Fri, 17 Jun 2022 19:38:23 UTC)
- git: 862add4358d4 - stable/13 - linux: Drop some unnecessary includes: Dmitry Chagin (Fri, 17 Jun 2022 19:38:24 UTC)
- git: 5bce15eb9e1b - stable/13 - linux(4): Fix "set but not used" warnings: Dmitry Chagin (Fri, 17 Jun 2022 19:38:26 UTC)
- git: fd1b7d25194a - stable/13 - linux_linkat: Don't invert AT_* flags.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:27 UTC)
- git: 86bcdd9d3463 - stable/13 - linux_name_to_handle_at: Support AT_EMPTY_PATH.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:28 UTC)
- git: 753605353d79 - stable/13 - linux: remove the always curthread argument from lconvpath: Dmitry Chagin (Fri, 17 Jun 2022 19:38:29 UTC)
- git: 0506fe6d3c9e - stable/13 - linux: plug set-but-not-used vars: Dmitry Chagin (Fri, 17 Jun 2022 19:38:30 UTC)
- git: 7fdc5559bdf0 - stable/13 - linux(4): Remove unused arm64 SDT declarations: Dmitry Chagin (Fri, 17 Jun 2022 19:38:31 UTC)
- git: d005a6f2c808 - stable/13 - linux: Provide dummy seccomp(2): Dmitry Chagin (Fri, 17 Jun 2022 19:38:32 UTC)
- git: feb67d438ba3 - stable/13 - linux(4): Reduce diffs between linux_rt_sendsig() and sendsig(): Dmitry Chagin (Fri, 17 Jun 2022 19:38:33 UTC)
- git: d239c3416d63 - stable/13 - linux(4): Improve comment.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:35 UTC)
- git: 00a4cd973c0b - stable/13 - pseudofs: Destroy vncache hashtbl on pseudofs module unload.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:36 UTC)
- git: e09814f1f293 - stable/13 - linprocfs: plug set-but-not-unused vars: Dmitry Chagin (Fri, 17 Jun 2022 19:38:37 UTC)
- git: 6cc60a705ffa - stable/13 - linux_copyout_strings: Use PROC_PS_STRINGS().: Dmitry Chagin (Fri, 17 Jun 2022 19:38:38 UTC)
- git: a55eb1bdbf84 - stable/13 - linprocfs: Eliminate bogus comment (KSE).: Dmitry Chagin (Fri, 17 Jun 2022 19:38:39 UTC)
- git: 221d908864dd - stable/13 - linux(4): Add AT_NO_AUTOMOUNT to statx.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:40 UTC)
- git: 6a8133e32961 - stable/13 - linux: plug set-but-not-unused vars: Dmitry Chagin (Fri, 17 Jun 2022 19:38:41 UTC)
- git: 721dcd87abe3 - stable/13 - linux(4): Consolidate wait* facility into linux_common_wait().: Dmitry Chagin (Fri, 17 Jun 2022 19:38:42 UTC)
- git: de1382dc4b5b - stable/13 - linux(4): Eliminate bogus options value check validation.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:44 UTC)
- git: 7df3421cb6e2 - stable/13 - linux(4): Fixup options value validation in linux_waitid().: Dmitry Chagin (Fri, 17 Jun 2022 19:38:45 UTC)
- git: 638a0649cf18 - stable/13 - linux(4): Add support for __WALL wait option bit.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:46 UTC)
- git: 2c029214d33a - stable/13 - linux(4): Return ENOSYS for unsupported P_PIDFD waitid idtype.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:47 UTC)
- git: cbb2112dcaff - stable/13 - linux(4): Fixup waitid handling P_PGID idtype.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:48 UTC)
- git: 65d3f90d13b6 - stable/13 - linux(4): Rid unused defines from linux_mib.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:49 UTC)
- git: ccbef519e0c6 - stable/13 - linux(4): wait4() returns ESRCH if pid is INT_MIN.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:51 UTC)
- git: 71d5b525f5d2 - stable/13 - linux(4): Fixup miscalculation of d_off of struct dirent in getdents() syscalls.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:52 UTC)
- git: 82fa7c3b83d8 - stable/13 - linux(4): Add compat.linux32.emulate_i386 knob.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:53 UTC)
- git: 708fc30050cd - stable/13 - linprocfs: Add /proc/self/oom_score_adj.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:54 UTC)
- git: aeddbb898e1a - stable/13 - linux(4): readlink should fail if bufzis <= 0.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:55 UTC)
- git: c4ca1d2a2742 - stable/13 - linux(4): Fix KASSERT message.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:56 UTC)
- git: ac33f043f654 - stable/13 - linux(4): Cleanup empty lines.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:57 UTC)
- git: 6ea301ef77d5 - stable/13 - linsysfs: plug set-but-not-used vars.: Dmitry Chagin (Fri, 17 Jun 2022 19:38:59 UTC)
- git: 9f870e779c1b - stable/13 - linux(4): Fix a typo in itimerspec conversion routine.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:00 UTC)
- git: d6e320830168 - stable/13 - i386 linux: Remove unused variables.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:01 UTC)
- git: c43c6efaee52 - stable/13 - [linprocfs] add sys/kernel/random/boot_id: Dmitry Chagin (Fri, 17 Jun 2022 19:39:02 UTC)
- git: d33fba34ab19 - stable/13 - linux(4): Prevent an attempt to copy an uninitialized source address.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:03 UTC)
- git: 85575b7e0c7d - stable/13 - getdirentries: return ENOENT for unlinked but still open directory.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:04 UTC)
- git: 61337dfb340e - stable/13 - linux(4): Handle SO_DOMAIN in getsockopt syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:06 UTC)
- git: 543eaf070e04 - stable/13 - linux(4): Remove unnecessary PTRIN().: Dmitry Chagin (Fri, 17 Jun 2022 19:39:07 UTC)
- git: ecf8f499683e - stable/13 - linux(4): Limit user-supplied sockaddr length in recvfrom().: Dmitry Chagin (Fri, 17 Jun 2022 19:39:08 UTC)
- git: c3dfbacbe9d3 - stable/13 - linux(4): Copyout actual size of addr to the user space in accept().: Dmitry Chagin (Fri, 17 Jun 2022 19:39:09 UTC)
- git: 07701dd858e0 - stable/13 - Bump Dd in getdirentries.2 after c6487446.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:10 UTC)
- git: f482354a8636 - stable/13 - Fix sigtimedwait manpage.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:11 UTC)
- git: c5789e62ba30 - stable/13 - Add timespecvalid_interval macro and use it.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:12 UTC)
- git: cadaecc91e97 - stable/13 - linux(4): Microoptimize bsd_to_linux_sockaddr().: Dmitry Chagin (Fri, 17 Jun 2022 19:39:13 UTC)
- git: e4de5369401e - stable/13 - linux(4): Check that the thread tid in the thread group pid in linux_tdfind().: Dmitry Chagin (Fri, 17 Jun 2022 19:39:15 UTC)
- git: 70569346989b - stable/13 - linux(4): Refactor signal send methods.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:16 UTC)
- git: 3130fd2daa5b - stable/13 - sigtimedwait: Prevent timeout math overflows.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:17 UTC)
- git: bbc82e55365d - stable/13 - Add tests for sigwait family syscalls.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:18 UTC)
- git: 99a4f33f2720 - stable/13 - Fix build after 128b9bf9: Dmitry Chagin (Fri, 17 Jun 2022 19:39:19 UTC)
- git: 24c5e6eb7b63 - stable/13 - linux(4): Change rseq syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:20 UTC)
- git: b203abf47aed - stable/13 - linux(4): Regen for rseq syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:21 UTC)
- git: 302cff0ef9b4 - stable/13 - linux(4): Add a simple rseq syscall implementation.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:22 UTC)
- git: c78e5c4c6ac3 - stable/13 - linux(4): Copyout pselect timeout.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:24 UTC)
- git: 2d05c4f018fa - stable/13 - linux(4): Add linux_epoll_pwait_ts() helper for future use.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:25 UTC)
- git: 92870cb499e3 - stable/13 - linux(4): Add copyin_sigset() helper.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:26 UTC)
- git: 7a865d886114 - stable/13 - linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:27 UTC)
- git: 4b4dac6ce80c - stable/13 - linux(4): Regen for epoll_pwait2 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:28 UTC)
- git: 9d4b1eba0ef4 - stable/13 - linux(4): Add epoll_pwai2 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:29 UTC)
- git: cca86d9418bd - stable/13 - Remove dead code.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:31 UTC)
- git: 4b05f04fb142 - stable/13 - linux(4): Change sched_rr_get_interval_time64 syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:32 UTC)
- git: 5c06b4de43cb - stable/13 - linux(4): Regen for sched_rr_get_interval_time64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:33 UTC)
- git: b2f336bb7395 - stable/13 - linux(4): Implement sched_rr_get_interval_time64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:34 UTC)
- git: f9253615407a - stable/13 - linux(4): Change timer_gettime64 syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:35 UTC)
- git: ff95f72deece - stable/13 - linux(4): Regen for timer_gettime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:36 UTC)
- git: da266f693ccc - stable/13 - linux(4): Implement timer_gettime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:37 UTC)
- git: 27ff202df84b - stable/13 - linux(4): Change timer_settime64 syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:38 UTC)
- git: 62787d1535b2 - stable/13 - linux(4): Regen for timer_settime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:40 UTC)
- git: ad5e9b986753 - stable/13 - linux(4): Implement timer_settime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:41 UTC)
- git: 82f7b817cd95 - stable/13 - linux(4): Change timerfd_settime64 syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:42 UTC)
- git: e24e36605456 - stable/13 - linux(4): Regen for timerfd_settime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:43 UTC)
- git: eea4b5db7184 - stable/13 - linux(4): Implement timerfd_settime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:44 UTC)
- git: 487ac6631fc3 - stable/13 - linux(4): Change timerfd_gettime64 syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:45 UTC)
- git: fd2a538abf5e - stable/13 - linux(4): Regen for timerfd_gettime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:46 UTC)
- git: d32db5360bee - stable/13 - linux(4): Implement timerfd_gettime64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:48 UTC)
- git: 2ea4eb7484d4 - stable/13 - linux(4): Change recvmmsg_time64 syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:49 UTC)
- git: 3f3b7fb1820f - stable/13 - linux(4): Regen for recvmmsg_time64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:50 UTC)
- git: 3f8eb6f28bf5 - stable/13 - linux(4): Implement recvmmsg_time64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:51 UTC)
- git: da7cee20aa7a - stable/13 - sysvsem: Add a timeout argument to the semop.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:52 UTC)
- git: 219681b57b50 - stable/13 - linux(4): Call semop directly.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:53 UTC)
- git: 2f5e4f652a35 - stable/13 - linux(4): Regen for semop syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:54 UTC)
- git: d5316587f0db - stable/13 - linux(4): Retire linux_semop implementation.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:56 UTC)
- git: 6fe321e3ac64 - stable/13 - linux(4): Change semtimedop syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:57 UTC)
- git: 639c685d259d - stable/13 - linux(4): Regen for semtimedop syscalls.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:58 UTC)
- git: 9fd86dde8377 - stable/13 - linux(4): Implement semtimedop syscalls.: Dmitry Chagin (Fri, 17 Jun 2022 19:39:59 UTC)
- git: 9d88adb476af - stable/13 - linux(4): Fix ppoll_time64 syscall definition.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:00 UTC)
- git: fe35736d0bb1 - stable/13 - linux(4): Regen for ppoll_time64 syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:01 UTC)
- git: 5a37b53f165c - stable/13 - linux(4): Add a helper intended for copying timespec's to the userspace.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:02 UTC)
- git: c0584b324e9a - stable/13 - linux(4): Zero out high order bits of nanoseconds in the compat mode.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:03 UTC)
- git: 34f633b6a7aa - stable/13 - linux(4): Prevent time_t overflows on i386.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:04 UTC)
- git: 573a0f3e6830 - stable/13 - linux(4): Add a helper intended for copying timespec's from the userspace.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:05 UTC)
- git: f360bdf68de9 - stable/13 - linux(4): Refactor vdso_gettc_x86 includes.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:07 UTC)
- git: e7a07ad1dbff - stable/13 - linux(4): Implement vdso getcpu for x86.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:08 UTC)
- git: 12b9d651a8a2 - stable/13 - linux(4): Use the right function to get the bit index in vdso binuptime.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:09 UTC)
- git: 9ba35540f44c - stable/13 - linux(4): The futex_wait operation should restart.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:10 UTC)
- git: b54dadc226a9 - stable/13 - linux(4): Change prctl syscall definition to match Linux actual one.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:11 UTC)
- git: 9e7d26a0ca99 - stable/13 - linux(4): Regen for prctl syscall.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:12 UTC)
- git: 800b5aafa3a8 - stable/13 - linux(4): Fixed offset miscalculation in the preadv/pwritev syscalls.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:13 UTC)
- git: d9c17939f0a1 - stable/13 - linux(4): Return native error from futex_atomic_op to avoid conversion by the caller.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:14 UTC)
- git: 7b0e7f785e69 - stable/13 - linux(4); Style.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:15 UTC)
- git: c8a5bcdb11d3 - stable/13 - linux(4): Fix 039e98e6.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:16 UTC)
- git: 77158a5b2be8 - stable/13 - linux(4): Regen for prctl fix.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:17 UTC)
- git: 72bc1e6806cc - stable/13 - cpuset: Byte swap cpuset for compat32 on big endian architectures: Dmitry Chagin (Fri, 17 Jun 2022 19:40:18 UTC)
- git: 66a762e5f685 - stable/13 - Add tests for affinity syscalls.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:20 UTC)
- git: 6e2a3ed6a765 - stable/13 - kdump: Decode cpuset_t.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:21 UTC)
- git: 0e89b88d1c46 - stable/13 - linux(4): Revert c7ef7c3 as it's wrong at all.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:22 UTC)
- git: 46be698d0fb0 - stable/13 - Fixed the value returned by sched_getaffinity().: Dmitry Chagin (Fri, 17 Jun 2022 19:40:23 UTC)
- git: 7acb65fb3ecc - stable/13 - tests: Get rid of invalid since 3e11d3f6 testcase: Dmitry Chagin (Fri, 17 Jun 2022 19:40:24 UTC)
- git: 8f12d3536c21 - stable/13 - fusefs tests: Remove an unused variable.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:25 UTC)
- git: 89daba2ff403 - stable/13 - sysvsem: Trim traiing whitespace: Dmitry Chagin (Fri, 17 Jun 2022 19:40:26 UTC)
- git: c2f736c9ffea - stable/13 - sysvsem: Style(9): Dmitry Chagin (Fri, 17 Jun 2022 19:40:27 UTC)
- git: 2fe96ee7537b - stable/13 - sysvsem: Fix a typo: Dmitry Chagin (Fri, 17 Jun 2022 19:40:28 UTC)
- git: 8f384a0b9da2 - stable/13 - kqueue: Fix kqueue(2) man page.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:30 UTC)
- git: 30c8127e3c76 - stable/13 - linux(4): Implement futex_op for arm64.: Dmitry Chagin (Fri, 17 Jun 2022 19:40:31 UTC)
- git: 4be4063cef67 - stable/13 - linux(4): Retire unneeded initialization: Dmitry Chagin (Fri, 17 Jun 2022 19:40:32 UTC)
- git: 0fae97fd1c7b - stable/13 - linux(4): Cleanup signal trampolines: Dmitry Chagin (Fri, 17 Jun 2022 19:40:33 UTC)
- git: 3f3bfb826601 - stable/13 - linux(4): Move sigframe definitions to separate headers: Dmitry Chagin (Fri, 17 Jun 2022 19:40:34 UTC)
- git: 43dbc72cc560 - stable/13 - linux(4): Rework the definition of struct siginfo to match Linux actual one: Dmitry Chagin (Fri, 17 Jun 2022 19:40:35 UTC)
- git: c2704d378078 - stable/13 - linux(4): Better naming for ucontext field of struct rt_sigframe: Dmitry Chagin (Fri, 17 Jun 2022 19:40:36 UTC)
- git: 68384ee5e48d - stable/13 - linux(4): Retire handmade DWARF annotations from signal trampolines: Dmitry Chagin (Fri, 17 Jun 2022 19:40:38 UTC)
- git: e98635c8a994 - stable/13 - linux(4): Retire unused include: Dmitry Chagin (Fri, 17 Jun 2022 19:40:39 UTC)
- git: 98b737c9f1b4 - stable/13 - linux(4): Implement signal trampoline for arm64 in a FreeBSD-way: Dmitry Chagin (Fri, 17 Jun 2022 19:40:40 UTC)
- git: d30b87879ba4 - stable/13 - linux(4): Add AT_MINSIGSTKSZ to arm64 port: Dmitry Chagin (Fri, 17 Jun 2022 19:40:41 UTC)
- git: 59d1410b7987 - stable/13 - libsysdecode: Fix decoding of SCHED_ flags: Dmitry Chagin (Fri, 17 Jun 2022 19:40:42 UTC)
- git: f92747cd4ce4 - stable/13 - linux(4): Fix arm64 syscalls.master layout: Dmitry Chagin (Fri, 17 Jun 2022 19:40:43 UTC)
- git: b7af02ed7934 - stable/13 - Prevent running sigwait tests in parallel: Dmitry Chagin (Fri, 17 Jun 2022 19:40:44 UTC)
- git: 7d2b9eb04c66 - stable/13 - kqueue: Trim trailing whitespace: Dmitry Chagin (Fri, 17 Jun 2022 19:40:45 UTC)
- git: ba77290cceac - stable/13 - linux(4): Handle cas failure on ll/sc operations: Dmitry Chagin (Fri, 17 Jun 2022 19:40:47 UTC)
- git: 570206bdc227 - stable/13 - arm64: Enable the floating-point exception traps: Dmitry Chagin (Fri, 17 Jun 2022 19:40:48 UTC)
- git: ecb5287bae3f - stable/13 - linux(4): Move signal codes definitions to the appropriate header: Dmitry Chagin (Fri, 17 Jun 2022 19:40:49 UTC)
- git: 8d6ce3014992 - stable/13 - linux(4): Add kernel signal code definitions: Dmitry Chagin (Fri, 17 Jun 2022 19:40:50 UTC)
- git: f78fd0224353 - stable/13 - linux(4): Convert the native kernel signal codes into the Linux codes: Dmitry Chagin (Fri, 17 Jun 2022 19:40:51 UTC)
- git: 3dfc1fc1b3bb - stable/13 - linux(4): To improve readability use FUTEX_UNOWNED instead of 0: Dmitry Chagin (Fri, 17 Jun 2022 19:40:52 UTC)
- git: 5781e205b05c - stable/13 - linux(4): Retire unneeded translate_traps from arm64: Dmitry Chagin (Fri, 17 Jun 2022 19:40:53 UTC)
- git: 3cf95e49cbe4 - stable/13 - Retire sv_transtrap: Dmitry Chagin (Fri, 17 Jun 2022 19:40:55 UTC)
- git: f327f595cb98 - stable/13 - linux(4): Deduplicate translate_traps(): Dmitry Chagin (Fri, 17 Jun 2022 19:40:56 UTC)
- git: 06f6414a648a - stable/13 - linux(4): Deduplicate bsd_to_linux_trapcode(): Dmitry Chagin (Fri, 17 Jun 2022 19:40:57 UTC)
- git: 464d2fec8854 - stable/13 - linux(4): Fix execve() on amd64/linux32 after a125ed50: Dmitry Chagin (Fri, 17 Jun 2022 19:40:58 UTC)
- git: 264df06b36d1 - stable/13 - linux(4): Fix unlink() after a125ed50: Dmitry Chagin (Fri, 17 Jun 2022 19:40:59 UTC)
- git: 959d0bdc24de - stable/13 - linux(4): Deduplicate execve: Dmitry Chagin (Fri, 17 Jun 2022 19:41:00 UTC)
- git: fa085e417d01 - stable/13 - linux(4); Move vdso_selector_x86.c to the linux_common module: Dmitry Chagin (Fri, 17 Jun 2022 19:41:01 UTC)
- git: d63a4afcdf48 - stable/13 - linux(4): Fix unlinkat() after a125ed50: Dmitry Chagin (Fri, 17 Jun 2022 19:41:02 UTC)
- git: 7aeec4eea852 - stable/13 - sysent: Get rid of bogus sys/sysent.h include.: Dmitry Chagin (Fri, 17 Jun 2022 19:41:04 UTC)
- git: 089a76e915e1 - stable/13 - Finish cpuset_getaffinity() after f35093f8: Dmitry Chagin (Fri, 17 Jun 2022 19:41:05 UTC)
- git: ccdf2cd4237d - stable/13 - linux(4): Check the socket before any others sanity checks: Dmitry Chagin (Fri, 17 Jun 2022 19:41:06 UTC)
- git: d573cf010ead - stable/13 - linux(4): Add a helper to copyout getsockopt value: Dmitry Chagin (Fri, 17 Jun 2022 19:41:07 UTC)
- git: dfbeda6cf4c8 - stable/13 - linux(4): Fix SO_LINGER l_onoff value: Dmitry Chagin (Fri, 17 Jun 2022 19:41:08 UTC)
- git: e23fea0a08c0 - stable/13 - linux(4): Avoid EISCONN if addr is specified for sendto(): Dmitry Chagin (Fri, 17 Jun 2022 19:41:09 UTC)
- git: 24f2f93f5e24 - stable/13 - linux(4): For future use move SCM definitions below socket options: Dmitry Chagin (Fri, 17 Jun 2022 19:41:10 UTC)
- git: ac37e0edf97a - stable/13 - linux(4): Improve recvmsg() readability: Dmitry Chagin (Fri, 17 Jun 2022 19:41:12 UTC)
- git: 4c5b420b6582 - stable/13 - linux(4): For future use replace malloc type for l_sockaddr by M_LINUX: Dmitry Chagin (Fri, 17 Jun 2022 19:41:13 UTC)
- git: 6bee81f9c634 - stable/13 - linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binaries: Dmitry Chagin (Fri, 17 Jun 2022 19:41:14 UTC)
- git: 01a6eb8a64ec - stable/13 - linux(4): Handle SO_TIMESTAMPNS socket option: Dmitry Chagin (Fri, 17 Jun 2022 19:41:15 UTC)
- git: fc9014c1954c - stable/13 - linux(4): Refactor linux_common_recvmsg(): Dmitry Chagin (Fri, 17 Jun 2022 19:41:16 UTC)
- git: 44c89ec74d0a - stable/13 - linux(4): Overwrite SO_TIMESTAMP counterpart: Dmitry Chagin (Fri, 17 Jun 2022 19:41:17 UTC)
- git: b13a727fceee - stable/13 - linux(4): Add LINUX_RATELIMIT_MSG_OPT2 for future use: Dmitry Chagin (Fri, 17 Jun 2022 19:41:18 UTC)
- git: d05e863ca2ff - stable/13 - linux(4): Handle IP_ORIGDSTADDR socket option for IPPROTO_IP protocol level: Dmitry Chagin (Fri, 17 Jun 2022 19:41:20 UTC)
- git: a66a5455782c - stable/13 - linux(4): Ratelimit message about unupported cmsg: Dmitry Chagin (Fri, 17 Jun 2022 19:41:21 UTC)
- git: 82062a044383 - stable/13 - linux(4): Handle multiple mbufs in a control message chain in recvmsg: Dmitry Chagin (Fri, 17 Jun 2022 19:41:22 UTC)
- git: 601c19df364e - stable/13 - linux(4): Reduce duplication between MD parts of the Linuxulator: Dmitry Chagin (Fri, 17 Jun 2022 19:41:23 UTC)
- git: 0f23fc29f90f - stable/13 - linux(4): Avoid direct manipulation of td_sigmask: Dmitry Chagin (Fri, 17 Jun 2022 19:41:24 UTC)
- git: fa6d9e24f4d5 - stable/13 - linux(4): Microoptimize rt_sendsig(), convert signal mask once: Dmitry Chagin (Fri, 17 Jun 2022 19:41:25 UTC)
- git: c272720e2a96 - stable/13 - linux(4): Properly build argument list for the signal handler: Dmitry Chagin (Fri, 17 Jun 2022 19:41:27 UTC)
- git: 553fb2c65417 - stable/13 - linux(4): Fix the type of a constant in the signal mask macro: Dmitry Chagin (Fri, 17 Jun 2022 19:41:28 UTC)
- git: 4312a49826db - stable/13 - linux(4): Refactor SIGPWR mapping: Dmitry Chagin (Fri, 17 Jun 2022 19:41:29 UTC)
- git: 50fe2c32d568 - stable/13 - linux(4): Use the copyin_sigset() in the remaining places: Dmitry Chagin (Fri, 17 Jun 2022 19:41:30 UTC)
- git: 81d68fff1a8d - stable/13 - linux(4): Error is not a bool, use proper comparison: Dmitry Chagin (Fri, 17 Jun 2022 19:41:31 UTC)
- git: 7c61d8e49410 - stable/13 - linux(4): Prefer sizeof(object) vs sizeof(type): Dmitry Chagin (Fri, 17 Jun 2022 19:41:32 UTC)
- git: d37548e01059 - stable/13 - linux(4): Properly restore the thread signal mask after signal delivery on i386: Dmitry Chagin (Fri, 17 Jun 2022 19:41:34 UTC)
- git: b3c809b96f77 - stable/13 - linprocfs: Add /proc/vm/max_map_count: Dmitry Chagin (Fri, 17 Jun 2022 19:41:35 UTC)
- git: ee3efd634115 - stable/13 - linux(4): Return ENOTSUP for unsupported clockid: Dmitry Chagin (Fri, 17 Jun 2022 19:41:36 UTC)
- git: 8cbf694e6808 - stable/13 - linux(4): Return EINVAL when the clockid has invalid bits are set: Dmitry Chagin (Fri, 17 Jun 2022 19:41:37 UTC)
- git: e226a45a661a - stable/13 - linux(4): bump osrelease to 4.4.0.: Dmitry Chagin (Fri, 17 Jun 2022 19:41:38 UTC)
- git: e4aabaaa3dad - stable/13 - vfs: Consistently validate AT_* flags in kern_* functions.: Dmitry Chagin (Fri, 17 Jun 2022 19:41:39 UTC)
- git: 465d9ab9cd79 - stable/13 - Cut out leftover of the sv_transtrap hook from the struct sysentvec on mips. The hook is deleted by commit eca368ec from the main, but since mips is retired from main, it is left after merge.: Dmitry Chagin (Fri, 17 Jun 2022 21:36:44 UTC)
- git: 1e70163c5084 - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Fri, 17 Jun 2022 21:52:31 UTC)
- git: 4c3684ef5cf2 - main - net80211 / LinuxKPI: 802.11: add Control Trigger Subframe information: Bjoern A. Zeeb (Fri, 17 Jun 2022 22:58:40 UTC)
- git: 3c4266eda1a3 - main - nfscl: Clean up the code by removing unused arguments: Rick Macklem (Fri, 17 Jun 2022 23:48:05 UTC)
- git: 11bd40d04af5 - main - rc.d/hostid: remove useless cat: Ed Maste (Sat, 18 Jun 2022 01:28:28 UTC)
- git: 4014365e4219 - main - mixer: remove volume backwards compat, add % interpretation: Kyle Evans (Sat, 18 Jun 2022 03:53:46 UTC)
- git: b8ab9651b1e4 - stable/13 - Fix e013e369 mismerge which is causes i386 LINT fails to build.: Dmitry Chagin (Sat, 18 Jun 2022 07:07:46 UTC)
- git: 8ae769491303 - main - KERN_LOCKF: report kl_file_fsid consistently with stat(2): Konstantin Belousov (Sat, 18 Jun 2022 09:34:53 UTC)
- git: 8c309d48aabf - main - struct kinfo_file changes needed for lsof to work using only usermode APIs`: Konstantin Belousov (Sat, 18 Jun 2022 09:34:54 UTC)
- git: 592b4f93632a - stable/12 - pf: Improve route-to handling of pfsync'd states: Kristof Provost (Sat, 18 Jun 2022 13:08:07 UTC)
- git: c5203f7d418d - stable/13 - pf: Improve route-to handling of pfsync'd states: Kristof Provost (Sat, 18 Jun 2022 13:08:08 UTC)
- git: 92c5419e7e44 - stable/12 - pf tests: pfsync and route_to test case: Kristof Provost (Sat, 18 Jun 2022 13:08:08 UTC)
- git: f40bb3b602ec - stable/13 - pf tests: pfsync and route_to test case: Kristof Provost (Sat, 18 Jun 2022 13:08:09 UTC)
- git: 14cd9da9db03 - stable/13 - fusefs: make the mknod.cc tests a bit more general.: Alan Somers (Sat, 18 Jun 2022 14:16:47 UTC)
- git: 1f44d1861a01 - stable/13 - fusefs: handle evil servers that return illegal inode numbers: Alan Somers (Sat, 18 Jun 2022 14:16:48 UTC)
- git: 1a2920e96aac - stable/13 - makefs: fix calculation of file sizes: Alan Somers (Sat, 18 Jun 2022 14:17:50 UTC)
- git: 6d25ea6d9641 - main - nfscl: Clean up the code by removing #if(n)def APPLE: Rick Macklem (Sat, 18 Jun 2022 20:44:38 UTC)
- git: 0ee295149ae0 - stable/13 - rb_tree: drop needless tests from rb_next, rb_prev: Doug Moore (Sun, 19 Jun 2022 06:28:36 UTC)
- git: a2e02d9d8e10 - main - loader.efi: fix panic() after BS off: Toomas Soome (Sun, 19 Jun 2022 14:47:37 UTC)
- git: 942e52f776e6 - main - test_diskread(): detect end of the disk: Toomas Soome (Sun, 19 Jun 2022 15:26:37 UTC)
- git: a8380d272ae7 - main - tree.3: document RB_AUGMENT: Doug Moore (Sun, 19 Jun 2022 16:58:26 UTC)
- git: e368fb6eb6eb - main - userboot is missing vdisk_dev: Toomas Soome (Sun, 19 Jun 2022 18:35:20 UTC)
- git: dc68997328ec - main - getnetent(3): Add missing reentrant functions: Fernando Apesteguía (Mon, 20 Jun 2022 05:30:41 UTC)
- git: 9acb1d7b2c93 - main - getnetent(3): Add documentation for missing reentrant functions: Fernando Apesteguía (Mon, 20 Jun 2022 05:39:48 UTC)
- git: e417249016ef - main - loader: GELI encrypted disk should still use device name disk: Toomas Soome (Mon, 20 Jun 2022 07:10:32 UTC)
- git: 1f61367f8d61 - main - pf: support matching on tags for Ethernet rules: Kristof Provost (Mon, 20 Jun 2022 09:09:07 UTC)
- git: 7b271afd6277 - main - pf tests: basic 'tagged' test for Ethernet rules: Kristof Provost (Mon, 20 Jun 2022 09:09:08 UTC)
- git: 3fccdfab6430 - main - pf tests: basic 'tagged' test for Ethernet rules: Kristof Provost (Mon, 20 Jun 2022 09:09:09 UTC)
- git: 0b5f08439d27 - stable/13 - uchcom(4): Add new USB ID.: Hans Petter Selasky (Mon, 20 Jun 2022 11:12:47 UTC)
- git: e212dffaae15 - stable/13 - ibcore: Fix use-after-free access in ucma_close(): Hans Petter Selasky (Mon, 20 Jun 2022 11:12:48 UTC)
- git: 492f5e649493 - stable/13 - mlx5ib: Fix memory leak in clean_mr() error path: Hans Petter Selasky (Mon, 20 Jun 2022 11:12:49 UTC)
- git: e2c59d8dff4b - main - stress2: Fix process handling error: Peter Holm (Mon, 20 Jun 2022 12:37:23 UTC)
- git: f2c88ed6ba92 - main - stress2: Added a timeout to the test: Peter Holm (Mon, 20 Jun 2022 12:37:24 UTC)
- git: e9f3e824461b - stable/13 - pkg-bootstrap: use latest package set on arm64 stable branches: Ed Maste (Mon, 20 Jun 2022 13:20:04 UTC)
- git: 3b2956781048 - main - wpa: Restore missing patch: Cy Schubert (Mon, 20 Jun 2022 14:29:12 UTC)
- git: 2131fdf0bac1 - stable/13 - bhyve: use bhyve_config for SMBIOS strings: Emmanuel Vadot (Mon, 20 Jun 2022 15:36:28 UTC)
- git: f195c503ad63 - stable/13 - vmm: add tunable to trap WBINVD: Emmanuel Vadot (Mon, 20 Jun 2022 15:36:29 UTC)
- git: a932a5a64982 - main - uma: Mark zeroed slabs as initialized for KMSAN: Mark Johnston (Mon, 20 Jun 2022 17:00:27 UTC)
- git: 540da48d83fc - main - vm_kern: Update KMSAN shadow maps when allocating kmem memory: Mark Johnston (Mon, 20 Jun 2022 17:00:28 UTC)
- git: c88f6908b40c - main - bpf: Correct a comment: Mark Johnston (Mon, 20 Jun 2022 17:00:29 UTC)
- git: 60b4ad4b6b56 - main - bpf: Zero pad bytes preceding BPF headers: Mark Johnston (Mon, 20 Jun 2022 17:00:31 UTC)
- git: 9553bc89dbc3 - main - aio: Improve UMA usage: Mark Johnston (Mon, 20 Jun 2022 17:00:32 UTC)
- git: e123264e4dc3 - main - vm: Fix racy checks for swap objects: Mark Johnston (Mon, 20 Jun 2022 17:00:33 UTC)
- git: 6405997f4597 - main - kevent.2: Add an xref to listen.2: Mark Johnston (Mon, 20 Jun 2022 17:00:34 UTC)
- git: 164491fb0387 - main - iommu_gas: Eliminate a stale comment: Alan Cox (Mon, 20 Jun 2022 17:31:00 UTC)
- git: 0586a1290446 - main - nfscl: Clean up the code by removing vfs_flags() macro: Rick Macklem (Mon, 20 Jun 2022 20:24:07 UTC)
- git: f636f38bd756 - stable/13 - ifconfig.8: reflect removal of FDDI and Token Ring: Brooks Davis (Mon, 20 Jun 2022 22:07:20 UTC)
- git: 70b5d8fa0f94 - main - iommu_gas: Drop needless bound check in lowermatch: Doug Moore (Tue, 21 Jun 2022 00:38:15 UTC)
- git: 32e82bcc1527 - main - busdma_iommu: Eliminate a redundant trunc_page(): Alan Cox (Tue, 21 Jun 2022 04:03:41 UTC)
- git: 0ba1d8608234 - main - iommu_gas: Add a missing error-case unlock: Alan Cox (Tue, 21 Jun 2022 05:00:18 UTC)
- git: f2deb5e40c92 - main - stress2: Added a timeout: Peter Holm (Tue, 21 Jun 2022 08:21:05 UTC)
- git: 55d183367104 - main - ibcore: Fix sysfs registration error flow: Hans Petter Selasky (Tue, 21 Jun 2022 09:34:07 UTC)
- git: 9fc6a635220f - main - ibcore: Fix a race with disassociate and exit_mmap(): Hans Petter Selasky (Tue, 21 Jun 2022 09:34:08 UTC)
- git: b256d2dc0c2f - main - Temporarily skip flaky test case: sys.netpfil.common.dummynet.ipfw_queue: Li-Wen Hsu (Tue, 21 Jun 2022 12:01:29 UTC)
- git: 60dc4909a896 - stable/13 - null_vptocnp(): busy nullfs mp instead of refing it: Konstantin Belousov (Tue, 21 Jun 2022 12:43:57 UTC)
- git: c75a5bc2f679 - stable/13 - vm_object: Use the vm_object_(set|clear)_flag() helpers: Mark Johnston (Tue, 21 Jun 2022 13:02:38 UTC)
- git: 14f7dd4744e4 - stable/13 - rip6: Fix a lock order reversal in rip6_bind(): Mark Johnston (Tue, 21 Jun 2022 13:02:39 UTC)
- git: 3cbf6518d6ee - main - fb: Add a default getinfo method: Emmanuel Vadot (Tue, 21 Jun 2022 13:55:55 UTC)
- git: 20e25dc5fa78 - Create tag vendor/openssl/1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 14:39:41 UTC)
- git: cf0ffd7607ed..54ae8e38f717 - vendor/openssl - vendor branch updated: Jung-uk Kim (Tue, 21 Jun 2022 14:39:41 UTC)
- git: db761c6a649c - stable/13 - Create wrapper for Giant taken for newbus: Emmanuel Vadot (Tue, 21 Jun 2022 15:13:48 UTC)
- git: 7f14bc44022d - stable/13 - linuxkpi: Add i2c support: Emmanuel Vadot (Tue, 21 Jun 2022 15:23:09 UTC)
- git: e813d16c0134 - stable/13 - linuxkpi: i2c: Add MODULE_DEPEND for iicbus: Emmanuel Vadot (Tue, 21 Jun 2022 15:23:10 UTC)
- git: 7eaee6ba9f6c - stable/13 - linuxkpi: Remove write only variable from lkpi_iicbb_reset: Emmanuel Vadot (Tue, 21 Jun 2022 15:23:11 UTC)
- git: a646c45756cd - stable/13 - LinuxKPI: Allow lkpi_iic driver to be a child of drm device.: Emmanuel Vadot (Tue, 21 Jun 2022 15:23:12 UTC)
- git: d0d0d14abcab - stable/13 - linuxkpi: Rework detach function: Emmanuel Vadot (Tue, 21 Jun 2022 15:23:13 UTC)
- git: ae3ffc006006 - stable/13 - linuxkpi: Acquire giant when adding/removing i2c adapters: Emmanuel Vadot (Tue, 21 Jun 2022 15:23:14 UTC)
- git: 6f93a76ffeab - stable/13 - Bump __FreeBSD_version after linuxkpi mfc: Emmanuel Vadot (Tue, 21 Jun 2022 15:24:01 UTC)
- git: 8870cb573f4a - main - LinuxKPI: add asm/neon.h: Emmanuel Vadot (Tue, 21 Jun 2022 17:11:52 UTC)
- git: fe40dea74dd9 - stable/13 - Add a few missed gnuregex libraries to ObsoleteFiles.inc: Dimitry Andric (Tue, 21 Jun 2022 17:57:50 UTC)
- git: 3811bd9cf8ff - stable/13 - Remove usr/lib/libssp.a.: Dimitry Andric (Tue, 21 Jun 2022 17:57:51 UTC)
- git: 83eaf7ae0a7b - main - OpenSSL: Merge OpenSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 18:23:40 UTC)
- git: ec4d9b059ede - main - OpenSSL: Regen assembly file for OpenSSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 18:23:41 UTC)
- git: b4bdc8f9253d - main - OpenSSL: Regen manual pages for OpenSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 18:23:43 UTC)
- git: 048ce0876f54 - main - adjkerntz(8): detect extra jailed invokation to keep logs clean: Eugene Grosbein (Tue, 21 Jun 2022 18:33:01 UTC)
- git: df51e63eb5d7 - main - Retire snd_ad1816 ISA sound card driver: Ed Maste (Tue, 21 Jun 2022 19:11:35 UTC)
- git: aa83e9b189d6 - main - Retire snd_ess ISA sound card driver: Ed Maste (Tue, 21 Jun 2022 19:11:36 UTC)
- git: 754decef384a - main - Retire snd_gusc ISA sound card driver: Ed Maste (Tue, 21 Jun 2022 19:11:37 UTC)
- git: 5126e5eeeb5e - main - Retire snd_mss ISA sound card driver: Ed Maste (Tue, 21 Jun 2022 19:11:39 UTC)
- git: 716924cb4832 - main - Retire snd_sbc ISA sound card driver: Ed Maste (Tue, 21 Jun 2022 19:11:40 UTC)
- git: 141e9a5b3eb4 - stable/13 - Add a whole bunch of missed obsolete manpages to ObsoleteFiles.inc: Dimitry Andric (Tue, 21 Jun 2022 19:21:12 UTC)
- git: a4d55999dc92 - main - Remove ISA sound cards from NOTES: Ed Maste (Tue, 21 Jun 2022 20:33:24 UTC)
- git: 076b6612b1af - stable/13 - OpenSSL: Merge OpenSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 23:14:34 UTC)
- git: 7a6a2a946531 - stable/13 - OpenSSL: Regen assembly file for OpenSSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 23:14:36 UTC)
- git: 5ecc007e426b - stable/13 - OpenSSL: Regen manual pages for OpenSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 23:14:37 UTC)
- git: ff721311ee37 - stable/12 - OpenSSL: Merge OpenSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 23:14:46 UTC)
- git: 1bc54a00ebf2 - stable/12 - OpenSSL: Regen assembly file for OpenSSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 23:14:47 UTC)
- git: c20ed7dbba58 - stable/12 - OpenSSL: Regen manual pages for OpenSSL 1.1.1p: Jung-uk Kim (Tue, 21 Jun 2022 23:14:48 UTC)
- git: 82817f26f8ec - main - ffs: fix vn_io_fault_pgmove() offset for PAGE_SIZE > block size: Chuck Silvers (Wed, 22 Jun 2022 00:56:00 UTC)
- git: 5bd21cbbd1df - main - vfs: fix vfs_bio_clrbuf() for PAGE_SIZE > block size: Chuck Silvers (Wed, 22 Jun 2022 00:59:41 UTC)
- git: 4f1d91e413d7 - main - if_ix: Reset on an ECC error: Neel Chauhan (Wed, 22 Jun 2022 03:23:33 UTC)
- git: b2ae573abd09 - stable/13 - linux: plug a set-but-not-used var: Dmitry Chagin (Wed, 22 Jun 2022 10:08:49 UTC)
- git: 9dac609629d4 - main - libsysdecode: For future use extract common code to a separate files: Dmitry Chagin (Wed, 22 Jun 2022 11:40:56 UTC)
- git: b69ae1a34c6f - main - libsysdecode: Add preliminary support for decoding Linux syscalls: Dmitry Chagin (Wed, 22 Jun 2022 11:40:57 UTC)
- git: f85848fc6175 - main - libsysdecode: Add method for decoding Linux signal names: Dmitry Chagin (Wed, 22 Jun 2022 11:40:58 UTC)
- git: 8b8e2e8f4154 - main - kdump: For future use extract common code to a separate files: Dmitry Chagin (Wed, 22 Jun 2022 11:40:59 UTC)
- git: 8a0f6d8cfdb7 - main - kdump: Add preliminary support for decoding Linux syscalls: Dmitry Chagin (Wed, 22 Jun 2022 11:41:00 UTC)
- git: 9310737333eb - main - linux(4): Trace Linux l_sigset_t.: Dmitry Chagin (Wed, 22 Jun 2022 11:41:02 UTC)
- git: 3606a213bfa4 - main - kdump: Decode Linux l_sigset_t.: Dmitry Chagin (Wed, 22 Jun 2022 11:41:03 UTC)
- git: 2fc3a51db14f - main - libsysdecode: Decode setitimer, getitimer which argument: Dmitry Chagin (Wed, 22 Jun 2022 11:41:04 UTC)
- git: b9b86b6742ad - main - kdump: Decode getitimer, setitimer which argument: Dmitry Chagin (Wed, 22 Jun 2022 11:41:05 UTC)
- git: f587a2a765fb - main - kdump: Decode Linux sigprocmask how argument: Dmitry Chagin (Wed, 22 Jun 2022 11:41:06 UTC)
- git: 39de84b619b0 - main - kdump: Decode Linux clock_nanosleep syscall: Dmitry Chagin (Wed, 22 Jun 2022 11:41:07 UTC)
- git: d2b3237eebdf - main - libsysdecode: Decode Linux *at() flags: Dmitry Chagin (Wed, 22 Jun 2022 11:41:08 UTC)
- git: fde775bc53de - main - libsysdecode: Decode Linux open() flags: Dmitry Chagin (Wed, 22 Jun 2022 11:41:09 UTC)
- git: ed2f123a217f - main - kdump: For future use made decode_filemode() public: Dmitry Chagin (Wed, 22 Jun 2022 11:41:11 UTC)
- git: d416ee86c73b - main - linux(4): To reuse MD linux.h hide kernel dependencies unde _KERNEL constraint: Dmitry Chagin (Wed, 22 Jun 2022 11:41:12 UTC)
- git: 4d496ab44a09 - main - kdump: Decode Linux *at() syscalls: Dmitry Chagin (Wed, 22 Jun 2022 11:41:13 UTC)
- git: ef1976ccf542 - main - linprocfs: Skip printing of the guard page in the /proc/self/maps: Dmitry Chagin (Wed, 22 Jun 2022 11:50:49 UTC)
- git: 8db679af66b0 - main - UFS: make mkdir() and link() reliable when using SU and reaching nlink limit: Konstantin Belousov (Wed, 22 Jun 2022 12:36:02 UTC)
- git: c8f34118ac82 - main - netstat: print path weight when showing routes in structured output.: Alexander V. Chernikov (Wed, 22 Jun 2022 12:48:30 UTC)
- git: 3f739b0595b7..1576f6671287 - vendor/bc - vendor branch updated: Stefan Eßer (Wed, 22 Jun 2022 13:51:55 UTC)
- git: f6ed05f12330 - main - vendor/bc: update to upstream commit ca53adf83b7a: Stefan Eßer (Wed, 22 Jun 2022 13:59:36 UTC)
- git: c70276686572 - stable/12 - arm64: Print per-CPU cache summary: Justin Hibbits (Wed, 22 Jun 2022 15:57:40 UTC)
- git: 159ae92df5a5 - stable/13 - arm64: Print per-CPU cache summary: Justin Hibbits (Wed, 22 Jun 2022 15:57:41 UTC)
- git: 5d6894bd66e1 - main - routing: improve debug logging: Alexander V. Chernikov (Wed, 22 Jun 2022 15:59:28 UTC)
- git: 2f3a961487c9 - main - Add RELRO build knob, default to enabled: Ed Maste (Wed, 22 Jun 2022 16:20:12 UTC)
- git: a8af3aee4b45 - main - src.conf.5: regen after RELRO knob addition: Ed Maste (Wed, 22 Jun 2022 16:21:46 UTC)
- git: cf83038cec68 - main - release: arm - increase IMAGE_SIZE: Glen Barber (Wed, 22 Jun 2022 18:23:57 UTC)
- git: 423871b226ea - stable/13 - release: arm - increase IMAGE_SIZE: Glen Barber (Wed, 22 Jun 2022 18:25:30 UTC)
- git: 50ce252cd50d - stable/13 - ObsoleteFiles.inc: fixup after zpool-features.7.gz got re-introduced: Dimitry Andric (Wed, 22 Jun 2022 18:43:43 UTC)
- git: 5d3fe02c5a76 - main - nfsd: Clean up the code by not using the vnode_vtype() macro: Rick Macklem (Wed, 22 Jun 2022 20:24:20 UTC)
- git: f1b4324b81a5 - main - ffs: fix vn_read_from_obj() usage for PAGE_SIZE > block size: Chuck Silvers (Wed, 22 Jun 2022 21:57:50 UTC)
- git: 3e8eb5c7f490 - main - wpa: Disable P2P in WPS: Cy Schubert (Thu, 23 Jun 2022 03:58:13 UTC)
- git: b9d98453f938..deb1213098e2 - vendor/openzfs/master - vendor branch updated: Martin Matuska (Thu, 23 Jun 2022 07:32:46 UTC)
- git: 488626e55384 - main - pf: copy out rather than m_pullup() in pf_test_eth_rule(): Kristof Provost (Thu, 23 Jun 2022 08:44:49 UTC)
- git: ed366c37d85a - main - libsysdecode: Fix a typo in my email: Dmitry Chagin (Thu, 23 Jun 2022 09:30:57 UTC)
- git: 26b5deef22ae - main - diff3: Add man page description for version and help: Tom Jones (Thu, 23 Jun 2022 12:38:49 UTC)
- git: 95144583f70b - main - adjkerntz(8): revert "detect extra jailed invokation to keep logs clean": Eugene Grosbein (Thu, 23 Jun 2022 14:48:14 UTC)
- git: 97453e5e7258 - main - Unlock inp when handling TCP_MD5SIG socket options: Tom Jones (Thu, 23 Jun 2022 14:58:47 UTC)
- git: 795888971628 - main - Add tests for TCP_MD5 getsockopt: Tom Jones (Thu, 23 Jun 2022 14:58:48 UTC)
- git: a320e9dd51e6 - main - bsdinstall: improve zfsboots ability to handle datasets under a BE: Brad Davis (Thu, 23 Jun 2022 15:21:49 UTC)
- git: 1f1e2261e341 - main - zfs: merge openzfs/zfs@deb121309: Martin Matuska (Thu, 23 Jun 2022 15:50:11 UTC)
- git: 52bad4f23daa..6c3c5fcfbe27 - vendor/openzfs/zfs-2.1-release - vendor branch updated: Martin Matuska (Thu, 23 Jun 2022 16:16:29 UTC)
- git: 5f438dd3acba - main - ses: don't panic if disk elements have really weird descriptors: Alan Somers (Thu, 23 Jun 2022 17:20:51 UTC)
- git: d1aefbc04c84 - main - zfs: fix static module build broken in 1f1e2261e: Martin Matuska (Thu, 23 Jun 2022 17:46:36 UTC)
- git: b076d8d54c2f - main - mptable_hostb: Use legacy_get_pcibus() to fetch PCI bus number.: John Baldwin (Thu, 23 Jun 2022 17:52:36 UTC)
- git: ca01879004d4 - main - if_dwc: consistently use if.c helper methods: Mitchell Horne (Thu, 23 Jun 2022 18:15:57 UTC)
- git: 27b39e58b39e - main - if_dwc: add detach method: Mitchell Horne (Thu, 23 Jun 2022 18:15:58 UTC)
- git: 3428997cb398 - main - if_dwc: recognize additional rgmii phy-modes: Mitchell Horne (Thu, 23 Jun 2022 18:15:59 UTC)
- git: 35c9edab4169 - main - if_dwc: enable RX checksum offload feature: Mitchell Horne (Thu, 23 Jun 2022 18:16:01 UTC)
- git: 9718759043ec - main - if_dwc: avoid duplicate packet counts: Mitchell Horne (Thu, 23 Jun 2022 18:16:02 UTC)
- git: b93985c11a6e - main - if_ffec: fix some misleading indentation: Mitchell Horne (Thu, 23 Jun 2022 18:16:03 UTC)
- git: 8757d0fca9e6 - main - if_ffec: free the dmamem allocation in detach: Mitchell Horne (Thu, 23 Jun 2022 18:16:04 UTC)
- git: 36a8572ee8f5 - main - bus_if: provide a default null rescan method: Mitchell Horne (Thu, 23 Jun 2022 18:16:05 UTC)
- git: 8701571df9fa - main - set_cputicker: use a bool: Mitchell Horne (Thu, 23 Jun 2022 18:16:06 UTC)
- git: 715276a08b08 - main - riscv timer: cleanup: Mitchell Horne (Thu, 23 Jun 2022 18:16:07 UTC)
- git: b82f4170fca8 - main - riscv timer: remove intermediate helper: Mitchell Horne (Thu, 23 Jun 2022 18:16:09 UTC)
- git: 33734a1f765f - main - riscv timer: provide a function for cpu_ticks: Mitchell Horne (Thu, 23 Jun 2022 18:16:10 UTC)
- git: 3a4256dd86f0 - main - riscv timer: implement riscv_timer_et_stop(): Mitchell Horne (Thu, 23 Jun 2022 18:16:11 UTC)
- git: cd9618bdb274 - main - bhyve: Snapshot impovements for 'blockif' backend: John Baldwin (Thu, 23 Jun 2022 18:46:56 UTC)
- git: a85bbbea91bd - main - bhyve: Enable suspend/resume support for virtio-blk.: John Baldwin (Thu, 23 Jun 2022 18:46:57 UTC)
- git: 29afffb942b1 - main - subr_bus: restore bus_null_rescan(): Mitchell Horne (Thu, 23 Jun 2022 19:07:23 UTC)
- git: f5766992c0d0 - main - tcp: Correctly compute the TCP goodput in bits per second by using SEQ_SUB().: Hans Petter Selasky (Thu, 23 Jun 2022 19:12:01 UTC)
- git: b6f615255d8b - main - uhid(4): Don't read-ahead from the USB IN endpoint.: Hans Petter Selasky (Thu, 23 Jun 2022 19:12:02 UTC)
- git: 15a6642da6b0 - main - x86 mptable: Include <x86/legacvar.h> for legacy_get_pcibus().: John Baldwin (Thu, 23 Jun 2022 22:01:05 UTC)
- git: 0db22efc9445 - stable/13 - Use KERNEL_PANICKED() in more places: Mitchell Horne (Thu, 23 Jun 2022 22:23:03 UTC)
- git: 70bb14b902ff - stable/13 - ddb: namespacing of struct command: Mitchell Horne (Thu, 23 Jun 2022 22:23:04 UTC)
- git: d4af9eb430ce - stable/13 - modules: Only build MAC modules if options MAC is set: Mitchell Horne (Thu, 23 Jun 2022 22:23:05 UTC)
- git: 746974c0617c - main - nfscl: Clean up the code by not using the vnode_vtype() macro: Rick Macklem (Thu, 23 Jun 2022 23:15:02 UTC)
- git: 50dc4c7df415 - main - When a superblock integrity check fails, report the cause of the failure.: Kirk McKusick (Fri, 24 Jun 2022 00:40:20 UTC)
- git: ce6296caa370 - main - Fix build break in 50dc4c7.: Kirk McKusick (Fri, 24 Jun 2022 02:55:47 UTC)
- git: 1df96b4f4b7e - main - Drop atheros dead link from uath manual page: Sergio Carlavilla Delgado (Fri, 24 Jun 2022 09:24:02 UTC)
- git: ea80848e1c06 - stable/13 - pam_exec: fix segfault when authtok is null: Ka Ho Ng (Fri, 24 Jun 2022 09:35:19 UTC)
- git: 356913f5d8e9 - main - rc.conf.5: Add missing Ns macros: Mateusz Piotrowski (Fri, 24 Jun 2022 09:39:16 UTC)
- git: 78d4bd87539a - main - ifconfig.8: Document -g all and -G all: Mateusz Piotrowski (Fri, 24 Jun 2022 09:39:17 UTC)
- git: 52f6e63ab365 - main - Fix the zfs build for arm64: Andrew Turner (Fri, 24 Jun 2022 13:59:47 UTC)
- git: ffa5bf8b600a - main - Trap SVE instructions until we have SVE support: Andrew Turner (Fri, 24 Jun 2022 13:59:48 UTC)
- git: 2f317e731297 - main - Add the SVE reigster definitions: Andrew Turner (Fri, 24 Jun 2022 13:59:49 UTC)
- git: bb5248944430 - stable/13 - vmm: move bumping VMEXIT_USERSPACE stat to the right place: Mark Johnston (Fri, 24 Jun 2022 14:41:12 UTC)
- git: bc6d0d72f4f4 - main - UFS rename: make it reliable when using SU and reaching nlink limit: Konstantin Belousov (Fri, 24 Jun 2022 14:48:06 UTC)
- git: 346495824627 - main - unix/dgram: add a specific send method - uipc_sosend_dgram(): Gleb Smirnoff (Fri, 24 Jun 2022 16:10:28 UTC)
- git: 7e5b6b391e77 - main - unix/dgram: cleanup uipc_send of PF_UNIX/SOCK_DGRAM, step 1: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:29 UTC)
- git: f384a97c839a - main - unix/dgram: cleanup uipc_send of PF_UNIX/SOCK_DGRAM, step 2: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:30 UTC)
- git: e3fbbf965e94 - main - unix/dgram: add a specific receive method - uipc_soreceive_dgram: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:31 UTC)
- git: 5dc8dd5f3ac5 - main - unix/dgram: inline sbappendaddr_locked() into uipc_sosend_dgram(): Gleb Smirnoff (Fri, 24 Jun 2022 16:10:33 UTC)
- git: 315167c0de1a - main - unix: provide an option to return locked from unp_connectat(): Gleb Smirnoff (Fri, 24 Jun 2022 16:10:34 UTC)
- git: a4fc41423f7d - main - sockets: enable protocol specific socket buffers: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:35 UTC)
- git: a7444f807ec4 - main - unix/dgram: use minimal possible socket buffer for PF_UNIX/SOCK_DGRAM: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:36 UTC)
- git: 9b841b0e2390 - main - m_uiotombuf: write total memory length of the allocated chain in pkthdr: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:37 UTC)
- git: 1093f16487a9 - main - unix/dgram: reduce mbuf chain traversals in send(2) and recv(2): Gleb Smirnoff (Fri, 24 Jun 2022 16:10:38 UTC)
- git: 458f475df8e5 - main - unix/dgram: smart socket buffers for one-to-many sockets: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:39 UTC)
- git: f9e62cbacc33 - main - libc/syslog: fully deprecate and don't try to open "/dev/log": Gleb Smirnoff (Fri, 24 Jun 2022 16:10:41 UTC)
- git: ddc689051917 - main - libc/syslog: deprecate use of "/var/run/logpriv": Gleb Smirnoff (Fri, 24 Jun 2022 16:10:42 UTC)
- git: 235d960aae75 - main - tests/unix_passfd: compile SOCK_STREAM and SOCK_DGRAM versions: Gleb Smirnoff (Fri, 24 Jun 2022 16:10:43 UTC)
- git: e6e9b3d7361a - stable/13 - reaper_abandon_children(): upgrade proctree_lock assert to exclusive: Konstantin Belousov (Fri, 24 Jun 2022 19:36:45 UTC)
- git: 70f54bc4f3d4 - stable/13 - reap_kill(): de-inline LIST_FOREACH(), twice: Konstantin Belousov (Fri, 24 Jun 2022 19:36:46 UTC)
- git: 55b04fbcf8cd - stable/13 - reap_kill(): rename the reap variable to reaper: Konstantin Belousov (Fri, 24 Jun 2022 19:36:48 UTC)
- git: ccba0468b869 - stable/13 - reap_kill(): split children and subtree killers into helpers: Konstantin Belousov (Fri, 24 Jun 2022 19:36:49 UTC)
- git: a03a5ac3ba76 - stable/13 - Add stop_all_proc_block(9): Konstantin Belousov (Fri, 24 Jun 2022 19:36:50 UTC)
- git: 034c2787d229 - stable/13 - kern_procctl: add possibility to take stop_all_proc_block() around exec: Konstantin Belousov (Fri, 24 Jun 2022 19:36:51 UTC)
- git: 78d5ef6505d7 - stable/13 - Fix a race between fork(2) and PROC_REAP_KILL subtree: Konstantin Belousov (Fri, 24 Jun 2022 19:36:52 UTC)
- git: dbb76ce57de7 - stable/13 - Fix another race between fork(2) and PROC_REAP_KILL subtree: Konstantin Belousov (Fri, 24 Jun 2022 19:36:53 UTC)
- git: ddd432de610f - stable/13 - P2_WEXIT: avoid thread_single() for exiting process earlier: Konstantin Belousov (Fri, 24 Jun 2022 19:36:54 UTC)
- git: c0a303b60b8c - stable/13 - issignal(): ignore signals when process is single-threading for exit: Konstantin Belousov (Fri, 24 Jun 2022 19:36:56 UTC)
- git: ed770595b084 - stable/13 - thread_single: wait for P_STOPPED_SINGLE to pass: Konstantin Belousov (Fri, 24 Jun 2022 19:36:57 UTC)
- git: 209131e656bc - stable/13 - weed_inhib(): do not double-suspend already suspended thread if the loop reiterates: Konstantin Belousov (Fri, 24 Jun 2022 19:36:58 UTC)
- git: 36f99db22bff - stable/13 - weed_inhib(): correct the condition to re-suspend a thread: Konstantin Belousov (Fri, 24 Jun 2022 19:36:59 UTC)
- git: d64c3f263fcf - stable/13 - Do not single-thread itself when the process single-threaded some another process: Konstantin Belousov (Fri, 24 Jun 2022 19:37:00 UTC)
- git: b66c1687213b - stable/13 - thread_single(): remove already checked conditional expression: Konstantin Belousov (Fri, 24 Jun 2022 19:37:01 UTC)
- git: ea6a7512d299 - stable/13 - thread_unsuspend(): do not unuspend the suspended leader thread doing SINGLE_ALLPROC: Konstantin Belousov (Fri, 24 Jun 2022 19:37:02 UTC)
- git: 64717c01485f - stable/13 - thread_single_end(): consistently maintain p_boundary_count for ALLPROC mode: Konstantin Belousov (Fri, 24 Jun 2022 19:37:04 UTC)
- git: 6a0a83e5ccbc - stable/13 - Make stop_all_proc_block interruptible to avoid deadlock with parallel suspension: Konstantin Belousov (Fri, 24 Jun 2022 19:37:05 UTC)
- git: 9644a36d95df - stable/13 - reap_kill_proc: do not retry on thread_single() failure: Konstantin Belousov (Fri, 24 Jun 2022 19:37:06 UTC)
- git: 935509ba185d - stable/13 - reap_kill_subtree_once(): handle proctree_lock unlock in reap_kill_proc(): Konstantin Belousov (Fri, 24 Jun 2022 19:37:07 UTC)
- git: b18df35be042 - stable/13 - reap_kill_subtree(): hold the reaper when entering it into the queue to handle later: Konstantin Belousov (Fri, 24 Jun 2022 19:37:08 UTC)
- git: 9a24a80a17be - stable/13 - reap_kill_proc(): avoid singlethreading any other process if we are exiting: Konstantin Belousov (Fri, 24 Jun 2022 19:37:09 UTC)
- git: 1ebc14c900eb - main - nfscommon: Clean up the code by not using the vnode_vtype() macro: Rick Macklem (Fri, 24 Jun 2022 20:49:02 UTC)
- git: c11e64ce5130 - main - nfscommon: Clean up the code by removing the vnode_vtype() macro: Rick Macklem (Fri, 24 Jun 2022 20:57:27 UTC)
- git: c1731fa54dd1 - stable/13 - KERN_LOCKF: report kl_file_fsid consistently with stat(2): Konstantin Belousov (Sat, 25 Jun 2022 05:02:03 UTC)
- git: db8710e2196c - stable/13 - struct kinfo_file changes needed for lsof to work using only usermode APIs`: Konstantin Belousov (Sat, 25 Jun 2022 05:02:04 UTC)
- git: eeb46578c21a - main - busdma_iommu: Fine-grained locking for the dmamap's map list: Alan Cox (Sat, 25 Jun 2022 06:08:34 UTC)
- git: 25a1b1f30c85 - main - stress2: Added reagression tests PR: 165392: Peter Holm (Sat, 25 Jun 2022 06:22:32 UTC)
- git: e3b31e23ffdf - main - stress2: Added two syzkaller reproducers: Peter Holm (Sat, 25 Jun 2022 06:40:49 UTC)
- git: 5ce13b8aa51e - stable/13 - zfs: merge openzfs/zfs@6c3c5fcfb (zfs-2.1-release) into stable/13: Martin Matuska (Sat, 25 Jun 2022 07:22:36 UTC)
- git: 61c74fb66f1b - main - rb_tree: optimize tree rotation: Doug Moore (Sat, 25 Jun 2022 07:43:30 UTC)
- git: 6c4b6f55f77d - main - busdma: Protect ARM busdma bounce page counters using the bounce page lock.: Hans Petter Selasky (Sat, 25 Jun 2022 10:05:35 UTC)
- git: 2c28cd09d9f7 - main - cuse(3): Remove PAGE_SIZE from libcuse.: Hans Petter Selasky (Sat, 25 Jun 2022 10:05:36 UTC)
- git: c38da70c28a8 - main - routing: fix RTM_CHANGE nhgroup updates.: Alexander V. Chernikov (Sat, 25 Jun 2022 19:30:45 UTC)
- git: 8eb2bee6c0f4 - main - testing: Add basic atf support to pytest.: Alexander V. Chernikov (Sat, 25 Jun 2022 19:30:46 UTC)
- git: bd03f10a6018 - main - routing: add multipath pytest tests: Alexander V. Chernikov (Sat, 25 Jun 2022 19:30:47 UTC)
- git: c260d5cd8e36 - main - routing: fix crash when RTM_CHANGE results in no-op for the multipath route.: Alexander V. Chernikov (Sat, 25 Jun 2022 19:41:54 UTC)
- git: 6fa8ed43ee0c - main - routing: improve debugging.: Alexander V. Chernikov (Sat, 25 Jun 2022 19:57:53 UTC)
- git: 9a75209d2bdc - main - routing: add tests/sys/net/routing to mtree: Alexander V. Chernikov (Sat, 25 Jun 2022 21:16:24 UTC)
- git: 76179e400a03 - main - routing: fix syslog include for rtsock.c: Alexander V. Chernikov (Sat, 25 Jun 2022 22:09:47 UTC)
- git: 0e87bab6b44b - main - routing: fix debug headers added in 6fa8ed43ee0c.: Alexander V. Chernikov (Sat, 25 Jun 2022 23:07:38 UTC)
- git: 1ecfe31e4272 - stable/13 - wpa: Restore missing patch: Cy Schubert (Sun, 26 Jun 2022 00:45:21 UTC)
- git: 0fe8af4b2ae8 - stable/13 - wpa: Disable P2P in WPS: Cy Schubert (Sun, 26 Jun 2022 00:45:22 UTC)
- git: 7f8db05c3e87 - stable/12 - wpa: Restore missing patch: Cy Schubert (Sun, 26 Jun 2022 00:47:20 UTC)
- git: 8784898e9a6d - stable/12 - wpa: Disable P2P in WPS: Cy Schubert (Sun, 26 Jun 2022 00:47:21 UTC)
- git: da33f6d76b9d - main - iommu_gas: Tidy up: Alan Cox (Sun, 26 Jun 2022 06:02:54 UTC)
- git: 33a0803f000f - main - routing: fix debug headers added in 6fa8ed43ee0c #2.: Alexander V. Chernikov (Sun, 26 Jun 2022 08:03:02 UTC)
- git: 412c7437218a - stable/13 - userboot is missing vdisk_dev: Toomas Soome (Sun, 26 Jun 2022 08:15:48 UTC)
- git: c8e7050f8a6a - stable/13 - efi: switch boot_services_gone to boot_services_active: Toomas Soome (Sun, 26 Jun 2022 08:25:36 UTC)
- git: 95e283e4d00f - stable/13 - loader: abstract boot services exiting to libefi function: Toomas Soome (Sun, 26 Jun 2022 08:34:02 UTC)
- git: c796ba5824d8 - stable/13 - loader.efi: fix panic() after BS off: Toomas Soome (Sun, 26 Jun 2022 08:46:15 UTC)
- git: 39510c65e376 - stable/13 - test_diskread(): detect end of the disk: Toomas Soome (Sun, 26 Jun 2022 08:50:58 UTC)
- git: b6e28991bf3a - main - System wide and NUMA domain wide counters support. PMC classes for ARM DMC-620 and CMN-600.: Toomas Soome (Sun, 26 Jun 2022 09:12:04 UTC)
- git: fdfeaa66b58a - main - Support of optional PMC classes.: Toomas Soome (Sun, 26 Jun 2022 09:19:03 UTC)
- git: 924226fba12c - main - testing: move atf-pytest-wrapper to /usr/libexec: Alexander V. Chernikov (Sun, 26 Jun 2022 13:28:38 UTC)
- git: 942e234d868d - main - Remove references to named(8): Fernando Apesteguía (Sun, 26 Jun 2022 16:56:40 UTC)
- git: 9597f7cb99b0 - main - Revert "LinuxKPI: 802.11: fix iwlwifi fw assert with older chipsets": Bjoern A. Zeeb (Sun, 26 Jun 2022 21:27:04 UTC)
- git: ed3ef56b29fd - main - LinuxKPI: 802.11: sync sta->addr in lkpi_iv_update_bss(): Bjoern A. Zeeb (Sun, 26 Jun 2022 21:27:06 UTC)
- git: e24e8103e0e2 - main - LinuxKPI: 802.11: cleanup lsta better: Bjoern A. Zeeb (Sun, 26 Jun 2022 21:27:07 UTC)
- git: 841719c08fd3 - main - LinuxKPI: 802.11: remove an early bandaid to make sure queues are allocated: Bjoern A. Zeeb (Sun, 26 Jun 2022 21:27:08 UTC)
- git: 7b39a9bc1df3 - main - iommu_gas: Fix a recent regression with IOMMU_MF_CANSPLIT: Alan Cox (Sun, 26 Jun 2022 21:32:33 UTC)
- git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU.: Toomas Soome (Sun, 26 Jun 2022 22:17:24 UTC)
- git: 1459a22787ea - main - The Arm CoreLink DMC-620 Dynamic Memory Controller PMU driver: Toomas Soome (Sun, 26 Jun 2022 22:21:17 UTC)
- git: 59191f3573f6 - main - Add support of ARM CMN-600 controller, PMU access functions only. Add support of PMU counters of ARM CMN-600 controller.: Toomas Soome (Sun, 26 Jun 2022 22:28:03 UTC)
- git: dd2fd62184b3 - main - libpmc: attempt to fix the build: Bjoern A. Zeeb (Sun, 26 Jun 2022 23:16:17 UTC)
- git: af8317c31a20 - main - pmc: unhide struct pmc_md_dmc620_pmu_op_pmcallocate: Bjoern A. Zeeb (Mon, 27 Jun 2022 00:40:29 UTC)
- git: d78bef0ebefd - main - hwpmc: further fix build (__diagused/debug/missing files entries): Bjoern A. Zeeb (Mon, 27 Jun 2022 01:37:22 UTC)
- git: 4d517feaea03 - stable/13 - busdma_iommu: simplify split logic: Doug Moore (Mon, 27 Jun 2022 05:37:22 UTC)
- git: c253ae9fe423 - stable/13 - iommu_gas: restrict tree search to promising paths: Doug Moore (Mon, 27 Jun 2022 05:37:23 UTC)
- git: 7388fb714a88 - main - cache: drop the vfs.cache_rename_add tunable: Mateusz Guzik (Mon, 27 Jun 2022 07:56:41 UTC)
- git: 1ecd211915ff - stable/13 - ibcore: Fix sysfs registration error flow: Hans Petter Selasky (Mon, 27 Jun 2022 08:15:14 UTC)
- git: 5fe0a82501cb - main - vt: Fix contents of paste buffer for newcons.: Hans Petter Selasky (Mon, 27 Jun 2022 08:18:07 UTC)
- git: 9971e6aff1be - main - vt: Improve multi lingual word separation.: Hans Petter Selasky (Mon, 27 Jun 2022 08:18:08 UTC)
- git: 1865ebfb12dd - main - if_bridge: change MTU for new members: Kristof Provost (Mon, 27 Jun 2022 08:28:28 UTC)
- git: 1e824ee84f46 - main - if_bridge tests: test adding interfaces with different MTU: Kristof Provost (Mon, 27 Jun 2022 08:28:30 UTC)
- git: 092cf8212123 - stable/13 - rc.conf.5: Add missing Ns macros: Mateusz Piotrowski (Mon, 27 Jun 2022 10:05:24 UTC)
- git: 35c420809942 - stable/12 - rc.conf.5: Add missing Ns macros: Mateusz Piotrowski (Mon, 27 Jun 2022 10:05:38 UTC)
- git: 18c53b8dde2e - stable/13 - bpf: Zero pad bytes preceding BPF headers: Mark Johnston (Mon, 27 Jun 2022 14:11:35 UTC)
- git: 2cecf3cfbb09 - stable/13 - bpf: Correct a comment: Mark Johnston (Mon, 27 Jun 2022 14:11:37 UTC)
- git: 5d6f9a7da2a3 - stable/13 - kevent.2: Add an xref to listen.2: Mark Johnston (Mon, 27 Jun 2022 14:11:38 UTC)
- git: 7927452ac4e9 - main - Fix cross-builds from macOS: Ed Maste (Mon, 27 Jun 2022 14:22:56 UTC)
- git: 4a3c598f3520 - main - Bump .Dd for recently modified manual pages: Fernando Apesteguía (Mon, 27 Jun 2022 16:23:01 UTC)
- git: bafe71fd2720 - main - sctp: do not clobber listening socket with sockbuf operations: Gleb Smirnoff (Mon, 27 Jun 2022 16:25:02 UTC)
- git: 121ecca0d82b - main - sctp: add KASSERTs to ensure correct handling of listeners: Michael Tuexen (Mon, 27 Jun 2022 17:06:54 UTC)
- git: f4497b9f7779 - main - smartpqi: Allocate DMA memory NOWAIT: Warner Losh (Mon, 27 Jun 2022 17:07:56 UTC)
- git: 76ed54dda74f - stable/12 - aio_aqueue(): avoid ucred leak on failure path: Ed Maste (Mon, 27 Jun 2022 17:26:49 UTC)
- git: 76f1ab8eff9e - main - routing: actually sort nexthops in nhgs by their index: Alexander V. Chernikov (Mon, 27 Jun 2022 17:32:53 UTC)
- git: 8010b7a78a3a - main - routing: simplify decompose_change_notification().: Alexander V. Chernikov (Mon, 27 Jun 2022 17:32:54 UTC)
- git: 9c42645a1e4d - main - testing: workaround pytest parser bug in pytest-atf-wrapper.: Alexander V. Chernikov (Mon, 27 Jun 2022 17:32:55 UTC)
- git: f25727898ae7 - main - ObsoleteFiles: flowtable header deleted in 2017: Gleb Smirnoff (Mon, 27 Jun 2022 19:33:30 UTC)
- git: ad78db5a3ff7 - stable/13 - netdump: Fix leaking debugnet state on errors.: Mitchell Horne (Mon, 27 Jun 2022 19:35:31 UTC)
- git: 8320036255f0 - stable/13 - netdump: send key before dump, in case dump fails: Mitchell Horne (Mon, 27 Jun 2022 19:35:32 UTC)
- git: 6d26e87f4833 - stable/13 - Split out dumper allocation from list insertion: Mitchell Horne (Mon, 27 Jun 2022 19:35:33 UTC)
- git: 758e72c0a820 - stable/13 - Add new vnode dumper to support live minidumps: Mitchell Horne (Mon, 27 Jun 2022 19:35:34 UTC)
- git: 13f544bc8e9f - stable/13 - livedump: add event handler hooks: Mitchell Horne (Mon, 27 Jun 2022 19:35:35 UTC)
- git: a8f5d758c41a - stable/13 - savecore: add an option to save a live minidump: Mitchell Horne (Mon, 27 Jun 2022 19:35:36 UTC)
- git: e06f07bc3f48 - stable/13 - kerneldump: remove physical argument from d_dumper: Mitchell Horne (Mon, 27 Jun 2022 19:35:38 UTC)
- git: 5a96b88f05d1 - stable/13 - kerneldump: remove physical from dump routines: Mitchell Horne (Mon, 27 Jun 2022 19:35:39 UTC)
- git: e6ba4cda739c - main - devmatch: Properly ignore commented fields: Warner Losh (Mon, 27 Jun 2022 20:46:10 UTC)
- git: ce3e4a3a96d9 - main - kboot: Sort system calls alphabetically: Warner Losh (Mon, 27 Jun 2022 20:57:43 UTC)
- git: 43ad112b936c - main - kboot: use SYS_kexec_load insteaed of __NR_kexec_load: Warner Losh (Mon, 27 Jun 2022 20:57:45 UTC)
- git: 201c1d0d25ee - main - kboot: sort system calls: Warner Losh (Mon, 27 Jun 2022 20:57:46 UTC)
- git: d8f3ef8f544e - main - kboot: rename kexec_load to host_kexec_load: Warner Losh (Mon, 27 Jun 2022 20:57:47 UTC)
- git: dac438a9b599 - stable/13 - mips: fix use of dump_append(): Mitchell Horne (Mon, 27 Jun 2022 21:04:22 UTC)
- git: ad3ad06477d0 - main - blackhole(4): fix operator precedence: Gleb Smirnoff (Tue, 28 Jun 2022 01:03:08 UTC)
- git: 9fcac31db460 - main - date: attempt to more accurately describe year limitations with -v: Kyle Evans (Tue, 28 Jun 2022 03:54:24 UTC)
- git: 78dfcf256a44 - main - Eliminate set but not used variable.: Kirk McKusick (Tue, 28 Jun 2022 04:48:38 UTC)
- git: 2049cc321815 - main - Correctly update fs_dsize in growfs(8): Kirk McKusick (Tue, 28 Jun 2022 04:48:39 UTC)
- git: a0ffae30c593 - stable/12 - busdma: Protect ARM busdma bounce page counters using the bounce page lock.: Hans Petter Selasky (Tue, 28 Jun 2022 06:19:31 UTC)
- git: 78088c5714e0 - stable/13 - busdma: Protect ARM busdma bounce page counters using the bounce page lock.: Hans Petter Selasky (Tue, 28 Jun 2022 06:20:53 UTC)
- git: 091febc04a5d - main - xen/blkback: do not use x86 CPUID in generic code: Roger Pau Monné (Tue, 28 Jun 2022 07:53:12 UTC)
- git: 881c145431b7 - main - elfnote: place note in a PT_NOTE program header: Roger Pau Monné (Tue, 28 Jun 2022 07:53:14 UTC)
- git: 6f16d78c0da6 - main - pf: add missing maximum length check for DIOCADDETHRULE: Kristof Provost (Tue, 28 Jun 2022 08:43:41 UTC)
- git: fd72bfa626bc - main - pf: ensure mbufs are long enough before we copy out IP(v6) headers: Kristof Provost (Tue, 28 Jun 2022 08:43:42 UTC)
- git: 07ffa50ba075 - main - pf tests: test short packets: Kristof Provost (Tue, 28 Jun 2022 08:43:43 UTC)
- git: 8e6465887373 - main - stress2: Update the exclude list: Peter Holm (Tue, 28 Jun 2022 09:31:15 UTC)
- git: a25818eb2869 - main - stress2: Added comment about problem found: Peter Holm (Tue, 28 Jun 2022 09:31:16 UTC)
- git: ab91feabcc6f - main - ovpn: Introduce OpenVPN DCO support: Kristof Provost (Tue, 28 Jun 2022 11:59:31 UTC)
- git: 067acae2f3a4 - main - if_ovpn tests: basic test case: Kristof Provost (Tue, 28 Jun 2022 11:59:32 UTC)
- git: 08926ae328d5 - main - if_ovpn tests: timeout on clients: Kristof Provost (Tue, 28 Jun 2022 11:59:33 UTC)
- git: b33308db391d - main - if_ovpn: static probe points: Kristof Provost (Tue, 28 Jun 2022 11:59:34 UTC)
- git: 3d4f61350d99 - main - if_ovpn tests: tunnel over IPv6: Kristof Provost (Tue, 28 Jun 2022 11:59:35 UTC)
- git: 85a15e4704e4 - main - if_ovpn tests: IPv6 in IPv4 and IPv4 in IPv6 tunnels: Kristof Provost (Tue, 28 Jun 2022 11:59:37 UTC)
- git: c09e62cd910e - main - if_ovpn tests: test pf's route-to: Kristof Provost (Tue, 28 Jun 2022 11:59:38 UTC)
- git: f8b1ddbfb1c0 - main - if_ovpn tests: tunnel with CHACHA20-POLY1305: Kristof Provost (Tue, 28 Jun 2022 11:59:39 UTC)
- git: 2fc1fc66c7b4 - main - if_ovpn tests: Test if_ovpn when there's no route: Kristof Provost (Tue, 28 Jun 2022 11:59:40 UTC)
- git: a7a273546e38 - main - if_ovpn tests: test multiple simultaneous clients: Kristof Provost (Tue, 28 Jun 2022 11:59:41 UTC)
- git: 1e5ef2a7e11d - main - if_ovpn tests: extend multi_client test with an iroute test: Kristof Provost (Tue, 28 Jun 2022 11:59:42 UTC)
- git: 8e1c23341c0c - main - pf: reduce the risk of src/dst mis-use: Kristof Provost (Tue, 28 Jun 2022 12:01:28 UTC)
- git: 513ce835b558 - main - testing: pass ATF vars to pytest via env instead of arguments.: Alexander V. Chernikov (Tue, 28 Jun 2022 12:20:27 UTC)
- git: 945eaca155fc - main - ACPI: change arguments to internal acpi_find_dsd(): Bjoern A. Zeeb (Tue, 28 Jun 2022 13:01:15 UTC)
- git: b11f52f4db44 - main - USB: dwc3: use device_{has,get}_property(): Bjoern A. Zeeb (Tue, 28 Jun 2022 13:04:21 UTC)
- git: ecd3759719fc - main - hier.7: Refer to build(7) for details about /usr/obj: Mateusz Piotrowski (Tue, 28 Jun 2022 13:25:28 UTC)
- git: bad2f716f4d3 - main - ftp: Use /var/spool/ftp as ftp's home consistently: Mateusz Piotrowski (Tue, 28 Jun 2022 13:25:29 UTC)
- git: c618ee727712 - main - hier.7: Add some missing Xr's: Mateusz Piotrowski (Tue, 28 Jun 2022 13:25:31 UTC)
- git: 0e897d87f736 - stable/13 - CTL: Fix double command completions on HA failover.: Alexander Motin (Tue, 28 Jun 2022 18:14:56 UTC)
- git: 5dc091a1b2a1 - stable/12 - CTL: Fix double command completions on HA failover.: Alexander Motin (Tue, 28 Jun 2022 18:15:25 UTC)
- git: 454adf0fa4d7 - main - rc.conf.5: Fix example of how rc.conf.d works: Mateusz Piotrowski (Tue, 28 Jun 2022 22:43:43 UTC)
- git: ccc48995c2cf - main - ifconfig.8: Prefer consistent terminologies: Mateusz Piotrowski (Wed, 29 Jun 2022 06:58:29 UTC)
- git: 8da00a514e69 - main - linprocfs: Decode constant_tsc CPU feature: Dmitry Chagin (Wed, 29 Jun 2022 07:39:04 UTC)
- git: 050f5a8405c6 - main - amd64: Reload CPU ext features after resume or cr4 changes: Dmitry Chagin (Wed, 29 Jun 2022 07:39:05 UTC)
- git: 7ab03740ae87 - main - linprocfs: Decode more CPU flags in cpuinfo: Dmitry Chagin (Wed, 29 Jun 2022 07:39:06 UTC)
- git: c8e7070ce3d9 - main - linprocfs: Decode SGX CPU feature in cpuinfo: Dmitry Chagin (Wed, 29 Jun 2022 07:39:07 UTC)
- git: 7674baeb3787 - main - linuxkpi: Add circ_buf.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:49 UTC)
- git: 57c9ec539cba - main - linuxkpi: Add console.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:50 UTC)
- git: 088b746cbda6 - main - linuxkpi: Add kfifo.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:51 UTC)
- git: 8730ba418e05 - main - linuxkpi: Add kmemleak.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:52 UTC)
- git: 7e4f9ebeaab4 - main - linuxkpi: Add media-bus-format.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:53 UTC)
- git: a95f28800a01 - main - linuxkpi: Add mmu_context.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:55 UTC)
- git: cfe72b9f09f3 - main - linuxkpi: Add mmu_notifier.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:56 UTC)
- git: 456a92d5d38b - main - linuxkpi: Add pm_runtime.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:57 UTC)
- git: 631bf94fe9df - main - linuxkpi: Add typecheck.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:58 UTC)
- git: 137e91dbf689 - main - linuxkpi: Add asm/iosfmbi.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:55:59 UTC)
- git: 0e45856f9a2d - main - linuxkpi: Add asm/set_memory.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:56:00 UTC)
- git: 2b743f65f1c9 - main - linuxkpi: Add pwm.h: Emmanuel Vadot (Wed, 29 Jun 2022 07:56:01 UTC)
- git: 8cff8e6e13a6 - main - Bump __FreeBSD_version after linuxkpi changes.: Emmanuel Vadot (Wed, 29 Jun 2022 07:57:24 UTC)
- git: c58c22d2fb99 - stable/13 - ifconfig.8: Deduplicate groupname documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:09 UTC)
- git: 7a219d5ceacd - stable/13 - ifconfig.8: Move options sections to the top: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:10 UTC)
- git: 5fa8bc5a5e7b - stable/13 - ifconfig.8: Clean up formatting of -f documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:11 UTC)
- git: 68464cec2527 - stable/13 - ifconfig.8: Clean up -m documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:12 UTC)
- git: e3c323d09918 - stable/13 - ifconfig.8: Clean up -L documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:13 UTC)
- git: 3087eb52222c - stable/13 - ifconfig.8: Clean up documentation of -a, -d, and -u: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:14 UTC)
- git: a079f92b193c - stable/13 - ifconfig.8: Clean up -G & -g documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:15 UTC)
- git: de47f6ba4fe4 - stable/13 - ifconfig.8: Clean up -l documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:16 UTC)
- git: ac42ad49e383 - stable/13 - ifconfig.8: Clean up -C and -v documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:18 UTC)
- git: 9700451442ec - stable/13 - ifconfig.8: Clean up -k documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:19 UTC)
- git: b858b51f05ae - stable/13 - ifconfig.8: Clean up -n documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:20 UTC)
- git: da24248e8738 - stable/13 - ifconfig.8: Add section headers to the parameters section: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:21 UTC)
- git: 8bc09bfe1715 - stable/13 - ifconfig.8: Clean up the channel parameter description: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:22 UTC)
- git: 58873b0b0794 - stable/13 - ifconfig.8: Do not use ``'' for quoting: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:23 UTC)
- git: 13ac48d8086c - stable/13 - ifconfig.8: Make the -f flag description compact: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:24 UTC)
- git: bff1b019e6fb - stable/13 - ifconfig.8: Clean up markup of "state" parameter: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:26 UTC)
- git: c3bf44b542fc - stable/13 - ifconfig.8: Fix quoting: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:27 UTC)
- git: 233f4231744c - stable/13 - ifconfig.8: Improve readability of address_family documentation: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:28 UTC)
- git: fb40141d2b25 - stable/13 - ifconfig.8: Improve description of the address argument: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:29 UTC)
- git: b6bcef4b7713 - stable/13 - ifconfig.8: Mark address_family as optional in synopsis: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:30 UTC)
- git: a64829040fc0 - stable/13 - ifconfig.8: Simplify examples by using canonical parameters: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:31 UTC)
- git: 0c29dd8c58a5 - stable/13 - ifconfig.8: Remove remaining Xerox Network Systems(tm) bits: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:32 UTC)
- git: ab18258233b0 - stable/13 - ifconfig.8: Remove commented-out Xr eon 5: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:34 UTC)
- git: b879d2b81a4d - stable/13 - ifconfig.8: Document "ifconfig -g groupname": Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:35 UTC)
- git: aff0be6e66e1 - stable/13 - ifconfig.8: Update -l synopsis: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:36 UTC)
- git: c1544290827c - stable/13 - ifconfig.8: Note that -l accepts -g in addition to -d and -u: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:37 UTC)
- git: 938f3df8cc67 - stable/13 - ifconfig.8: Document -g all and -G all: Mateusz Piotrowski (Wed, 29 Jun 2022 08:19:38 UTC)
- git: d33cf7a54fcb - stable/13 - freebsd-update.8: Add --currently-running to synopsis: Mateusz Piotrowski (Wed, 29 Jun 2022 08:23:53 UTC)
- git: 49dc4b7d7740 - stable/13 - freebsd-update.8: Note availability of updates for ALPHA, BETA, and RC: Mateusz Piotrowski (Wed, 29 Jun 2022 08:23:54 UTC)
- git: 7e6f5e494a76 - stable/13 - assert.3: Document static_assert and _Static_assert: Mateusz Piotrowski (Wed, 29 Jun 2022 08:23:56 UTC)
- git: 6341ffcdebbb - stable/13 - usbconfig.8: Improve style and fix examples: Mateusz Piotrowski (Wed, 29 Jun 2022 08:23:57 UTC)
- git: c49605d66f53 - stable/13 - usbconfig.8: Sort flags according to style(9): Mateusz Piotrowski (Wed, 29 Jun 2022 08:23:58 UTC)
- git: 2ff5f3e7d159 - stable/13 - bhyve.8: Fix a typo: Mateusz Piotrowski (Wed, 29 Jun 2022 08:23:59 UTC)
- git: 15c362aeb778 - main - mac_veriexec: Authorize reads of secured sysctls: Wojciech Macek (Wed, 29 Jun 2022 08:49:02 UTC)
- git: e6ef5042e485 - main - libsecureboot: Do not propagate empty string: Wojciech Macek (Wed, 29 Jun 2022 08:51:05 UTC)
- git: b439f64ac1b9 - main - Improve parameters handling in veriexec: Wojciech Macek (Wed, 29 Jun 2022 08:57:20 UTC)
- git: 026502d9edd8 - main - UFS quotaoff: start write before unbusying: Konstantin Belousov (Wed, 29 Jun 2022 09:37:34 UTC)
- git: 65d8e97c4c23 - stable/13 - UFS: make mkdir() and link() reliable when using SU and reaching nlink limit: Konstantin Belousov (Wed, 29 Jun 2022 09:39:29 UTC)
- git: bc49526a561c - main - stress2: Fix broken random number generation: Peter Holm (Wed, 29 Jun 2022 10:28:51 UTC)
- git: 643bbd057cf5 - internal/admin - Welcome Kornel Duleba as a src committer.: Marcin Wojtas (Wed, 29 Jun 2022 12:51:58 UTC)
- git: 353aa91c6457 - stable/13 - mount: Fix an incorrect assertion in kernel_mount(): Mark Johnston (Wed, 29 Jun 2022 14:40:51 UTC)
- git: 3d81c26f92e1 - stable/13 - truss: Make control message header parsing more robust: Mark Johnston (Wed, 29 Jun 2022 14:40:53 UTC)
- git: 3fe539651a4b - stable/13 - vm_fault: Avoid unnecessary object relocking in vm_fault_copy_entry(): Mark Johnston (Wed, 29 Jun 2022 14:40:54 UTC)
- git: cc81b8661d50 - stable/13 - vm_fault: Fix a racy copy of page valid bits: Mark Johnston (Wed, 29 Jun 2022 14:40:55 UTC)
- git: c31c881f7eee - stable/13 - Fix the test used to wait for AP startup on x86, arm64, riscv: Mark Johnston (Wed, 29 Jun 2022 14:40:56 UTC)
- git: f1400b2ecc73 - stable/13 - pmap: Keep PTI page table pages busy: Mark Johnston (Wed, 29 Jun 2022 14:40:57 UTC)
- git: baf8f20a4af4 - main - Split out vfp_new_thread: Andrew Turner (Wed, 29 Jun 2022 14:54:52 UTC)
- git: 48a55bbfe95b - main - unix: change error code for recvmsg() failed due to RLIMIT_NOFILE: Gleb Smirnoff (Wed, 29 Jun 2022 16:43:14 UTC)
- git: 66ba742d2e6c - main - Allow use of the arm64 unnamed register form: Andrew Turner (Wed, 29 Jun 2022 16:54:39 UTC)
- git: cb91f112a3dc - main - Decode the arm64 SVE ID register: Andrew Turner (Wed, 29 Jun 2022 16:54:41 UTC)
- git: 7a8188739a99 - stable/13 - if_ix: Reset on an ECC error: Neel Chauhan (Wed, 29 Jun 2022 17:07:56 UTC)
- git: d0303ad18ae9 - stable/12 - if_ix: Reset on an ECC error: Neel Chauhan (Wed, 29 Jun 2022 17:08:11 UTC)
- git: a9f7455c38c1 - main - jail: add prison_cleanup() to release resources held by a dying jail: Jamie Gritton (Wed, 29 Jun 2022 17:36:32 UTC)
- git: 7060da62ff18 - main - jail: Remove a prison's shared memory when it dies: Jamie Gritton (Wed, 29 Jun 2022 17:49:15 UTC)
- git: 1e54362824f6 - main - vfs_op_exit(): assert that mnt_vfs_ops stays non-zero for unmount or suspend: Konstantin Belousov (Wed, 29 Jun 2022 18:32:12 UTC)
- git: 61ae7a355ce7 - main - Add MPASSERT() and MPPASS() macros: Konstantin Belousov (Wed, 29 Jun 2022 18:32:13 UTC)
- git: ad175a107b4e - main - vfs_mount.c: convert explicit panics and KASSERTs to MPASSERT/MPPASS: Konstantin Belousov (Wed, 29 Jun 2022 18:32:15 UTC)
- git: 038405f32f71 - main - Enable CRC64 checksums in xz.: Dag-Erling Smørgrav (Wed, 29 Jun 2022 20:29:04 UTC)
- git: 558e8b6adb89 - stable/13 - amd64: Stop using REP MOVSB for backward memmove()s.: Alexander Motin (Thu, 30 Jun 2022 01:14:01 UTC)
- git: efd76157eff3 - stable/12 - amd64: Stop using REP MOVSB for backward memmove()s.: Alexander Motin (Thu, 30 Jun 2022 01:14:19 UTC)
- git: 15183f36e5a0 - stable/13 - amd64: Stop using REP MOVSB for backward memmove()s.: Alexander Motin (Thu, 30 Jun 2022 01:15:56 UTC)
- git: fb07770acdf1 - stable/12 - amd64: Stop using REP MOVSB for backward memmove()s.: Alexander Motin (Thu, 30 Jun 2022 01:16:32 UTC)
- git: 77cb05db0cee - main - x86/xen: stop assuming kernel memory loading order in PVH: Roger Pau Monné (Thu, 30 Jun 2022 06:54:21 UTC)
- git: ec8c9e7ac3fd - main - stress2: Rework test to improve error reporting: Peter Holm (Thu, 30 Jun 2022 07:47:10 UTC)
- git: 20d32249196e - stable/13 - uhid(4): Don't read-ahead from the USB IN endpoint.: Hans Petter Selasky (Thu, 30 Jun 2022 09:40:14 UTC)
- git: 973716df6c2e - stable/13 - tcp: Correctly compute the TCP goodput in bits per second by using SEQ_SUB().: Hans Petter Selasky (Thu, 30 Jun 2022 09:40:15 UTC)
- git: e81b8c36e757 - stable/12 - uhid(4): Don't read-ahead from the USB IN endpoint.: Hans Petter Selasky (Thu, 30 Jun 2022 09:42:04 UTC)
- git: 7963c02c9bc2 - main - rescure.8: Do not recommend release artifact disc2: Mateusz Piotrowski (Thu, 30 Jun 2022 11:32:22 UTC)
- git: c21cbaca2b0d - main - dummynet: handle IPV6 layer 2 traffic: Kristof Provost (Thu, 30 Jun 2022 12:43:16 UTC)
- git: 533a247fa84e - stable/13 - debugnet: Handle batches of packets from if_input: Mark Johnston (Thu, 30 Jun 2022 14:15:29 UTC)
- git: 70fd40edb869 - stable/13 - debugnet: Fix an error handling bug in the DDB command tokenizer: Mark Johnston (Thu, 30 Jun 2022 14:15:30 UTC)
- git: 383ccaa4050e - main - sysctl.conf.5: Document rc.d/sysctl and rc.d/sysctl_lastload: Mateusz Piotrowski (Thu, 30 Jun 2022 14:22:32 UTC)
- git: 0438e9beb552 - main - sysctl.8: Reference sysctl(9): Mateusz Piotrowski (Thu, 30 Jun 2022 14:22:33 UTC)
- git: 3beedc3840c2 - main - pkg.7: Clean up mdoc: Mateusz Piotrowski (Thu, 30 Jun 2022 14:22:34 UTC)
- git: d5a381f8c7bc - main - hier.7: Remove a.out lib directories: Mateusz Piotrowski (Thu, 30 Jun 2022 14:22:35 UTC)
- git: bc83b3592241 - main - pf: Ensure that pfiio_name is always nul terminated: Mark Johnston (Thu, 30 Jun 2022 14:31:31 UTC)
- git: 333670372ffe - main - pf: Make sure that pfi_update_status() always zeros counters: Mark Johnston (Thu, 30 Jun 2022 14:31:32 UTC)
- git: ec014502eee7 - main - libsysdecode: Grab some more ioctl definitions from CAM: Mark Johnston (Thu, 30 Jun 2022 14:31:34 UTC)
- git: b8ec0ce5b484 - main - wait.2: Remove sys/types.h from the list of required headers: Mark Johnston (Thu, 30 Jun 2022 14:31:35 UTC)
- git: a765ac11c50b - main - Remove "All Rights Reserved" from Foundation copyrights: Ed Maste (Thu, 30 Jun 2022 14:49:27 UTC)
- git: 66c8e3fccf0c - main - socket: fix listen(2) on an already listening socket: Gleb Smirnoff (Thu, 30 Jun 2022 14:50:51 UTC)
- git: 7fde0187cc44 - main - Remove "All Rights Reserved" from Foundation copyrights: Ed Maste (Thu, 30 Jun 2022 14:54:37 UTC)
- git: 3501d4f17e8c - main - ena: Add ena_ring_tx_doorbell() function: Marcin Wojtas (Thu, 30 Jun 2022 16:15:30 UTC)
- git: d209ffee155d - main - ena: Move reset completion logging to the reset function: Marcin Wojtas (Thu, 30 Jun 2022 16:15:31 UTC)
- git: a9c39b031fe8 - main - ena: Extend debug prints for invalid req_id resets: Marcin Wojtas (Thu, 30 Jun 2022 16:15:32 UTC)
- git: 90232d18ca4f - main - ena: Prevent LLQ initialization when membar isn't exposed: Marcin Wojtas (Thu, 30 Jun 2022 16:15:34 UTC)
- git: d8aba82b5ca7 - main - ena: Store ticks of last Tx cleanup: Marcin Wojtas (Thu, 30 Jun 2022 16:15:35 UTC)
- git: 0ac122c388d9 - main - ena: Use atomic_load/store functions for first_interrupt variable: Marcin Wojtas (Thu, 30 Jun 2022 16:15:36 UTC)
- git: b899a02ad733 - main - ena: Move ena_copy_eni_metrics into separate task: Marcin Wojtas (Thu, 30 Jun 2022 16:15:37 UTC)
- git: f65d7660b5e0 - main - ena: Remove TSO refs from the documentation: Marcin Wojtas (Thu, 30 Jun 2022 16:15:38 UTC)
- git: 755e60ca0463 - main - ena: Use device_set_desc in probe: Marcin Wojtas (Thu, 30 Jun 2022 16:15:39 UTC)
- git: 82e558eacf22 - main - ena: Fix styling issues: Marcin Wojtas (Thu, 30 Jun 2022 16:15:40 UTC)
- git: d5d5ea87236d - main - ena: Remove write-only datapath variable: Marcin Wojtas (Thu, 30 Jun 2022 16:15:42 UTC)
- git: 8f15f8a72b54 - main - ena: Align names of constants: Marcin Wojtas (Thu, 30 Jun 2022 16:15:43 UTC)
- git: 79770fdad6c1 - main - ena: Fix invalid KASSERT test in netmap code: Marcin Wojtas (Thu, 30 Jun 2022 16:15:44 UTC)
- git: 79e1500276a9 - main - ena: Update driver version to v2.6.0: Marcin Wojtas (Thu, 30 Jun 2022 16:15:45 UTC)
- git: 61a73acd8871 - main - tcpsso: improve man page: Michael Tuexen (Thu, 30 Jun 2022 16:41:50 UTC)
- git: 21d2d29f5901 - main - libclang_rt: Trim a few more MIPSisms.: John Baldwin (Thu, 30 Jun 2022 17:06:31 UTC)
- git: d2a3c30a511d - main - gcore: Remove unused typedefs.: John Baldwin (Thu, 30 Jun 2022 17:06:32 UTC)
- git: 0288d4277faf - main - Add register sets for NT_THRMISC and NT_PTLWPINFO.: John Baldwin (Thu, 30 Jun 2022 17:06:33 UTC)
- git: d95657a1a758 - main - gcore: Use PT_GETREGSET for NT_THRMISC and NT_PTLWPINFO.: John Baldwin (Thu, 30 Jun 2022 17:06:35 UTC)
- git: 0bd73da2062e - main - busdma_bounce: Use PRI_ITHD scheduling class for worker thread.: John Baldwin (Thu, 30 Jun 2022 17:06:36 UTC)
- git: c71f2370c5d4 - main - crypto: Fix assertions for digest-only sessions with separate output.: John Baldwin (Thu, 30 Jun 2022 17:27:56 UTC)
- git: 5afcca138f6b - main - vmm: Cherry pick illumos commit '13361 bhyve should mask RDT cpuid info': John Baldwin (Thu, 30 Jun 2022 17:27:57 UTC)
- git: b9c3e544c48e - main - bhyve virtio-net: Allow backend type to be explicitly specified.: John Baldwin (Thu, 30 Jun 2022 17:30:48 UTC)
- git: 91b30f7ad226 - main - rb_tree: silence coverity: Doug Moore (Thu, 30 Jun 2022 17:35:33 UTC)
- git: 22f731486e80 - main - .github: Attempt to fix and increase robustness of macOS action: Jessica Clarke (Thu, 30 Jun 2022 20:05:08 UTC)
- git: 442b7425c6da..3d05661fa7ea - vendor/xz-embedded - vendor branch updated: Dag-Erling Smørgrav (Thu, 30 Jun 2022 20:21:46 UTC)
- git: 4ca6ecf10073 - main - Really fix cross-builds from macOS: Jessica Clarke (Thu, 30 Jun 2022 21:10:16 UTC)
- git: 523477f8c588 - main - devfs.5: Replace Nm with Xr devfs 8 where appropriate: Mateusz Piotrowski (Thu, 30 Jun 2022 21:10:41 UTC)
- git: 606cdb2ef3a2 - main - hier.7: Document /nonexistent: Mateusz Piotrowski (Thu, 30 Jun 2022 21:10:42 UTC)
- git: 87f49967d324 - main - Link pwd.db.5 and spwd.db.5 to passwd.5: Mateusz Piotrowski (Thu, 30 Jun 2022 21:10:43 UTC)
- git: f0880ab791a5 - main - libvmmapi: Add vm_close(): John Baldwin (Thu, 30 Jun 2022 21:50:06 UTC)
- git: e5ed417bb442 - main - bhyve: Document the "type" config variable for network device models.: John Baldwin (Thu, 30 Jun 2022 22:16:01 UTC)
- git: 9aa02d5120ab - main - vmm: Fix snapshots for AMD CPUs: John Baldwin (Thu, 30 Jun 2022 23:14:51 UTC)