dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
March 2023 Archives by author
- Alan Somers
- Alexander Chernikov
- Alexander Leidinger
- Alexander Motin
- Alexander V. Chernikov
- git: e6b4177c478d - main - netlink: add userland name mappings to all NETLINK_ROUTE messages. (Wed, 01 Mar 2023 15:24:51 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: 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
- 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: 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
- 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: 94a3876d7e18 - main - vmm: fix missing ipi statistic (Fri, 17 Mar 2023 12:50:30 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: 5abaf0866445 - main - heimdal: Fix CVE-2022-4152, signature validation error (Fri, 10 Mar 2023 01:19:14 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
- Dimitry Andric
- Dmitry Chagin
- 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: 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: de1a17db8963 - main - moused: Fix typos (Thu, 02 Mar 2023 16:54:23 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: 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: 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: 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: 4d3fc8b0570b - main - ssh: Update to OpenSSH 9.3p1 (Thu, 16 Mar 2023 14:32:55 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: 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: 2af158ae8313 - main - makefs: add missing break for 'g' case in tarfs test (Thu, 23 Mar 2023 13:11:03 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)
- 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
- Hans Petter Selasky
- 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)
- 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)
- 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: 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: 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: 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: 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: fe5e6e2cc5d6 - main - Improvement in UFS/FFS directory placement when doing mkdir(2). (Thu, 30 Mar 2023 04:13:45 UTC)
- Konstantin Belousov
- Re: git: 68912701700c - main - ffs_suspend.c: clean up includes (Wed, 01 Mar 2023 15:28:07 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: 62b572694b0a - main - ext2_dirbad(): fix !DTRACE build (Mon, 20 Mar 2023 08:44:38 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: 7170774e2a16 - main - ifcapnv: cap_bit in ifcap2_nv_bit_names[] is bit, not index (Thu, 30 Mar 2023 23:08:21 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: 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: 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: 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)
- 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: f7a884cb017f - main - x86: gate smbios hypervisor identification behind vm_guest (Fri, 17 Mar 2023 05:56:58 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: 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: 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: 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: 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: 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: 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: 40924005c222 - main - kasan.9: Update to note arm64 support (Fri, 24 Mar 2023 00:39:20 UTC)
- git: ae2f0b2611f1 - main - tftp tests: Fix a typo in the makefile (Sun, 26 Mar 2023 16:57:09 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: 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)
- Mark Millard
- 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: 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)
- 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: 8937bd37d07c - main - arm64: limit EFI excluded regions to physical memory types (Wed, 15 Mar 2023 15:44:44 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: 3462c371c256 - main - arm64/gicv3: correct the size of the distributor resource (Fri, 31 Mar 2023 16:27:43 UTC)
- Navdeep Parhar
- Olivier Cochard
- Pawel Biernacki
- Peter Holm
- Philip Paeps
- Randall Stewart
- Ravi Pokala
- 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: 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: 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)
- 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: 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: 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
- Yuri
- Yuri Pankov
- Zhenlei Huang
- git: 49cad3daf2a3 - main - carp: carp_master_down_locked() requires net epoch (Thu, 16 Mar 2023 10:08:10 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: 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)
- 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)