dev-commits-src-all@FreeBSD.org
Commit messages for all branches of the src repository
March 2023 Archives by author
- Alan Somers
- Alexander Chernikov
- Alexander Leidinger
- Alexander Motin
- Alexander V. Chernikov
- git: b656161b84dc - stable/13 - netlink: make the maximum allowed netlink socket buffer runtime tunable. (Wed, 01 Mar 2023 14:29:43 UTC)
- git: e6b4177c478d - main - netlink: add userland name mappings to all NETLINK_ROUTE messages. (Wed, 01 Mar 2023 15:24:51 UTC)
- git: aa330214cf1d - releng/13.2 - netlink: make the maximum allowed netlink socket buffer runtime tunable. (Wed, 01 Mar 2023 16:53:53 UTC)
- git: 61507ae30b90 - main - netlink: add u8/u64 attribute fetcher accessors to snl(3). (Fri, 03 Mar 2023 14:06:34 UTC)
- git: ce9f95bd835e - main - netlink: fix vlan interface creation (Fri, 03 Mar 2023 16:02:24 UTC)
- git: 66bdbcd544d5 - main - net: unify mtu update code (Mon, 06 Mar 2023 15:08:28 UTC)
- git: df2b419a4105 - main - ifnet: add if_foreach_sleep() to allow ifnet iterations with sleep. (Mon, 06 Mar 2023 15:08:29 UTC)
- git: 055776c84a41 - main - netlink: use newly-added if_foreach_sleep() to iterate over the interface list. (Mon, 06 Mar 2023 15:08:30 UTC)
- git: e2dc8d789f68 - main - dhclient: do not add 0.0.0.0 interface alias. (Mon, 06 Mar 2023 15:08:31 UTC)
- git: 6a6f2b0ce9e6 - main - netstat: fix IPv6 link-locals & custom multipath printing. (Mon, 06 Mar 2023 15:08:33 UTC)
- git: c57dfd92c876 - main - tests: add more netlink tests for neighbors/routes (Tue, 07 Mar 2023 17:31:43 UTC)
- git: 5c8277ec2588 - main - netlink: cleanup netlink_writer code (Tue, 07 Mar 2023 17:45:36 UTC)
- git: 0679eb1f39aa - main - netlink: make snl(3) scratch buffer growable (Wed, 08 Mar 2023 12:29:32 UTC)
- git: 76f6d391504b - main - netlink: add basic message writing support to snl(3). (Thu, 09 Mar 2023 14:35:32 UTC)
- git: 90d625122886 - main - netlink: add rtsock-compatible header to use with netlink snl(3). (Thu, 09 Mar 2023 14:52:53 UTC)
- git: 595d23f777dc - main - netlink: add snl(3) default parsers for routes and links. (Thu, 09 Mar 2023 14:52:54 UTC)
- git: da4047d3ba23 - main - fix buildworld after 595d23f777dc. (Thu, 09 Mar 2023 15:46:11 UTC)
- git: 90bc2120b51b - main - tests: fix python parsing of netlink nested attributes (Mon, 13 Mar 2023 10:18:36 UTC)
- git: 83b5c80c6923 - main - net: refactor if_clone.c #1 (Wed, 15 Mar 2023 13:55:58 UTC)
- git: 73ae25c174b5 - main - netlink: improve snl(3) (Wed, 15 Mar 2023 20:53:28 UTC)
- git: 568a645ba55a - main - netlink: fix capped uncapped ack handling in snl(3). (Sat, 18 Mar 2023 11:36:38 UTC)
- git: 046acc2bfd13 - main - netlink: add public ucred accessor for nlp. (Sat, 18 Mar 2023 11:45:07 UTC)
- git: aee2f11bf4b4 - main - netstat: simplify netlink route printing code. (Sat, 18 Mar 2023 13:11:24 UTC)
- git: 9ee6278b7885 - main - netstat: fix double-free in netlink error code path. (Sat, 18 Mar 2023 14:02:55 UTC)
- git: a74998f38a2e - main - netlink: reduce the default debugging levels (Tue, 21 Mar 2023 18:55:48 UTC)
- git: 2cda6a2fb0d9 - main - routing: add public rt_is_exportable() version to check if the route can be exported to userland when jailed. (Sun, 26 Mar 2023 08:38:33 UTC)
- git: 04f75b980293 - main - netlink: allow netlink sockets in non-vnet jails. (Sun, 26 Mar 2023 08:53:30 UTC)
- git: 64dfea86515e - main - netlink: add NETLINK/NETLINK_SUPPORT userland options. (Sun, 26 Mar 2023 09:00:20 UTC)
- git: 9a11f3dff991 - main - netlink: add standrard ifaddr/neigh parsers to snl(3). (Sun, 26 Mar 2023 09:05:33 UTC)
- git: a85dcd4ac4b0 - main - netlink: restrict default userland switch to netlink to i386/amd64. (Sun, 26 Mar 2023 11:07:29 UTC)
- git: c597432e2297 - main - route(8): convert to netlink (Sun, 26 Mar 2023 11:07:30 UTC)
- git: 3a151e31ac6e - main - route: fix RTF_HOST & non-empty mask handling in netlink translation. (Sun, 26 Mar 2023 18:07:31 UTC)
- git: 544f1492c026 - main - netlink: ensure genetlink control family always registers under the same ID. (Mon, 27 Mar 2023 10:50:16 UTC)
- git: 6dc858d84c43 - main - netlink: remove forgotten debug message in handle_rtm_getroute(). (Mon, 27 Mar 2023 10:50:17 UTC)
- git: eccccd657f01 - main - netlink: make nlattr_add_in[6]_addr inline (Mon, 27 Mar 2023 11:54:18 UTC)
- git: 19e43c163c64 - main - netlink: add netlink KPI to the kernel by default (Mon, 27 Mar 2023 13:55:52 UTC)
- git: d3a49f62a284 - main - netlink: fix 19e43c163c64 by adding miseed netlinkg_glue.c (Mon, 27 Mar 2023 16:09:15 UTC)
- git: b894193501a7 - main - netlink: fix linux module build w/ netlink. (Mon, 27 Mar 2023 18:21:34 UTC)
- git: bd9d75e49fab - main - route: revert transport to rtsock (Tue, 28 Mar 2023 08:56:39 UTC)
- git: badcb3fd5710 - main - routing: fix panic when adding an interface route to the p2p interface without and inet/inet6 addresses attached. (Wed, 29 Mar 2023 20:29:36 UTC)
- git: 140ddeba0834 - main - route: try to autoload netlink(4) module if not present in the kernel. (Thu, 30 Mar 2023 09:57:22 UTC)
- git: b755f1a009b0 - main - netlink: Fix adding routes with nexthops on p2p interfaces. (Thu, 30 Mar 2023 09:57:23 UTC)
- Alexey Dokuchaev
- Alfredo Dal'Ava Junior
- Allan Jude
- Andrew Gallatin
- Andrew Turner
- git: 281402e0a563 - main - arm64: Shave off two instructions in exceptions (Wed, 01 Mar 2023 14:44:39 UTC)
- git: f36ca798c429 - stable/13 - Remove an extra argument to SYSCTL_FOREACH (Thu, 02 Mar 2023 09:43:28 UTC)
- git: 4ec0ecb2ad69 - releng/13.2 - Remove an extra argument to SYSCTL_FOREACH (Thu, 02 Mar 2023 18:54:05 UTC)
- git: cb894f746c07 - main - Map arm64 pci config memory as non-posted (Sun, 05 Mar 2023 20:28:03 UTC)
- git: 5a91529479b4 - main - Support non-posted MMIO on arm64 with FDT (Sun, 05 Mar 2023 20:28:04 UTC)
- git: 527bf20032b6 - main - Remove a #error that sneaked in (Mon, 06 Mar 2023 08:08:47 UTC)
- git: ae60314c9467 - main - Fix the ofw parent check in arm64 nexus (Tue, 14 Mar 2023 11:09:36 UTC)
- git: 93d574ea957d - main - Always enable the virtual timer for userspace (Tue, 14 Mar 2023 11:09:37 UTC)
- git: b71ef90ec28f - main - Keep per-timer interrupt data together (Wed, 15 Mar 2023 12:01:16 UTC)
- git: 6419b48f7d7f - main - Support arm64 stage2 TLB invalidation (Wed, 15 Mar 2023 12:01:17 UTC)
- git: 51308cd29b3b - main - Support the arm64 pmap_remove_write for stage 2 (Wed, 15 Mar 2023 15:49:16 UTC)
- git: 02f3d094aead - main - Use the arm physical timer when able (Wed, 15 Mar 2023 15:49:17 UTC)
- git: 5c4bd8756fbc - main - Stop using the rid as an index in the arm timer (Wed, 15 Mar 2023 15:49:18 UTC)
- git: cc67cd58fce0 - main - arm64: Support stage 2 mappings in pmap_remove_all (Wed, 15 Mar 2023 18:34:45 UTC)
- git: 473ab212dc1f - main - Allow psci.h to be used by userspace (Thu, 16 Mar 2023 13:17:10 UTC)
- git: e89be21854b3 - main - Add a psci macro to build a version value (Thu, 16 Mar 2023 13:17:12 UTC)
- git: 7d0b91591966 - main - Add PSCI affinity info return values (Thu, 16 Mar 2023 13:17:13 UTC)
- git: 83fb1bdbfe53 - main - Rename smmu pmap functions (Thu, 16 Mar 2023 16:46:06 UTC)
- git: 5f2070adb943 - main - Only support a 4 level smmu page table (Thu, 16 Mar 2023 16:46:07 UTC)
- git: 9a5dddc94f5c - main - Remove unneeded arm64 smmu macros (Thu, 16 Mar 2023 16:46:08 UTC)
- git: bc108947579e - main - Remove an unneeded CTASSERT in the smmu driver (Thu, 16 Mar 2023 16:46:09 UTC)
- git: f7acb7ed41f2 - main - Allow forcing non-posted memory on arm64 (Thu, 16 Mar 2023 16:46:10 UTC)
- git: 3473f2832284 - main - Switch the arm64 VM_MEMATTR_DEVICE to nGnRE (Thu, 16 Mar 2023 16:46:11 UTC)
- git: a671f96d9319 - main - Mark arm64 mair_el1 fields as unsigned long (Thu, 16 Mar 2023 16:46:12 UTC)
- git: ef9f49a21ad8 - main - arm64: Adding a missing include file (Mon, 20 Mar 2023 11:23:40 UTC)
- Re: f7acb7ed41f2 - main - Allow forcing non-posted memory on arm64 (Mon, 20 Mar 2023 12:10:00 UTC)
- git: 1c33a94ab06b - main - Add macros for arm64 pcb register offsets (Wed, 22 Mar 2023 15:30:30 UTC)
- git: 787bf3bcd6ee - main - arm64: Use the new PCB macros in swtch.S (Wed, 22 Mar 2023 15:30:32 UTC)
- git: 2ecbbcc7cabd - main - arm64: extend ESR/SPSR registers to 64b (Thu, 23 Mar 2023 19:02:46 UTC)
- git: f4036a92346e - main - arm64: add fault address to trapframe (Thu, 23 Mar 2023 19:02:47 UTC)
- git: 4a06b28a15ad - main - Add compat support for struct reg on arm64 (Thu, 23 Mar 2023 19:02:48 UTC)
- git: 1c1f31a5e517 - main - Remove unused registes from the arm pcb (Thu, 23 Mar 2023 19:02:49 UTC)
- git: ea3061526e9c - main - Bump __FreeBSD_version for changing spsr on arm64 (Thu, 23 Mar 2023 19:02:50 UTC)
- git: 6a4f5fdd19d6 - main - Mark the arm64 PSR register fields with UL (Thu, 23 Mar 2023 19:02:51 UTC)
- git: 3a0cc6fe61ea - main - Handle the arm64 unknown exception separately (Fri, 31 Mar 2023 10:50:35 UTC)
- git: 47ff149afaea - main - Move arm64 EENTRY uses before ENTRY (Fri, 31 Mar 2023 15:56:16 UTC)
- Baptiste Daroussin
- Baptiste Daroussin
- git: b2b294f27cf4 - main - uuidgen: add -c for compact uuid (Wed, 01 Mar 2023 18:18:32 UTC)
- git: a28ccb32bf56 - main - machine-id: generate a compact version of the uuid (Wed, 01 Mar 2023 18:18:33 UTC)
- git: 0ba66872bea8 - main - uuidgen(1): back to the past and fix typo (Thu, 02 Mar 2023 08:39:28 UTC)
- git: 4cd30c640db9 - main - uuidgen(1): fix another typo (Mon, 06 Mar 2023 08:03:56 UTC)
- git: 551a3a645645 - stable/13 - uuidgen: add -c for compact uuid (Mon, 06 Mar 2023 08:05:03 UTC)
- git: ebca19e71d8b - stable/13 - machine-id: generate a compact version of the uuid (Mon, 06 Mar 2023 08:05:04 UTC)
- git: 131a68738513 - stable/13 - uuidgen(1): back to the past and fix typo (Mon, 06 Mar 2023 08:05:05 UTC)
- git: bf6280a74400 - stable/13 - uuidgen(1): fix another typo (Mon, 06 Mar 2023 08:05:07 UTC)
- git: c4f59f056c1e - releng/13.2 - uuidgen: add -c for compact uuid (Mon, 06 Mar 2023 21:18:36 UTC)
- git: 63270222c1ee - releng/13.2 - machine-id: generate a compact version of the uuid (Mon, 06 Mar 2023 21:18:37 UTC)
- git: b2654064c2d1 - main - pkg(7): use libmd for sha256 instead of openssl (Thu, 09 Mar 2023 16:43:23 UTC)
- Re:_git:_b2654064c2d1_-_main_-_pkg(7):_ use_libmd_for_sha256_instead_of_openssl (Thu, 09 Mar 2023 17:12:11 UTC)
- git: e5dd5bfa55dc - main - pkg(7): now that we do use libmd, use it completly (Thu, 09 Mar 2023 20:31:37 UTC)
- git: 3ce64010f8ce - main - sh(1): fix history file write checking (Mon, 20 Mar 2023 16:57:09 UTC)
- Bjoern A. Zeeb
- Re: git: ef6fcc5e2b07 - main - nfsd: Add VNET_SYSUNINIT() macros for vnet cleanup (Sun, 05 Mar 2023 20:30:34 UTC)
- git: 3346164ce844 - main - net80211: define mask for ss_flags rather than using hardcoded 0xfff (Tue, 14 Mar 2023 22:19:54 UTC)
- git: d7fb679dc96b - main - net80211: make ieee80211_scan_dump_channels private (Tue, 14 Mar 2023 22:19:56 UTC)
- Re: git: 3eaffc626589 - main - netinet6: allow disabling excess log messages (Tue, 14 Mar 2023 22:43:30 UTC)
- git: e091be417add - main - ifconfig: ifieee80211: print bssid name (Thu, 23 Mar 2023 00:17:28 UTC)
- git: 700acdc7b532 - main - rtw89: fix -Wunused-but-set-variable (Thu, 23 Mar 2023 00:31:08 UTC)
- git: 59559d1354ee - main - LinuxKPI: remove now implemented dummy headers. (Thu, 23 Mar 2023 01:18:23 UTC)
- git: bfb202c4554a - main - WPA: driver_bsd.c: backout upstream IFF_ change and add logging (Thu, 23 Mar 2023 23:51:40 UTC)
- git: 3f0083c4e30a - main - LinuxKPI: 802.11: use ic_printf more consistently (Fri, 31 Mar 2023 07:14:58 UTC)
- git: 8ac540d3b8bf - main - LinuxKPI: 802.11: adjust locking (Fri, 31 Mar 2023 20:00:17 UTC)
- Brooks Davis
- git: 3746e90118c9 - main - NATM: Remove useless NETGRAPH_ATM_ATMPIF option (Thu, 02 Mar 2023 23:40:23 UTC)
- git: bd32aedeee1a - main - NgATM: Remove useless NGATM_ATM option (Thu, 02 Mar 2023 23:40:24 UTC)
- git: 3518a5bbd9bb - main - netgraph.4: remove obsolete ng_atm.4 reference (Thu, 02 Mar 2023 23:40:25 UTC)
- git: cfe244cb370d - main - src.conf.5: regen for KBOOT and KTLS changes (Fri, 03 Mar 2023 00:51:21 UTC)
- git: f0c4b42c6089 - main - nanobsd: remove comment about keeping C++ enabled (Fri, 03 Mar 2023 16:47:44 UTC)
- git: 211c302f10d7 - main - NgATM: deprecate (Fri, 03 Mar 2023 16:47:45 UTC)
- git: c2285a7b092f - main - ng_atmllc: deprecate (Fri, 03 Mar 2023 16:47:46 UTC)
- git: f260cddb30d9 - stable/13 - netgraph.4: remove obsolete ng_atm.4 reference (Mon, 06 Mar 2023 18:27:57 UTC)
- git: d2c764f98150 - stable/13 - NATM: Remove useless NETGRAPH_ATM_ATMPIF option (Mon, 06 Mar 2023 18:27:58 UTC)
- git: 744fb5a23261 - stable/13 - NgATM: Remove useless NGATM_ATM option (Mon, 06 Mar 2023 18:27:59 UTC)
- git: 08a5f8c5cbc7 - stable/13 - NgATM: deprecate (Mon, 06 Mar 2023 18:28:01 UTC)
- git: 85aac7cc92f5 - stable/13 - ng_atmllc: deprecate (Mon, 06 Mar 2023 18:28:02 UTC)
- git: 0ad9e0e8241f - releng/13.2 - NgATM: deprecate (Mon, 06 Mar 2023 18:56:24 UTC)
- git: b2ca665cb4ba - releng/13.2 - ng_atmllc: deprecate (Mon, 06 Mar 2023 18:56:25 UTC)
- git: 8b1294488603 - stable/12 - netgraph.4: remove obsolete ng_atm.4 reference (Mon, 06 Mar 2023 21:22:38 UTC)
- git: 45fca9a779f8 - stable/12 - NATM: Remove useless NETGRAPH_ATM_ATMPIF option (Mon, 06 Mar 2023 21:22:39 UTC)
- git: 7adbe9f763b6 - stable/12 - NgATM: Remove useless NGATM_ATM option (Mon, 06 Mar 2023 21:22:41 UTC)
- git: a338a96efa45 - stable/12 - NgATM: deprecate (Mon, 06 Mar 2023 21:22:42 UTC)
- git: 08325b2df477 - stable/12 - ng_atmllc: deprecate (Mon, 06 Mar 2023 21:22:43 UTC)
- git: 08e66b7a374d - main - ATM: Remove /usr/include/netnatm when disbled (Mon, 06 Mar 2023 21:49:39 UTC)
- Re: git: 08e66b7a374d - main - ATM: Remove /usr/include/netnatm when disbled (Mon, 06 Mar 2023 22:29:10 UTC)
- git: 42afe48b1a36 - main - makeman: fix a whitespace bug (Wed, 08 Mar 2023 21:01:24 UTC)
- git: fca7df1b28c8 - main - makeman: don't insert a $FreeBSD$ (Wed, 08 Mar 2023 21:01:25 UTC)
- git: 397364e7df39 - main - src.conf.5: regen without $FreeBSD$ (Wed, 08 Mar 2023 21:01:26 UTC)
- git: cc36164a77f9 - main - makeman: replace -\|/ twiddles with dots (Wed, 08 Mar 2023 21:01:27 UTC)
- git: af0cc0b22362 - main - NgATM: Remove netgraph ATM support (Thu, 09 Mar 2023 18:10:30 UTC)
- git: 105a4f7b3cb6 - main - ng_atmllc: remove (Thu, 09 Mar 2023 18:10:31 UTC)
- git: aad600e52e8b - main - Remove WITH(OUT)_ATM option (Thu, 09 Mar 2023 18:10:32 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Thu, 09 Mar 2023 19:55:31 UTC)
- git: 21735dfaebdf - main - include: Remove no longer existing netgraph/atm (Thu, 09 Mar 2023 21:39:56 UTC)
- git: 3ac71149bade - main - Add WITH_LOADER_VERIEXEC_VECTX description (Thu, 09 Mar 2023 21:39:57 UTC)
- git: 3d2837f3bd04 - main - arm64: Fix sig_atomic_t limit definitions (Wed, 22 Mar 2023 16:24:35 UTC)
- git: de761318a4a0 - main - riscv: Fix sig_atomic_t limit definitions (Wed, 22 Mar 2023 16:24:36 UTC)
- git: eb232cffc92d - main - amd64: reduce header pollution in _stdint.h (Wed, 22 Mar 2023 16:24:37 UTC)
- Ceri Davies
- Charlie Li
- Cheng Cui
- Colin Percival
- git: 7e8aaae6b8ad - stable/12 - Bump EC2 image size to 5 GB (Thu, 02 Mar 2023 17:51:38 UTC)
- git: 13264ea9a370 - releng/13.2 - 13.2: update to RC1 (Fri, 03 Mar 2023 00:01:27 UTC)
- git: 3689f8aeab82 - main - linux_80211: Don't dequeue lsta if not queued (Sun, 05 Mar 2023 20:16:26 UTC)
- git: 790dc4d825c9 - stable/13 - linux_80211: Don't dequeue lsta if not queued (Wed, 08 Mar 2023 05:20:28 UTC)
- git: 648bd2b1a6eb - releng/13.2 - linux_80211: Don't dequeue lsta if not queued (Wed, 08 Mar 2023 05:51:57 UTC)
- git: 5a905d8219bb - releng/13.2 - 13.2: update to RC2 (Fri, 10 Mar 2023 00:24:52 UTC)
- git: d9bf9d73203f - releng/13.2 - 13.2: update to RC3 (Fri, 17 Mar 2023 03:28:48 UTC)
- Re: git: ed52baf51bd1 - main - _endian.h: Include sys/ctypes.h for visibility macros (Thu, 23 Mar 2023 07:53:27 UTC)
- git: 25b824aa0d26 - releng/13.2 - 13.2: update to RC4 (Fri, 24 Mar 2023 00:49:11 UTC)
- git: 82473c73554e - releng/13.2 - contrib/tzdata: import tzdata 2023a and tzdata 2023b (Sat, 25 Mar 2023 17:06:44 UTC)
- git: 0386b9bd6cda - releng/13.2 - 13.2: update to RC5 (Sat, 25 Mar 2023 17:06:45 UTC)
- git: a92e3fa2ade5 - releng/13.2 - 13.2: update to RC6 (Fri, 31 Mar 2023 00:47:37 UTC)
- Corvin Köhne
- git: 89fe7b98fe45 - main - bhyvectl: do not return garbage from send_message (Mon, 06 Mar 2023 13:05:24 UTC)
- git: b64ba2426441 - main - bhyvectl: correct socket_fd closing in send_message (Mon, 06 Mar 2023 13:05:25 UTC)
- git: 942525ab47e9 - main - bhyvectl: don't leak nvlist in send_message (Mon, 06 Mar 2023 13:05:26 UTC)
- git: 755dcd5e4913 - main - libvmm: add missing ioctl's to vm_ioctl_cmds (Mon, 06 Mar 2023 13:05:27 UTC)
- git: 5c0a03125988 - main - bhyve: don't flush readonly device at blockif_pause (Mon, 06 Mar 2023 13:05:28 UTC)
- git: 577ddca90877 - main - bhyve: add cap limits for ipc socket (Mon, 06 Mar 2023 13:05:29 UTC)
- git: d213429e42d4 - main - bhyve: exit with EX_OSERR if init checkpoint or restore time failed (Mon, 06 Mar 2023 13:05:30 UTC)
- git: 9a9a24896469 - main - bhyve: init checkput before caph_enter (Mon, 06 Mar 2023 13:05:31 UTC)
- git: 062f2818c1ad - main - bhyvectl: don't permit using --suspend and --checkpoint at same time (Mon, 06 Mar 2023 13:05:33 UTC)
- git: 6f9ebb3d0fed - main - bhyve: add helper for adding fwcfg files (Fri, 17 Mar 2023 08:35:42 UTC)
- git: d85147f3d681 - main - bhyve: add cmdline option to enable qemu's fwcfg (Fri, 17 Mar 2023 08:35:43 UTC)
- git: 1adfb2e834c5 - stable/13 - bhyve: add helper to add fwcfg items (Fri, 17 Mar 2023 10:29:21 UTC)
- git: 02296919604f - stable/13 - bhyve: add common fwcfg items (Fri, 17 Mar 2023 10:29:22 UTC)
- git: fb18fc6b050e - stable/13 - vmm: fix restore of TSC offset (Fri, 17 Mar 2023 10:29:23 UTC)
- git: 38acc80a5b69 - stable/13 - bhyve: fix restore of kernel structs (Fri, 17 Mar 2023 10:29:24 UTC)
- git: f6a333f85524 - stable/13 - bhyve: fix resume for vms with guest_ncpus > 1 (Fri, 17 Mar 2023 10:29:25 UTC)
- git: 38b37099bb19 - stable/13 - bhyvectl: do not return garbage from send_message (Fri, 17 Mar 2023 10:29:26 UTC)
- git: d2da92306a89 - stable/13 - bhyvectl: correct socket_fd closing in send_message (Fri, 17 Mar 2023 10:29:27 UTC)
- git: f63fd20a9ac2 - stable/13 - bhyvectl: don't leak nvlist in send_message (Fri, 17 Mar 2023 10:29:29 UTC)
- git: 1606dd1d87f7 - stable/13 - libvmm: add missing ioctl's to vm_ioctl_cmds (Fri, 17 Mar 2023 10:29:30 UTC)
- git: c8b5f347317d - stable/13 - bhyve: don't flush readonly device at blockif_pause (Fri, 17 Mar 2023 10:29:31 UTC)
- git: 2193f12bf8db - stable/13 - bhyve: add cap limits for ipc socket (Fri, 17 Mar 2023 10:29:32 UTC)
- git: 6efb053bea5f - stable/13 - bhyve: exit with EX_OSERR if init checkpoint or restore time failed (Fri, 17 Mar 2023 10:29:33 UTC)
- git: c8ec366fd73e - stable/13 - bhyve: init checkput before caph_enter (Fri, 17 Mar 2023 10:29:34 UTC)
- git: 4e10f8056b24 - stable/13 - bhyvectl: don't permit using --suspend and --checkpoint at same time (Fri, 17 Mar 2023 10:29:35 UTC)
- git: 94a3876d7e18 - main - vmm: fix missing ipi statistic (Fri, 17 Mar 2023 12:50:30 UTC)
- git: 35bdc8b79e2a - stable/13 - bhyve: add helper for adding fwcfg files (Mon, 27 Mar 2023 06:40:08 UTC)
- git: d468d5dd195f - stable/13 - bhyve: add cmdline option to enable qemu's fwcfg (Mon, 27 Mar 2023 06:40:10 UTC)
- git: 6dace6a5cc84 - stable/13 - vmm: fix missing ipi statistic (Mon, 27 Mar 2023 06:40:11 UTC)
- git: ffaed739a803 - main - bhyve: add helper to read PCI IDs from bhyve config (Mon, 27 Mar 2023 08:11:39 UTC)
- git: b72e06b13ee0 - main - bhyve: make use of helper to read PCI IDs from bhyve config (Mon, 27 Mar 2023 08:11:40 UTC)
- git: f4ceaff56dda - main - bhyve: add config option to modify LPC IDs (Mon, 27 Mar 2023 08:11:41 UTC)
- git: 48d70503bcae - main - pci: add tunable hw.pci.enable_mps_tune (Mon, 27 Mar 2023 09:28:33 UTC)
- git: e8988d60d24b - main - pci: expose intel_graphics_stolen as sysctl (Mon, 27 Mar 2023 09:41:14 UTC)
- git: c98d13fbf9c9 - main - bhyve: fix spelling mistake of pcireg option (Wed, 29 Mar 2023 09:33:42 UTC)
- git: 404689908632 - main - bhyve: remove unnecessary const qualifier in acpi_device.h (Thu, 30 Mar 2023 11:05:31 UTC)
- git: e37edc91b6a0 - main - bhyve: return EEXIST when adding a fwcfg item twice (Thu, 30 Mar 2023 16:11:00 UTC)
- git: d3e03d235e31 - main - bhyve: scan PCI device functions to find host LPC (Fri, 31 Mar 2023 06:03:34 UTC)
- Corvin Köhne
- Cy Schubert
- git: e6fe8ff07b8b - stable/13 - usbdevs: Remove duplicate APC entries (Wed, 08 Mar 2023 14:31:00 UTC)
- git: 18549a5bfe99 - stable/13 - usbdevs: Add APC Smart-UPS1000 (Wed, 08 Mar 2023 14:31:01 UTC)
- git: c6ee35809ad3 - stable/13 - usb: Add HID_IGNORE quirk for APC Smart-UPS1000 (Wed, 08 Mar 2023 14:31:02 UTC)
- git: bf04aa1701ae - stable/12 - usbdevs: Remove duplicate APC entries (Wed, 08 Mar 2023 14:32:26 UTC)
- git: 9a5406cabc01 - stable/12 - usbdevs: Add APC Smart-UPS1000 (Wed, 08 Mar 2023 14:32:27 UTC)
- git: 4e16ea3de70e - stable/12 - usb: Add HID_IGNORE quirk for APC Smart-UPS1000 (Wed, 08 Mar 2023 14:32:28 UTC)
- git: 5abaf0866445 - main - heimdal: Fix CVE-2022-4152, signature validation error (Fri, 10 Mar 2023 01:19:14 UTC)
- git: 59c26d1a95a0 - stable/13 - heimdal: Fix CVE-2022-4152, signature validation error (Fri, 10 Mar 2023 20:32:14 UTC)
- git: c4c0bd4d0102 - stable/12 - heimdal: Fix CVE-2022-4152, signature validation error (Fri, 10 Mar 2023 20:32:32 UTC)
- git: aa728e209458 - stable/13 - sqlite3: Vendor import of sqlite3 3.41.0 (Wed, 15 Mar 2023 00:15:01 UTC)
- git: 7cca504c7a69 - stable/12 - sqlite3: Vendor import of sqlite3 3.41.0 (Wed, 15 Mar 2023 00:15:18 UTC)
- Re: git: 20b41303140e - main - ping: Print the IP options of the original packet (Thu, 23 Mar 2023 16:05:20 UTC)
- Re: git: 20b41303140e - main - ping: Print the IP options of the original packet (Thu, 23 Mar 2023 22:12:03 UTC)
- git: 4630a3252ac8 - main - ping: Fix an uninitialized variable (Fri, 24 Mar 2023 05:00:14 UTC)
- git: 052211e08c0e - main - rc: Chase bfb202c4554a and remove ifconfig down/up for wpa_supplicant (Fri, 24 Mar 2023 17:08:35 UTC)
- git: 1f5c16c4e177 - main - share/misc/committers-*: Document my mentors (Sun, 26 Mar 2023 03:31:20 UTC)
- git: 9fc2d858b4e9 - main - ping tests: Add a regression test (Mon, 27 Mar 2023 03:49:08 UTC)
- Re: git: 52f576459855 - main - committers-doc.dot: bring file up to date (Thu, 30 Mar 2023 15:00:00 UTC)
- Re: git: 52f576459855 - main - committers-doc.dot: bring file up to date (Thu, 30 Mar 2023 15:14:00 UTC)
- Dag-Erling Smørgrav
- git: b1218349edec - main - tarfs: Set mountedfrom correctly. (Tue, 07 Mar 2023 17:21:40 UTC)
- git: 473a2c9a40e8 - main - byacc: Disable backtracking extension. (Tue, 07 Mar 2023 17:21:42 UTC)
- git: a9a38dea37ef - main - libc: Remove prototype and documentation for tzsetwall(). (Tue, 07 Mar 2023 17:21:43 UTC)
- git: a6dfd2015c20 - main - tftpd: Fix max block size calculation. (Fri, 10 Mar 2023 13:29:15 UTC)
- git: 7c21545c46e1 - main - tftpd: Ensure that tftp_log() preserves errno. (Fri, 10 Mar 2023 13:29:16 UTC)
- git: 36242fc0e56c - main - tftpd: Make the transfer functions return success / failure. (Fri, 10 Mar 2023 13:29:17 UTC)
- git: 92570f67c791 - main - tftp: Correctly propagate transfer errors. (Fri, 10 Mar 2023 13:29:18 UTC)
- git: 9f6f64941c02 - main - tftpd: Make the -d option behave as documented. (Fri, 10 Mar 2023 13:29:19 UTC)
- git: e3b4cb1b32c0 - main - tftpd: Use poll() instead of alarm() + setjmp(). (Fri, 10 Mar 2023 13:29:20 UTC)
- git: b4736c90adb8 - main - tftpd: Don't consume arbitrary requests when failing to fork. (Fri, 10 Mar 2023 13:29:21 UTC)
- git: 77e83935b7ef - main - tftpd: Don't forget to close stderr on startup. (Fri, 10 Mar 2023 13:29:23 UTC)
- git: 64c2a712d661 - main - tftp: Add tests. (Fri, 10 Mar 2023 13:29:24 UTC)
- git: 1955ad42b3b7 - main - tftpd: Gracefully skip tests if networking is not enabled. (Fri, 10 Mar 2023 13:29:25 UTC)
- git: fc76ddee9be0 - main - tftp: Add test cases for URL mode. (Mon, 13 Mar 2023 16:16:41 UTC)
- git: 6cb78fa479c7 - main - tarfs: Repeat tests using GNU tar if available. (Thu, 16 Mar 2023 12:19:58 UTC)
- git: fd8c98a52f71 - main - tarfs: Correctly track link count. (Thu, 16 Mar 2023 12:19:59 UTC)
- git: e81d55b43948 - main - tarfs: Support tar files which include file modes with permissions. (Thu, 16 Mar 2023 12:20:00 UTC)
- git: ef184e989b54 - main - tarfs: Fix backtracking during node creation. (Thu, 16 Mar 2023 12:20:01 UTC)
- git: fa3af3ce5010 - main - tail: Verify correct behavior when input does not end in a newline. (Thu, 16 Mar 2023 15:37:07 UTC)
- git: 9b20ab1e1ef7 - main - local-unbound-setup: Disable the libc subscriber. (Fri, 24 Mar 2023 20:46:18 UTC)
- git: 508aee968143 - main - pwd_mkdb: Sort options and update usage message. (Sat, 25 Mar 2023 14:16:42 UTC)
- Dag-Erling_Smørgrav
- Danilo G. Baio
- David E. O'Brien
- deleted
- Dimitry Andric
- git: 3912f99ecae6 - stable/13 - Ensure .inc files are regenerated when llvm/clang tblgen binaries change (Wed, 01 Mar 2023 18:24:36 UTC)
- git: 8534a7f045bd - releng/13.2 - Ensure .inc files are regenerated when llvm/clang tblgen binaries change (Sat, 04 Mar 2023 20:18:28 UTC)
- git: 8f391d909808 - main - Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed (Wed, 29 Mar 2023 17:50:05 UTC)
- git: d8ed7fa3d55d - main - Revert "Rework {clang,lldb,llvm}-tblgen invocations to add --write-if-changed" (Wed, 29 Mar 2023 18:31:49 UTC)
- git: 4dc3b1fa1bbc - main - Revert "Ensure .inc files are regenerated when llvm/clang tblgen binaries change" (Wed, 29 Mar 2023 18:40:33 UTC)
- git: a12250285e4f - Create tag vendor/llvm-project/llvmorg-16.0.0-0-g08d094a0e457 (Fri, 31 Mar 2023 20:50:18 UTC)
- git: 11edbfca22fe..11ee15ea4ee1 - vendor/llvm-project/release-16.x - vendor branch updated (Fri, 31 Mar 2023 20:50:18 UTC)
- git: be8907a471ba - Create tag vendor/llvm-project/llvmorg-16.0.0-45-g42d1b276f779 (Fri, 31 Mar 2023 20:56:35 UTC)
- git: 11ee15ea4ee1..5bcd187b307a - vendor/llvm-project/release-16.x - vendor branch updated (Fri, 31 Mar 2023 20:56:35 UTC)
- Dmitry Chagin
- git: 7b7e409c77cc - stable/13 - linux(4): Cleanup unneeded includes from linux_util.h (Wed, 01 Mar 2023 08:43:01 UTC)
- git: 4f6b7aef517f - stable/13 - linux(4): Cleanup vm includes from linux_util.h (Wed, 01 Mar 2023 08:43:02 UTC)
- git: a0f00d737c7a - stable/13 - linux(4): Cleanup sys/sysent.h from linux_util (Wed, 01 Mar 2023 08:43:03 UTC)
- git: ff193c9bd91e - stable/13 - linux(4): Cleanup sys/queue.h from linux.h (Wed, 01 Mar 2023 08:43:04 UTC)
- git: 7f4ad94efb72 - stable/13 - linux(4): Cleanup abi_compat.h include from linux_timer.h (Wed, 01 Mar 2023 08:43:06 UTC)
- git: 28b647373119 - stable/13 - linux(4): Move uselib() to i386 (Wed, 01 Mar 2023 08:43:07 UTC)
- git: 56c33d2da3b9 - stable/13 - linux(4): Cleanup sys/uio.h where linux_uitl.h is included (Wed, 01 Mar 2023 08:43:08 UTC)
- git: 97d640a2b48e - stable/13 - linux(4): Fix brackets of local include opt_inet6 (Wed, 01 Mar 2023 08:43:09 UTC)
- git: 9e963bd8e7b7 - stable/13 - linux(4): Cleanup sys/sysctl.h from linux_misc.h (Wed, 01 Mar 2023 08:43:10 UTC)
- git: dd082cbf8cd4 - stable/13 - linux(4): Cleanup includes under compat/linux (Wed, 01 Mar 2023 08:43:11 UTC)
- git: 2caa52c46ca1 - stable/13 - linux(4): Cleanup includes under i386/linux (Wed, 01 Mar 2023 08:43:12 UTC)
- git: bfda8d0651ed - stable/13 - linux(4): Cleanup includes under amd64/linux (Wed, 01 Mar 2023 08:43:13 UTC)
- git: 513957e11cfe - stable/13 - linux(4): Cleanup includes under x86/linux (Wed, 01 Mar 2023 08:43:15 UTC)
- git: 41e898d9f24b - stable/13 - linux(4): Cleanup includes under arm64/linux (Wed, 01 Mar 2023 08:43:16 UTC)
- git: d41e592190fd - stable/13 - linux(4): Rename linux_timer.h to linux_time.h (Wed, 01 Mar 2023 08:43:17 UTC)
- git: 1054a068aa97 - stable/13 - linux(4): Trim unused opt_usb.h from modules Makefiles (Wed, 01 Mar 2023 08:43:18 UTC)
- git: 867e8404efed - stable/13 - linprocfs(4): Fixup process size in the /proc/pid/stat file (Wed, 01 Mar 2023 09:46:08 UTC)
- git: 413a08a9b668 - releng/13.2 - linprocfs(4): Fixup process size in the /proc/pid/stat file (Thu, 02 Mar 2023 17:48:31 UTC)
- git: 3c4af6fe955f - stable/12 - linprocfs(4): Fixup process size in the /proc/pid/stat file (Thu, 02 Mar 2023 18:59:30 UTC)
- git: 6c5786fd37cb - main - linux(4): Migrate to IfAPI (Sat, 04 Mar 2023 09:12:41 UTC)
- git: 130383f2f10c - main - linux(4): Make linux_ifflags return a value (Sat, 04 Mar 2023 09:12:42 UTC)
- git: 5d5b633dde2a - main - linsysfs(4): Refactor to avoid referencing an unstable interfaces (Sat, 04 Mar 2023 09:12:43 UTC)
- git: cabbfb60d050 - main - linux(4): Reduce code duplication between MD files (Sat, 04 Mar 2023 09:12:45 UTC)
- git: a927409ce820 - main - linux(4): Rename struct l_ifreq members names to avoid conflicts with FreeBSD (Sat, 04 Mar 2023 09:12:46 UTC)
- git: 9e7f03e9c688 - main - linux(4): Drop unncessary struct l_ifconf declaration from amd64/linux (Sat, 04 Mar 2023 09:12:47 UTC)
- git: f9b0675b014d - main - linux(4): Refactor socket ioctl path to avoid referencing an unstable interfaces (Sat, 04 Mar 2023 09:12:48 UTC)
- git: 8d6dd96d50d2 - main - linux(4): Add net epoch assert to the linux_ifhwaddr, linux_ifflags (Sat, 04 Mar 2023 09:12:49 UTC)
- git: 96a8c6aa375a - main - linux(4): Fixup of the pointer cast when comparing to an integer (Sat, 04 Mar 2023 09:12:50 UTC)
- git: d447088d9981 - main - linux(4): Improve linux_ifconf readability (Sat, 04 Mar 2023 09:12:51 UTC)
- git: 9883961ed5af - main - linux(4): Drop excess assert that Linux IFNAMSIZ is equal to FreeBSD (Sat, 04 Mar 2023 09:12:52 UTC)
- git: 945a7f0d21a0 - main - linux(4): Assert that the FreeBSD size of struct sockaddr is equal to Linux (Sat, 04 Mar 2023 09:12:54 UTC)
- git: 5c32488de0bb - main - linux(4): Add a counterpart to linux_ifflags (Sat, 04 Mar 2023 09:26:58 UTC)
- git: 8243e174630f - main - linux(4): Fixup 5c32488de0 mis-merge (Sat, 04 Mar 2023 09:42:14 UTC)
- Re: git: 5b5b7e2ca2fa - main - vfs: always retain path buffer after lookup (Sun, 12 Mar 2023 13:59:08 UTC)
- git: 0b56641cfcda - main - linsysfs(4): Reimplement listnics() using ifAPI (Sat, 25 Mar 2023 10:45:45 UTC)
- git: 1f0c8bfd6504 - main - linsysfs(4): Keep Linux compatible sysfs the same as Ubuntu (Sat, 25 Mar 2023 10:45:46 UTC)
- git: f0fe68a965a2 - main - i386: ansify (Sat, 25 Mar 2023 20:55:12 UTC)
- Re: git: b894193501a7 - main - netlink: fix linux module build w/ netlink. (Mon, 27 Mar 2023 21:09:33 UTC)
- Re: git: 80cf427b8dc1 - main - proc: shave a lock trip on exit if possible (Wed, 29 Mar 2023 09:32:01 UTC)
- Re: git: 5faf90050e6c - main - committers-ports.dot: Bring file up to date. (Thu, 30 Mar 2023 12:30:51 UTC)
- git: f94b5734bce1 - main - Revert "linsysfs(4): Reimplement listnics() using ifAPI" (Fri, 31 Mar 2023 11:57:09 UTC)
- git: 126df352f516 - main - linux(4): Move inclusion of i386-specific files under common condition (Fri, 31 Mar 2023 11:57:10 UTC)
- git: 960562652c7a - main - linux(4): Fix opt_netlink.h inclusion (Fri, 31 Mar 2023 11:57:11 UTC)
- Drew Gallatin
- Ed Maste
- git: 41ff5ea22cb9 - main - ssh: default VerifyHostKeyDNS to no, following upstream (Wed, 01 Mar 2023 14:20:09 UTC)
- git: 5e95f5f53150 - main - thunderx: fix potential sign extension issue (Wed, 01 Mar 2023 14:48:34 UTC)
- git: 1b0033485263 - main - bc: remove MIPS Makefile case (Wed, 01 Mar 2023 15:39:27 UTC)
- git: e093c61b2d69 - main - freebsd-update: avoid effects of user's environment on grep (Wed, 01 Mar 2023 16:04:08 UTC)
- git: 8c545c54f2e5 - releng/13.2 - src.conf: regen man page (Wed, 01 Mar 2023 16:09:51 UTC)
- git: 3623575a8613 - releng/13.2 - src.conf: regen man page for settings on release branch (Wed, 01 Mar 2023 16:09:52 UTC)
- git: 71a21ad48915 - main - bhyve: Remove useless return at the end of void function (Wed, 01 Mar 2023 17:05:29 UTC)
- git: 6c7bc93da699 - main - g_part_ebr: always create "compat" aliases (Wed, 01 Mar 2023 18:47:34 UTC)
- git: c5e54e56e68a - main - tools/build: Hide spurious errors if sys/stat.h does not exist (Thu, 02 Mar 2023 01:00:03 UTC)
- git: ceb5f28ba5fc - main - freebsd-update: re-edit files if merge conflict markers remain (Thu, 02 Mar 2023 01:21:32 UTC)
- git: 43fd77233cd4 - stable/13 - ssh: default VerifyHostKeyDNS to no, following upstream (Thu, 02 Mar 2023 03:10:00 UTC)
- git: cf25fa7f31e7 - stable/13 - amd64: Avoid copying td_frame from kernel procs (Thu, 02 Mar 2023 03:12:40 UTC)
- git: e8f143cc4c58 - stable/13 - Cirrus-CI: use makefs if root size exceeds QEMU's virtual FAT limit (Thu, 02 Mar 2023 14:12:00 UTC)
- git: 2b29bd3a6d59 - stable/13 - blacklistd: whitespace cleanup (Thu, 02 Mar 2023 16:07:45 UTC)
- git: ee71c37bc123 - stable/13 - Add RELRO build knob, default to enabled (Thu, 02 Mar 2023 16:07:46 UTC)
- git: 65d7644bdb16 - stable/13 - src.conf: regen man page after RELRO change (Thu, 02 Mar 2023 16:07:47 UTC)
- git: de1a17db8963 - main - moused: Fix typos (Thu, 02 Mar 2023 16:54:23 UTC)
- git: d54953d6abc9 - releng/13.2 - ssh: default VerifyHostKeyDNS to no, following upstream (Thu, 02 Mar 2023 17:43:40 UTC)
- git: c7e370335203 - stable/13 - freebsd-update: re-edit files if merge conflict markers remain (Thu, 02 Mar 2023 18:31:10 UTC)
- git: 24fe8a518324 - stable/13 - freebsd-update: avoid effects of user's environment on grep (Thu, 02 Mar 2023 18:31:11 UTC)
- git: a6c6edbe9d37 - releng/13.2 - freebsd-update: re-edit files if merge conflict markers remain (Thu, 02 Mar 2023 20:51:04 UTC)
- git: 735c962a4944 - releng/13.2 - freebsd-update: avoid effects of user's environment on grep (Thu, 02 Mar 2023 20:51:05 UTC)
- git: 939b24b0abbd - main - xlocale: garbage collect references to strtoq_l/strtouq_l (Thu, 02 Mar 2023 20:54:54 UTC)
- git: c7a8502bdf18 - main - open.2: describe O_RESOLVE_BENEATH errors correctly (Thu, 02 Mar 2023 20:59:21 UTC)
- Re: git: ceb5f28ba5fc - main - freebsd-update: re-edit files if merge conflict markers remain (Thu, 02 Mar 2023 23:54:26 UTC)
- git: e27ded83c76a - main - freebsd-update: use grep -E instead of egrep (Thu, 02 Mar 2023 23:59:28 UTC)
- git: 1b1d2aea020e - stable/13 - libc: handle zero alignment in memalign() (Fri, 03 Mar 2023 00:23:40 UTC)
- git: 398b12691b4f - main - mergemaster: add deprecation notice to man page (Fri, 03 Mar 2023 01:44:02 UTC)
- git: 4530e0c3e78d - main - bsnmp: Remove "All Rights Reserved" from FreeBSD Foundation copyrights (Fri, 03 Mar 2023 13:11:45 UTC)
- git: 947344774cf3 - stable/13 - blacklistd: silence sign-conversion warning from Clang (Fri, 03 Mar 2023 13:42:34 UTC)
- git: ab53efd14237 - stable/13 - mergemaster: add deprecation notice to man page (Mon, 06 Mar 2023 00:31:29 UTC)
- git: b562307b7034 - stable/13 - freebsd-update: use grep -E instead of egrep (Mon, 06 Mar 2023 00:31:30 UTC)
- git: 02a57b183020 - stable/13 - thunderx: fix potential sign extension issue (Mon, 06 Mar 2023 00:31:31 UTC)
- git: 5fa16e3c50c5 - releng/13.2 - mergemaster: add deprecation notice to man page (Mon, 06 Mar 2023 13:03:26 UTC)
- git: 46a79e80414c - releng/13.2 - freebsd-update: use grep -E instead of egrep (Mon, 06 Mar 2023 13:03:27 UTC)
- git: 44454bad8cab - stable/13 - bsnmp: Remove "All Rights Reserved" from FreeBSD Foundation copyrights (Mon, 06 Mar 2023 13:50:57 UTC)
- git: 1ee4ec78c22d - stable/13 - g_part_ebr: always create "compat" aliases (Mon, 06 Mar 2023 13:50:58 UTC)
- git: 2d415b019617 - stable/13 - tools/build: Hide spurious errors if sys/stat.h does not exist (Mon, 06 Mar 2023 13:50:59 UTC)
- git: d8644a5d2458 - stable/13 - Enable kernel reproducible builds on stable branch (Mon, 06 Mar 2023 13:51:00 UTC)
- git: 305aaa93e0c8 - stable/13 - netlink: do not memcpy 0 bytes from a NULL pointer (Mon, 06 Mar 2023 18:12:05 UTC)
- git: 4639f11c9fb7 - releng/13.2 - netlink: fix interface dump. (Mon, 06 Mar 2023 19:38:19 UTC)
- git: 6f68483d3f72 - releng/13.2 - netlink: simplify temporary address allocation in rtnl_handle_getlink(). (Mon, 06 Mar 2023 19:38:21 UTC)
- git: d9f07162932b - releng/13.2 - netlink: do not memcpy 0 bytes from a NULL pointer (Mon, 06 Mar 2023 19:38:22 UTC)
- git: d7a491dd3037 - main - make showconfig: set MACHINE and MACHINE_ARCH (Mon, 06 Mar 2023 21:03:34 UTC)
- git: 3f9c1b2cae5d - main - src.conf: regen after d7a491dd3037 (Mon, 06 Mar 2023 21:09:36 UTC)
- git: 6e0a1438d8f2 - main - src.opts.mk: mark ZFS broken on powerpc, matching kern.opts.mk (Tue, 07 Mar 2023 01:34:20 UTC)
- git: 1af993335913 - releng/13.2 - netlink: call genetlink notification handler upon successful family search. (Tue, 07 Mar 2023 13:28:23 UTC)
- git: 4182ec520407 - releng/13.2 - netlink: fix OOB read in genetlink (Tue, 07 Mar 2023 13:28:24 UTC)
- git: 96064e0924d8 - releng/13.2 - amd64: Avoid copying td_frame from kernel procs (Tue, 07 Mar 2023 16:37:45 UTC)
- git: 7661a2abe45c - main - src.opts.mk: sync FDT and OFED options with kern.opts.mk (Tue, 07 Mar 2023 18:41:36 UTC)
- git: 1a718f7a3b4e - main - src.opts.mk: Remove long-unused NDIS option (Tue, 07 Mar 2023 20:41:04 UTC)
- git: 4a869d380e8d - main - nvram2env: Retire unused MIPS-specific driver (Wed, 08 Mar 2023 23:24:08 UTC)
- git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Wed, 08 Mar 2023 23:31:44 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Thu, 09 Mar 2023 02:13:30 UTC)
- git: bd258f88e579 - main - src.conf.5: Use common phrasing in WITHOUT_OFED text (Thu, 09 Mar 2023 02:20:42 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Thu, 09 Mar 2023 15:10:16 UTC)
- git: bc33c99234a6 - main - makefs: do not call brelse if bread returns an error (Tue, 14 Mar 2023 02:41:25 UTC)
- git: a2de35e1a460 - main - CI: update QEMU command line to avoid deprecated option format (Tue, 14 Mar 2023 12:48:27 UTC)
- git: d0f1f38202c4 - main - Reserve u2f group for FIDO/U2F key support (SSH, etc.) (Tue, 14 Mar 2023 17:12:04 UTC)
- git: 96ab5023fd4b - main - compiler-rt: remove eprintf (Tue, 14 Mar 2023 17:29:37 UTC)
- git: 19aba210e1a1 - main - ssh: fix leak and apply style(9) to hostname canonicalization (Tue, 14 Mar 2023 17:29:38 UTC)
- git: 2ed0305bc3f2 - main - CI: Run pkgbase METALOG lint script (Wed, 15 Mar 2023 01:58:18 UTC)
- git: 6834ca8a434b - main - ssh: update FREEBSD-upgrade instructions (Wed, 15 Mar 2023 17:38:29 UTC)
- git: 7ee81174ca89..36b354d74be5 - vendor/openssh - vendor branch updated (Thu, 16 Mar 2023 12:51:24 UTC)
- git: 0ab801295204 - Create tag vendor/openssh/9.3p1 (Thu, 16 Mar 2023 12:51:33 UTC)
- git: 4d3fc8b0570b - main - ssh: Update to OpenSSH 9.3p1 (Thu, 16 Mar 2023 14:32:55 UTC)
- git: 08ffa93d9f0e - releng/13.2 - heimdal: Fix CVE-2022-4152, signature validation error (Thu, 16 Mar 2023 17:45:35 UTC)
- git: 0c0c89736597 - releng/13.2 - heimdal: Resolve hdb_free_entry() SIGSEGV/SIGILL (Thu, 16 Mar 2023 17:45:36 UTC)
- git: 802b48363097 - stable/13 - ssh: Update to OpenSSH 9.3p1 (Thu, 16 Mar 2023 19:10:42 UTC)
- git: 43ad40718af1 - releng/13.2 - ssh: Update to OpenSSH 9.3p1 (Fri, 17 Mar 2023 01:38:42 UTC)
- git: 87bb53cb5380 - main - gvinum: correct assertions (Tue, 21 Mar 2023 14:03:28 UTC)
- git: 14f102eacc84 - main - tcp_wrappers: Use ANSI (c89) function definitions (Tue, 21 Mar 2023 14:11:51 UTC)
- git: e9f8723c30fc - main - ldd: clarify format options (Tue, 21 Mar 2023 14:34:45 UTC)
- git: 68a930d8ee35 - main - lorder: add deprecation notice (Tue, 21 Mar 2023 15:22:00 UTC)
- git: 27e1fad46a82 - stable/13 - CI: update QEMU command line to avoid deprecated option format (Tue, 21 Mar 2023 15:59:32 UTC)
- git: a16159aa2e33 - stable/13 - makefs: do not call brelse if bread returns an error (Tue, 21 Mar 2023 15:59:33 UTC)
- git: df5bb849a6e8 - stable/13 - Reserve u2f group for FIDO/U2F key support (SSH, etc.) (Tue, 21 Mar 2023 15:59:34 UTC)
- git: 899becbfcbf7 - main - tcp_wrappers: Use ANSI (c89) definitions for one more function (Tue, 21 Mar 2023 20:09:33 UTC)
- git: ddf77ec39271 - main - etdump: exit on error if section header or entry offset is OOB (Wed, 22 Mar 2023 13:12:56 UTC)
- git: 69c72a57af84 - main - sftp: avoid leaking path arg in calls to make_absolute_pwd_glob (Wed, 22 Mar 2023 15:05:43 UTC)
- git: c888b3b22864 - main - sftp: add description of memory leak fix (Wed, 22 Mar 2023 15:05:44 UTC)
- git: f9c7fb7caed0 - main - arpa: garbage collect ns_newmsg/ns_rdata decls (Wed, 22 Mar 2023 19:00:43 UTC)
- git: c65c969bd5d4 - main - makefs: correct iso9660 Rock Ridge TF timestamps (Thu, 23 Mar 2023 11:32:47 UTC)
- git: c3ec19359e05 - main - makefs: correct iso9660 Rock Ridge NM values (Thu, 23 Mar 2023 12:41:26 UTC)
- git: 7bc6ce41d833 - stable/13 - ldd: clarify format options (Thu, 23 Mar 2023 12:42:21 UTC)
- git: 66f3ac8c661d - stable/13 - gvinum: correct assertions (Thu, 23 Mar 2023 12:42:22 UTC)
- git: e26552c0d882 - stable/13 - lorder: add deprecation notice (Thu, 23 Mar 2023 12:42:23 UTC)
- git: 8ebda77aa1de - stable/12 - mergemaster: add deprecation notice to man page (Thu, 23 Mar 2023 12:50:28 UTC)
- git: dc3d0ff61575 - stable/12 - etdump: exit on error if section header or entry offset is OOB (Thu, 23 Mar 2023 12:50:29 UTC)
- git: c68dc69680d3 - stable/12 - lorder: add deprecation notice (Thu, 23 Mar 2023 12:50:30 UTC)
- git: 12be1c744e00 - stable/12 - gvinum: correct assertions (Thu, 23 Mar 2023 12:50:31 UTC)
- git: 81338b4213fd - stable/12 - ldd: clarify format options (Thu, 23 Mar 2023 12:50:32 UTC)
- git: 3976ad45bb06 - stable/13 - etdump: exit on error if section header or entry offset is OOB (Thu, 23 Mar 2023 12:53:16 UTC)
- git: 2af158ae8313 - main - makefs: add missing break for 'g' case in tarfs test (Thu, 23 Mar 2023 13:11:03 UTC)
- git: cba3becc2003 - stable/13 - CI: Run pkgbase METALOG lint script (Thu, 23 Mar 2023 14:31:13 UTC)
- git: feb3da25265d - stable/13 - sh: install hard link with same mode as target (Thu, 23 Mar 2023 15:10:26 UTC)
- git: 2dd014ca0c74 - stable/13 - dwatch: install hard links with same mode as target (Thu, 23 Mar 2023 15:10:28 UTC)
- git: 6be7ead2acad - stable/13 - pam.d: install hard link with same mode as target (Thu, 23 Mar 2023 15:10:29 UTC)
- git: c702ed6eb8d4 - stable/13 - csh: install hard link with same mode as target (Thu, 23 Mar 2023 15:10:30 UTC)
- git: 39c9fd8f2beb - stable/13 - pkgbase: report errors via metalog reader exit status (Thu, 23 Mar 2023 15:10:59 UTC)
- git: 9f2a52536047 - main - makefs: correct El Torito bood record (Thu, 23 Mar 2023 21:56:58 UTC)
- git: 978013a0945d - main - makefs: emit NM records for all directory entries (Sat, 25 Mar 2023 13:27:17 UTC)
- Re: git: a85dcd4ac4b0 - main - netlink: restrict default userland switch to netlink to i386/amd64. (Sun, 26 Mar 2023 16:17:18 UTC)
- git: f59727087b11 - main - CONTRIBUTING.md: Fix checkstyle9.pl name (Mon, 27 Mar 2023 20:25:50 UTC)
- git: 9faa27f263d1 - main - ssh: update FREEBSD-upgrade for upstream CheckHostIP default change (Wed, 29 Mar 2023 23:33:38 UTC)
- git: 1fb7d2cf999e - main - makefs: spelling (Thu, 30 Mar 2023 01:49:37 UTC)
- git: cc4adc4c4e47 - main - makefs: remove vestigial '?' cases from top-level getopt(3) loop (Thu, 30 Mar 2023 13:20:07 UTC)
- git: 45e405603b7f - main - makefs: do not pass mode to open() call lacking O_CREAT (Thu, 30 Mar 2023 13:20:08 UTC)
- git: 52c68e1625e4 - main - makefs: Whitespace cleanup to sync with NetBSD (Thu, 30 Mar 2023 15:45:30 UTC)
- git: 30da840c627c - main - memmem: add a note about other systems which have memmem (Thu, 30 Mar 2023 16:14:31 UTC)
- git: efe6a1574ec0 - main - makefs: correct "filname" typo (Thu, 30 Mar 2023 16:21:55 UTC)
- git: f0bef3d20eb6 - main - makefs: #define Apple Partition bits (Thu, 30 Mar 2023 22:27:48 UTC)
- git: d33cdf16df52 - main - fs/cd9660: add header include guards (Thu, 30 Mar 2023 23:21:22 UTC)
- git: c6ed8694ac58 - main - makefs: improve some cd9660 error messages (Fri, 31 Mar 2023 14:06:09 UTC)
- Re: git: 61194e9852e6 - main - Add kqueue1() syscall (Fri, 31 Mar 2023 17:27:54 UTC)
- git: d860991a7289 - main - kqueue: tidy up indentation in man page example (Fri, 31 Mar 2023 18:48:50 UTC)
- Emmanuel Vadot
- git: 58d487c30194 - main - arm: Add PCI and Annapurna devices drivers to LINT (Thu, 02 Mar 2023 18:59:44 UTC)
- git: f201e3800bda - main - arm: Tag ALPINE kernel as NO_UNIVERSE (Thu, 02 Mar 2023 18:59:46 UTC)
- git: 68f8ac87e0be - main - arm: Tag EFIKA_MX kernel as NO_UNIVERSE (Thu, 02 Mar 2023 18:59:47 UTC)
- git: 79ec3b10b45a - main - arm: Tag SOCFPGA kernel as NO_UNIVERSE (Thu, 02 Mar 2023 18:59:48 UTC)
- git: 0fed8288c3fd - main - arm: Tag VHYBRID kernel as NO_UNIVERSE (Thu, 02 Mar 2023 18:59:49 UTC)
- git: d43812b17360 - main - Disable ATM programs by default (Fri, 03 Mar 2023 07:53:01 UTC)
- git: 66a175980e40 - main - Add description for WITH_ATM (Fri, 03 Mar 2023 07:53:02 UTC)
- git: 5ea96be40b1b - main - src.conf.5: Regen after switching to WITHOUT_ATM (Fri, 03 Mar 2023 07:53:03 UTC)
- Re: git: 15e7fa83ef3c - main - arm64: Hyper-V: Add vPCI and Mellanox driver modules into build (Tue, 14 Mar 2023 07:46:03 UTC)
- git: 031461b1666e - main - arm: Remove kernel config APALIS-IMX6 (Fri, 17 Mar 2023 11:33:40 UTC)
- git: ba9f8eeb4789 - main - arm: Remove VYBRID specific kernel config (Fri, 17 Mar 2023 11:33:41 UTC)
- git: cdb0c2a73df6 - main - arm: Remove IMX5 specific kernel configs (Fri, 17 Mar 2023 11:33:42 UTC)
- git: 1c4ff02a7458 - main - arm: Remove IMX6 kernel config (Fri, 17 Mar 2023 11:33:43 UTC)
- git: 37531e78df29 - main - arm: allwinner: Garbage collect a10_hdmi driver (Fri, 17 Mar 2023 11:34:33 UTC)
- git: 8574d32f226a - main - arm: imx: Rename video related devices (Fri, 17 Mar 2023 11:34:34 UTC)
- git: 3bcb469c61de - main - arm: ti: Rename video related devices (Fri, 17 Mar 2023 11:34:35 UTC)
- git: 00e84f52f098 - main - arm: Rename hdmi_if.m to crtc_if.m (Fri, 17 Mar 2023 11:34:36 UTC)
- git: a4f8318acec6 - main - UPDATING: Document arm video devices renaming. (Fri, 17 Mar 2023 11:34:37 UTC)
- git: 949efdaa1db8 - main - arm: Remove SOCFPGA specific kernel configs (Fri, 17 Mar 2023 12:48:48 UTC)
- git: f1d7ae31d4aa - main - linuxkpi: Add hdmi helpers (Tue, 28 Mar 2023 07:25:05 UTC)
- git: aaf6129c9dcd - main - linuxkpi: Add devm_add_action and devm_add_action_or_reset (Tue, 28 Mar 2023 07:25:06 UTC)
- git: 1cebc9298cf2 - main - Bump __FreeBSD_version after linuxkpi updates. (Tue, 28 Mar 2023 07:25:07 UTC)
- git: 51d07956cf22 - main - linuxkpi: Add alderlake defines in intel-family (Tue, 28 Mar 2023 08:57:19 UTC)
- Re: git: 02904a06c76b - main - amd64: properly recalculate mitigations knobs after resume (Wed, 29 Mar 2023 12:56:38 UTC)
- Re: git: 02904a06c76b - main - amd64: properly recalculate mitigations knobs after resume (Wed, 29 Mar 2023 13:25:41 UTC)
- Enji Cooper
- Eric Joyner
- Eric van Gyzen
- Fedor Uporov
- Fernando ApesteguÃa
- Fernando_ApesteguÃa
- Gleb Smirnoff
- Glen Barber
- Gordon Bergling
- git: c079c0ee94d0 - stable/13 - inet6_opt_init.3: Some enhancements (Sun, 05 Mar 2023 13:22:29 UTC)
- git: 43a51b8bfdf0 - stable/13 - route(8): Add an example how to print the routing tables (Mon, 13 Mar 2023 08:02:27 UTC)
- git: d8d86ab91e0f - stable/13 - route(8): Remove obsolete information (Mon, 13 Mar 2023 08:02:28 UTC)
- git: afca4c000b72 - stable/13 - route.8: Add information about ROUTE_MPATH and FIB_ALGO (Mon, 13 Mar 2023 08:02:29 UTC)
- git: ca1b471b50ee - stable/13 - route.8: Fix mandoc warnings (Mon, 13 Mar 2023 08:02:30 UTC)
- git: 5b99fbfb7289 - releng/13.2 - route(8): Add an example how to print the routing tables (Tue, 14 Mar 2023 10:54:01 UTC)
- git: 92d6645fd4c2 - releng/13.2 - route(8): Remove obsolete information (Tue, 14 Mar 2023 10:54:02 UTC)
- git: 49a096e889c4 - releng/13.2 - route.8: Add information about ROUTE_MPATH and FIB_ALGO (Tue, 14 Mar 2023 10:54:03 UTC)
- git: 2ebf1ef8825f - releng/13.2 - route.8: Fix mandoc warnings (Tue, 14 Mar 2023 10:54:04 UTC)
- git: 21f268182838 - main - route.8: Don't reference an external command in EXAMPLES (Tue, 14 Mar 2023 13:56:41 UTC)
- git: 61dad7633cd3 - releng/13.2 - route.8: Don't reference an external command in EXAMPLES (Thu, 16 Mar 2023 13:13:31 UTC)
- git: 15d683c334f9 - stable/13 - route.8: Don't reference an external command in EXAMPLES (Fri, 17 Mar 2023 06:30:39 UTC)
- git: ac6bc808f516 - main - smbfs.5: Us .An -nosplit for the AUTHORS section (Sat, 18 Mar 2023 09:03:16 UTC)
- git: d37cca6570e9 - main - tcp_rack.4: Correct a link in the SEE ALSO section (Sun, 19 Mar 2023 08:49:58 UTC)
- git: 854424168f8e - stable/13 - smbfs.5: Us .An -nosplit for the AUTHORS section (Tue, 21 Mar 2023 06:08:44 UTC)
- git: 7812b9ef0dc1 - stable/12 - smbfs.5: Us .An -nosplit for the AUTHORS section (Tue, 21 Mar 2023 06:09:04 UTC)
- git: bdc4a7238254 - stable/13 - tcp_rack.4: Correct a link in the SEE ALSO section (Wed, 22 Mar 2023 06:29:28 UTC)
- git: 33e13e4c921b - releng/13.2 - FFS/UFS snapshots: improve documentation. (Wed, 22 Mar 2023 06:33:13 UTC)
- git: 79edbb740882 - releng/13.2 - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking. (Wed, 22 Mar 2023 06:34:03 UTC)
- git: 8295571e3f6a - releng/13.2 - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking. (Wed, 22 Mar 2023 06:34:41 UTC)
- git: f63aaffebc4b - main - acpi(4): Fix a typo in a kernel message (Thu, 23 Mar 2023 21:03:46 UTC)
- git: 328ebd468056 - main - devd.conf.5: Fix a typo in the manual page (Sun, 26 Mar 2023 07:44:10 UTC)
- git: 107597fbd4dc - main - rarpd(8): Fix a typo in a source code comment (Mon, 27 Mar 2023 06:45:54 UTC)
- git: f7174106ef55 - stable/13 - rarpd(8): Fix a typo in a source code comment (Thu, 30 Mar 2023 06:31:03 UTC)
- git: 95d0723eb308 - stable/12 - rarpd(8): Fix a typo in a source code comment (Thu, 30 Mar 2023 06:31:20 UTC)
- git: 589b82662409 - stable/12 - devd.conf.5: Fix a typo in the manual page (Fri, 31 Mar 2023 07:50:25 UTC)
- git: 374f3920c72a - stable/13 - devd.conf.5: Fix a typo in the manual page (Fri, 31 Mar 2023 07:50:47 UTC)
- Hans Petter Selasky
- Ihor Antonov
- Jean-Sébastien Pédron
- Jessica Clarke
- git: dda4d97289f1 - main - Makefile.inc1: Support building with macOS Ventura's AMFI Launch Constraints (Fri, 03 Mar 2023 03:18:53 UTC)
- Re: git: 320e7e0003db - main - Revert "Fix cross-build support for Ubuntu 16.04" (Tue, 07 Mar 2023 23:13:28 UTC)
- Re: git: 15e7fa83ef3c - main - arm64: Hyper-V: Add vPCI and Mellanox driver modules into build (Tue, 14 Mar 2023 03:57:17 UTC)
- Re: git: 15e7fa83ef3c - main - arm64: Hyper-V: Add vPCI and Mellanox driver modules into build (Tue, 14 Mar 2023 04:04:26 UTC)
- git: aa39abd8e58f - main - arm64: Move Azure-specific config from std.hyperv to std.azure (Tue, 14 Mar 2023 04:17:52 UTC)
- git: 4f7b3120bc60 - main - arm64: Delete redundant badly formatted and capitalised comment (Tue, 14 Mar 2023 04:17:53 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 04:21:47 UTC)
- Re: git: 15e7fa83ef3c - main - arm64: Hyper-V: Add vPCI and Mellanox driver modules into build (Tue, 14 Mar 2023 04:30:20 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 04:45:05 UTC)
- Re: git: 15e7fa83ef3c - main - arm64: Hyper-V: Add vPCI and Mellanox driver modules into build (Tue, 14 Mar 2023 06:59:00 UTC)
- Re: git: 15e7fa83ef3c - main - arm64: Hyper-V: Add vPCI and Mellanox driver modules into build (Tue, 14 Mar 2023 07:54:48 UTC)
- git: 379954d06c1d - main - src.conf.5: Regen after ZFS-related options changes (Wed, 15 Mar 2023 00:07:14 UTC)
- git: 9e914c7af1f3 - main - Add new DISK_IMAGE_TOOLS_BOOTSTRAP option (Wed, 15 Mar 2023 00:07:15 UTC)
- git: f13b4e460ccb - main - .github: Test DISK_IMAGE_TOOLS_BOOTSTRAP in CI (Wed, 15 Mar 2023 00:07:17 UTC)
- Re: git: 44357c18ccb9 - main - ppp: Remove trailing semicolon (Wed, 15 Mar 2023 03:45:07 UTC)
- Re: git: c5c9d980c4b0 - main - libc/csu: rename ignore_init.c to libc_start1.c (Sat, 18 Mar 2023 03:46:36 UTC)
- Re: git: cf6356fd471c - main - daemon: repace goto exit with daemon_terminate() (Sat, 18 Mar 2023 05:58:04 UTC)
- Re: git: 61482760a0ca - main - bhyve: Accept a variable-length string name for qemu_fwcfg_add_file. (Wed, 22 Mar 2023 19:44:27 UTC)
- Re: git: a85dcd4ac4b0 - main - netlink: restrict default userland switch to netlink to i386/amd64. (Sun, 26 Mar 2023 16:45:07 UTC)
- Re: git: c597432e2297 - main - route(8): convert to netlink (Mon, 27 Mar 2023 20:41:44 UTC)
- Re: git: 61194e9852e6 - main - Add kqueue1() syscall (Tue, 28 Mar 2023 00:07:41 UTC)
- Re: git: 47ff149afaea - main - Move arm64 EENTRY uses before ENTRY (Fri, 31 Mar 2023 16:00:45 UTC)
- Joerg Wunsch
- John Baldwin
- git: d90188eff5c5 - main - hwpmc: Don't wrap entire files in #ifdef DEV_ACPI. (Wed, 01 Mar 2023 18:32:58 UTC)
- git: 57716e7361ae - main - sys/modules: fix bogus OPT_ACPI tests (Wed, 01 Mar 2023 18:32:59 UTC)
- git: c3dd45c47be9 - main - sys/modules: Make use of SRCS.${KERN_OPT}. (Wed, 01 Mar 2023 18:33:00 UTC)
- git: 89cd5d084e3f - main - usb: Trim another MIPS reference. (Wed, 01 Mar 2023 18:51:47 UTC)
- git: 3f47391177a4 - main - nvram2env: Remove MIPS-specific support. (Wed, 01 Mar 2023 18:54:30 UTC)
- Re: git: f874e59ffcd8..3c320f4e5ee3 - vendor/openssl - vendor branch updated (Tue, 07 Mar 2023 17:50:36 UTC)
- git: eee4264c9fcb - main - Make <sys/systm.h> more self-contained. (Wed, 08 Mar 2023 23:05:28 UTC)
- git: 6dcd6d199f86 - main - arch.7: Drop most mentions of MIPS. (Wed, 08 Mar 2023 23:12:39 UTC)
- git: f4ea84cea23f - main - krping: Use get_cyclecount for get_cycles. (Wed, 08 Mar 2023 23:12:40 UTC)
- git: fe0f6950391c - main - Enable OFED on all platforms except for 32-bit arm. (Wed, 08 Mar 2023 23:12:41 UTC)
- git: 3140e27ee5c4 - main - sys/modules/Makefile: Add a section for arm64 + x86 + powerpc64. (Wed, 08 Mar 2023 23:12:42 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Wed, 08 Mar 2023 23:34:21 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Thu, 09 Mar 2023 17:30:05 UTC)
- git: 1ad3cafcd34e - main - Remove /usr/lib/dtrace/ipfw.d for WITHOUT_DTRACE. (Wed, 22 Mar 2023 02:07:02 UTC)
- git: b4e4d32d8450 - stable/13 - csu: Add missing GNU-stack annotations to note object files. (Wed, 22 Mar 2023 16:32:49 UTC)
- git: b5c260d1d292 - stable/13 - libcrypto padlock.so: Link with -z noexecstack for ld.bfd. (Wed, 22 Mar 2023 16:32:50 UTC)
- git: 6611fe011f79 - stable/13 - libicp: Link with -z noexecstack for ld.bfd. (Wed, 22 Mar 2023 16:32:51 UTC)
- git: 3eb107dd5913 - stable/13 - Remove the MK_LIBCPLUSPLUS option (Wed, 22 Mar 2023 16:32:52 UTC)
- git: f31f677c1d41 - stable/13 - makefs: Ignore some sign comparison warnings from GCC. (Wed, 22 Mar 2023 16:32:53 UTC)
- git: 419f53cb21eb - stable/13 - Stop adding -Wredundant-decls to CWARNFLAGS. (Wed, 22 Mar 2023 16:32:54 UTC)
- git: 0ae6421c8573 - stable/13 - linuxkpi: Use a proper declaration for pm_suspend_via_firmware. (Wed, 22 Mar 2023 16:32:55 UTC)
- git: 8ca78eb03fd4 - stable/13 - LinuxKPI: Make FPU sections thread-safe and use the NOCTX flag. (Wed, 22 Mar 2023 16:32:56 UTC)
- git: dbb7cc419b49 - stable/13 - Add missing file to sys/conf/files after 469884cf04a9b92677c7c83e229ca6b8814f8b0a . (Wed, 22 Mar 2023 16:32:58 UTC)
- git: e889fcdf8e8d - stable/13 - Disable -Wunused-function for {ed,x}25519_ref10.c in libsodium. (Wed, 22 Mar 2023 16:32:59 UTC)
- git: 0d9e9c3d1586 - stable/13 - if_epair: Use ANSI C definition (Wed, 22 Mar 2023 16:33:00 UTC)
- git: 48c519be0e80 - main - libpfctl: Don't pass stack garbage to free. (Wed, 22 Mar 2023 19:35:46 UTC)
- git: 61482760a0ca - main - bhyve: Accept a variable-length string name for qemu_fwcfg_add_file. (Wed, 22 Mar 2023 19:35:47 UTC)
- git: 7bf44831ca05 - main - bhyve: Don't return -ENOMEM from qemu_fwcfg_add_file. (Wed, 22 Mar 2023 19:35:48 UTC)
- git: 4ffeb3b88ed2 - main - sys: Stop enabling -Wnested-externs. (Wed, 22 Mar 2023 19:35:49 UTC)
- git: dddb1aec4d54 - main - sys: Retire OPENZFS_CWARNFLAGS now that it is empty. (Wed, 22 Mar 2023 19:35:51 UTC)
- Re: git: 61482760a0ca - main - bhyve: Accept a variable-length string name for qemu_fwcfg_add_file. (Wed, 22 Mar 2023 21:46:39 UTC)
- git: 13ecd510decf - stable/12 - jemalloc: pick from upstream: Fix GCC-9.1 warning with macro GET_ARG_NUMERIC (Wed, 22 Mar 2023 22:28:26 UTC)
- git: d53f977d5285 - stable/12 - amd64 libc: add missed GNU-stack annotation to memmove/memcpy (Wed, 22 Mar 2023 22:28:27 UTC)
- git: e0f29006d199 - stable/12 - libcrypto padlock.so: Link with -z noexecstack for ld.bfd. (Wed, 22 Mar 2023 22:28:28 UTC)
- git: 0ae8e682d806 - stable/12 - dtrace: avoid gcc9 Walloca-larger-than (Wed, 22 Mar 2023 22:28:29 UTC)
- git: bc74e50cdf14 - stable/12 - Revert "df: remove the unused fstype var" (Wed, 22 Mar 2023 22:28:30 UTC)
- git: df3d0c0d0d04 - stable/12 - Declare packed struct ata_params as 2-byte-aligned (Wed, 22 Mar 2023 22:28:31 UTC)
- git: fbe7e06a3ce2 - stable/12 - libsa: Add missing GNU-stack annotations to _setjmp.S. (Wed, 22 Mar 2023 22:28:32 UTC)
- git: 8e7ba6eb44da - stable/12 - stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34. (Wed, 22 Mar 2023 22:28:34 UTC)
- git: 11ab827a1ce4 - stable/12 - top: Remove a duplicate extern declaration for show_args. (Wed, 22 Mar 2023 22:28:35 UTC)
- git: 51666ee9660e - stable/12 - Disable -Wreturn-type on GCC. (Wed, 22 Mar 2023 22:28:36 UTC)
- git: 5bb908625468 - stable/12 - Fix GCC build. (Wed, 22 Mar 2023 22:28:37 UTC)
- git: b43c3200a4f2 - stable/12 - Properly fix GCC build in r357867 (Wed, 22 Mar 2023 22:28:38 UTC)
- git: fd153a0a4cfc - stable/12 - rtld-elf: link libcompiler_rt on all architectures (Wed, 22 Mar 2023 22:28:39 UTC)
- git: d86f0502b1ec - stable/12 - Turn off errors for -Wmaybe-uninitialized in GCC 6+. (Wed, 22 Mar 2023 22:28:40 UTC)
- git: 429d95658672 - stable/12 - Stop adding -Wredundant-decls to CWARNFLAGS. (Wed, 22 Mar 2023 22:28:41 UTC)
- git: 2c91d5899a90 - stable/12 - gcc9: quiet Waddress-of-packed-member for kernel build (Wed, 22 Mar 2023 22:28:43 UTC)
- git: 9d8607fa3fab - stable/12 - kernel: Disable errors for -Walloca-larger-than for GCC. (Wed, 22 Mar 2023 22:28:44 UTC)
- git: f59113f9f672 - stable/12 - smartpqi: Remove stray declaration (Wed, 22 Mar 2023 22:28:45 UTC)
- git: 8f88432a1de0 - stable/12 - ofed: quiet gcc -Wint-in-bool-context (Wed, 22 Mar 2023 22:28:46 UTC)
- git: bde7b32c7cda - stable/12 - ibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NULL() macro usage. (Wed, 22 Mar 2023 22:28:47 UTC)
- Re: git: 0d9e9c3d1586 - stable/13 - if_epair: Use ANSI C definition (Wed, 22 Mar 2023 22:33:20 UTC)
- git: e7d9a68e8d38 - stable/13 - Switch to GCC 9 for the GCC tinderbox. (Wed, 22 Mar 2023 22:33:48 UTC)
- Re: git: bde7b32c7cda - stable/12 - ibcore: Clean up INIT_UDATA() and INIT_UDATA_BUF_OR_NULL() macro usage. (Wed, 22 Mar 2023 22:36:10 UTC)
- git: 2daa63d80d2e - stable/12 - mips: Add device random to two kernel configs. (Thu, 23 Mar 2023 04:17:52 UTC)
- Re: git: 2daa63d80d2e - stable/12 - mips: Add device random to two kernel configs. (Thu, 23 Mar 2023 04:19:29 UTC)
- git: 57c9d3938472 - stable/13 - ktls: Remove the KERN_TLS option from the i386 and amd64 LINT-NOIP kernel configurations. (Thu, 23 Mar 2023 16:28:22 UTC)
- git: c6b3f47fedd3 - main - libpmc: Use LIB_CXX instead of explicit LDADD to link a C++ library. (Thu, 23 Mar 2023 16:32:10 UTC)
- git: d2dab20c2ade - main - ktls: Drop all the INET and INET6 compile-time guards. (Thu, 23 Mar 2023 21:29:29 UTC)
- git: 7d9ef309bd09 - main - libvmmapi: Add a struct vcpu and use it in most APIs. (Fri, 24 Mar 2023 18:49:13 UTC)
- git: 0f735657aa76 - main - bhyve: Remove vmctx member from struct vm_snapshot_meta. (Fri, 24 Mar 2023 18:49:14 UTC)
- git: b22fccad8c7a - main - Remove libvmmapi.so.5 after the shlib version was bumped to 6. (Fri, 24 Mar 2023 20:42:56 UTC)
- git: ac6b2b4344cd - main - build: glibc on Linux defines explicit_bzero in <string.h>. (Mon, 27 Mar 2023 21:28:09 UTC)
- Re: git: 61194e9852e6 - main - Add kqueue1() syscall (Tue, 28 Mar 2023 15:23:14 UTC)
- Re: git: c597432e2297 - main - route(8): convert to netlink (Tue, 28 Mar 2023 17:47:08 UTC)
- git: 3ba927fdc46d - main - rc.d/ldconfig: Remove mips64 check for ldconfig32. (Wed, 29 Mar 2023 17:32:44 UTC)
- git: 96241a568e5d - main - libproc: Trim a MIPS leftover. (Wed, 29 Mar 2023 17:41:41 UTC)
- git: c476ca181ae7 - main - OptionalObsoleteFiles.inc: Remove MIPS-specific hwpmc manpages. (Wed, 29 Mar 2023 17:41:43 UTC)
- git: 7d8e1e8dd904 - main - libcasper: Move helper libraries from /lib/casper to /lib. (Wed, 29 Mar 2023 22:07:14 UTC)
- git: 1ab9996fb5fa - main - libcompiler_rt/libgcc_s: Remove MIPS build glue. (Wed, 29 Mar 2023 22:07:15 UTC)
- git: f40b617e1539 - main - libarchive: Remove MIPS build glue. (Wed, 29 Mar 2023 22:07:16 UTC)
- git: 60d0871dbfbe - main - tests/sys/audit: Remove MIPS-specific sysarch(2) test. (Wed, 29 Mar 2023 22:07:18 UTC)
- git: eeedaefab5ef - main - Remove LLVM build glue for MIPS as a native architecture. (Wed, 29 Mar 2023 22:07:19 UTC)
- Re: git: 68ca8363c7a1 - main - libc: Use secure_getenv(3) where appropriate (Thu, 30 Mar 2023 04:49:26 UTC)
- Re: git: 68ca8363c7a1 - main - libc: Use secure_getenv(3) where appropriate (Thu, 30 Mar 2023 15:18:28 UTC)
- git: a827077e01e8 - main - Add libcap_netdb.so.1 to the list of libcasper helper libraries. (Thu, 30 Mar 2023 21:56:27 UTC)
- git: 47d1e67874fa - main - sys: Disable errors for -Wunused-function on GCC. (Thu, 30 Mar 2023 22:43:57 UTC)
- git: e93da76b073a - main - nanobsd: Remove MIPS configurations. (Fri, 31 Mar 2023 17:55:32 UTC)
- git: ad83dd2b2b6b - main - LinuxKPI: Appease -Wunused-but-set-variable warnings from GCC. (Fri, 31 Mar 2023 17:59:17 UTC)
- git: cb750f7f5afb - main - fuse: Remove set but unused cr_gid variable. (Fri, 31 Mar 2023 17:59:18 UTC)
- John-Mark Gurney
- Joseph Koshy
- Joseph Mingrone
- José Luis Durán
- Jung-uk Kim
- Juraj Lutter
- Justin Hibbits
- git: 70510800d1ad - main - mlx5: Enter network epoch when using if_foreach() (Mon, 06 Mar 2023 16:24:13 UTC)
- git: 935b194ded5d - main - Mechanically convert usb ethernet drivers to DrvAPI (Mon, 06 Mar 2023 16:24:14 UTC)
- git: 25c92cd2f6d1 - main - iflib: Further convert to use IfAPI accessors (Tue, 07 Mar 2023 14:46:54 UTC)
- git: 084846271a75 - main - ktls: Use IfAPI accessors to get capabilities (Tue, 07 Mar 2023 14:46:55 UTC)
- git: 56928500eceb - main - linux: Use the if_name() accessor to get loopback name (Tue, 07 Mar 2023 14:46:56 UTC)
- git: 6d18b481f276 - main - cpsw(4): Finish conversion to IfAPI (Tue, 07 Mar 2023 14:46:57 UTC)
- git: 068f2c0e10d5 - main - Mechanically convert dwc(4) to IfAPI (Tue, 07 Mar 2023 14:46:58 UTC)
- git: 343c112dfea5 - main - altera: Fix build from 068f2c0e10 (Tue, 07 Mar 2023 16:57:27 UTC)
- git: 64c618ed7dbb - main - Mechanically convert qlxge(4) to IfAPI (Tue, 07 Mar 2023 20:29:09 UTC)
- git: 5b587352a23e - main - Mechanically convert qlxgb(4) to IfAPI (Tue, 07 Mar 2023 20:29:10 UTC)
- git: 54ab3b4a03f0 - main - Mechanically convert qlxgbe(4) to IfAPI (Tue, 07 Mar 2023 20:29:11 UTC)
- git: 954712e8f622 - main - Mechanically convert cxgb(4) and cxgbe(4) to IfAPI (Tue, 07 Mar 2023 20:29:12 UTC)
- git: a472fd7a5737 - main - eqos: Mechanically convert to IfAPI (Wed, 08 Mar 2023 15:15:48 UTC)
- git: d936c29ec021 - main - dpaa2: Mechanically convert to IfAPI (Wed, 08 Mar 2023 15:15:49 UTC)
- git: 1510005c94b8 - main - dtsec: Complete mechanical conversion to IfAPI (Sat, 11 Mar 2023 16:43:23 UTC)
- git: 3caaaa56bbba - main - phyp_llan: Mechanically convert to IfAPI (Sat, 11 Mar 2023 16:43:24 UTC)
- git: 635ecbf47015 - main - dtrace/powerpc: Adjust AFRAMES for fbt and profile (Sat, 11 Mar 2023 16:43:25 UTC)
- git: 3e1155ade1ba - main - dtrace/powerpc: "Fix" stack traces across trap frames (Sat, 11 Mar 2023 16:43:26 UTC)
- git: 6f0b2a235a13 - main - powerpc/pmap: Add pmap_sync_icache() for radix pmap (Sun, 12 Mar 2023 15:52:01 UTC)
- git: e620e088cbd1 - main - dtrace/powerpc: Remove accidental commented out line (Mon, 13 Mar 2023 15:38:05 UTC)
- git: adf62e836315 - main - infiniband: Convert BPF handling for IfAPI (Tue, 14 Mar 2023 20:01:38 UTC)
- git: 0a21a6659e5d - stable/13 - dtrace/powerpc: "Fix" stack traces across trap frames (Wed, 15 Mar 2023 20:02:20 UTC)
- git: 1026d170f4f7 - stable/13 - dtrace/powerpc: Adjust AFRAMES for fbt and profile (Wed, 15 Mar 2023 20:02:22 UTC)
- git: ed2c3bda43fb - stable/13 - powerpc/pmap: Add pmap_sync_icache() for radix pmap (Wed, 15 Mar 2023 20:07:28 UTC)
- git: fcd94047f33b - releng/13.2 - dtrace/powerpc: "Fix" stack traces across trap frames (Wed, 15 Mar 2023 20:47:03 UTC)
- git: 72d1ee8d6d76 - releng/13.2 - dtrace/powerpc: Adjust AFRAMES for fbt and profile (Wed, 15 Mar 2023 20:47:04 UTC)
- git: f2df50925ee9 - releng/13.2 - powerpc/pmap: Add pmap_sync_icache() for radix pmap (Wed, 15 Mar 2023 20:47:05 UTC)
- git: 379e14ba6c61 - main - powerpc/pmap: Account for a potential NULL pmap in pmap_sync_icache (Tue, 21 Mar 2023 14:00:44 UTC)
- git: e2427c6917dd - main - IfAPI: Add iterator to complement if_foreach() (Thu, 23 Mar 2023 13:38:28 UTC)
- git: 3e142e07675b - main - ofed: Mechanically convert to IfAPI (Fri, 24 Mar 2023 15:49:11 UTC)
- git: 727bfe3894ab - main - Mechanically convert qlnx(4) to IfAPI (Fri, 24 Mar 2023 15:49:12 UTC)
- git: bb55bb1740d2 - main - inet6: Include if_private.h in one more netstack file (Fri, 24 Mar 2023 15:49:13 UTC)
- git: 79aa96f9ca4d - main - infiniband: Bring back M_ASSERTVALID() check in infiband_bpf_mtap() (Fri, 24 Mar 2023 15:49:14 UTC)
- Kirk McKusick
- git: 528d8e55c8d3 - main - FFS/UFS snapshots: improve documentation. (Mon, 06 Mar 2023 05:39:13 UTC)
- git: 7741a5c4dc5e - main - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking. (Tue, 07 Mar 2023 05:46:06 UTC)
- git: 0eabe33087d8 - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Tue, 07 Mar 2023 23:02:40 UTC)
- git: 52f9710412ee - main - Correct several bugs in fsck_ffs(8) triggered by corrupted filesystems. (Tue, 07 Mar 2023 23:15:36 UTC)
- git: 129ea078cd16 - main - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking. (Wed, 08 Mar 2023 06:03:22 UTC)
- git: 069767091e54 - main - Do not panic in case of corrupted UFS/FFS directory. (Sat, 18 Mar 2023 22:38:24 UTC)
- git: 191115cfb625 - main - Fix syntax error in 0697670. (Sun, 19 Mar 2023 00:03:52 UTC)
- git: 24ed6ac44549 - stable/13 - FFS/UFS snapshots: improve documentation. (Mon, 20 Mar 2023 05:22:32 UTC)
- git: d0d1bec32ba8 - stable/13 - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking. (Mon, 20 Mar 2023 05:22:33 UTC)
- git: 85dc1a471591 - stable/13 - FFS/UFS snapshots: improve documentation for removal (deletion) and unlinking. (Mon, 20 Mar 2023 05:22:34 UTC)
- git: e5d0d1c5fbbc - main - Rewrite function definitions with identifier lists. (Wed, 22 Mar 2023 22:58:45 UTC)
- git: 42c82aad327d - main - Improve chance of finding an alternate superblock in sbsearch(3). (Thu, 23 Mar 2023 20:05:24 UTC)
- git: 4660b60a00c3 - stable/13 - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Mon, 27 Mar 2023 23:47:19 UTC)
- git: a0cd0329512f - stable/13 - Correct several bugs in fsck_ffs(8) triggered by corrupted filesystems. (Tue, 28 Mar 2023 00:26:24 UTC)
- git: bfd32571efc7 - stable/13 - Updates to UFS/FFS superblock integrity checks when reading a superblock. (Tue, 28 Mar 2023 22:50:49 UTC)
- git: fe5e6e2cc5d6 - main - Improvement in UFS/FFS directory placement when doing mkdir(2). (Thu, 30 Mar 2023 04:13:45 UTC)
- git: 40f022975df9 - stable/13 - Rewrite function definitions with identifier lists. (Thu, 30 Mar 2023 04:32:40 UTC)
- Konstantin Belousov
- Re: git: 68912701700c - main - ffs_suspend.c: clean up includes (Wed, 01 Mar 2023 15:28:07 UTC)
- git: 84494004f925 - stable/13 - tmpfs: support the nosymfollow mount option (Thu, 02 Mar 2023 02:30:53 UTC)
- git: 51015e6d0f57 - main - csu: move common code to libc (Sat, 11 Mar 2023 22:51:16 UTC)
- git: 0303938539f3 - main - x86: microoptimize static PIE startup (Sat, 11 Mar 2023 22:51:17 UTC)
- git: 0c6f0c0db75e - main - libc: move declaration of 'char **environ' to common private header (Sat, 11 Mar 2023 22:51:18 UTC)
- git: c5c9d980c4b0 - main - libc/csu: rename ignore_init.c to libc_start1.c (Sat, 11 Mar 2023 23:20:50 UTC)
- git: 94e3409e2d02 - main - libc/csu: add powerpcspe (Sun, 12 Mar 2023 21:48:07 UTC)
- git: c383f4857f16 - main - lib/csu: do not compile the body of handle_static_init() for PIC build at all (Sun, 12 Mar 2023 21:49:35 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 09:11:01 UTC)
- git: ff6d60946a0e - main - amd64 acpi_wakeup.c: fix typo (Fri, 17 Mar 2023 13:11:06 UTC)
- git: ab3ff87a333a - main - Belately bump __FreeBSD_version for introduction of __libc_start1() (Sat, 18 Mar 2023 06:31:49 UTC)
- Re: git: c5c9d980c4b0 - main - libc/csu: rename ignore_init.c to libc_start1.c (Sat, 18 Mar 2023 06:36:34 UTC)
- git: 02904a06c76b - main - amd64: properly recalculate mitigations knobs after resume (Sat, 18 Mar 2023 15:40:27 UTC)
- git: 2b4b3789f877 - main - acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text. (Sat, 18 Mar 2023 15:48:33 UTC)
- git: 107004380c89 - stable/13 - amd64 acpi_wakeup.c: fix typo (Mon, 20 Mar 2023 07:14:10 UTC)
- git: 7c5d3ec4c02b - stable/13 - amd64: properly recalculate mitigations knobs after resume (Mon, 20 Mar 2023 07:14:11 UTC)
- git: 38cefd30516e - stable/13 - acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text. (Mon, 20 Mar 2023 07:14:12 UTC)
- git: 62b572694b0a - main - ext2_dirbad(): fix !DTRACE build (Mon, 20 Mar 2023 08:44:38 UTC)
- git: 2438e9b17075 - releng/13.2 - amd64 acpi_wakeup.c: fix typo (Tue, 21 Mar 2023 13:23:15 UTC)
- git: 7622d3671cbe - releng/13.2 - amd64: properly recalculate mitigations knobs after resume (Tue, 21 Mar 2023 13:23:16 UTC)
- git: 87b5b46ce892 - releng/13.2 - acpi_wakeup.c: apply the reviewer' editorial corrections to the comment text. (Tue, 21 Mar 2023 13:23:18 UTC)
- Re: git: d780c6a6abb5 - main - x86/pci_early_quirks: Support Intel 11th+ gen (Tue, 21 Mar 2023 14:02:23 UTC)
- Re: git: d780c6a6abb5 - main - x86/pci_early_quirks: Support Intel 11th+ gen (Tue, 21 Mar 2023 15:08:24 UTC)
- git: fa3ea81b77e4 - main - fdescfs: remove useless XXX comment, unwrap line (Fri, 24 Mar 2023 17:47:40 UTC)
- git: 51b8ffb95c4f - main - fdesc_allocvp(): fix potential use after free (Fri, 24 Mar 2023 17:47:41 UTC)
- git: 8d97282a3942 - main - fdesc_lookup(): no need to vhold the dvp vnode (Fri, 24 Mar 2023 17:47:42 UTC)
- git: 7dca8fd1cb3f - main - fdesc_lookup(): the condition to use vn_vget_ino() is always true (Fri, 24 Mar 2023 17:47:43 UTC)
- git: 13262b07a069 - main - fdesc_lookup(): drop fdropped (Fri, 24 Mar 2023 17:47:44 UTC)
- git: 28f957b8b3a2 - main - vnode_pager_input: return runningbufspace back (Sat, 25 Mar 2023 22:55:49 UTC)
- git: 61194e9852e6 - main - Add kqueue1() syscall (Mon, 27 Mar 2023 23:39:32 UTC)
- git: 375732cc6e46 - main - kqueue1(2): export the symbol from libc (Mon, 27 Mar 2023 23:39:33 UTC)
- git: f2ec444be523 - main - kqueue1(2): document (Mon, 27 Mar 2023 23:39:34 UTC)
- git: 6a0a634590e4 - main - Regen (Mon, 27 Mar 2023 23:39:35 UTC)
- git: cd137909c309 - main - amd64 wakeup: recalculate mitigations after APICs are woken (Wed, 29 Mar 2023 18:45:55 UTC)
- git: 738b20a47f73 - stable/13 - amd64 wakeup: recalculate mitigations after APICs are woken (Wed, 29 Mar 2023 22:38:34 UTC)
- git: 878cd9623c8e - releng/13.2 - amd64 wakeup: recalculate mitigations after APICs are woken (Thu, 30 Mar 2023 12:36:03 UTC)
- git: 7170774e2a16 - main - ifcapnv: cap_bit in ifcap2_nv_bit_names[] is bit, not index (Thu, 30 Mar 2023 23:08:21 UTC)
- git: df34c934a2d0 - stable/13 - fdescfs: remove useless XXX comment, unwrap line (Fri, 31 Mar 2023 00:59:19 UTC)
- git: 35b68d0ac4d3 - stable/13 - fdesc_allocvp(): fix potential use after free (Fri, 31 Mar 2023 00:59:20 UTC)
- git: 464c507f5daa - stable/13 - vnode_pager_input: return runningbufspace back (Fri, 31 Mar 2023 00:59:22 UTC)
- Re: git: 61194e9852e6 - main - Add kqueue1() syscall (Fri, 31 Mar 2023 23:43:00 UTC)
- Kornel Dulęba
- Kristof Provost
- git: 69361b878546 - main - if_ovpn tests: skip the if_ovpn_c test if if_ovpn.ko isn't loaded (Wed, 01 Mar 2023 10:00:47 UTC)
- git: 2a02d3dad391 - main - pf tests: test pfsync over IPSec (Wed, 01 Mar 2023 15:10:51 UTC)
- git: dacffdd4dc51 - stable/12 - pfsync: support deferring IPv6 packets (Thu, 02 Mar 2023 16:25:46 UTC)
- git: 7e2de012f38a - stable/12 - pfsync: ensure 'error' is always initialised (Thu, 02 Mar 2023 16:25:48 UTC)
- git: 3dec62eded04 - stable/13 - pfsync: support deferring IPv6 packets (Thu, 02 Mar 2023 16:25:48 UTC)
- git: 5e9b79c4e652 - stable/13 - pfsync: ensure 'error' is always initialised (Thu, 02 Mar 2023 16:25:49 UTC)
- git: f5b204adf4a6 - main - ifconfig: remove unused variable (Sat, 04 Mar 2023 13:38:23 UTC)
- git: 38e2d5db2ab1 - main - netpfil tests: Add functions for testing routing scenarios (Sat, 04 Mar 2023 13:38:24 UTC)
- git: 9f1beeaed4d5 - main - pfctl: fix superblock printf format mismatch (Mon, 06 Mar 2023 19:26:57 UTC)
- git: 1be25bdb730f - main - pfctl: remove set but unused variable (Mon, 06 Mar 2023 19:26:58 UTC)
- git: f427703f16db - main - carp tests: ensure exactly one jail is master (Tue, 07 Mar 2023 10:38:07 UTC)
- Re: git: 7e5bf68495cc - main - netlink: add netlink support (Thu, 09 Mar 2023 15:38:14 UTC)
- git: b52b61c0b6b1 - main - pf: distinguish forwarding and output cases for pf_refragment6() (Thu, 16 Mar 2023 10:01:24 UTC)
- git: 80e76c61ccc4 - main - pf: set scope in pf_refragment6() (Thu, 16 Mar 2023 10:01:25 UTC)
- git: 225e85513fd7 - main - pf tests: test IPv6 fragmentation with link-local addresses (Thu, 16 Mar 2023 10:01:26 UTC)
- git: 5e7bbde17d53 - stable/13 - pf tests: test IPv6 fragmentation with link-local addresses (Mon, 20 Mar 2023 09:47:41 UTC)
- git: 4b77c46dc29a - stable/12 - pf tests: test IPv6 fragmentation with link-local addresses (Mon, 20 Mar 2023 09:47:41 UTC)
- git: 40e043596409 - main - carp: add netlink interface (Mon, 20 Mar 2023 10:18:02 UTC)
- git: 9d48283d6028 - main - carp tests: test manually switch between backup and master (Mon, 20 Mar 2023 10:18:03 UTC)
- git: 137818006de5 - main - carp: support unicast (Mon, 20 Mar 2023 14:14:24 UTC)
- git: 92c5dbbb131b - main - carp tests: unicast tests (IPv4) (Mon, 20 Mar 2023 14:14:25 UTC)
- git: ddbd3a2b7c3c - main - carp tests: unicast tests (IPv6) (Mon, 20 Mar 2023 14:14:26 UTC)
- git: b1a4ccdd8394 - main - carp: document peer/peer6 and mcast/mcast6 in the relevant man pages (Mon, 20 Mar 2023 14:14:27 UTC)
- git: 511a6d5ed34b - main - carp: use if_name() (Mon, 20 Mar 2023 14:14:29 UTC)
- git: 844ad2828a35 - main - pfsync: add missing unlock in pfsync_defer_tmo() (Mon, 20 Mar 2023 16:39:30 UTC)
- git: 53247cdf1244 - main - pfsync: fix pfsync_undefer_state() locking (Mon, 20 Mar 2023 16:39:31 UTC)
- git: a6719858a480 - main - pf tests: try to trigger locking issues in pfsync_timeout() (Mon, 20 Mar 2023 16:39:32 UTC)
- git: 0ab2c922340b - main - ifconfig: free memory allocated by getaddrinfo() (Fri, 24 Mar 2023 07:08:50 UTC)
- git: ad729f8d503e - main - pf: ignore ip6_output() return value in pf_refragment6() (Fri, 24 Mar 2023 07:08:51 UTC)
- git: 44af4103e422 - stable/13 - pfsync: fix pfsync_undefer_state() locking (Mon, 27 Mar 2023 08:16:36 UTC)
- git: 09b7cab88f65 - stable/12 - pfsync: fix pfsync_undefer_state() locking (Mon, 27 Mar 2023 08:16:37 UTC)
- git: 3eb2341caaa3 - stable/13 - pfsync: add missing unlock in pfsync_defer_tmo() (Mon, 27 Mar 2023 08:16:37 UTC)
- git: 1d6ece4351a0 - stable/12 - pfsync: add missing unlock in pfsync_defer_tmo() (Mon, 27 Mar 2023 08:16:38 UTC)
- git: 5d6b503ed097 - stable/13 - pf tests: try to trigger locking issues in pfsync_timeout() (Mon, 27 Mar 2023 08:16:38 UTC)
- git: 6b916bc91d76 - stable/12 - pf tests: try to trigger locking issues in pfsync_timeout() (Mon, 27 Mar 2023 08:16:39 UTC)
- git: 01194da28a21 - main - pfsync: hold b_mtx for callout_stop(pd_tmo) (Tue, 28 Mar 2023 01:18:32 UTC)
- git: 27b23cdec9d1 - main - pf: remove pd_refs from pfsync (Tue, 28 Mar 2023 01:18:33 UTC)
- git: ccff2078af42 - main - carp: fix source MAC (Tue, 28 Mar 2023 01:18:34 UTC)
- git: 9965ab873cd7 - stable/13 - pfsync: hold b_mtx for callout_stop(pd_tmo) (Thu, 30 Mar 2023 03:07:44 UTC)
- git: 5f74ed9afdb1 - stable/12 - pfsync: hold b_mtx for callout_stop(pd_tmo) (Thu, 30 Mar 2023 03:07:45 UTC)
- git: 8d261cd2d38f - stable/13 - pf: remove pd_refs from pfsync (Thu, 30 Mar 2023 03:07:45 UTC)
- git: 8d636e4d6937 - stable/12 - pf: remove pd_refs from pfsync (Thu, 30 Mar 2023 03:07:46 UTC)
- Re: git: b60600ceeb68 - main - pf tests: Serialize (Thu, 30 Mar 2023 23:56:56 UTC)
- Re: git: b60600ceeb68 - main - pf tests: Serialize (Fri, 31 Mar 2023 00:15:27 UTC)
- git: 28921c4f7de6 - main - carp: allow commands to use interface name rather than index (Fri, 31 Mar 2023 11:36:42 UTC)
- Kyle Evans
- git: dc6df546be29 - main - i18n: csmapper: hook up the top-level .src files to the build (Wed, 01 Mar 2023 04:30:22 UTC)
- git: 8dff0b676140 - main - efifb: add a tunable to select the framebuffer cache attribute (Wed, 01 Mar 2023 06:05:03 UTC)
- git: 0c428864495a - main - sysctl: tests: fix a couple issues (Wed, 01 Mar 2023 20:39:43 UTC)
- git: 6b4ef4b16a69 - main - daemon: use braces with 'if' consistently (Thu, 02 Mar 2023 03:00:58 UTC)
- git: e745dc2287ac - main - daemon: consolidate variable declarations and initializaions (Thu, 02 Mar 2023 03:01:00 UTC)
- git: 84866cefdfb7 - main - daemon: initialize mask_orig with sigemptyset() (Thu, 02 Mar 2023 03:01:01 UTC)
- git: 91b921c7d468 - main - daemon: fix double init of pid variable (Thu, 02 Mar 2023 03:01:02 UTC)
- git: 259ed21d21f8 - main - daemon: initialize struct sigaction at declaration site (Thu, 02 Mar 2023 03:01:03 UTC)
- git: 203df05b692b - main - daemon: add supervision_enabled var (Thu, 02 Mar 2023 03:01:04 UTC)
- git: f2f9d31d9f9f - main - daemon: make dosyslog variable a bool and give it a better name (Thu, 02 Mar 2023 03:01:05 UTC)
- git: 97022e90c369 - main - daemon: make log_reopen variable a bool (Thu, 02 Mar 2023 03:01:06 UTC)
- git: e70444c622a9 - main - daemon: deduplicate log_params varaibles (Thu, 02 Mar 2023 03:01:07 UTC)
- git: 6f0636728b53 - main - daemon: move syslog facility and syslog tag into log_params (Thu, 02 Mar 2023 03:01:08 UTC)
- git: 129ec8f4805e - main - daemon: more human-friendly variable names (Thu, 02 Mar 2023 03:01:09 UTC)
- Re: git: 6b4ef4b16a69 - main - daemon: use braces with 'if' consistently (Thu, 02 Mar 2023 04:42:49 UTC)
- Re: git: ceb5f28ba5fc - main - freebsd-update: re-edit files if merge conflict markers remain (Thu, 02 Mar 2023 20:07:09 UTC)
- git: 39ea4280e4c5 - main - daemon: style changes (Fri, 03 Mar 2023 05:17:22 UTC)
- git: 75f61ca92098 - main - daemon: flatten and simplify fork() logic (Fri, 03 Mar 2023 05:17:23 UTC)
- git: bc43a9a7157a - main - daemon: change type of listen_child() to C99 bool (Fri, 03 Mar 2023 05:17:24 UTC)
- git: cd1e6e70d001 - main - daemon: simplify if/else chain (Fri, 03 Mar 2023 05:17:25 UTC)
- git: d6c398d882b6 - main - daemon: add braces to while loop (Fri, 03 Mar 2023 05:17:27 UTC)
- git: e781739084e9 - main - daemon: decouple restart variable (Fri, 03 Mar 2023 05:17:28 UTC)
- git: f907027b49d9 - main - daemon: set supervise_enabled during argument processing (Fri, 03 Mar 2023 05:17:29 UTC)
- Re: git: d6c398d882b6 - main - daemon: add braces to while loop (Fri, 03 Mar 2023 05:31:26 UTC)
- git: d2ae03bae2ad - main - arm64: disable the physical timer for now if HCR_EL2.E2H is set (Fri, 03 Mar 2023 17:02:44 UTC)
- git: d71a00e9f5db - main - arm64: ofw: respect the nonposted-mmio prop in OF_decode_addr() (Tue, 07 Mar 2023 06:15:48 UTC)
- git: 1867702942b0 - main - arm64: fix the LINT-ACPI build (Tue, 07 Mar 2023 17:42:08 UTC)
- Re: git: 175a584e501e - main - usb: dwc3: add <sys/mutex.h> (Wed, 08 Mar 2023 20:17:26 UTC)
- Re: git: 175a584e501e - main - usb: dwc3: add <sys/mutex.h> (Wed, 08 Mar 2023 20:45:17 UTC)
- git: f6d6c6688900 - main - grep: remove tautological condition (Thu, 09 Mar 2023 05:35:12 UTC)
- git: c816aea7abcf - main - Revert "grep: remove tautological condition" (Thu, 09 Mar 2023 05:53:55 UTC)
- git: b61758494286 - main - grep: remove tautological condition (Thu, 09 Mar 2023 05:53:56 UTC)
- Re: git: b2654064c2d1 - main - pkg(7): use libmd for sha256 instead of openssl (Thu, 09 Mar 2023 17:00:13 UTC)
- git: cc0fe048ec39 - main - kern: physmem: don't create a new exregion for different flags... (Fri, 10 Mar 2023 05:35:04 UTC)
- git: 91b2da13702f - main - arm: generic_timer: use interrupt-names when available (Tue, 14 Mar 2023 00:31:31 UTC)
- Re: git: 2fee87562948 - main - abstract out the vm detection via smbios.. (Thu, 16 Mar 2023 04:15:56 UTC)
- Re: git: 2fee87562948 - main - abstract out the vm detection via smbios.. (Thu, 16 Mar 2023 14:31:51 UTC)
- git: 7c0cbba1d51d - stable/13 - kern: physmem: don't truncate addresses in DEBUG output (Fri, 17 Mar 2023 05:48:35 UTC)
- git: cda391fe2207 - stable/13 - iconvlist(3): fix count argument type (Fri, 17 Mar 2023 05:48:37 UTC)
- git: 04accaacd45a - stable/13 - i18n: csmapper: hook up the top-level .src files to the build (Fri, 17 Mar 2023 05:48:38 UTC)
- git: 6fdb5daba679 - stable/13 - efifb: add a tunable to select the framebuffer cache attribute (Fri, 17 Mar 2023 05:48:39 UTC)
- git: d18524b6f720 - stable/13 - grep: remove tautological condition (Fri, 17 Mar 2023 05:48:40 UTC)
- git: 1e6d266d70e9 - stable/13 - kern: physmem: don't create a new exregion for different flags... (Fri, 17 Mar 2023 05:48:41 UTC)
- git: f7a884cb017f - main - x86: gate smbios hypervisor identification behind vm_guest (Fri, 17 Mar 2023 05:56:58 UTC)
- git: 282e4cf32d4e - stable/13 - daemon: add long_opts (Fri, 17 Mar 2023 21:01:21 UTC)
- git: 488cf4bb6fa1 - stable/13 - daemon: use braces with 'if' consistently (Fri, 17 Mar 2023 21:01:22 UTC)
- git: d24c97ebfb86 - stable/13 - daemon: consolidate variable declarations and initializaions (Fri, 17 Mar 2023 21:01:24 UTC)
- git: cc123f0dba83 - stable/13 - daemon: initialize mask_orig with sigemptyset() (Fri, 17 Mar 2023 21:01:25 UTC)
- git: 93871c6cff22 - stable/13 - daemon: fix double init of pid variable (Fri, 17 Mar 2023 21:01:26 UTC)
- git: 52f302f1361f - stable/13 - daemon: initialize struct sigaction at declaration site (Fri, 17 Mar 2023 21:01:27 UTC)
- git: 6f71a684560f - stable/13 - daemon: add supervision_enabled var (Fri, 17 Mar 2023 21:01:28 UTC)
- git: d394c80f4950 - stable/13 - daemon: make dosyslog variable a bool and give it a better name (Fri, 17 Mar 2023 21:01:29 UTC)
- git: 5e46ebc5d0a4 - stable/13 - daemon: make log_reopen variable a bool (Fri, 17 Mar 2023 21:01:30 UTC)
- git: b71a65870f4d - stable/13 - daemon: deduplicate log_params varaibles (Fri, 17 Mar 2023 21:01:31 UTC)
- git: d8b8a0316ed7 - stable/13 - daemon: move syslog facility and syslog tag into log_params (Fri, 17 Mar 2023 21:01:33 UTC)
- git: 8eb1e5dd77ca - stable/13 - daemon: more human-friendly variable names (Fri, 17 Mar 2023 21:01:34 UTC)
- git: 05578dd5218d - stable/13 - daemon: style changes (Fri, 17 Mar 2023 21:01:35 UTC)
- git: 204306b0532a - stable/13 - daemon: flatten and simplify fork() logic (Fri, 17 Mar 2023 21:01:36 UTC)
- git: bb2e206cae8b - stable/13 - daemon: change type of listen_child() to C99 bool (Fri, 17 Mar 2023 21:01:37 UTC)
- git: bc9d2ee0a7ac - stable/13 - daemon: simplify if/else chain (Fri, 17 Mar 2023 21:01:38 UTC)
- git: 3f0b048a24bc - stable/13 - daemon: add braces to while loop (Fri, 17 Mar 2023 21:01:39 UTC)
- git: ec3a7d28289f - stable/13 - daemon: decouple restart variable (Fri, 17 Mar 2023 21:01:41 UTC)
- git: 799d67ec407f - stable/13 - daemon: set supervise_enabled during argument processing (Fri, 17 Mar 2023 21:01:42 UTC)
- git: cf6356fd471c - main - daemon: repace goto exit with daemon_terminate() (Sat, 18 Mar 2023 05:53:41 UTC)
- git: 8117ea0a4131 - main - daemon: remove unnecessary memset in daemon_state_init() (Sat, 18 Mar 2023 05:53:42 UTC)
- git: 6b49a630f441 - main - daemon: kill off some stray blank lines (Sat, 18 Mar 2023 06:05:56 UTC)
- git: 3610bffd2888 - main - pkill: use an ARG_MAX size buffer for argument matching (Mon, 20 Mar 2023 19:20:15 UTC)
- git: 822057bfbbbc - main - pkill: tests: do a pass for case-sensitive conflicts (Mon, 20 Mar 2023 19:56:44 UTC)
- git: 9ee1faeebab5 - main - daemon: move signal setup into a function (Tue, 21 Mar 2023 05:14:00 UTC)
- git: 4c41f4a0d67f - main - daemon: decouple init logic from main loop (Thu, 23 Mar 2023 03:13:39 UTC)
- git: b84aaf143c50 - main - daemon: reformat longopts (Thu, 23 Mar 2023 03:13:40 UTC)
- git: 698dbd66fed2 - main - arm64: add a GENERIC-KASAN config (Thu, 23 Mar 2023 22:08:15 UTC)
- git: 89c52f9d59fa - main - arm64: add KASAN support (Thu, 23 Mar 2023 22:08:16 UTC)
- git: ec1bc530027f - main - arm64: cpu_switch: don't zero out pcb_onfault (Sun, 26 Mar 2023 19:21:49 UTC)
- Re: git: 927358dd98cb - main - amd64 loader: Use efiserialio for Hyper-V booted systems (Thu, 30 Mar 2023 23:45:19 UTC)
- Lorenzo Salvadore
- Mark Johnston
- git: bcd8cd859e69 - main - buf: Make buf_daemon_shutdown() a no-op after a panic (Wed, 01 Mar 2023 15:16:26 UTC)
- git: a102020bf393 - stable/13 - buf: Make bufspace_daemon_shutdown() a no-op after a panic (Fri, 03 Mar 2023 14:28:04 UTC)
- git: 3f5d875a2731 - main - bhyvectl: Address compiler warnings and bump WARNS (Fri, 03 Mar 2023 16:13:50 UTC)
- git: ad43dd69cec7 - main - bhyveload: Address compiler warnings and bump WARNS (Fri, 03 Mar 2023 16:13:51 UTC)
- git: 831601773e5a - main - deadlkres: Make parameters settable with tunables (Fri, 03 Mar 2023 16:25:03 UTC)
- git: 560f9cd5e1e3 - main - posixshm tests: Correct page size index checks (Fri, 03 Mar 2023 16:25:04 UTC)
- git: 577b62c2bacc - main - pkgbase: Put termcap.small in the same package as termcap (Fri, 03 Mar 2023 17:01:52 UTC)
- git: 04e14db22425 - stable/13 - lockstat: Use the correct type for a symbol size (Sun, 05 Mar 2023 17:24:37 UTC)
- git: 1a0e3257ca9d - stable/13 - lockstat: Use gelf.h instead of playing games with the preprocessor (Sun, 05 Mar 2023 17:24:38 UTC)
- git: 48227d1c6db8 - main - epair: Avoid loading m_flags into a short (Mon, 06 Mar 2023 17:52:50 UTC)
- git: df7bbd8c354a - main - epair: Simplify the transmit path and address lost wakeups (Mon, 06 Mar 2023 17:52:51 UTC)
- git: cec2d0b1c7ac - main - readelf: fix -wR option, memory leaks, and -wf minor bug (Mon, 06 Mar 2023 17:52:52 UTC)
- git: 713264f6b8bc - main - netinet: Tighten checks for unspecified source addresses (Mon, 06 Mar 2023 20:19:55 UTC)
- git: 42875200fa44 - main - .gitignore: Ignore LSP generated .cache (Tue, 07 Mar 2023 15:05:35 UTC)
- git: cff482380436 - main - bhyve: Move libcasper dependecy to lib9p (Tue, 07 Mar 2023 16:13:34 UTC)
- git: e08302f6499e - main - vm_fault: Update a comment to reflect the removal of the default pager (Thu, 09 Mar 2023 16:16:37 UTC)
- git: 626d1e4a82e2 - main - netmap: Remove obsolete compatibility defines (Thu, 09 Mar 2023 23:18:02 UTC)
- git: 478de7f8e258 - main - netbsd-tests: Remove some pointless sleeps from message queue tests (Fri, 10 Mar 2023 22:07:43 UTC)
- git: e1ccf64b884a - main - netbsd-tests: Serialize message queue tests (Fri, 10 Mar 2023 22:07:44 UTC)
- git: 44b31d37ad2b - main - qat: Reconnect qat.4 to the build (Fri, 10 Mar 2023 23:31:00 UTC)
- git: 683853a92477 - main - sendfile tests: Mount filesystems under the test workdir (Mon, 13 Mar 2023 14:51:06 UTC)
- git: cd133525fad1 - main - smr: Remove the return value from smr_wait() (Mon, 13 Mar 2023 14:51:07 UTC)
- git: 29c9b1673305 - main - epair: Remove unneeded includes and sort some of the rest (Mon, 13 Mar 2023 14:51:08 UTC)
- git: aa71d6b4a2ec - main - netinet: Disallow unspecified addresses in ICMP-embedded packets (Mon, 13 Mar 2023 14:51:09 UTC)
- git: db7f871eea7f - stable/13 - buf: Make buf_daemon_shutdown() a no-op after a panic (Mon, 13 Mar 2023 15:53:22 UTC)
- git: ee429a15e499 - stable/13 - posixshm tests: Correct page size index checks (Mon, 13 Mar 2023 15:53:23 UTC)
- git: cc7b54d6ec76 - stable/13 - bhyveload: Address compiler warnings and bump WARNS (Mon, 13 Mar 2023 15:53:24 UTC)
- git: 054f0a64547f - stable/13 - deadlkres: Make parameters settable with tunables (Mon, 13 Mar 2023 15:53:26 UTC)
- git: 25766cfd83b2 - stable/13 - bhyvectl: Address compiler warnings and bump WARNS (Mon, 13 Mar 2023 15:53:27 UTC)
- git: 25e0844eda66 - stable/13 - netmap: Fix compiler warnings in tools (Mon, 13 Mar 2023 15:53:28 UTC)
- git: c3bd32f225ec - stable/13 - epair: Avoid loading m_flags into a short (Mon, 13 Mar 2023 15:53:29 UTC)
- git: 762ad964ee34 - stable/13 - epair: Simplify the transmit path and address lost wakeups (Mon, 13 Mar 2023 15:53:30 UTC)
- git: a14756f5c351 - stable/13 - epair: Fix the RSS build (Tue, 14 Mar 2023 15:16:50 UTC)
- git: e9ea690ae848 - main - udp: Fix a memory leak in udp6_send() (Tue, 14 Mar 2023 15:58:16 UTC)
- git: f32d6f745d0e - main - ping6: Use errx to avoid appending a specious error message (Tue, 14 Mar 2023 15:58:17 UTC)
- git: 9185854d1965 - main - ping: Fix the display of Flags/Fragment Offset (Tue, 14 Mar 2023 15:58:18 UTC)
- git: 6d33121337af - main - ping: Remove ifndef icmp_data guards (Tue, 14 Mar 2023 15:58:19 UTC)
- git: 6b488550ee57 - releng/13.2 - epair: Avoid loading m_flags into a short (Wed, 15 Mar 2023 14:49:12 UTC)
- git: 5e49311e0177 - releng/13.2 - epair: Simplify the transmit path and address lost wakeups (Wed, 15 Mar 2023 14:49:13 UTC)
- git: 565e917b4432 - stable/13 - netmap: Remove obsolete compatibility defines (Thu, 16 Mar 2023 14:25:45 UTC)
- git: a7ba32e6bcb9 - main - tun tests: Fix cleanup definitions (Thu, 16 Mar 2023 17:51:51 UTC)
- git: 491263d7a640 - main - ping: Avoid magic numbers (Fri, 17 Mar 2023 13:29:19 UTC)
- git: bad8f86843fa - main - netgraph tests: Serialize (Sat, 18 Mar 2023 20:57:26 UTC)
- git: 20b41303140e - main - ping: Print the IP options of the original packet (Sun, 19 Mar 2023 16:33:25 UTC)
- git: 1dc1f6bd3138 - main - ping: Remove pr_retip() (Sun, 19 Mar 2023 16:33:27 UTC)
- git: 076b718d9e25 - main - ping tests: Add tests for IP header options (Sun, 19 Mar 2023 16:33:28 UTC)
- git: ea6d16926666 - main - ping: Avoid reporting negative time statistics (Sun, 19 Mar 2023 16:33:29 UTC)
- git: 06fc9fe027f6 - stable/13 - netbsd-tests: Serialize message queue tests (Mon, 20 Mar 2023 13:33:40 UTC)
- git: b09eed11cf20 - stable/13 - netbsd-tests: Remove some pointless sleeps from message queue tests (Mon, 20 Mar 2023 13:33:41 UTC)
- git: a16d3089b295 - stable/13 - udp: Fix a memory leak in udp6_send() (Mon, 20 Mar 2023 13:33:43 UTC)
- git: 440dbf8a4b7a - stable/13 - readelf: fix -wR option, memory leaks, and -wf minor bug (Mon, 20 Mar 2023 13:33:44 UTC)
- git: 68b0f84a88ed - stable/13 - epair: Remove unneeded includes and sort some of the rest (Mon, 20 Mar 2023 13:33:45 UTC)
- git: a765d2100e13 - stable/13 - smr: Remove the return value from smr_wait() (Mon, 20 Mar 2023 13:33:46 UTC)
- git: fbe570ccc0d7 - stable/13 - sendfile tests: Mount filesystems under the test workdir (Mon, 20 Mar 2023 13:33:47 UTC)
- git: 795fda214f11 - stable/13 - netinet: Tighten checks for unspecified source addresses (Mon, 20 Mar 2023 13:33:48 UTC)
- git: 3afba490c126 - main - libdtrace: fix indendation in dt_printd() (Mon, 20 Mar 2023 13:35:33 UTC)
- git: cc9158d74d30 - main - netipsec tests: Serialize (Mon, 20 Mar 2023 16:21:37 UTC)
- git: c3179891f897 - main - kerneldump: Inline dump_savectx() into its callers (Mon, 20 Mar 2023 18:16:50 UTC)
- git: b59f9d03cd87 - main - vmrun: Expose bhyve's -G option (Mon, 20 Mar 2023 20:30:56 UTC)
- git: b4b33821fa3d - main - ktls: Fix interlocking between ktls_enable_rx() and listen(2) (Tue, 21 Mar 2023 20:04:31 UTC)
- git: 2310894c1021 - stable/13 - kerneldump: Inline dump_savectx() into its callers (Wed, 22 Mar 2023 13:17:23 UTC)
- git: e5e1d9c7b781 - main - path_test: Add a test case for openat(O_EMPTY_PATH) in capability mode (Wed, 22 Mar 2023 13:19:34 UTC)
- git: 0f5b6f9a041e - main - fdescfs: Fix a file ref leak (Wed, 22 Mar 2023 13:19:35 UTC)
- git: ef0ac973dbc8 - main - bhyve: Sleep briefly in the VMEXIT_DEBUG handler (Wed, 22 Mar 2023 13:19:36 UTC)
- git: 94c208a07f70 - releng/13.2 - kerneldump: Inline dump_savectx() into its callers (Wed, 22 Mar 2023 13:47:52 UTC)
- git: 40924005c222 - main - kasan.9: Update to note arm64 support (Fri, 24 Mar 2023 00:39:20 UTC)
- git: 70421fd527e3 - stable/13 - mbuf: Fix an offset calculation in m_apply_extpg_one() (Fri, 24 Mar 2023 03:16:06 UTC)
- git: 3c7ef29e8998 - stable/13 - ping: Avoid magic numbers (Fri, 24 Mar 2023 16:58:30 UTC)
- git: d7ae385428ae - releng/13.2 - mbuf: Fix an offset calculation in m_apply_extpg_one() (Fri, 24 Mar 2023 23:57:02 UTC)
- git: ae2f0b2611f1 - main - tftp tests: Fix a typo in the makefile (Sun, 26 Mar 2023 16:57:09 UTC)
- git: 2d7021fa1846 - stable/13 - netipsec tests: Serialize (Mon, 27 Mar 2023 12:51:40 UTC)
- git: 3813808b1f2b - stable/13 - libdtrace: fix indendation in dt_printd() (Mon, 27 Mar 2023 12:51:41 UTC)
- git: 743f4ba7e3bd - stable/13 - vmrun: Expose bhyve's -G option (Mon, 27 Mar 2023 12:51:42 UTC)
- git: e6b1b944b5aa - stable/13 - netgraph tests: Serialize (Mon, 27 Mar 2023 12:51:43 UTC)
- git: 3b6598f8742c - stable/13 - bhyve: Sleep briefly in the VMEXIT_DEBUG handler (Mon, 27 Mar 2023 12:51:44 UTC)
- git: ad2f2ee01543 - main - arm64: Remove duplicated function prototypes for PAC (Mon, 27 Mar 2023 12:56:30 UTC)
- git: 68ca8363c7a1 - main - libc: Use secure_getenv(3) where appropriate (Mon, 27 Mar 2023 12:56:31 UTC)
- Re: git: cff482380436 - main - bhyve: Move libcasper dependecy to lib9p (Wed, 29 Mar 2023 13:52:46 UTC)
- git: 6ebf11e77cf5 - stable/13 - path_test: Add a test case for openat(O_EMPTY_PATH) in capability mode (Wed, 29 Mar 2023 14:41:56 UTC)
- git: 0ec03c0b10b1 - main - cross-build: Add secure_getenv() for MacOS cross builds (Thu, 30 Mar 2023 04:54:24 UTC)
- Re: git: 68ca8363c7a1 - main - libc: Use secure_getenv(3) where appropriate (Thu, 30 Mar 2023 04:55:00 UTC)
- git: cab1056105e3 - main - kdb: Modify securelevel policy (Thu, 30 Mar 2023 14:57:31 UTC)
- git: fd02d0bc14b5 - main - graid3: Pre-allocate the timeout event structure (Thu, 30 Mar 2023 17:55:26 UTC)
- git: 5ea1e35d7de6 - main - ktls tests: Populate sockaddr fields before binding (Thu, 30 Mar 2023 17:55:27 UTC)
- git: 889b5662ce06 - main - fdgrowtable tests: Address a set-but-not-used warning (Thu, 30 Mar 2023 17:55:28 UTC)
- git: cdb192434cbc - main - netpfil tests: Serialize (Thu, 30 Mar 2023 23:36:50 UTC)
- git: 9cefc0fb1387 - main - aio tests: Use unique names for zvols (Thu, 30 Mar 2023 23:36:51 UTC)
- git: 34b696e41259 - main - acl tests: Serialize (Thu, 30 Mar 2023 23:36:52 UTC)
- git: 196f3901217e - main - if_ovpn tests: Serialize (Thu, 30 Mar 2023 23:36:54 UTC)
- git: b60600ceeb68 - main - pf tests: Serialize (Thu, 30 Mar 2023 23:36:55 UTC)
- git: 5d96ca7a3072 - main - cap_sysctl tests: Serialize (Thu, 30 Mar 2023 23:36:56 UTC)
- git: 615bf03e33e4 - main - cap_dns tests: Convert to ATF, avoid failing when lookups don't resolve (Thu, 30 Mar 2023 23:36:57 UTC)
- Re: git: b60600ceeb68 - main - pf tests: Serialize (Fri, 31 Mar 2023 00:05:59 UTC)
- Re: git: b60600ceeb68 - main - pf tests: Serialize (Fri, 31 Mar 2023 00:26:30 UTC)
- git: a54370f4abb6 - main - arm64: Ensure that thread0's PCB flags are initialized (Fri, 31 Mar 2023 13:55:10 UTC)
- git: 1a3cb489e5aa - main - arm64: Move the initial kernel stack out of the init_pagetables section (Fri, 31 Mar 2023 15:57:54 UTC)
- Martin Matuska
- Mateusz Guzik
- git: a3571129380d - main - kern: whack __mips__ leftover (Wed, 01 Mar 2023 11:06:53 UTC)
- git: 33755776313e - main - net: whack __mips__ leftovers (Wed, 01 Mar 2023 11:08:01 UTC)
- git: 1ccc3107c296 - main - dtrace: whack __mips__ from dtraceall (Wed, 01 Mar 2023 11:09:26 UTC)
- git: 15c0b8c99861 - main - mips: whack __mips__ leftover (Wed, 01 Mar 2023 11:10:16 UTC)
- git: 76a0183e361e - main - syscons: whack __mips__ leftovers (Wed, 01 Mar 2023 11:12:00 UTC)
- git: 19fe14ec4c0c - main - fb: whack __mips__ leftovers (Wed, 01 Mar 2023 11:41:30 UTC)
- git: cd9e5d43333c - main - netstat: fix pfsync stats spelling (Sun, 05 Mar 2023 22:50:47 UTC)
- git: 73b951cd3914 - main - vm: move up object lock asserts in fault functions (Sat, 11 Mar 2023 11:08:41 UTC)
- git: bdfd1adc9908 - main - vm: add VM_OBJECT_UNLOCK (Sat, 11 Mar 2023 11:08:42 UTC)
- git: fdb1dbb1cc06 - main - vm: read-locked fault handling for backing objects (Sat, 11 Mar 2023 11:08:43 UTC)
- git: 3c3a434f8ee8 - main - vm: avoid lock upgrade if possible in vm_fault_next (Sat, 11 Mar 2023 21:59:49 UTC)
- Re: git: 5b5b7e2ca2fa - main - vfs: always retain path buffer after lookup (Sun, 12 Mar 2023 17:50:24 UTC)
- git: 35c872422c8c - main - vfs: whack leftover cn_origflags (Sun, 12 Mar 2023 19:08:02 UTC)
- Re: git: 5b5b7e2ca2fa - main - vfs: always retain path buffer after lookup (Sun, 12 Mar 2023 19:08:29 UTC)
- git: 0a310c94eeb8 - main - vm: consistently prefix fault helpers with vm_fault_ (Mon, 13 Mar 2023 11:00:47 UTC)
- git: 84f06098ef0a - main - zfs: Use .section .rodata instead of .rodata on FreeBSD (Mon, 13 Mar 2023 13:50:38 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 16:49:21 UTC)
- git: 95a2b4d17234 - main - sendmail: silence K&R warns (Thu, 16 Mar 2023 18:19:08 UTC)
- git: de0009f001c2 - main - libz: silence K&R warns (Thu, 16 Mar 2023 18:22:40 UTC)
- git: 3451ed888e75 - main - less: silence K&R warns (Thu, 16 Mar 2023 18:24:35 UTC)
- git: ba5070ab441f - main - libc/yp: sort out warnings (Thu, 16 Mar 2023 18:57:13 UTC)
- git: b38688df1d0c - main - libmd: ansify (Thu, 16 Mar 2023 19:03:07 UTC)
- git: 58436df347de - main - libipsec: ansify (Thu, 16 Mar 2023 19:19:46 UTC)
- git: 62a573d9537c - main - vfs: retire KERN_VNODE (Fri, 17 Mar 2023 16:26:18 UTC)
- git: b5d43972e394 - main - vfs: decouple freevnodes from vnode batching (Wed, 22 Mar 2023 23:57:28 UTC)
- git: c16c4ea6d399 - main - vfs cache: return ENOTDIR for not_a_dir/{.,..} lookups (Thu, 23 Mar 2023 19:31:33 UTC)
- git: 5d83656c09f5 - stable/13 - vfs cache: return ENOTDIR for not_a_dir/{.,..} lookups (Thu, 23 Mar 2023 19:59:23 UTC)
- git: 276e405a50d3 - releng/13.2 - vfs cache: return ENOTDIR for not_a_dir/{.,..} lookups (Thu, 23 Mar 2023 20:22:38 UTC)
- git: e5eb1d298f65 - main - vfs: replace some spelled out VNASSERTs with VNPASS (Sat, 25 Mar 2023 13:42:32 UTC)
- git: 245767c2782e - main - vfs: flip deferred_inact to atomic (Sat, 25 Mar 2023 13:42:33 UTC)
- git: 138a5dafba31 - main - vfs: trylock vnode requeue (Sat, 25 Mar 2023 13:42:34 UTC)
- git: 22eb66d961dc - main - vfs cache: always assert on ndp->ni_resflags (Sat, 25 Mar 2023 21:59:17 UTC)
- git: 0e71f4f77c01 - main - vm: add unlocked page lookup before trying vm_fault_soft_fast (Sat, 25 Mar 2023 22:16:36 UTC)
- git: 21d29c519221 - main - cred: make the refcount signed (Wed, 29 Mar 2023 05:04:21 UTC)
- git: 37337709d333 - main - cred: convert the refcount from int to long (Wed, 29 Mar 2023 05:04:22 UTC)
- git: 7c31de1a3cf0 - main - ufs: stop doing refcount_init on made up creds (Wed, 29 Mar 2023 09:19:08 UTC)
- git: 80cf427b8dc1 - main - proc: shave a lock trip on exit if possible (Wed, 29 Mar 2023 09:19:09 UTC)
- Re: git: 80cf427b8dc1 - main - proc: shave a lock trip on exit if possible (Wed, 29 Mar 2023 09:33:33 UTC)
- git: f5a365e51fee - main - inet6: protect address manipulation with a lock (Thu, 30 Mar 2023 08:47:01 UTC)
- git: 82eb549f800e - stable/13 - Support compilation with llvm 15 (Thu, 30 Mar 2023 14:54:33 UTC)
- Re: git: f5a365e51fee - main - inet6: protect address manipulation with a lock (Fri, 31 Mar 2023 18:20:58 UTC)
- Mateusz Piotrowski
- Maxim Konovalov
- Michael Tuexen
- Mike Karels
- Mitchell Horne
- git: 5d93b49489e8 - stable/13 - intr_event(9): fixup Nm field (Tue, 07 Mar 2023 16:55:38 UTC)
- git: 3ca605d19b2e - stable/13 - powerpc: remove nexus_get_cpus() (Tue, 07 Mar 2023 16:55:39 UTC)
- git: 7b37e83e4c8f - stable/13 - lockmgr: upgrade panic return checks (Tue, 07 Mar 2023 16:55:40 UTC)
- git: 5b6edfc577fb - stable/13 - bcm_dma: attach at an earlier bus pass (Tue, 07 Mar 2023 16:55:41 UTC)
- git: aa399ad3e554 - stable/13 - bcm_dma: don't dereference NULL softc (Tue, 07 Mar 2023 16:55:42 UTC)
- git: 8937bd37d07c - main - arm64: limit EFI excluded regions to physical memory types (Wed, 15 Mar 2023 15:44:44 UTC)
- git: 84a739406d7a - stable/13 - intrng: sort includes (Fri, 17 Mar 2023 20:18:32 UTC)
- git: ae6e42b59e68 - stable/13 - intrng: track counter allocation with a bitmap (Fri, 17 Mar 2023 20:18:33 UTC)
- git: b54391a1f831 - main - vcount.9: remove obsolete man page (Mon, 20 Mar 2023 20:13:23 UTC)
- git: 43db15b16aa6 - main - critical(9): small updates (Mon, 20 Mar 2023 20:13:24 UTC)
- git: 87132d1dce4b - main - KASSERT(9): some updates (Mon, 20 Mar 2023 20:13:25 UTC)
- git: d5e105bf7e4c - main - panic(9): some updates (Mon, 20 Mar 2023 20:13:26 UTC)
- git: d55c1877386f - main - kern_reboot(9): some updates (Mon, 20 Mar 2023 20:13:27 UTC)
- git: b7caa912f9df - main - kern_reboot(9): document shutdown_nice() (Mon, 20 Mar 2023 20:13:28 UTC)
- git: f6f8cbda8efc - main - kern_reboot(9): describe event handlers (Mon, 20 Mar 2023 20:13:30 UTC)
- git: 8965b3033ea1 - main - callout(9): adopt old references to timeout(9) (Mon, 20 Mar 2023 20:13:31 UTC)
- git: 195aa533c799 - main - hardclock(9): small cleanups (Mon, 20 Mar 2023 20:13:32 UTC)
- git: 84a44625a50f - main - printf(9): add MLINKS for vlog(9) and vprintf(9) (Mon, 20 Mar 2023 20:13:33 UTC)
- git: 005b7c5790ef - main - Cross-reference coretemp(4) and amdtemp(4) (Mon, 20 Mar 2023 20:13:34 UTC)
- git: c05614ac97e4 - main - mi_switch(9): fix comma placement (Mon, 20 Mar 2023 20:13:35 UTC)
- git: c650e1949558 - main - arm: nexus code tidy-up (Mon, 20 Mar 2023 20:36:51 UTC)
- git: e582d4a2b09e - main - arm64: nexus code tidy-up (Mon, 20 Mar 2023 20:36:52 UTC)
- git: abe3309e71b9 - main - riscv: nexus code tidy-up (Mon, 20 Mar 2023 20:36:53 UTC)
- git: c514686aa06a - main - powerpc: nexus code tidy-up (Mon, 20 Mar 2023 20:36:54 UTC)
- git: 99bd5c1fe322 - main - x86: nexus code tidy-up (Mon, 20 Mar 2023 20:36:55 UTC)
- git: 8f18fd168d04 - stable/13 - arm64: Remove unused typedef (Fri, 24 Mar 2023 13:13:55 UTC)
- git: 9521266b82df - stable/13 - arm64/machdep: Add parameter to the EFI table walking code (Fri, 24 Mar 2023 13:13:56 UTC)
- git: 865b5640f8ef - stable/13 - arm64: limit EFI excluded regions to physical memory types (Fri, 24 Mar 2023 13:13:57 UTC)
- git: f1a0b6f62382 - stable/13 - vcount.9: remove obsolete man page (Fri, 24 Mar 2023 13:13:59 UTC)
- git: cda81dc7c871 - stable/13 - Cross-reference coretemp(4) and amdtemp(4) (Fri, 24 Mar 2023 13:14:00 UTC)
- git: c9f2ffe5f9c9 - stable/13 - printf(9): add MLINKS for vlog(9) and vprintf(9) (Fri, 24 Mar 2023 13:14:01 UTC)
- git: a979e5ca0b9d - stable/13 - critical(9): small updates (Mon, 27 Mar 2023 17:21:52 UTC)
- git: d85a53128792 - stable/13 - KASSERT(9): some updates (Mon, 27 Mar 2023 17:21:53 UTC)
- git: 86e2335d10e5 - stable/13 - panic(9): some updates (Mon, 27 Mar 2023 17:21:54 UTC)
- git: 3462c371c256 - main - arm64/gicv3: correct the size of the distributor resource (Fri, 31 Mar 2023 16:27:43 UTC)
- Navdeep Parhar
- Olivier Cochard
- Pau Amma
- Pawel Biernacki
- Peter Holm
- Philip Paeps
- git: da8b35dfa063 - Create tag vendor/tzdata/tzdata2023a (Thu, 23 Mar 2023 01:15:56 UTC)
- git: 9f36c6bf1e4f..e31cd8521ff5 - vendor/tzdata - vendor branch updated (Thu, 23 Mar 2023 01:15:56 UTC)
- git: 259e2ad76d1d - main - contrib/tzdata: import tzdata 2023a (Thu, 23 Mar 2023 01:35:10 UTC)
- git: 9cb5b954606e - stable/13 - contrib/tzdata: import tzdata 2023a (Fri, 24 Mar 2023 01:15:39 UTC)
- git: 9845906f02fe - stable/12 - contrib/tzdata: import tzdata 2023a (Fri, 24 Mar 2023 01:16:55 UTC)
- git: cb1f657bc76d - Create tag vendor/tzdata/tzdata2023b (Fri, 24 Mar 2023 04:45:07 UTC)
- git: e31cd8521ff5..4071c87100b8 - vendor/tzdata - vendor branch updated (Fri, 24 Mar 2023 04:45:07 UTC)
- git: 2084f6a496ce - main - contrib/tzdata: import tzdata 2023b (Fri, 24 Mar 2023 04:46:34 UTC)
- git: 38e0d28fa4e2 - stable/13 - contrib/tzdata: import tzdata 2023b (Sat, 25 Mar 2023 11:30:17 UTC)
- git: f0cea48cb780 - stable/12 - contrib/tzdata: import tzdata 2023b (Sat, 25 Mar 2023 11:30:53 UTC)
- git: 4071c87100b8..1bb5a589a9a5 - vendor/tzdata - vendor branch updated (Wed, 29 Mar 2023 01:09:04 UTC)
- git: 467cc84e1fc4 - Create tag vendor/tzdata/tzdata2023c (Wed, 29 Mar 2023 01:09:04 UTC)
- git: 9fbeeb6e3831 - main - contrib/tzdata: import tzdata 2023c (Wed, 29 Mar 2023 01:18:54 UTC)
- git: bb7b15831531 - stable/13 - contrib/tzdata: import tzdata 2023c (Wed, 29 Mar 2023 01:19:48 UTC)
- git: 7da23e6521d1 - stable/12 - contrib/tzdata: import tzdata 2023c (Wed, 29 Mar 2023 01:20:28 UTC)
- Re: git: 9fbeeb6e3831 - main - contrib/tzdata: import tzdata 2023c (Wed, 29 Mar 2023 01:28:04 UTC)
- git: 57472c9a30ab - releng/13.2 - contrib/tzdata: import tzdata 2023c (Wed, 29 Mar 2023 04:35:27 UTC)
- Randall Stewart
- Ravi Pokala
- Raylena Browning
- freebsd (Thu, 02 Mar 2023 09:08:13 UTC)
- Rene Ladan
- Richard Scheffenegger
- Rick Macklem
- git: a90b47abcbdb - main - nfs_fha_new: Fix nfs_fha_new so that sysctls work in prisons (Wed, 01 Mar 2023 23:26:59 UTC)
- git: 57ff348804f9 - main - svc_rpcsec_gss.c: Separate out the non-vnet initialization (Wed, 01 Mar 2023 23:30:31 UTC)
- git: 4bbbd5875d32 - main - vfs_mount.c: Allow mountd(8) to do exports in a vnet prison (Thu, 02 Mar 2023 21:10:49 UTC)
- git: cbbb22031f9b - main - kern_jail.c: Remove #ifdefs for VNET_NFSD (Thu, 02 Mar 2023 21:14:58 UTC)
- git: 4a141adf16e2 - stable/13 - vfs_mount.c: Free exports structures in vfs_destroy_mount() (Tue, 07 Mar 2023 01:34:33 UTC)
- git: 0bb08f21cc5c - main - rc.d: Fix NFS server startup scripts to enable vnet prison use (Sun, 12 Mar 2023 21:35:28 UTC)
- git: 84eac070494d - main - RELNOTES: Add an entry for NFS server support in vnet prisons (Sun, 12 Mar 2023 21:57:00 UTC)
- git: c0f94fee0bdd - main - jail.8: Update the allow.nfsd section (Tue, 14 Mar 2023 22:29:04 UTC)
- git: 896516e54a8c - main - nfscl: Add a new NFSv4.1/4.2 mount option for Kerberized mounts (Thu, 16 Mar 2023 22:59:54 UTC)
- git: 9432e798fc6d - main - mountd.8: Update for mountd running in jails (Mon, 20 Mar 2023 22:17:17 UTC)
- git: 1512579adcf3 - main - nfscl: Make coverity happy (Mon, 27 Mar 2023 23:54:39 UTC)
- git: 695d87bae1ec - main - nfscl: Make coverity happy (Wed, 29 Mar 2023 00:11:03 UTC)
- git: a1254dcaa869 - main - nfsd.8: Update for nfsd running in jails (Wed, 29 Mar 2023 21:59:58 UTC)
- Robert Wing
- Rodney W. Grimes
- Roger Pau Monné
- git: 5489d7e93a06 - main - xen: bump used interface version (Thu, 09 Mar 2023 16:14:31 UTC)
- git: 6f80738b228c - main - xen: fetch dom0 video console information from Xen (Thu, 09 Mar 2023 16:14:32 UTC)
- git: a78e46a7dbb3 - main - xen: take struct size into account for video information (Tue, 14 Mar 2023 09:01:33 UTC)
- git: 2d5e325303cf - main - xen/intr: always set xi_close in xen_intr_bind_isrc() (Wed, 29 Mar 2023 07:52:26 UTC)
- git: 0ebf9bb42d7c - main - xen/intr: fix overflow of Xen interrupt range (Wed, 29 Mar 2023 07:52:27 UTC)
- git: 2b2415bafa0d - main - xen/intr: fix corruption of event channel table (Wed, 29 Mar 2023 07:52:28 UTC)
- git: 1797ff962769 - main - xen/intr: cleanup event channel number use (Wed, 29 Mar 2023 07:52:29 UTC)
- git: 49ca3167b7be - main - xen/intr: add check for intr_register_source() errors (Wed, 29 Mar 2023 07:52:30 UTC)
- git: 9f3be3a6ec8e - main - xen: switch to using core atomics for synchronization (Wed, 29 Mar 2023 07:52:31 UTC)
- git: 40ad9aaa880c - main - xen/intr: stop passing shared_info_t to xen_intr_active_ports() (Wed, 29 Mar 2023 07:52:32 UTC)
- git: 910bd069f809 - main - xen/intr: remove x86 APIC headers from xen_intr.c (Wed, 29 Mar 2023 07:52:34 UTC)
- git: e45c8ea31cd8 - main - xen/intr: merge parts of resume functionality into new function (Wed, 29 Mar 2023 07:52:35 UTC)
- git: b94341afcb12 - main - xen/intr: rework xen_intr_resume() for in-place remapping (Wed, 29 Mar 2023 07:52:36 UTC)
- Ruslan Bukin
- Shawn Webb
- Simon J. Gerraty
- Stefan Eßer
- Steffen Nurpmeso
- Tijl Coosemans
- Toomas Soome
- tuexen_at_freebsd.org
- Tijl Coosemans
- Vincenzo Maffione
- Warner Losh
- git: 005cca8361a4 - main - Fix typo: messages missing an 'a'. (Wed, 01 Mar 2023 23:35:27 UTC)
- git: beb2af45bd1f - main - bluetooth/hccontrol: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:40 UTC)
- git: b23e15e1c852 - main - dconschat: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:41 UTC)
- git: 86cda797bd85 - main - diskinfo: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:42 UTC)
- git: a5aa07dd855e - main - extattr: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:43 UTC)
- git: 1def31df760d - main - lpr: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:44 UTC)
- git: ca2edebb92f6 - main - pmcstat: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:45 UTC)
- git: c7846853d350 - main - rpc.yppasswdd: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:46 UTC)
- git: fce4b0c51d7c - main - rpcbind: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:48 UTC)
- git: 0fd15eb33548 - main - rrenumd: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:49 UTC)
- git: 0715ec7eb475 - main - usbconfig: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:50 UTC)
- git: ae90e9a9d6c3 - main - yp_mkdb: Remove useless return at the end of void function (Thu, 02 Mar 2023 15:12:51 UTC)
- git: 2c1b8eb29d92 - main - ftgpio: Fix panic at attach and use better device description (Thu, 02 Mar 2023 15:27:47 UTC)
- git: 572900bd93fd - releng/13.2 - stand: fix build userboot without zfs (Thu, 02 Mar 2023 17:10:19 UTC)
- git: 55639067a29b - releng/13.2 - apic: prevent divide by zero in CPU frequency init (Thu, 02 Mar 2023 17:10:20 UTC)
- git: 6c47abb63bd5 - main - kboot: Hack for running on FreeBSD host (Thu, 02 Mar 2023 18:18:29 UTC)
- git: 3a616b10d8f7 - main - kboot: Better default boot device (Thu, 02 Mar 2023 18:18:30 UTC)
- git: 35b4acad2f1f - main - kboot: Use MIN instead of min (Thu, 02 Mar 2023 18:18:32 UTC)
- git: 7b4299eb4e7c - main - kboot: Fix hostdisk_override (Thu, 02 Mar 2023 18:18:33 UTC)
- Re: git: ceb5f28ba5fc - main - freebsd-update: re-edit files if merge conflict markers remain (Thu, 02 Mar 2023 20:37:44 UTC)
- git: 290f7f4a0921 - main - in_mcat.c: change multicast not member condition (Sat, 04 Mar 2023 05:29:08 UTC)
- git: 6d2feb39ad13 - main - netlink: Fix "version introduced" documentation (Sat, 04 Mar 2023 16:01:20 UTC)
- git: 320e7e0003db - main - Revert "Fix cross-build support for Ubuntu 16.04" (Tue, 07 Mar 2023 23:11:30 UTC)
- git: 109abf744bf7 - main - acpica: do not print warning for missing _ADR (Tue, 07 Mar 2023 23:25:42 UTC)
- Re: git: 320e7e0003db - main - Revert "Fix cross-build support for Ubuntu 16.04" (Tue, 07 Mar 2023 23:49:18 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Wed, 08 Mar 2023 23:38:31 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Thu, 09 Mar 2023 04:12:20 UTC)
- Re: git: c581962414ed - main - src.conf.5: Add some WITH_/WITHOUT_ option descriptions (Thu, 09 Mar 2023 17:54:20 UTC)
- git: 9503d2704ca6 - main - opts: Minor cleanup of ZFS options (Fri, 10 Mar 2023 14:14:23 UTC)
- git: 41cf798e8206 - main - opts: popwerpcspc is also 32-bit (Fri, 10 Mar 2023 15:56:42 UTC)
- git: 3916fdd2f2c8 - main - opts: fix silly typo (Fri, 10 Mar 2023 16:02:47 UTC)
- git: 298a392ec318 - main - daemon: move variables into struct daemon_state (Sun, 12 Mar 2023 16:58:16 UTC)
- git: 370e009188ba - main - makefs: make msdos creation go fast (Mon, 13 Mar 2023 20:39:52 UTC)
- git: 7f3c3606465f - main - Parse /kboot.conf (Tue, 14 Mar 2023 02:46:51 UTC)
- git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 04:19:55 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 04:37:07 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 05:03:33 UTC)
- git: 2ef8baba4c0c - main - Increase protection provided by veriexec with new unlink/rename hooks. (Tue, 14 Mar 2023 15:04:35 UTC)
- git: aa1e6a4f4c28 - stable/13 - makefs: make msdos creation go fast (Tue, 14 Mar 2023 16:16:06 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 16:30:59 UTC)
- Re: git: adeca21464d2 - main - Add GNU glibc compatible secure_getenv (Tue, 14 Mar 2023 17:03:27 UTC)
- git: a06761e3f473 - main - secure_getenv: Put under __BSD_VISIBLE (Tue, 14 Mar 2023 23:43:16 UTC)
- git: 1308a17bad88 - main - bhyve: Remove trailing semicolon (Wed, 15 Mar 2023 02:39:42 UTC)
- git: 365348f66a47 - main - lpr: Remove trailing semicolon (Wed, 15 Mar 2023 02:39:43 UTC)
- git: 94dcc95fdf45 - main - pmccontrol: Remove trailing semicolon (Wed, 15 Mar 2023 02:39:44 UTC)
- git: 44357c18ccb9 - main - ppp: Remove trailing semicolon (Wed, 15 Mar 2023 02:39:45 UTC)
- git: 3693d9140e05 - main - rc: ignore .pkgsave files (Wed, 15 Mar 2023 03:08:27 UTC)
- git: 0b0ae2e4cd22 - main - jail: convert several functions from int to bool (Wed, 15 Mar 2023 03:08:28 UTC)
- git: 8e933d9c598e - main - libbe: Avoid double printing cloning errors. (Wed, 15 Mar 2023 03:20:06 UTC)
- Re: git: 44357c18ccb9 - main - ppp: Remove trailing semicolon (Wed, 15 Mar 2023 04:09:29 UTC)
- git: 559e41a11b32 - main - veriexec: Improve comments (Wed, 15 Mar 2023 05:00:20 UTC)
- git: 3a60f9c605a2 - releng/13.2 - makefs: make msdos creation go fast (Thu, 16 Mar 2023 00:12:16 UTC)
- git: 2c101fca1991 - releng/13.2 - netlink: Fix "version introduced" documentation (Thu, 16 Mar 2023 00:12:17 UTC)
- git: ed52baf51bd1 - main - _endian.h: Include sys/ctypes.h for visibility macros (Wed, 22 Mar 2023 02:26:21 UTC)
- Re: git: ed52baf51bd1 - main - _endian.h: Include sys/ctypes.h for visibility macros (Wed, 22 Mar 2023 03:07:50 UTC)
- Re: git: f874e59ffcd8..3c320f4e5ee3 - vendor/openssl - vendor branch updated (Wed, 22 Mar 2023 07:55:24 UTC)
- git: 4ccd5e64b76b - stable/13 - _endian.h: Include sys/cdefs.h for visibility macros (Wed, 22 Mar 2023 22:31:38 UTC)
- git: d08ffbd70e72 - releng/13.2 - _endian.h: Include sys/cdefs.h for visibility macros (Thu, 23 Mar 2023 06:41:05 UTC)
- Re: git: ed52baf51bd1 - main - _endian.h: Include sys/ctypes.h for visibility macros (Thu, 23 Mar 2023 08:13:29 UTC)
- git: 72f501d07a02 - main - secure_getenv: Add () around return values (Sat, 25 Mar 2023 17:08:09 UTC)
- git: d5df26858420 - main - secure_getenv: Improve documentation wording (Sat, 25 Mar 2023 17:08:10 UTC)
- git: 3a3c9242739e - main - checkstyle9.pl: Perl script to check if a change is approximately style(9) (Sat, 25 Mar 2023 17:08:11 UTC)
- Re: git: 3a3c9242739e - main - checkstyle9.pl: Perl script to check if a change is approximately style(9) (Sat, 25 Mar 2023 17:24:54 UTC)
- git: 9c43d5ca20d7 - main - CONTRIBUTING.md: Suggest using checkstyle9.pl (Sat, 25 Mar 2023 17:32:37 UTC)
- Re: git: a85dcd4ac4b0 - main - netlink: restrict default userland switch to netlink to i386/amd64. (Sun, 26 Mar 2023 17:08:38 UTC)
- Re: git: 61194e9852e6 - main - Add kqueue1() syscall (Tue, 28 Mar 2023 07:16:03 UTC)
- Re: git: 927358dd98cb - main - amd64 loader: Use efiserialio for Hyper-V booted systems (Thu, 30 Mar 2023 23:40:05 UTC)
- Re: git: 927358dd98cb - main - amd64 loader: Use efiserialio for Hyper-V booted systems (Fri, 31 Mar 2023 10:17:49 UTC)
- Wei Hu
- Xin LI
- git: c237c10a2346 - main - xz: Improve compatibility with systems without capability mode support (Sun, 05 Mar 2023 09:40:26 UTC)
- git: 0cc2deb476be - stable/13 - xz: Improve compatibility with systems without capability mode support (Tue, 07 Mar 2023 06:55:56 UTC)
- git: 2e12642a6595 - stable/12 - xz: Improve compatibility with systems without capability mode support (Tue, 07 Mar 2023 06:56:32 UTC)
- git: 139825753995 - releng/13.2 - xz: Improve compatibility with systems without capability mode support (Wed, 08 Mar 2023 03:51:57 UTC)
- git: 75798f9b0105 - main - cap_*(2): Document ENOSYS behavior. (Fri, 10 Mar 2023 02:11:00 UTC)
- git: 2690f2feae43..88417d17c297 - vendor/xz - vendor branch updated (Sun, 19 Mar 2023 17:04:03 UTC)
- git: 04aed206dde4 - Create tag vendor/xz/5.4.2 (Sun, 19 Mar 2023 17:04:03 UTC)
- git: c917796c0416 - main - MFV: xz 5.4.2. (Mon, 20 Mar 2023 02:31:18 UTC)
- git: a836dce6d085 - stable/13 - cap_*(2): Document ENOSYS behavior. (Fri, 24 Mar 2023 06:40:14 UTC)
- git: e68521de19d4 - stable/12 - cap_*(2): Document ENOSYS behavior. (Fri, 24 Mar 2023 06:40:43 UTC)
- Yuri
- Yuri Pankov
- Zhenlei Huang
- git: 95f418fe2a0f - stable/13 - Delete obsolete Solaris compat header file stdlib.h (Thu, 02 Mar 2023 02:56:49 UTC)
- git: 83d88726ce26 - releng/13.2 - ctfdump: Use getprogname() (Thu, 02 Mar 2023 08:29:00 UTC)
- git: b4eb5f81eead - releng/13.2 - Delete obsolete Solaris compat header file stdlib.h (Thu, 02 Mar 2023 08:29:01 UTC)
- git: 49cad3daf2a3 - main - carp: carp_master_down_locked() requires net epoch (Thu, 16 Mar 2023 10:08:10 UTC)
- git: c15ceae9e7f9 - stable/13 - carp: carp_master_down_locked() requires net epoch (Fri, 17 Mar 2023 09:59:20 UTC)
- git: f50f53931edb - main - xhci(4): Correct PCI device IDs for Zhaoxin USB 3.0 controllers (Fri, 17 Mar 2023 17:31:28 UTC)
- git: 95b2d16b38a7 - main - ehci(4): Correct PCI device ID for Zhaoxin USB 2.0 controller (Fri, 17 Mar 2023 17:31:29 UTC)
- git: b754d7faafd3 - main - uhci(4): Correct PCI device ID for Zhaoxin USB controller (Fri, 17 Mar 2023 17:31:30 UTC)
- git: 082895ebecb5 - main - xhci(4): Describe Fresco Logic FL1009 USB 3.0 controller (Mon, 20 Mar 2023 04:05:01 UTC)
- git: 535946ce1145 - main - if_re: Drop redundant assignments for ifq_maxlen and ifq_drv_maxlen (Tue, 21 Mar 2023 04:45:50 UTC)
- git: af28d08bda99 - releng/13.2 - carp: carp_master_down_locked() requires net epoch (Wed, 22 Mar 2023 15:50:32 UTC)
- git: dcd7f0bd02f4 - main - lagg: Various style fixes (Fri, 24 Mar 2023 09:57:10 UTC)
- git: fcac5719a183 - main - lagg(4): Make lagg_list and lagg_detach_cookie static (Wed, 29 Mar 2023 16:32:38 UTC)
- git: dbe86dd5de18 - main - lagg(4): Refactor out some lagg protocol input routines into a default one (Wed, 29 Mar 2023 16:32:39 UTC)
- git: d4a80d21b3d3 - main - lagg(4): Do not enter net epoch recursively (Wed, 29 Mar 2023 16:32:40 UTC)
- git: fd16ee512374 - stable/13 - xhci(4): Add IDs for Zhaoxin USB 3.0 controllers (Wed, 29 Mar 2023 16:53:05 UTC)
- git: ffb8b19f767d - stable/13 - ehci(4): Add IDs for for Zhaoxin USB 2.0 controller (Wed, 29 Mar 2023 16:53:06 UTC)
- git: 4abe99d02d2e - stable/13 - uhci(4): Add IDs for Zhaoxin USB controller (Wed, 29 Mar 2023 16:53:07 UTC)
- git: 298d6896b0ac - stable/13 - xhci(4): Describe Fresco Logic FL1009 USB 3.0 controller (Wed, 29 Mar 2023 16:53:08 UTC)
- Re: git: fcad8ada9afc - main - Revert "Add myself (cc) as a src commiter." (Fri, 31 Mar 2023 15:46:11 UTC)
- git: 5a8abd0a298e - main - lacp: Use C99 bool for boolean return value (Fri, 31 Mar 2023 17:51:54 UTC)