dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
May 2023 Archives by author
- Alan Cox
- Alexander Chernikov
- Alexander Motin
- Alexander Richardson
- Alexander V. Chernikov
- git: 6a09a7f1e9a5 - main - netlink: always zero provided header buffers. (Mon, 01 May 2023 14:09:58 UTC)
- git: 88406e631e93 - main - netlink: whitespace fix in netlink_message_writer.h. (Mon, 01 May 2023 14:47:17 UTC)
- git: ba9c815d3076 - main - netlink: use consistent variable lifetime in the default snl(3) parsers. (Tue, 09 May 2023 15:00:11 UTC)
- git: 88bd9ef618d6 - main - netlink: automatically fill sin6_scope_id in the default snl(3) parsers. (Tue, 09 May 2023 15:00:12 UTC)
- git: 04dacd5691fb - main - netlink: temporary skip snl(3) capped test. (Tue, 09 May 2023 15:00:13 UTC)
- git: e8e7e1462e0c - main - netlink: fix compiler warnings (Tue, 09 May 2023 15:27:05 UTC)
- git: 122487801670 - main - netlink: export carp VHID when dumping interface addresses. (Wed, 10 May 2023 09:57:49 UTC)
- git: 30d0fc6f3391 - main - netlink: export more IPv6 ifa info (Wed, 10 May 2023 09:57:51 UTC)
- git: 3c851dc19bbd - main - netlink: provide original interface lladdr in the interface dump. (Wed, 10 May 2023 09:57:52 UTC)
- git: 982cd5ae8ef6 - main - ifconfig: split argument parsing and actual execution logic (Wed, 10 May 2023 10:42:41 UTC)
- git: a3cb80bc6363 - main - ifconfig: fix interface selection after 982cd5ae8ef6. (Wed, 10 May 2023 12:22:55 UTC)
- git: 444b9aa78c60 - main - ifconfig: fix family selection after 982cd5ae8ef6 (Wed, 10 May 2023 12:41:10 UTC)
- git: f3065e767def - main - testing: add support for using custom interfaces in pytest framework. (Mon, 15 May 2023 10:53:37 UTC)
- git: f0ffe1ce0fba - main - testing: add support for handling Netlink carp messages (Mon, 15 May 2023 10:53:38 UTC)
- git: 97760572a0e4 - main - testing: add public method for requiring module presense in pytest (Mon, 15 May 2023 10:53:39 UTC)
- git: 3f6bf6a033b1 - main - netlink: add an optional post-process hook to the message parsers. (Mon, 15 May 2023 11:37:22 UTC)
- git: d91f8db5f182 - main - testing: rename IfattrType to IfaAttrType for consistency (Mon, 15 May 2023 11:48:48 UTC)
- git: d1cd0344f7b7 - main - ifconfig: split printing functions into smaller per-type chunks. (Mon, 15 May 2023 13:38:00 UTC)
- git: 584ad4126c76 - main - testing: improve vnet support in pytest * Allow vnet object to be directly referenced (self.vnet1 vs self.vnet_map["vnet1"]) * Allow iface object to be directly reference (vnet.bridge vs vnet.iface_alias_map["bridge"]) * Allow arbitrary interface alias names insted of ifX * Add wait_objects_any() method for waiting object from multiple vnets * Add wait() method for indefinite sleep on vnet handlers (Tue, 16 May 2023 15:04:13 UTC)
- git: 10b94e406444 - main - netlink: add support for adding/deleting interface addresses (Tue, 16 May 2023 19:39:31 UTC)
- git: 4c91a5dfe483 - main - ifconfig: make interface and address listing use Netlink as transport (Tue, 16 May 2023 19:39:32 UTC)
- git: 4c63ecf5c77c - main - routing: fix panic triggered by the 'gr_idx != 0' assert in nhg code (Wed, 17 May 2023 08:40:38 UTC)
- git: b50e1465e88d - main - routing: plug mbuf leak for the packets hitting IPv6 blackhole route (Wed, 17 May 2023 09:09:28 UTC)
- git: 1377eb268a5a - main - netlink: add IPv4/IPv6 attribute writers using in[6]_addr instead of sockaddrs. (Fri, 19 May 2023 09:46:04 UTC)
- git: a72b78905a3d - main - ifconfig: simplify carp vhid setup. (Sat, 20 May 2023 09:49:40 UTC)
- git: 7eee0eaf1602 - main - netlink: automatically generate broadcast for IPv4 ifa if not set. (Sat, 20 May 2023 10:43:04 UTC)
- git: 197bff385e2c - main - ifconfig: split argument parsing (Sun, 21 May 2023 09:43:00 UTC)
- git: 63ad5ce7335b - main - ifconfig: simplify ifconfig() by factoring out ifa add/del logic (Sun, 21 May 2023 09:43:02 UTC)
- git: 050815ae7f9d - main - netlink: call IPv6 hook when adding IPv4 addresses. (Mon, 22 May 2023 13:45:19 UTC)
- git: 54418f79fd29 - main - ifconfig: switch IPv4/IPv6 address manipulations to Netlink (Mon, 22 May 2023 13:46:16 UTC)
- git: 454d72ec4098 - main - Revert "ifconfig: Fix the build" (Mon, 22 May 2023 15:19:14 UTC)
- git: 26056fa8d348 - main - Revert "ifconfig: switch IPv4/IPv6 address manipulations to Netlink" (Mon, 22 May 2023 15:19:16 UTC)
- git: 44cd85d42e5d - main - ifconfig: cleanup warnings #1 (Wed, 24 May 2023 10:40:42 UTC)
- git: 6e3a9d7f2c8d - main - ifconfig: introduce `ifconfig_context` to store current global state. (Wed, 24 May 2023 10:40:43 UTC)
- git: 12cfa3c1bd56 - main - ifconfig: fix interface address ordering with Netlink. (Wed, 24 May 2023 15:35:01 UTC)
- git: 4bf44dd73bc0 - main - ifconfig: switch IPv4/IPv6 address manipulations to Netlink. (Thu, 25 May 2023 12:22:38 UTC)
- git: 6d204407ec6e - main - ifconfig: fix ifconfig IFX inet[6] ADDR -alias (Thu, 25 May 2023 15:03:57 UTC)
- git: dfc15e761b84 - main - netlink: call IPv6 hook after the ifaddr operation when ifp is brought up. (Sat, 27 May 2023 10:44:21 UTC)
- git: 99ea21744b9f - main - netlink: fix bulding with NOINET6 (Sat, 27 May 2023 10:46:36 UTC)
- git: 5f19f790b392 - main - netlink: add snl(3) support for parsing unknown-size arrays (Sat, 27 May 2023 11:14:13 UTC)
- git: 656a39c1a062 - main - netlink: use newly-added snl(3) array parsing for handling multipath routes. (Sat, 27 May 2023 11:14:15 UTC)
- git: 7ee6b0f125a0 - main - netlink: add snl(3) support for listing genetlink multicast groups (Sat, 27 May 2023 11:14:16 UTC)
- git: 30376771fc79 - main - netlink: fix build (Sat, 27 May 2023 12:29:44 UTC)
- git: c90901245e9c - main - netlink: update rta_multipath conditions in arp/ndp after 656a39c1a062 (Sat, 27 May 2023 13:26:29 UTC)
- git: 4e9a97de01a5 - main - netlink: fix ifconfig P2P inet ADDR ADDR netmask 255.255.255.255 addition (Wed, 31 May 2023 10:38:43 UTC)
- Alexey Dokuchaev
- Andrew Gallatin
- Andrew Turner
- git: 2b8c4137d497 - main - arm64: fix stack unwinding past exception handlers (Wed, 10 May 2023 12:06:53 UTC)
- git: 37c1ef5ac0a2 - main - Move the arm64 sigcode to .rodata (Wed, 17 May 2023 11:31:16 UTC)
- git: 0f54e49d4b78 - main - arm64 pmap: introduce PTE_TO_PHYS macro (Wed, 24 May 2023 10:59:22 UTC)
- git: 012ea67d2d17 - main - arm64 pmap: introduce PHYS_TO_PTE macro (Wed, 24 May 2023 10:59:23 UTC)
- git: 419f8fc7fbc8 - main - Add more arm64 special registers (Wed, 24 May 2023 10:59:24 UTC)
- git: 255adf35c0b9 - main - Export arm64 VFP handling functions (Wed, 24 May 2023 10:59:26 UTC)
- git: 800b39cf99b2 - main - arm64: Remove CNTHCTL_EL2 from arm64.h (Wed, 24 May 2023 16:20:17 UTC)
- git: b81e1c6b72f1 - main - Don't print leading 0's in the arm64 esr (Wed, 24 May 2023 16:20:18 UTC)
- git: 0731b0a9f1f9 - main - Print registers on an arm64 spinlock data abort (Wed, 24 May 2023 16:20:20 UTC)
- git: fa512fcd8fe7 - main - arm64: Print the spinlock count on panic (Wed, 24 May 2023 16:20:21 UTC)
- git: 8b709c88e56d - main - Add brackets around GICv3 redistributor macros (Thu, 25 May 2023 10:02:18 UTC)
- git: ae16cbfdd2a1 - main - gicv3: Use an offset to find the redist registers (Wed, 31 May 2023 14:20:14 UTC)
- Antoine Brodin
- Baptiste Daroussin
- git: ef7d0eb9489f - main - pw: do not call system() (Mon, 15 May 2023 06:59:12 UTC)
- git: c7fdf87b0985 - main - pci_vendors: update to 2023-05-15 (Mon, 15 May 2023 07:10:03 UTC)
- git: d904b43ba3ff - main - dma: install a simple example for the auth.conf file (Mon, 15 May 2023 07:20:38 UTC)
- git: d2b4753f06dc - main - periodic: Use locale-agnostic (ISO 8601) timestamp format (Mon, 15 May 2023 07:27:18 UTC)
- git: e0155c698904 - main - pw: The pw_checkname function has added ';' checking. (Tue, 16 May 2023 06:48:42 UTC)
- git: d047a4e486a4 - main - passwd.5: Remove .Tn (Trade Name) macros (Tue, 16 May 2023 12:01:23 UTC)
- git: 6e068d6bea4d - main - passwd.5: Update man page after e0155c6989049da43c5499f7129002aa17d1ca79 (Tue, 16 May 2023 12:01:24 UTC)
- git: 31edf56b1571 - main - date: add -z output_zone option (Fri, 19 May 2023 19:09:54 UTC)
- git: cb1fc924d2c0 - main - genl: add new command to list genetlink(4) (Tue, 30 May 2023 11:37:10 UTC)
- git: 153145efcd99 - main - src.conf.5: regen after readd of NETLINK option (Tue, 30 May 2023 11:37:11 UTC)
- Bjoern A. Zeeb
- Re: git: d198b8774d2c - main - fwget: Introduce new utility (Tue, 09 May 2023 13:56:38 UTC)
- git: 910a83438358 - main - LinuxKPI: 802.11: fix IEEE80211_TX_INFO_DRIVER_DATA_SIZE (Thu, 11 May 2023 21:37:35 UTC)
- git: 721b44ba5f3f - main - amd64: pmap.h put a guard around a pcpu.h function (Fri, 12 May 2023 11:17:17 UTC)
- git: d544b53cb0b6 - main - LinuxKPI: add dummy hash.h and kernel_connect() (Fri, 12 May 2023 11:21:29 UTC)
- git: dd4f32ae6242 - main - ath11k: import ath11k driver (Fri, 12 May 2023 11:21:30 UTC)
- git: 7232e6dcc89b - main - net80211: Radiotap: update for newer standards (add EHT, U-SIG) (Tue, 16 May 2023 16:06:27 UTC)
- git: 972bf40b62f7 - main - LinuxKPI: add ptp_clock_kernel.h (Tue, 16 May 2023 21:27:17 UTC)
- git: 262c5e81937f - main - LinuxKPI: skbuff.h: add skb_hwtstamps(), implement *mac_header() (Tue, 16 May 2023 21:27:18 UTC)
- git: 71fde8e5070c - main - LinuxKPI: add ns_to_timespec64() (Wed, 17 May 2023 10:23:11 UTC)
- git: 2e6756b752e0 - main - ifconfig: improve trimming off interface number at end (Thu, 18 May 2023 15:24:44 UTC)
- git: 63231f4d5bae - main - net80211: Radiotap: update for defines (Sat, 20 May 2023 01:01:01 UTC)
- git: 6153bef9ec96 - main - LinuxKPI: netdevice: add dev_set_threaded() (Sat, 20 May 2023 01:01:02 UTC)
- git: 047298203fc3 - main - LinuxKPI: qcom: update qmi and mhi (Sat, 20 May 2023 01:01:03 UTC)
- git: 369264acf7d2 - main - LinuxKPI: skbuff: add skb_get_hash() (Sat, 20 May 2023 01:01:04 UTC)
- git: b7afaf8a411a - main - LinuxKPI: add further dummy header files (Sat, 20 May 2023 01:01:05 UTC)
- git: ae1e336e0517 - main - LinuxKPI: add put_unaligned_le16() and get_unaligned_be64() (Sat, 20 May 2023 11:11:09 UTC)
- git: 10aa369afd99 - main - fwget: simplify adding firmware images to pkg to install (Sat, 20 May 2023 11:14:58 UTC)
- git: 17cec33e750f - main - fwget: improve the pci base script (Sat, 20 May 2023 11:17:40 UTC)
- git: dd8a74e74d99 - main - fwget: add support for various WiFi NICs (Sat, 20 May 2023 11:19:34 UTC)
- git: 5138ffa87716 - main - fwget: remove logging redirects (Sat, 20 May 2023 11:21:36 UTC)
- git: 525dd4acaacc - main - LinuxKPI: implement pci_rescan_bus() (Sun, 21 May 2023 00:31:57 UTC)
- git: 046d8d89ed19 - main - LinuxKPI: fix WRITE_ONCE(), remove ACCESS_ONCE() (Sun, 21 May 2023 23:14:27 UTC)
- git: 1213a6bea8a1 - main - LinuxKPI: skbuff: add napi_build_skb() and skb_mark_for_recycle() (Tue, 23 May 2023 23:19:12 UTC)
- git: 6a1c5037363a - main - LinuxKPI: add thermal.h to dummy files for now (Tue, 23 May 2023 23:24:16 UTC)
- git: 0be82d56b44f - main - fwget: update pci_network_mediatek for mt7996 (Tue, 23 May 2023 23:41:57 UTC)
- git: c1b6e9121e88 - main - LinuxKPI: uuid: add guid_gen() and guid_copy() (Wed, 24 May 2023 08:34:47 UTC)
- git: ad513b4dba3e - main - LinuxKPI: add utsname for init_utsname() with release (Wed, 24 May 2023 08:50:27 UTC)
- Bryan Drewery
- Ceri Davies
- Cheng Cui
- Christos Margiolis
- git: 0688eac1f9d6 - main - git-arc: fix spelling error in -s option (Mon, 22 May 2023 19:50:08 UTC)
- git: 0c08479898e6 - main - git-arc: mention creation of separate reviews in man page (Mon, 22 May 2023 19:50:09 UTC)
- git: 94fe28babf1c - main - Add christos as a src committer and markj as mentor (Mon, 22 May 2023 19:50:10 UTC)
- git: 136b8bd610c5 - main - arm64: use PSR_DAIF instead of each individual flag (Mon, 22 May 2023 19:50:11 UTC)
- git: 3c6fb586b956 - main - riscv: do not duplicate sd of tp (Mon, 22 May 2023 20:04:17 UTC)
- git: cef256558752 - main - dtrace: export dtrace_dis_get_byte() (Mon, 22 May 2023 20:22:15 UTC)
- git: 6265da14c913 - main - libdtrace: get rid of illumos ifdefs in dt_module_update(), fix dm_file and dm_modid (Tue, 23 May 2023 12:55:32 UTC)
- git: ecca3180855a - main - kinst: replace KINST_TRAMP_INIT (Tue, 23 May 2023 13:59:11 UTC)
- git: 1e136a9cbd3a - main - dtrace(1): add -d flag to dump D script post-dt_sugar (Tue, 23 May 2023 14:19:48 UTC)
- git: 27ff920e6a0e - main - dtrace: remove ifdef around dtrace_instr_size() (Tue, 23 May 2023 14:19:49 UTC)
- git: db05f9fbfb1a - main - dtrace: implement dtrace_instr_size() for arm64 (Tue, 23 May 2023 14:19:50 UTC)
- git: 21a16d55cc15 - main - dtrace: add register bindings for arm64 (Tue, 23 May 2023 14:19:51 UTC)
- git: ed35c7cf7762 - main - dtrace.1: fix mandoc -Tlint (Tue, 23 May 2023 14:29:34 UTC)
- git: 98ab9802affe - main - dtrace: rename rp to frame in dtrace_getreg() (Tue, 23 May 2023 14:45:31 UTC)
- git: 2cf8ef5910fd - main - rc.suspend: execute rc-scripts with suspend keyword (Tue, 23 May 2023 15:13:30 UTC)
- git: ff624eb63606 - main - kinst: use dtrace_dis_get_byte() instead of own copy (Tue, 23 May 2023 15:13:31 UTC)
- Re: git: 2cf8ef5910fd - main - rc.suspend: execute rc-scripts with suspend keyword (Tue, 23 May 2023 15:22:31 UTC)
- git: 7900879eec8d - main - rc.resume: remove obsolete comment (Tue, 23 May 2023 15:27:14 UTC)
- git: 855ade9e722a - main - kinst: be explicit about trampoline placement (Thu, 25 May 2023 20:41:32 UTC)
- git: 9105ba047181 - main - ofw: remove redundant calls in ofwbus_attach() (Thu, 25 May 2023 20:47:56 UTC)
- git: 9c80ad6839cd - main - kinst: add kinst_excluded() (Fri, 26 May 2023 13:54:29 UTC)
- git: 5c134fba225f - main - kinst: fix memcpy() tracing crash (Fri, 26 May 2023 15:43:57 UTC)
- git: c4f7198f47c1 - main - split(1): auto-extend suffix length if required (Tue, 30 May 2023 12:57:18 UTC)
- git: ac17fc816e67 - main - split(1): add '-c' to continue creating files (Tue, 30 May 2023 13:13:50 UTC)
- git: 7a8cf053d15e - main - dtrace: deduplicate some RISC-V functions (Tue, 30 May 2023 15:07:37 UTC)
- Chuck Silvers
- Colin Percival
- Corvin Köhne
- Corvin Köhne
- Cy Schubert
- Dag-Erling Smørgrav
- git: 5903d9c00b75 - main - ncal: Error out if writing to stdout failed. (Thu, 04 May 2023 18:52:51 UTC)
- git: cb46f47c7969 - main - tsort: Error out if writing to stdout failed. (Thu, 04 May 2023 18:52:52 UTC)
- git: dabef9818f32 - main - dd: Tidy up the tests. (Fri, 05 May 2023 12:45:22 UTC)
- git: 5807f35c541c - main - dd: Fix SIGINT handling. (Fri, 05 May 2023 12:45:23 UTC)
- git: 4849767cb16a - main - md5: Improve compatibility. (Mon, 08 May 2023 08:05:25 UTC)
- git: f1ceb05a469f - main - md5: Fix input error check. (Wed, 10 May 2023 09:26:45 UTC)
- git: 90eaf4b2f98f - main - md5: Include <osreldate.h> for __FreeBSD_version. (Wed, 10 May 2023 09:26:46 UTC)
- git: facc213643f8 - main - md5: Don't increment a bool. (Wed, 10 May 2023 09:26:48 UTC)
- git: 00de65aaed3a - main - md5: Add missing references to sha384. (Wed, 10 May 2023 13:46:16 UTC)
- git: b55bc49e8694 - main - tsort: Replace bcopy() with memcpy(). (Wed, 10 May 2023 13:46:17 UTC)
- git: 09aee570980b - main - tsort: Add unit tests. (Wed, 10 May 2023 13:46:18 UTC)
- git: 27e74c8fff35 - main - md5: Add missing <errno.h>. (Thu, 11 May 2023 06:24:09 UTC)
- git: 951beab15d39 - main - taclib: 0 (not set) is a valid auth type in authorization requests. (Mon, 22 May 2023 10:44:32 UTC)
- git: 6c5cdba1bafe - main - Add nss_tacplus, a TACACS+ NSS module. (Mon, 22 May 2023 10:44:33 UTC)
- git: c8d84fa75eef - main - pam_tacplus: Mention nss_tacplus in the manual page. (Mon, 22 May 2023 10:44:34 UTC)
- git: 506321178137 - main - ctags: Error out if writing to stdout failed. (Tue, 23 May 2023 15:31:35 UTC)
- git: 5afab0e5e56f - main - ldns: Upgrade to 1.8.3. (Wed, 24 May 2023 15:51:13 UTC)
- git: 430d064ba5b0 - main - ctags: Support writing to stdout instead of a file. (Thu, 25 May 2023 13:25:50 UTC)
- git: 9f35eb8f96a5 - main - ctags: Recognize __attribute__ in function declarations. (Thu, 25 May 2023 18:16:50 UTC)
- Dag-Erling_Smørgrav
- Dan Mack
- dan4media_at_host.aait-sa.com
- Dimitry Andric
- Dmitry Chagin
- Re: git: a1d71cebc05c - main - fstatat(2): restore AT_EMPTY_PATH handling (Tue, 02 May 2023 17:00:01 UTC)
- Re: git: a1d71cebc05c - main - fstatat(2): restore AT_EMPTY_PATH handling (Tue, 02 May 2023 19:26:49 UTC)
- Re: git: a1d71cebc05c - main - fstatat(2): restore AT_EMPTY_PATH handling (Wed, 03 May 2023 09:55:08 UTC)
- git: ae6ac58745b5 - main - ktrace: Fix syscall number on a child return path from fork (Sun, 14 May 2023 21:24:02 UTC)
- git: bf3a14b41a7b - main - linux(4): Fix stack unwinding on arm64 [1/2] (Sun, 14 May 2023 21:31:06 UTC)
- git: 2cdeb89e5700 - main - linux(4): Fix stack unwinding on arm64 [2/2] (Sun, 14 May 2023 21:31:07 UTC)
- git: 5f19e18b641a - main - linux(4): Get rid of linux_vdso_sigcode (Sun, 14 May 2023 21:31:08 UTC)
- git: d957343f8713 - main - linux(4): Rework signal trampoline on Aarch64 (Sun, 14 May 2023 21:31:09 UTC)
- Re: git: d957343f8713 - main - linux(4): Rework signal trampoline on Aarch64 (Mon, 15 May 2023 21:10:08 UTC)
- git: 0282f87530b3 - main - ktrace: Simplify ae6ac587, drop the sa var declaration (Tue, 16 May 2023 19:46:44 UTC)
- git: 0f62290e7f74 - main - linux(4): Check fd passed to unlockpt() (Thu, 18 May 2023 07:55:52 UTC)
- git: 38a137f41620 - main - linux(4): Move linux_debug decalration to linux_util.h (Thu, 18 May 2023 17:02:50 UTC)
- git: dd2a6cd701ae - main - linux(4): Make ptrace_peekusr machine dependend (Thu, 18 May 2023 17:02:51 UTC)
- git: 3d0addcd3519 - main - linux(4): Make ptrace_pokeusr machine dependent (Thu, 18 May 2023 17:02:53 UTC)
- git: 1d76741520c0 - main - linux(4): Implement ptrace_pokeusr for x86_64 (Thu, 18 May 2023 17:02:54 UTC)
- git: 3f1bfc136f8f - main - linux(4): Guard linux_fork.h by _KERNEL for use by libsysdecode (Fri, 26 May 2023 16:35:30 UTC)
- git: bd35e83bcf03 - main - libsysdecode: Decode linux_clone syscall flags (Fri, 26 May 2023 16:35:32 UTC)
- git: 829f3d7d2640 - main - kdump: Decode linux_clone syscall flags (Fri, 26 May 2023 16:35:33 UTC)
- git: c2c9ac88c2bb - main - kdump: Add a facility to print numbers in decimal format always (Fri, 26 May 2023 16:35:34 UTC)
- Re: git: acfb06062a68 - main - stress2: Fix warnings (Sat, 27 May 2023 20:58:16 UTC)
- git: a99b890ecd26 - main - linux(4): Drop a weird comment from linux_set_syscall_retval on amd64 (Sun, 28 May 2023 14:07:45 UTC)
- git: a463dd810851 - main - linux(4): Add a comment explaining registers at syscall entry point on amd64 (Sun, 28 May 2023 14:07:46 UTC)
- git: 185bd9fa3096 - main - linux(4): Simplify %r10 restoring on amd64 (Sun, 28 May 2023 14:07:47 UTC)
- git: 037b60fb0fbc - main - linux(4): Preserve %rcx (return address) like a Linux do (Sun, 28 May 2023 14:07:48 UTC)
- git: 78c2e58fa5b0 - main - linux(4): Fix stack unwinding across signal frame on x86_64 (Sun, 28 May 2023 14:07:49 UTC)
- git: 0a09cfb3f766 - main - avx_sig: Avoid libbsd dependency for modern Glibc (Mon, 29 May 2023 08:09:28 UTC)
- git: 723e25f12893 - main - avx_sig: Print statistics by interval enstead of by pressing ^T (Mon, 29 May 2023 08:09:29 UTC)
- git: 3d2fec7db856 - main - namei: Add the abilty for the ABI to specify an alternate root path (Mon, 29 May 2023 08:20:06 UTC)
- git: fd745e1db6b5 - main - linux(4): Use pwd_altroot() to tell namei() about ABI root path (Mon, 29 May 2023 08:20:07 UTC)
- git: 57578deac71c - main - Brandinfo: Retire emul_path as unneeded anymore (Mon, 29 May 2023 08:20:08 UTC)
- git: d706d02edb50 - main - sysentvec: Retire sv_imgact_try as unneeded anymore (Mon, 29 May 2023 08:20:09 UTC)
- git: a482fffc7ebf - main - linprocfs: Rework according to the new ABI altroot facility (Mon, 29 May 2023 08:20:10 UTC)
- git: c4299cec48a5 - main - linux(4): Make linux_emul_path private (Mon, 29 May 2023 08:20:11 UTC)
- git: 07c0b6e535c5 - main - vfs: Retire kern_alternate_path() as unused anymore (Mon, 29 May 2023 08:20:12 UTC)
- git: 8340b03425cf - main - linux(4): Add a dedicated linux_exec_copyin_args() (Mon, 29 May 2023 09:18:44 UTC)
- git: eb98f7791040 - main - linux(4): Regen for linux_execve (Mon, 29 May 2023 09:18:45 UTC)
- git: 68348f41c9b0 - main - avx_sig: Prepare to add arm64 neon test (Tue, 30 May 2023 08:19:52 UTC)
- git: 4f2c2a122c6f - main - avx_sig: Adapt avx_sig test for Aarch64 (Tue, 30 May 2023 08:19:53 UTC)
- Re: git: 4f2c2a122c6f - main - avx_sig: Adapt avx_sig test for Aarch64 (Tue, 30 May 2023 18:11:20 UTC)
- Dmitry Salychev
- Doug Ambrisko
- Doug Rabson
- Ed Maste
- git: 9c353fa4a940 - main - libc: Fix a documentation spelling mistake (Mon, 01 May 2023 14:30:35 UTC)
- git: 7626863e1983 - main - pf: Fix a spelling mistake in a comment (Mon, 01 May 2023 14:30:37 UTC)
- git: a58648a68b4c - main - wlan(4): Add more related drivers to "See also" (Mon, 01 May 2023 14:38:50 UTC)
- git: 865362061dac - main - mfi(4): Refer to mrsas(4) (Mon, 01 May 2023 15:29:54 UTC)
- git: e5bc2547a5f8 - main - geom(4): Add cross reference to geom(8) (Mon, 01 May 2023 15:29:55 UTC)
- git: 75baf3765c68 - main - Cirrus-CI: set PKG_FORMAT via top level `env:` (Mon, 01 May 2023 18:04:00 UTC)
- git: 2a3bd0870869 - main - pkgbase: hide duplicate METALOG directory warnings under verbose (Mon, 01 May 2023 19:28:46 UTC)
- git: ed2e50508ce4 - main - bxe: prefer C99 bool to boolean_t (Mon, 01 May 2023 20:23:56 UTC)
- git: 5f2e84015da7 - main - bsd.lib.mk: decouple lib*_pic.a from TOOLCHAIN build knob (Mon, 01 May 2023 20:47:26 UTC)
- git: 0b4568e36fa6 - main - src.opts.mk: Decouple MK_INCLUDES from MK_TOOLCHAIN (Tue, 02 May 2023 00:40:38 UTC)
- git: 83d5725005c5 - main - src.conf.5: regen after MK_TOOLCHAIN / MK_INCLUDES decoupling (Tue, 02 May 2023 00:40:39 UTC)
- git: ec1e83782d9d - main - rtld: don't add extraneous -L directory when MK_TOOLCHAIN == no (Tue, 02 May 2023 22:02:44 UTC)
- git: 81f964e2ffb7 - main - authpf: do not sprintf to a null pointer (Wed, 03 May 2023 14:03:44 UTC)
- git: fc2e2c950d97 - main - src.conf: add WITH_TOOLCHAIN description (Wed, 03 May 2023 15:42:29 UTC)
- git: 4194bbb34c60 - main - release: Report disk image filename (Wed, 03 May 2023 20:58:44 UTC)
- git: 0d66206fff44 - main - Add 'contrib/spleen/' from commit '5eab6333fa27e2b6954c6927859d462a004e57bb' (Thu, 04 May 2023 15:47:34 UTC)
- git: fa4651d7ea5b - main - build.7: remove reference to deprecated mergemaster (Fri, 05 May 2023 01:19:13 UTC)
- git: f7057652618a - main - Makefile.inc1: use make builtin :ts instead of sed (Fri, 05 May 2023 12:15:01 UTC)
- git: f540a43052c1 - main - libfido2: update to 1.9.0 (Fri, 05 May 2023 23:12:11 UTC)
- git: 3e696dfb7009 - main - libfido2: update to 1.10.0 (Fri, 05 May 2023 23:58:17 UTC)
- git: 76887e84be97 - main - cpuset: increase userland maximum size to 1024 (Mon, 08 May 2023 18:26:48 UTC)
- git: 9c6f3dfda6dd - main - bhyve: specify OpenSSL 1.1 API (Mon, 08 May 2023 19:45:56 UTC)
- Re: git: 76887e84be97 - main - cpuset: increase userland maximum size to 1024 (Tue, 09 May 2023 13:40:07 UTC)
- git: 469c325a49dc - main - libfido2: specify OpenSSL 1.1 API (Tue, 09 May 2023 13:46:18 UTC)
- git: ea6dd3d1d451 - main - Revert "cpuset: increase userland maximum size to 1024" (Tue, 09 May 2023 17:05:09 UTC)
- git: f5f1b9a9828a - main - Cirrus-CI: add gcc12 automatic task on primary GitHub mirror (Tue, 09 May 2023 21:16:24 UTC)
- Re: git: f5f1b9a9828a - main - Cirrus-CI: add gcc12 automatic task on primary GitHub mirror (Tue, 09 May 2023 22:33:50 UTC)
- git: e32fecd0c2c3 - main - loader: install help files only once (Wed, 10 May 2023 00:20:37 UTC)
- git: b6271cc0d0cd - main - includes: avoid installing if_wg.h twice (Wed, 10 May 2023 01:10:31 UTC)
- git: 0e04dd3b66c0 - main - pkgbase: report error if files are installed multiple times (Wed, 10 May 2023 01:10:33 UTC)
- git: 3d6a94db1010 - main - Install spleen vt(4) fonts (Wed, 10 May 2023 17:58:13 UTC)
- git: 74192f9b2d24 - main - ktls_test: specify OpenSSL 1.1 API (Thu, 11 May 2023 14:31:53 UTC)
- git: 9244506a1b31 - main - Cirrus-CI: hide manual tasks from official runs (Thu, 11 May 2023 18:21:33 UTC)
- Re: git: ca14781c8170 - main - bhyve: add cmdline option for user defined fw_cfg items (Thu, 11 May 2023 18:25:44 UTC)
- git: 692b19255c5d - main - dma: use OpenSSL 1.1 init API (Thu, 11 May 2023 23:03:54 UTC)
- git: bdf6dee2a910 - main - dma: specify OpenSSL 1.1 API (Thu, 11 May 2023 23:03:56 UTC)
- git: d1fdf357ae72 - main - src.conf.5: regen (Fri, 12 May 2023 14:58:02 UTC)
- Re: git: bee3d4bf8ed5 - main - Move DIRDEPS_BUILD settings to sys.dirdeps.mk (Fri, 12 May 2023 15:14:00 UTC)
- git: 74674fef3c12 - main - kern.opts.mk: rationalize i386 EFI default with src.opts.mk (Fri, 12 May 2023 16:15:10 UTC)
- git: 48267a0a9263 - main - loader: restore userboot help file (Fri, 12 May 2023 17:25:00 UTC)
- git: b46d461d59b7 - main - src.conf.5: regen (Sun, 14 May 2023 14:19:26 UTC)
- git: f326a83c8570 - main - Cirrus-CI: switch to -lite LLVM package for native run (Fri, 19 May 2023 13:58:33 UTC)
- Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns (Sat, 20 May 2023 19:09:24 UTC)
- Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns (Sun, 21 May 2023 23:16:21 UTC)
- Re: git: e639e0d27cc8 - main - zfs: merge openzfs/zfs@e61076683 (Mon, 22 May 2023 14:47:24 UTC)
- git: d1639e43c589 - main - cpuset: increase userland maximum size to 1024 (Wed, 24 May 2023 15:08:16 UTC)
- git: ae60012e46ec - main - release/oci.conf: add missing vm_extra_pre_umount() steps (Wed, 24 May 2023 17:11:38 UTC)
- git: ffbd1c8bc08e - main - libtelnet: specify OpenSSL 1.1 APIs (Wed, 24 May 2023 18:40:41 UTC)
- git: 96e6e5b5fe9b - main - ppp: specify OpenSSL 1.1 APIs (Wed, 24 May 2023 18:55:30 UTC)
- git: baef3a5b585f - main - tcpdump: specify OpenSSL 1.1 APIs (Wed, 24 May 2023 23:44:47 UTC)
- git: b238d51d0adc - main - ldns: specify OpenSSL 1.1 APIs (Thu, 25 May 2023 02:17:04 UTC)
- git: 5804b7ab378d - main - superio: Add device ID for ITE IT8613 (Thu, 25 May 2023 15:20:03 UTC)
- git: 01aee8c92d93 - main - libfetch: do not call deprecated OpenSSL functions (Thu, 25 May 2023 16:22:06 UTC)
- git: 77d788e23d09 - main - libfetch: specify OpenSSL 1.1 APIs (Thu, 25 May 2023 17:16:58 UTC)
- git: 07523f1d4fae - main - libradius: specify OpenSSL 1.1 APIs (Thu, 25 May 2023 17:16:59 UTC)
- git: 5a7500dab9b8 - main - libarchive: Request the OpenSSL 1.1 API (Thu, 25 May 2023 19:09:17 UTC)
- Re: git: 01aee8c92d93 - main - libfetch: do not call deprecated OpenSSL functions (Thu, 25 May 2023 20:04:22 UTC)
- git: fed03614bd2d - main - factor: Request the OpenSSL 1.1 API (Thu, 25 May 2023 20:53:07 UTC)
- git: 0f2bb40bc7dd - main - lldb: dereference stoppcbs based on target kernel version (Fri, 26 May 2023 01:49:51 UTC)
- git: b01c10d25d06 - main - auditdistd: Avoid calling deprecated OpenSSL functions (Fri, 26 May 2023 13:21:52 UTC)
- git: 7409d45ed4c5 - main - auditdistd: Request the OpenSSL 1.1 API (Fri, 26 May 2023 13:21:54 UTC)
- git: 98c5211847af - main - Cirrus-CI: move arch and toolchain to beginning of task names (Tue, 30 May 2023 13:17:54 UTC)
- git: df042dcf268c - main - Cirrus-CI: add amd64 and arm64 Clang/LLVM 16 jobs (Tue, 30 May 2023 13:17:55 UTC)
- git: dc103686348d - main - unbound: avoid calling deprecated OpenSSL function (Tue, 30 May 2023 23:56:28 UTC)
- git: aa4cf5647cdc - main - libunbound: Request the OpenSSL 1.1 API (Wed, 31 May 2023 14:05:22 UTC)
- git: 8e7a31b65f9a - main - decryptcore: update for OpenSSL 1.1 API (Wed, 31 May 2023 16:20:43 UTC)
- git: eb2b00da5640 - main - decryptcore: add OPENSSL_INIT_LOAD_CONFIG to init call (Wed, 31 May 2023 17:01:08 UTC)
- Emmanuel Vadot
- Enji Cooper
- git: 4e9041a78690 - main - rc.subr(8): run `trailing-whitespace-fixer` (Thu, 11 May 2023 05:41:21 UTC)
- Re: git: 74192f9b2d24 - main - ktls_test: specify OpenSSL 1.1 API (Thu, 11 May 2023 14:59:13 UTC)
- git: 46f35bf28d0a - main - rc.subr(8): delete debug cpuset helper (Sat, 13 May 2023 02:50:07 UTC)
- Re: git: e639e0d27cc8 - main - zfs: merge openzfs/zfs@e61076683 (Sat, 13 May 2023 13:41:54 UTC)
- git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns (Sat, 20 May 2023 18:41:51 UTC)
- git: 902dc544cc58 - main - Revert "Require the OpenSSL 1.1 APIs when compiling ldns" (Sat, 20 May 2023 19:01:32 UTC)
- git: 5a9c724847f9 - main - Correct size parameter to strncmp (Tue, 23 May 2023 01:20:02 UTC)
- Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns (Tue, 23 May 2023 03:31:06 UTC)
- git: 9a49a3792940 - main - mptutil: document that disabled/enabled are also supported (Thu, 25 May 2023 04:56:57 UTC)
- Re: git: 5a7500dab9b8 - main - libarchive: Request the OpenSSL 1.1 API (Fri, 26 May 2023 03:37:43 UTC)
- git: 52b63df9b6df - main - dumpon: provide diag info when `PEM_read_RSA_PUBKEY` fails (Sat, 27 May 2023 01:05:28 UTC)
- Re: git: acfb06062a68 - main - stress2: Fix warnings (Sat, 27 May 2023 18:10:23 UTC)
- git: c60be9ea6b1e - main - Add simple factor/primes regression tests (Sat, 27 May 2023 18:11:54 UTC)
- git: 537cd766435c - main - factor: support OpenSSL 3 (Sat, 27 May 2023 18:11:55 UTC)
- Re: git: acfb06062a68 - main - stress2: Fix warnings (Sat, 27 May 2023 20:55:23 UTC)
- Re: git: 537cd766435c - main - factor: support OpenSSL 3 (Sat, 27 May 2023 21:16:21 UTC)
- git: dcf5d5603b3a - main - Reduce ifdef soup by adding pre-3.0 compat support (Sun, 28 May 2023 00:05:51 UTC)
- git: 27234ad6999b - main - Fix the build post-dcf5d5603b3af8 (Sun, 28 May 2023 02:18:48 UTC)
- Eric Joyner
- Fedor Uporov
- Gary Jennejohn
- George Kontostanos
- Gleb Smirnoff
- Gordon Bergling
- Graham Perrin
- Guido Falsi
- Hans Petter Selasky
- git: d502d3fc72f1 - main - opensm: Fix build with -Werror and -Wdate-time. (Mon, 01 May 2023 11:49:34 UTC)
- git: a554ff467079 - main - libmlx5: Add more ConnectX-6/7/8 HCA IDs to hca_table. (Mon, 01 May 2023 11:49:36 UTC)
- Re: git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG (Fri, 19 May 2023 14:07:04 UTC)
- Re: git: 40b287054521 - main - mi_startup: Instrument the bubblesort with TSLOG (Fri, 19 May 2023 15:37:14 UTC)
- git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 16:21:54 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 16:57:47 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 17:46:51 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 19:13:09 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 21:37:13 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 22:13:26 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 22:32:11 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 22:51:32 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Mon, 22 May 2023 10:42:39 UTC)
- git: 47c887be4af7 - main - Revert "mlx4: Move DEFINE_MUTEX() outside function body." (Mon, 22 May 2023 10:55:06 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Mon, 22 May 2023 13:55:34 UTC)
- Herbert J. Skuhra
- Jason A. Harmening
- Jessica Clarke
- git: f78cc42f10cb - main - riscv: Add pass(4) to GENERIC kernel (Wed, 03 May 2023 04:15:35 UTC)
- Re: git: 8fb0f07c7a13 - main - wlan(4): Mention WiFi more prominently (Thu, 04 May 2023 22:02:01 UTC)
- Re: git: d957343f8713 - main - linux(4): Rework signal trampoline on Aarch64 (Sun, 14 May 2023 21:57:55 UTC)
- Re: git: 4b500174dd2d - main - arm64: emulate swp/swpb instructions (Mon, 15 May 2023 15:49:45 UTC)
- Re: git: ccb59683b983 - main - arm64: add tests for swp/swpb emulation (Mon, 15 May 2023 21:59:54 UTC)
- git: 28f66935d400 - main - tests: Disable sys/compat32 and sys/compat32/aarch64 tests (Mon, 15 May 2023 22:19:58 UTC)
- git: 816129210ad4 - main - tests: Don't recurse into sys/compat32 (Tue, 16 May 2023 01:09:35 UTC)
- Re: git: c6750ddec917 - main - Require the OpenSSL 1.1 APIs when compiling ldns (Sat, 20 May 2023 19:23:54 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 16:33:35 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 17:05:41 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 18:02:55 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 19:41:40 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 21:58:45 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 22:32:22 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 22:55:58 UTC)
- Re: git: 48f52d9179d5 - main - zfs: Fix build on 32-bit platforms after most recent import. (Thu, 25 May 2023 21:03:02 UTC)
- Re: git: d464a7698de8 - main - ffs: restore backward compatibility of newfs and makefs with older binaries (Tue, 30 May 2023 02:35:12 UTC)
- git: 8e63e787abbd - main - pmc: Initialise and check the pm_flags field for CONFIGURELOG (Tue, 30 May 2023 23:37:46 UTC)
- git: 53d0b9e438bc - main - pmc: Provide full path to modules from kernel linker (Tue, 30 May 2023 23:37:47 UTC)
- git: 659a0041dd06 - main - imgact: Make et_dyn_addr part of image_params (Tue, 30 May 2023 23:37:48 UTC)
- git: 94426d21bf62 - main - pmc: Rework PROCEXEC event to support PIEs (Tue, 30 May 2023 23:37:50 UTC)
- git: d6f00fa046bb - main - pmc: Bump major version for just-committed breaking changes (Tue, 30 May 2023 23:37:51 UTC)
- John Baldwin
- Re: git: d713e0891ff9 - main - MFV: less v632. (Tue, 02 May 2023 21:52:36 UTC)
- git: 407f675718aa - main - imgact_elf: Change header_supported to return bool instead of boolean_t. (Thu, 04 May 2023 19:34:18 UTC)
- git: 4961faaacc07 - main - pmap_{un}map_io_transient: Use bool instead of boolean_t. (Thu, 04 May 2023 19:34:20 UTC)
- git: 65c92e48c43a - main - acpi_button: Replace boolean_t with better types. (Thu, 04 May 2023 19:34:21 UTC)
- git: 463edaf441ac - main - al: Replace boolean_t with either al_bool or bool. (Thu, 04 May 2023 19:34:22 UTC)
- git: 1efae8a24ffd - main - dpaa2: Replace boolean_t with bool. (Thu, 04 May 2023 19:34:23 UTC)
- git: 2fd903276ddb - main - dwc(4): Use bool rather than boolean_t. (Thu, 04 May 2023 19:34:24 UTC)
- git: afdb42987ca8 - main - ofw_cpu_early_foreach: Change callback to return bool instead of boolean_t. (Thu, 04 May 2023 19:34:25 UTC)
- git: 6cf4b46197ba - main - emac(4): Use bool rather than boolean_t. (Thu, 04 May 2023 19:34:26 UTC)
- Re: git: 76887e84be97 - main - cpuset: increase userland maximum size to 1024 (Wed, 10 May 2023 17:29:53 UTC)
- Re: git: 74192f9b2d24 - main - ktls_test: specify OpenSSL 1.1 API (Thu, 11 May 2023 17:08:02 UTC)
- git: ac6dd012590e - main - netlink: Move an INET-only variable under #if. (Sat, 20 May 2023 16:28:32 UTC)
- git: c98146ae229c - main - cxgbe: Move ethofld_transmit under #ifdef INET || INET. (Sat, 20 May 2023 16:28:34 UTC)
- Re: git: ccb59683b983 - main - arm64: add tests for swp/swpb emulation (Mon, 22 May 2023 23:18:34 UTC)
- git: 48f52d9179d5 - main - zfs: Fix build on 32-bit platforms after most recent import. (Thu, 25 May 2023 14:12:13 UTC)
- git: 4ef3b0c138d4 - main - ldns: Silence -Wstrict-prototypes warnings. (Thu, 25 May 2023 14:12:14 UTC)
- git: 3dad1c6696d2 - main - Enable -Wstrict-prototypes for all clang versions at WARNS >= 3. (Thu, 25 May 2023 14:12:15 UTC)
- git: 6c08fd3dc804 - main - Enable -Wstrict-prototypes by default in the kernel for clang 15+. (Thu, 25 May 2023 14:12:17 UTC)
- git: 555b62e1c8ec - main - less: Re-enable -Wdeprecated-non-prototype warnings. (Thu, 25 May 2023 16:17:07 UTC)
- Re: git: 01aee8c92d93 - main - libfetch: do not call deprecated OpenSSL functions (Thu, 25 May 2023 16:49:42 UTC)
- git: 61fab1341a6b - main - powerpc booke: Add an __unused wrapper for a variable only used under DEBUG. (Thu, 25 May 2023 17:45:02 UTC)
- git: 73cc3dbce13f - main - riscv pmap: Add an __unused wrapper for a variable only used under PV_STATS. (Thu, 25 May 2023 17:45:03 UTC)
- git: 98d06eea14a5 - main - sys: Enable -Wunused-but-set-variable for clang 15+. (Thu, 25 May 2023 17:45:05 UTC)
- Re: git: 537cd766435c - main - factor: support OpenSSL 3 (Sat, 27 May 2023 19:21:58 UTC)
- Re: git: dcf5d5603b3a - main - Reduce ifdef soup by adding pre-3.0 compat support (Tue, 30 May 2023 17:02:02 UTC)
- Re: git: 4f2c2a122c6f - main - avx_sig: Adapt avx_sig test for Aarch64 (Tue, 30 May 2023 17:20:33 UTC)
- Re: git: 8e7a31b65f9a - main - decryptcore: update for OpenSSL 1.1 API (Wed, 31 May 2023 21:31:21 UTC)
- Jonathan T. Looney
- Joseph Koshy
- Joseph Mingrone
- Jung-uk Kim
- Justin Hibbits
- Kirk McKusick
- git: b3fe5d932264 - main - Fix off-by-one error in fsck_ffs(8) chkrange() block-number check. (Tue, 09 May 2023 20:09:10 UTC)
- git: 0a6e34e950cd - main - Fix size differences between architectures of the UFS/FFS CGSIZE macro value. (Mon, 15 May 2023 19:57:27 UTC)
- git: 4b08a62ed441 - main - When running fsck_ffs(8) in background ensure that a superblock has been read. (Fri, 26 May 2023 01:59:38 UTC)
- git: e4a905d1e0d9 - main - Add the ability to adjust directory depths to background fsck_ffs(8). (Fri, 26 May 2023 02:28:44 UTC)
- git: 03a8680202ef - main - Correct two bugs in fsck_ffs(8) triggered by corrupted filesystems. (Sat, 27 May 2023 05:43:45 UTC)
- git: 49943856eb27 - main - Do not try to adjust a directory depth when its reconnection is declined. (Sat, 27 May 2023 05:56:00 UTC)
- git: c79a1416955a - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Sat, 27 May 2023 19:24:26 UTC)
- git: 11ce203e0535 - main - Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. (Sat, 27 May 2023 23:08:13 UTC)
- git: 101a9ac07128 - main - Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. (Sun, 28 May 2023 00:12:48 UTC)
- git: b796bfce4869 - main - Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. (Sun, 28 May 2023 22:23:54 UTC)
- git: 5267120645fa - main - Cleanups to fsck_ffs(8). (Mon, 29 May 2023 21:57:02 UTC)
- git: 6a71277c3037 - main - Fix a bug in fsck_ffs(8) triggered by corrupted filesystems. (Mon, 29 May 2023 21:59:00 UTC)
- Konstantin Belousov
- git: 32bb28d8ad31 - main - amd64: move definition of the struct pmap_pcids into _pmap.h (Tue, 02 May 2023 11:39:50 UTC)
- git: 86b61ccb34d4 - main - amd64 pmap: add pmap_pinit_pcids() helper (Tue, 02 May 2023 11:39:52 UTC)
- git: 9e0143694ad3 - main - amd64: add pmap_get_pcid() helper (Tue, 02 May 2023 11:39:53 UTC)
- git: 9c8cbf381985 - main - amd64 pmap_pcid_alloc(): pass a pointer to struct pmap_pcid instead of cpuid (Tue, 02 May 2023 11:39:54 UTC)
- git: 42f722e721cd - main - amd64: store pcids pmap data in pcpu zone (Tue, 02 May 2023 11:39:55 UTC)
- git: a1d71cebc05c - main - fstatat(2): restore AT_EMPTY_PATH handling (Tue, 02 May 2023 15:12:51 UTC)
- Re: git: 5844bd058aed - main - jobc: rework detection of orphaned groups. (Wed, 03 May 2023 06:46:25 UTC)
- git: e704f88f3d92 - main - amd64: initialize APs kpmap_store in init_secondary() (Thu, 04 May 2023 15:40:13 UTC)
- git: af1c6d3f3013 - main - amd64: do not leak pcpu pages (Thu, 04 May 2023 15:40:14 UTC)
- git: 3582acbad303 - main - amd64 mp_machdep.c: remove useless comment (Thu, 04 May 2023 15:40:15 UTC)
- Re: git: 5807f35c541c - main - dd: Fix SIGINT handling. (Fri, 05 May 2023 18:21:36 UTC)
- git: 7c8e66ed8d9c - main - amd64: convert UP code to dynamically allocated pmap->pm_pcid (Sat, 06 May 2023 11:24:53 UTC)
- git: 3a8c69c1ff56 - main - amd64 MINIMAL config: remove sentence about acpi (Sat, 06 May 2023 11:24:54 UTC)
- git: 38843fe0f27c - main - amd64: add MINIMALUP config (Sat, 06 May 2023 11:24:56 UTC)
- Re: git: 5807f35c541c - main - dd: Fix SIGINT handling. (Sat, 06 May 2023 17:56:40 UTC)
- git: de9bed030f47 - main - efiwake(8): add man page (Tue, 09 May 2023 14:33:39 UTC)
- git: ccc6b87b3825 - main - quiesce_cpus(): do not overallocate generation array (Tue, 09 May 2023 15:30:14 UTC)
- git: 9801e7c275f6 - main - smp_topo: dynamically allocate group array (Tue, 09 May 2023 15:30:15 UTC)
- git: d0f67f97579f - main - smp_topo(): make it idempotent (Tue, 09 May 2023 15:30:16 UTC)
- git: 361c8f75a618 - main - smp_topo(): correct allocation sizes for trivial topologies (Tue, 09 May 2023 15:30:17 UTC)
- git: bba6249ae984 - main - amd64 MINIMAL config: remove statements about UFS module (Tue, 09 May 2023 15:30:18 UTC)
- git: 0c1c5e36ebbb - main - amd64 MINIMAL: remove UFS from compiled-in list (Tue, 09 May 2023 15:30:19 UTC)
- git: bf864c3ed583 - main - amd64 MINIMAL: SysV IPC syscalls are loadable (Tue, 09 May 2023 15:30:21 UTC)
- git: b6d3a9644d5c - main - net/pfkeyv2.h: fix typo, meNber (Wed, 10 May 2023 23:53:59 UTC)
- git: 616a6c9f66cf - main - net/if.h: fix style of if_t definition (Wed, 17 May 2023 04:37:32 UTC)
- git: 848d5bb1abea - main - net/if_var.h: consistently use if_t over struct ifnet * (Wed, 17 May 2023 04:37:33 UTC)
- git: 6f49eafb056c - main - libthr rtld locks: do not leak URWLOCK_READ_WAITERS into child (Mon, 22 May 2023 13:46:48 UTC)
- git: 2c1296a3c547 - main - setkey(8): extract prefixlen calculation info helper (Mon, 29 May 2023 22:10:08 UTC)
- git: 2fa1b8617fdf - main - setkey(8): NAT-T manual configuration support (Mon, 29 May 2023 22:10:09 UTC)
- git: cf85818e05a9 - main - setkey(8): document NAT-T and NAT-T MTU extensions syntax (Mon, 29 May 2023 22:10:10 UTC)
- git: 042ec55f9df7 - main - kern/subr_unit.c: some style (Mon, 29 May 2023 22:11:18 UTC)
- git: 36b1f8a81ef9 - main - kern/subr_unit.c: more uses for is_bitmap() (Mon, 29 May 2023 22:11:19 UTC)
- git: d44f477038d3 - main - subr_unit.c: explain first/last special ranges (Mon, 29 May 2023 22:11:20 UTC)
- git: f8c37080853c - main - unr(9): document clean_unrhdr() (Mon, 29 May 2023 22:11:21 UTC)
- git: f386b27736fe - main - unr(9): add 'show unrhdr' ddb command (Mon, 29 May 2023 22:11:22 UTC)
- git: a014e0a3987a - main - unr(9): add iterator interface (Mon, 29 May 2023 22:11:23 UTC)
- git: c4cc0cab1ea6 - main - unr(9): add 'show unrhdr_iter' command (Mon, 29 May 2023 22:11:24 UTC)
- git: 12db3c914fe0 - main - unr(9) iterator: add naive test (Mon, 29 May 2023 22:11:26 UTC)
- git: ea95173dbb3b - main - unr(9): document iterators (Mon, 29 May 2023 22:11:27 UTC)
- git: 8164032a495b - main - reapkill: handle possible pid reuse after the pid was recorded as signalled (Mon, 29 May 2023 22:11:28 UTC)
- git: 7a292504bad8 - main - __acl_get_fd(2), __acl_aclcheck_fd(2): enable for O_PATH filedescriptors (Tue, 30 May 2023 06:02:49 UTC)
- git: 1fc174cba6e0 - main - open(2): fix typo (Tue, 30 May 2023 09:19:48 UTC)
- Kristof Provost
- git: db0a2bfd0c6d - main - pf: reduce number of hashing operations when handling source nodes (Mon, 01 May 2023 14:16:07 UTC)
- git: 476babaea7a3 - main - rtsol: introduce an 'always' script (Tue, 02 May 2023 16:07:50 UTC)
- git: 7b676698856e - main - pf: simplify structs with anonymous unions (Wed, 03 May 2023 09:59:25 UTC)
- git: 16303d2ba6b0 - main - pf: improve source node error handling (Wed, 03 May 2023 09:59:27 UTC)
- git: bf206a1db26e - main - pf: remove NULL check before uma_zfree() (Thu, 04 May 2023 16:24:02 UTC)
- git: 8216f1a9ccaf - main - pf: fix a few more prototypes (Fri, 05 May 2023 12:11:08 UTC)
- git: f7ee28e75582 - main - if_ovpn: notify userspace when we've used half of the sequence numbers (Mon, 08 May 2023 16:13:54 UTC)
- git: f76df4718d27 - main - if_ovpn tests: fix route_to test case (Mon, 08 May 2023 16:13:55 UTC)
- git: 0229fab2fe0e - main - e1000: fix VLAN 0 (Thu, 11 May 2023 07:49:06 UTC)
- git: 92c23f6d9c20 - main - vlan: fix setting flags on a QinQ interface (Fri, 12 May 2023 10:04:30 UTC)
- git: fa554de7746d - main - netlink: reduce default log levels (Fri, 12 May 2023 12:33:15 UTC)
- git: cdc231bd4949 - main - pfsync: Remove deletion of states using the full pfsync_state struct (Wed, 17 May 2023 02:40:49 UTC)
- git: bdd47177528b - main - pf: release rules lock before passing the packet to dummynet (Wed, 17 May 2023 13:22:02 UTC)
- git: 8c23afdb574e - main - pf: Standardize rtableid (Wed, 17 May 2023 16:02:04 UTC)
- git: 2d9d97e66e9e - main - ifconfig: improve error checking for carp peer6 (Thu, 18 May 2023 16:01:22 UTC)
- git: c2c28c0fa2e4 - main - carp: fix unicast link-local (Thu, 18 May 2023 16:01:24 UTC)
- git: 33ff01cebc02 - main - carp tests: test unicast carp via link-local addresses (Thu, 18 May 2023 16:01:25 UTC)
- git: 0d574d8ba8b2 - main - pfsync tests: check for the correct IP address (Thu, 18 May 2023 20:12:31 UTC)
- git: 6408d025cf34 - main - carp test: improve jail names for unicast_ll_v6 test (Thu, 18 May 2023 20:12:32 UTC)
- git: f3546eacf0da - main - if_bridge: fix potential panic (Fri, 19 May 2023 13:42:45 UTC)
- git: af15ae9dd139 - main - prepare-commit-msg: add 'Event' (Mon, 22 May 2023 14:01:57 UTC)
- git: c4a32455d9cb - main - pf: remove the use of caddr_t (Tue, 23 May 2023 14:12:57 UTC)
- git: 81877287a99e - main - if_ovpn: ensure we never re-use sequence numbers (Tue, 23 May 2023 14:12:58 UTC)
- git: 6342c9ed178e - main - if_ovpn: atomic_set -> atomic_store (Wed, 24 May 2023 16:29:42 UTC)
- git: 4bf98559d9d6 - main - pf: make contents of struct pfsync_state configurable (Tue, 30 May 2023 12:29:24 UTC)
- git: c45d6b0ec011 - main - pfctl: Add missing state parameters in DIOCGETSTATESV2 (Tue, 30 May 2023 12:29:25 UTC)
- Re: git: 5ab151574c8a - main - netinet*: Fix redirects for connections from localhost (Wed, 31 May 2023 16:07:39 UTC)
- git: 76c8f202a4f6 - main - pf: fix pf_nv##_array() size check (Wed, 31 May 2023 16:09:06 UTC)
- Kyle Evans
- Re: git: 5844bd058aed - main - jobc: rework detection of orphaned groups. (Mon, 01 May 2023 04:01:44 UTC)
- Re: git: 8935a3993219 - main - daemon: use kqueue for all events (Fri, 05 May 2023 15:00:04 UTC)
- git: 494e7dfdbe6e - main - daemon: EINTR from kevent(2) is not a fatal error (Fri, 05 May 2023 15:29:06 UTC)
- git: 20c61a7c518b - main - acl(3): improve discoverability of acl_get_perm_np(3) (Tue, 09 May 2023 03:47:51 UTC)
- git: 20d8d9809a8c - main - Revert "uart(4): add Sunrise Point UART controllers" (Tue, 09 May 2023 06:41:33 UTC)
- git: 3cb2f5f369ec - main - lualoader: add support for .lua configuration files (Thu, 11 May 2023 04:11:15 UTC)
- git: 0661f93892a2 - main - rc: add support for cpuset(1) (Thu, 11 May 2023 04:40:31 UTC)
- Re: git: 3cb2f5f369ec - main - lualoader: add support for .lua configuration files (Thu, 11 May 2023 16:17:28 UTC)
- git: 86c31aca33ff - main - arm64: add swapueword8/32 (Thu, 11 May 2023 18:23:43 UTC)
- git: 4b500174dd2d - main - arm64: emulate swp/swpb instructions (Mon, 15 May 2023 15:42:23 UTC)
- git: ccb59683b983 - main - arm64: add tests for swp/swpb emulation (Mon, 15 May 2023 15:42:24 UTC)
- git: b68588618b43 - main - arm64: simplify expression (Mon, 15 May 2023 15:57:14 UTC)
- Re: git: 4b500174dd2d - main - arm64: emulate swp/swpb instructions (Mon, 15 May 2023 15:59:04 UTC)
- Re: git: ccb59683b983 - main - arm64: add tests for swp/swpb emulation (Mon, 22 May 2023 14:57:56 UTC)
- git: 172af24449cd - main - arm64: gicv3: setup PPIs on all APs after they're online (Mon, 22 May 2023 15:24:22 UTC)
- Re: git: 816129210ad4 - main - tests: Don't recurse into sys/compat32 (Tue, 23 May 2023 01:38:12 UTC)
- git: e15da6b10a49 - main - libc: locale: fix collation file size validation (Sun, 28 May 2023 18:01:11 UTC)
- git: 9ed4ec4ae34a - main - stand: libefi: avoid a null pointer deref in eficom (Sun, 28 May 2023 18:55:25 UTC)
- Li-Wen Hsu
- Mariusz Zaborski
- Mark Johnston
- git: 56da525b535f - main - hwpmc: Fix a typo (Mon, 01 May 2023 15:40:46 UTC)
- git: aad1685066fc - main - fbt: get rid of redundant defines (Mon, 01 May 2023 15:40:47 UTC)
- git: e11d11c543e7 - main - kinst: test lock in kinst_trampoline_dealloc_locked() (Mon, 01 May 2023 15:40:48 UTC)
- Re: git: a1d71cebc05c - main - fstatat(2): restore AT_EMPTY_PATH handling (Tue, 02 May 2023 19:04:37 UTC)
- git: 0ebc92bf3db1 - main - vmrun.sh: mention new edk2 package (Tue, 02 May 2023 19:20:49 UTC)
- git: e8f6e5b2d969 - main - unix: Fix locking in uipc_peeraddr() (Wed, 03 May 2023 16:00:48 UTC)
- Re: git: 3cb2f5f369ec - main - lualoader: add support for .lua configuration files (Thu, 11 May 2023 13:19:15 UTC)
- git: e3f7081b1c54 - main - fusefs: Remove an unused pbuf zone (Mon, 22 May 2023 13:36:41 UTC)
- git: 5b8ce85e1a72 - main - ifconfig: Fix the build (Mon, 22 May 2023 14:55:00 UTC)
- git: 30038a8b4efc - main - md: Get rid of the pbuf zone (Tue, 23 May 2023 14:27:28 UTC)
- git: e17eca327633 - main - vmm: Avoid embedding cpuset_t ioctl ABIs (Wed, 24 May 2023 01:17:52 UTC)
- git: 80764cdb73f5 - main - bhyve: Remove the exitcode stats structure (Wed, 24 May 2023 01:17:53 UTC)
- git: 2c0a6d0e7b82 - main - bhyvectl: Update usage of vm_run() (Wed, 24 May 2023 12:24:20 UTC)
- git: 9fb6718d1b18 - main - smp: Dynamically allocate the stoppcbs array (Thu, 25 May 2023 22:10:29 UTC)
- git: db289ababf90 - main - posixshmcontrol.1: Document posixshmcontrol create -l (Thu, 25 May 2023 22:10:30 UTC)
- git: 844942888f7d - main - tests: Add a simple regression test for ptrace(PT_SC_REMOTE) (Fri, 26 May 2023 20:06:53 UTC)
- git: 14c5cf3a16c9 - main - makefs/zfs: Avoid generating a GUID of zero (Fri, 26 May 2023 20:06:54 UTC)
- git: e96ed177465e - main - top: Use a cpuset_t to represent a CPU mask (Fri, 26 May 2023 20:06:55 UTC)
- git: 44866dfb4417 - main - bitset: Remove BITSET_FOREACH_ADVANCE (Fri, 26 May 2023 20:06:57 UTC)
- git: ca4c78590095 - main - nexus: Consistently return a pointer in failure paths (Fri, 26 May 2023 20:06:58 UTC)
- git: da8c3d21490f - main - tests: Fix format strings (Fri, 26 May 2023 21:38:53 UTC)
- git: 4e78addbeff9 - main - buf: Make the number of pbufs slightly more dynamic (Tue, 30 May 2023 19:30:07 UTC)
- git: a306ed50ecd5 - main - inpcb: Restore missing validation of local addresses for jailed sockets (Tue, 30 May 2023 19:30:08 UTC)
- Mark Millard
- Martin Matuska
- Mateusz Guzik
- Re: git: a1d71cebc05c - main - fstatat(2): restore AT_EMPTY_PATH handling (Tue, 02 May 2023 20:01:40 UTC)
- Re: git: a1d71cebc05c - main - fstatat(2): restore AT_EMPTY_PATH handling (Tue, 02 May 2023 21:08:23 UTC)
- git: cf0fc64bc2f9 - main - vfs: reduce audit branching in namei_setup (Wed, 03 May 2023 06:56:34 UTC)
- Re: git: 76887e84be97 - main - cpuset: increase userland maximum size to 1024 (Tue, 09 May 2023 09:52:38 UTC)
- Re: git: e639e0d27cc8 - main - zfs: merge openzfs/zfs@e61076683 (Sat, 13 May 2023 14:02:39 UTC)
- git: 6ba1be38f67d - main - proc: s/short/u_char for td_stopsched (Thu, 18 May 2023 20:11:18 UTC)
- git: 9a19595cad92 - main - proc: s/short/int lock-related counters (Thu, 18 May 2023 20:11:20 UTC)
- git: bbe62559c78f - main - rlimit: line up with other clean up in thread_reap_domain (Sat, 20 May 2023 12:48:28 UTC)
- git: e0c86f5c2feb - main - td: line up with other clean up in thread_reap_domain (Sat, 20 May 2023 12:48:29 UTC)
- git: 6217c2473d79 - main - amd64: zero-pad register dumps on panic (Tue, 30 May 2023 13:16:04 UTC)
- git: 60bd7f97b611 - main - vfs cache: restore sorted order of CACHE_FPL_SUPPORTED_CN_FLAGS (Tue, 30 May 2023 13:19:59 UTC)
- Mateusz Piotrowski
- Michael Tuexen
- Mike Karels
- Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Wed, 10 May 2023 21:48:12 UTC)
- Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Thu, 11 May 2023 12:40:04 UTC)
- Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Thu, 11 May 2023 16:57:59 UTC)
- Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Fri, 12 May 2023 15:11:44 UTC)
- Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Sat, 13 May 2023 20:29:30 UTC)
- Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Sat, 13 May 2023 23:00:44 UTC)
- git: bbb2d2ce4220 - main - pw: do not move /home/$user to /usr/home (Tue, 23 May 2023 12:24:14 UTC)
- git: 3bb92304b4fe - main - bsdinstall on zfs: create dataset for /home rather than /usr/home (Tue, 23 May 2023 12:24:16 UTC)
- git: d3c32c80a16b - main - release/tools/vmimage.subr: switch zfs dataset from /usr/home to /home (Tue, 23 May 2023 12:24:17 UTC)
- git: 9a6a948128c9 - main - hier.7: update /home (Tue, 23 May 2023 12:24:18 UTC)
- git: 108230743472 - main - pwd.1: replace /home with /sys in example (Tue, 23 May 2023 12:24:19 UTC)
- Re: git: 108230743472 - main - pwd.1: replace /home with /sys in example (Tue, 23 May 2023 16:05:53 UTC)
- git: aa1a1e7dc42f - main - mksnap_ffs.8: update /home examples (Wed, 24 May 2023 15:32:21 UTC)
- git: 1186ef86c3e1 - main - RELNOTES: add note about moving /usr/home to /home (Wed, 24 May 2023 15:32:22 UTC)
- git: 8955236a1013 - main - bectl.8: update /home (Thu, 25 May 2023 03:09:08 UTC)
- Mitchell Horne
- Re: git: 3416e102c4e9 - main - arm: Remove TI code from GENERIC (Mon, 01 May 2023 14:52:43 UTC)
- git: f5d39047b094 - main - riscv: remove unused string from swtch.S (Tue, 02 May 2023 18:04:17 UTC)
- git: c32b6c742f36 - main - riscv: retire the FPE kernel option (Tue, 02 May 2023 18:04:18 UTC)
- git: 1be8ef26794d - main - hwpmc: drop vestigial IAP event definitions (Sat, 06 May 2023 17:49:35 UTC)
- git: d71a43902072 - main - hwpmc: remove remaining UCP event definitions (Sat, 06 May 2023 17:49:36 UTC)
- git: 6bdf067890ed - main - pmc_events.h: update event list comment (Sat, 06 May 2023 17:49:37 UTC)
- git: b6c9d2a3f892 - main - pmc_events.h: event list formatting (Sat, 06 May 2023 17:49:38 UTC)
- git: 8bd4459560f3 - main - pmccontrol: drop Pentium 4 special case (Sat, 06 May 2023 17:49:40 UTC)
- git: ca43b2ae3ef2 - main - hwpmc: trim obsolete Intel CPU and class defs (Sat, 06 May 2023 17:49:41 UTC)
- git: 3c8b7f49d0eb - main - hwpmc: trim MIPS CPU and class defs (Sat, 06 May 2023 17:49:42 UTC)
- git: 7253dc57a0b4 - main - hwpmc: formatting of CPU and class lists (Sat, 06 May 2023 17:49:43 UTC)
- git: bf66159342e8 - main - pmcstat: augment an error message (Sat, 06 May 2023 17:49:44 UTC)
- git: 5387495773e9 - main - hwpmc: simplify arm64 kernel stack unwinding (Sat, 06 May 2023 17:49:45 UTC)
- git: aba91805aa92 - main - hwpmc: use kstack_contains() (Sat, 06 May 2023 17:49:46 UTC)
- git: 31610e34b7e3 - main - hwpmc: don't use deprecated copystr(9) (Sat, 06 May 2023 17:49:48 UTC)
- git: 3a7c9fc01bda - main - hwpmc_logging: less macro magic for type names (Sat, 06 May 2023 17:49:49 UTC)
- git: 772b2dc3abc5 - main - hwpmc: remove pmd_pcpu_{init,fini} callbacks (Sat, 06 May 2023 17:49:50 UTC)
- git: fa88954fd8f1 - main - hwpmc: remove stub pmd_switch_{in,out} methods (Sat, 06 May 2023 17:49:51 UTC)
- git: a35453b9c764 - main - hwpmc: unused/diagused annotations in tsc class (Sat, 06 May 2023 17:49:52 UTC)
- git: 39f92a76a99a - main - hwpmc: pass pmc pointer to more class methods (Sat, 06 May 2023 17:49:53 UTC)
- git: 9f60b8ce6085 - main - arm64/disassem.c: Add detection of xzr and sp (Mon, 08 May 2023 14:01:10 UTC)
- git: c3b611e153e0 - main - hier(7): drop list of /usr/include subdirectories (Wed, 10 May 2023 13:27:54 UTC)
- git: 1bc55f58393f - main - hier(7): drop list of /usr/share/doc subdirectories (Wed, 10 May 2023 13:27:55 UTC)
- git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Wed, 10 May 2023 13:27:56 UTC)
- git: 031049cf3262 - main - hier(7): fix a couple mandoc warnings (Wed, 10 May 2023 13:27:57 UTC)
- Re: git: 36db6b04962a - main - hier(7): document /home/ and /usr/home/ (Wed, 10 May 2023 14:53:45 UTC)
- Re: git: c3b611e153e0 - main - hier(7): drop list of /usr/include subdirectories (Wed, 10 May 2023 15:33:57 UTC)
- git: 88b4d124efc5 - main - riscv: Rework CPU identification (first part) (Tue, 23 May 2023 13:23:19 UTC)
- git: b0d45b023e8c - main - riscv: Call identify_cpu() earlier for CPU 0 (Tue, 23 May 2023 13:23:20 UTC)
- git: b37dc0903332 - main - riscv: Rework CPU identification (second part) (Tue, 23 May 2023 13:23:21 UTC)
- git: 78a3420c20e0 - main - riscv: Print ISA extensions (Tue, 23 May 2023 13:23:22 UTC)
- git: 7245ffd10eda - main - riscv: MMU detection (Tue, 23 May 2023 13:23:23 UTC)
- git: 940e6d36de1e - main - riscv: Print less CPU info (Tue, 23 May 2023 13:23:24 UTC)
- git: 5edffecc4b4e - main - ofw_cpu: whitespace cleanup (Wed, 24 May 2023 13:28:55 UTC)
- git: 08637d5d1580 - main - ofw_cpu: quiet secondary CPU devices (Wed, 24 May 2023 13:28:56 UTC)
- git: 8a852d3e9ff7 - main - arm64/disassem.c: Make output lowercase (Thu, 25 May 2023 17:06:32 UTC)
- git: ffa75b573f04 - main - arm64/disassem.c: Add shifted register instruction definitions (Thu, 25 May 2023 17:06:33 UTC)
- git: ef0a711fd5d0 - main - riscv: Use PMAP_MAPDEV_EARLY_SIZE in locore and pmap_bootstrap (Thu, 25 May 2023 17:06:34 UTC)
- git: 8bebb786820f - main - riscv: S-mode extension parsing (Thu, 25 May 2023 17:11:40 UTC)
- git: cadaabcc720b - main - riscv timer: use stimecmp CSR when available (Thu, 25 May 2023 17:11:41 UTC)
- git: 9d35469e9a68 - main - bcm2835_gpio: Handle BCM2711 pin configuration (Mon, 29 May 2023 18:47:54 UTC)
- Peter Holm
- Peter Jeremy
- Peter Wemm
- Piotr Kubaj
- Piotr Pawel Stefaniak
- Randall Stewart
- Ravi Pokala
- Renato Botelho
- Rick Macklem
- Rodney W. Grimes
- Simon J. Gerraty
- git: 9f27341c336a - main - local.meta.sys.mk set BOOTSTRAPPING (Wed, 03 May 2023 19:20:51 UTC)
- git: 42d088299cd4 - main - Update meta.sys.mk ensure DEP_* set at level 1+ (Thu, 04 May 2023 16:46:56 UTC)
- git: ba4d333364ea - main - dirdeps.mk for host* DEP_TARGET_SPEC is just DEP_MACHINE (Thu, 04 May 2023 18:29:40 UTC)
- git: e5e345a4b0aa - main - local.dirdeps.mk skip N_host_libs for non-FreeBSD host (Thu, 04 May 2023 18:59:29 UTC)
- git: b75d7e2cbe94 - main - md5 Makefile.depend.host (Thu, 04 May 2023 19:04:23 UTC)
- git: bee3d4bf8ed5 - main - Move DIRDEPS_BUILD settings to sys.dirdeps.mk (Thu, 11 May 2023 23:16:25 UTC)
- Re: git: bee3d4bf8ed5 - main - Move DIRDEPS_BUILD settings to sys.dirdeps.mk (Fri, 12 May 2023 16:11:30 UTC)
- git: df9974197e46 - main - Add description of WITH_META_ERROR_TARGET (Fri, 12 May 2023 16:22:30 UTC)
- git: 2b519b170709 - main - Update description of WITH_DIRDEPS_BUILD (Fri, 12 May 2023 16:43:20 UTC)
- git: 722cfce5f494 - main - Fix typo and use .Fx in WITH_DIRDEPS_BUILD (Fri, 12 May 2023 16:50:20 UTC)
- git: d1c8420702b7 - main - Move more DIRDEPS_BUILD settings (Sat, 13 May 2023 00:42:45 UTC)
- git: da1ef2d61930 - main - Move MACHINE/MACHINE_ARCH handling to sys.machine.mk (Sat, 13 May 2023 15:17:16 UTC)
- git: c1d01b5fd681 - main - Merge bmake-20230510 (Sat, 13 May 2023 17:08:26 UTC)
- git: e0e24ae5d658 - main - bmake forloop test was removed (Sat, 13 May 2023 17:12:18 UTC)
- git: 477f6e3c963b - main - sys.dirdeps.mk use ?= for OBJTOP (Sat, 13 May 2023 17:48:32 UTC)
- git: 41d638f203ca - main - Update dirdeps.mk (Sat, 13 May 2023 21:06:04 UTC)
- git: d489b2a39d51 - main - local.dirdeps.mk no qual for PSEUDO_MACHINE_LIST (Sat, 13 May 2023 21:07:31 UTC)
- git: 7d86c8b8eaf5 - main - sys.dirdeps.mk we do want to override OBJTOP (Sun, 14 May 2023 16:50:10 UTC)
- git: 92a4e8b34814 - main - dirdeps.mk allow for TARGET_SPEC_VARS.host (Mon, 15 May 2023 20:25:19 UTC)
- git: 75e02c458a0d - main - libsecureboot ensure correct BUILD_UTC (Tue, 23 May 2023 16:03:12 UTC)
- Souradeep Chakrabarti
- Stefan Eßer
- Steffen Nurpmeso
- Tomoaki AOKI
- Toomas Soome
- Warner Losh
- git: 91ac713b646d - main - stand/boot1.efi: Allow modules to add env variables (Mon, 01 May 2023 21:04:11 UTC)
- git: 439a9766adba - main - stand/zfs: Move spa_find_by_dev from zfsimpl.c to zfs.c (Mon, 01 May 2023 21:04:12 UTC)
- git: 6479bd1b7d34 - main - stand/zfs: Refactor zfs_get_bootenv (Mon, 01 May 2023 21:04:13 UTC)
- git: 4dcae288fe63 - main - stand/zfs: Refactor zfs_set_bootenv (Mon, 01 May 2023 21:04:14 UTC)
- git: b765cfa380a4 - main - stand/zfs: Refactor zfs_get_bootonce (Mon, 01 May 2023 21:04:15 UTC)
- git: 43f7eeff0d45 - main - stand/boot1.efi: Implement bootonce for ZFS (Mon, 01 May 2023 21:04:16 UTC)
- git: 0c4183f02efc - main - rc.d/zfsbe: Simplify (Mon, 01 May 2023 21:04:17 UTC)
- git: 5ce98ee5f42d - main - stand/userboot: Simplify code (Mon, 01 May 2023 21:04:19 UTC)
- git: d5babd0d2376 - main - stand/efi: Simplify code here (Mon, 01 May 2023 21:04:20 UTC)
- git: 5328f9034fc4 - main - stand/kboot: Simplify (Mon, 01 May 2023 21:04:21 UTC)
- git: cb8179079ab0 - main - stand: Fix warning about variable unused (Mon, 01 May 2023 21:04:22 UTC)
- git: 96b119340eec - main - stand: remove ZFS warning about computered but unused variable (Mon, 01 May 2023 21:04:23 UTC)
- git: 6c8358cd7ffd - main - stand: back out the most of the horrible aarch64 kludge (Mon, 01 May 2023 21:04:24 UTC)
- git: b53ec4e44f6f - main - stand: Add isspace to FreeBSD ctypes.h (Mon, 01 May 2023 21:04:25 UTC)
- git: 83eabc64efec - main - kboot: Add HOST_MAP_FAILED define (Mon, 01 May 2023 21:28:46 UTC)
- git: cf6044857e2b - main - stand: Testing program for smbios (Mon, 01 May 2023 21:28:48 UTC)
- git: facd0edbb26c - main - kboot: Fix an off by one error (Mon, 01 May 2023 21:28:49 UTC)
- git: a083d0867635 - main - kboot: Add smbios support (Mon, 01 May 2023 21:28:50 UTC)
- git: c5e433b99ed3 - main - stand: Avoid unaligned access in smbios code (Mon, 01 May 2023 21:28:51 UTC)
- git: a5b4ec528192 - main - stand: More protection against malformed smbios tables (Mon, 01 May 2023 21:28:52 UTC)
- git: 5fd34912b4a5 - main - stand: Fix oversight in updating OpenZFS: Add com.klarasystems:vdev_zaps_v2 (Thu, 04 May 2023 14:29:12 UTC)
- git: 8fb0f07c7a13 - main - wlan(4): Mention WiFi more prominently (Thu, 04 May 2023 21:59:44 UTC)
- git: 9affcf438beb - main - bluetooth/hccontrol: Fix unterminated command list (Thu, 04 May 2023 22:02:24 UTC)
- git: 560a7d2584c8 - main - mpr(4) & mps(4): refer to related utilities (Thu, 04 May 2023 22:07:09 UTC)
- git: 910733a6f909 - main - mpsutil(8): Improve English usage (Thu, 04 May 2023 22:07:10 UTC)
- git: af32969ddbb5 - main - mpsutil(8): Remove a stray paragraph (Thu, 04 May 2023 22:07:11 UTC)
- git: a1bae244b6ea - main - Add wifi(4) alias for wlan(4). (Thu, 04 May 2023 22:21:02 UTC)
- Re: git: 8fb0f07c7a13 - main - wlan(4): Mention WiFi more prominently (Thu, 04 May 2023 22:21:12 UTC)
- git: af8e0a60d960 - main - RELNOTES: fix consistency (Sun, 07 May 2023 05:33:46 UTC)
- git: 4e2ddfba507f - main - ciss: Fix typo (Mon, 08 May 2023 04:27:14 UTC)
- git: be68c895c8de - main - MAINTAINERS: Add myself to stand (Mon, 08 May 2023 04:30:28 UTC)
- git: f710a4de92c1 - main - twe: Add deprecation notice (Mon, 08 May 2023 05:14:58 UTC)
- git: 062a7b918fac - main - twe: Remove driver (Thu, 11 May 2023 04:28:11 UTC)
- Re: git: 3cb2f5f369ec - main - lualoader: add support for .lua configuration files (Thu, 11 May 2023 13:22:49 UTC)
- git: 2f131435bc22 - main - stand: efi create eficom console device. (Thu, 11 May 2023 20:06:46 UTC)
- git: f93416d67743 - main - stand: add comconsole backwards compatibility shim for aarch64 (Thu, 11 May 2023 20:06:47 UTC)
- git: 82cf061eba45 - main - stand: Make non-matching console names OKer (Thu, 11 May 2023 20:06:48 UTC)
- git: bab80c12a852 - main - stand: Move eficom to libefi (Thu, 11 May 2023 20:06:49 UTC)
- git: 66826fd54ab1 - main - stand: eficom : remove unused ignore_cd (Thu, 11 May 2023 20:06:50 UTC)
- git: cb2da74905c1 - main - stand: eficom: Don't preemtively assume flow control (Thu, 11 May 2023 20:06:51 UTC)
- git: 8c3d6917c1f1 - main - stand: eficom: Only set baudrate when it changes (Thu, 11 May 2023 20:06:52 UTC)
- git: ad9d10a859ac - main - efi: mark as broken on i386 (Thu, 11 May 2023 20:06:53 UTC)
- git: c16e08e5f324 - main - stand/efi: Retire i386 support (Thu, 11 May 2023 20:06:54 UTC)
- git: 4d846d260e2b - main - spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD (Fri, 12 May 2023 16:44:48 UTC)
- git: c87658aa7d1f - main - spdx: Remove duplicate lines (Fri, 12 May 2023 16:44:52 UTC)
- git: b61a57301942 - main - spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD (Fri, 12 May 2023 16:44:53 UTC)
- git: eebd9d53665e - main - spdx: Simplify BSD-2-Clause AND BSD-2-Clause (Fri, 12 May 2023 16:44:54 UTC)
- git: ecfb43cb4198 - main - SPDX: It's spelled 'SPDX-License-Identifier' (Fri, 12 May 2023 16:44:55 UTC)
- git: eb8f887758f3 - main - spdx: The BSD-3-Clause-FreeBSD identifier never was, drop -FreeBSD (Fri, 12 May 2023 16:44:56 UTC)
- git: 3aa0cc47eeb0 - main - CONTRIBUTING.md: minor changes (Sun, 14 May 2023 12:52:51 UTC)
- git: ddea995ddc08 - main - Update UPDATING (Sun, 14 May 2023 13:06:48 UTC)
- Re: HEADS UP: broken boot! Was: git: 2f131435bc22 - main - stand: efi create eficom console device. (Wed, 17 May 2023 02:19:25 UTC)
- git: 6de1a005d4ca - main - traceroute.8: Document TOS as DiffServ and ECN (Thu, 18 May 2023 17:17:34 UTC)
- Re: git: 805d759338a2 - main - mlx4: Move DEFINE_MUTEX() outside function body. (Sun, 21 May 2023 23:01:27 UTC)
- git: 2efbc8e2840f - main - stand/efi/smbios: Move detection of smbios earlier. (Thu, 25 May 2023 04:34:01 UTC)
- git: f28dff43ad62 - main - stand/efi/eficom: better handling of absent device (Thu, 25 May 2023 04:34:02 UTC)
- git: 42b0b7a926e3 - main - stand/efi/eficom: Don't allow this for !HYPERV machines (Thu, 25 May 2023 04:34:03 UTC)
- git: e5d4e036f247 - main - stand/efi/eficom: Make aarch64 compat code probe correctly (Thu, 25 May 2023 04:34:04 UTC)
- git: 46927f674466 - main - stand/efi/eficom: Free comc_port if we can't find the serial port (Thu, 25 May 2023 04:34:06 UTC)
- git: 0ec220df526d - main - tap(4): allow full-duplex and non-zero speed (Wed, 31 May 2023 15:54:36 UTC)
- Wolfram Schneider
- Xin LI
- Yuri
- Yuri Pankov