dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
January 2023 Archives by author
- Alan Somers
- git: c8c74bcbe973 - stable/13 - document first appearance of fhlink et al (Fri, 27 Jan 2023 15:40:27 UTC)
- git: 1961075a6972 - stable/13 - Allow any user to read the NFS stats, for example with nfsstat(1). (Fri, 27 Jan 2023 17:11:59 UTC)
- git: 6d28cb5486b8 - stable/13 - improvements to cap_sysctl.3 (Fri, 27 Jan 2023 19:28:06 UTC)
- git: d3deff397d7b - stable/13 - Add test cases for ping with IP options in the response (Fri, 27 Jan 2023 19:28:08 UTC)
- git: 8a8d695deea0 - stable/13 - ping(8): man page cleanup (Fri, 27 Jan 2023 19:28:09 UTC)
- git: ae380bb8864f - stable/13 - fsx: bounds check the inputs (Fri, 27 Jan 2023 19:28:10 UTC)
- git: 704bfe6dbfcb - stable/13 - fsx: more consistent debug output with -[RWU] (Fri, 27 Jan 2023 19:28:11 UTC)
- git: 8b7b81fd64ec - stable/13 - Switch wg(4) to the new if_clone KPI (Fri, 27 Jan 2023 19:28:12 UTC)
- git: 0811d18fea91 - stable/13 - cal: don't print terminal control characters unless stdout is a TTY (Fri, 27 Jan 2023 19:31:30 UTC)
- Alexander Chernikov
- Alexander V. Chernikov
- git: f51d7f8fb5b0 - stable/13 - routing: copy nexthop fib when changing existing nexthop (Fri, 13 Jan 2023 21:24:37 UTC)
- git: 9cc645e3e382 - stable/13 - netstat: print path weight when showing routes in structured output. (Fri, 13 Jan 2023 21:24:38 UTC)
- git: cda085d1ccef - stable/13 - routing: improve debug logging (Fri, 13 Jan 2023 21:24:39 UTC)
- git: 1c915de99108 - stable/13 - change_mpath_route: Remove write-only nh variable. (Fri, 13 Jan 2023 21:24:40 UTC)
- git: 86f499e00177 - stable/13 - unlink_nhgrp: Remove write-only variable. (Fri, 13 Jan 2023 21:24:41 UTC)
- git: 3cb0bc54ec48 - stable/13 - net/route: Use __diagused for variables only used in KASSERT(). (Fri, 13 Jan 2023 21:24:43 UTC)
- git: ede90c997743 - stable/13 - routing: fix RTM_CHANGE nhgroup updates. (Fri, 13 Jan 2023 21:24:44 UTC)
- git: 6d7d5b869a4f - stable/13 - routing: improve debugging. (Fri, 13 Jan 2023 21:24:45 UTC)
- git: f7db1d569890 - stable/13 - routing: fix debug headers added in 6fa8ed43ee0c. (Fri, 13 Jan 2023 21:24:46 UTC)
- git: e8508a64b7d2 - stable/13 - routing: actually sort nexthops in nhgs by their index (Fri, 13 Jan 2023 21:24:47 UTC)
- git: 884b1fa66bc1 - stable/13 - routing: simplify decompose_change_notification(). (Fri, 13 Jan 2023 21:24:48 UTC)
- git: 50998292d197 - stable/13 - routing: hide notify_add and notify_del behind ROUTE_MPATH (Fri, 13 Jan 2023 21:24:49 UTC)
- git: 1d5633bdb56f - stable/13 - routing: add debug printing helpers for rtentry and RTM* cmds. (Fri, 13 Jan 2023 21:24:50 UTC)
- git: c9b6853febc5 - stable/13 - routing: move route expiration time to its nexthop (Fri, 13 Jan 2023 21:24:52 UTC)
- git: 81a72d997e22 - stable/13 - tcp: virtualise net.inet.tcp.msl sysctl. (Fri, 13 Jan 2023 21:24:53 UTC)
- git: e6466ec48d29 - stable/13 - routing: remove info argument from add/change_route_nhop(). (Fri, 13 Jan 2023 21:24:54 UTC)
- git: 703fd5dcdf50 - stable/13 - routing: add nhop(9) kpi. (Fri, 13 Jan 2023 21:24:55 UTC)
- git: 6c01d35b9c40 - stable/13 - routing: convert remnants of DPRINTF to FIB_CTL_LOG(). (Fri, 13 Jan 2023 21:24:56 UTC)
- git: ba1ab2e5cf95 - stable/13 - routing: refactor private KPI * Make nhgrp_get_nhops() return const struct weightened_nhop to indicate that the list is immutable * Make nhgrp_get_group() return the actual group, instead of group+weight. (Fri, 13 Jan 2023 21:24:57 UTC)
- git: f6e13d099e09 - stable/13 - route: fix NOIP builds (Fri, 13 Jan 2023 21:24:58 UTC)
- git: 528ff45c5c6f - stable/13 - routing: remove duplicate error message after 5c23343b8c0c. (Fri, 13 Jan 2023 21:24:59 UTC)
- git: 8766004f0b7c - stable/13 - fib_algo: set vnet when destroying algo instance (Fri, 13 Jan 2023 21:25:01 UTC)
- git: 4275da9ee2d1 - stable/13 - routing: refactor control cmds #1 (Fri, 13 Jan 2023 21:25:02 UTC)
- git: 2b39f2d3da00 - stable/13 - routing: refactor #2 (Fri, 13 Jan 2023 21:25:03 UTC)
- git: 844e12bd8c6d - stable/13 - routing: split nexthop creation and rtentry creation. (Fri, 13 Jan 2023 21:25:04 UTC)
- git: e97e6026d7ed - stable/13 - routing: add rib_<add|del>_route_px() functions operating with nexthops. (Fri, 13 Jan 2023 21:25:05 UTC)
- git: a4cfcd6b5d82 - stable/13 - routing: move rtentry and subscription code out of route_ctl.c (Fri, 13 Jan 2023 21:25:06 UTC)
- git: a722ef2ac109 - stable/13 - routing: fix build without ROUTE_MPATH (Fri, 13 Jan 2023 21:25:07 UTC)
- git: 2c07a773415b - stable/13 - routing: fix build warning without ROUTE_MPATH (Fri, 13 Jan 2023 21:25:08 UTC)
- git: e0621d33ab3e - stable/13 - routing: fixup empty mask prefix handling after 2ce553854cbd. (Fri, 13 Jan 2023 21:25:09 UTC)
- git: c5497d9b7500 - stable/13 - routing: populate fibs with interface routes after growing net.fibs. (Fri, 13 Jan 2023 21:25:11 UTC)
- git: 55dedee5a237 - stable/13 - routing: fix non-debug build (Fri, 13 Jan 2023 21:25:12 UTC)
- git: ced68927c75c - stable/13 - routing: add rib_match_gw() helper (Fri, 13 Jan 2023 21:25:13 UTC)
- git: cc2643ea3cf0 - stable/13 - routing: fix panic for p2p interfaces after 800c68469ba6. (Fri, 13 Jan 2023 21:25:14 UTC)
- git: 21d23766841d - stable/13 - routing: install prefix and loopback routes using new nhop-based KPI. (Fri, 13 Jan 2023 21:25:15 UTC)
- git: e05afeef1681 - stable/13 - netinet6: fix SIOCSPFXFLUSH_IN6 by skipping manually-configured prefixes (Fri, 13 Jan 2023 21:25:16 UTC)
- git: fc850f4f7d44 - stable/13 - netinet6: perform out-of-bounds check for loX multicast statistics (Fri, 13 Jan 2023 21:25:18 UTC)
- git: 0a76e8d75bea - stable/13 - testing: Add basic atf support to pytest. (Fri, 13 Jan 2023 21:25:19 UTC)
- git: 1386e7f6ea56 - stable/13 - routing: add multipath pytest tests (Fri, 13 Jan 2023 21:25:20 UTC)
- git: 4ed0eef0db41 - stable/13 - routing: fix crash when RTM_CHANGE results in no-op for the multipath route. (Fri, 13 Jan 2023 21:25:21 UTC)
- git: 3aae74aae97d - stable/13 - routing: add tests/sys/net/routing to mtree (Fri, 13 Jan 2023 21:25:22 UTC)
- git: cc9c8731df0b - stable/13 - routing: fix syslog include for rtsock.c (Fri, 13 Jan 2023 21:25:23 UTC)
- git: aadce8769544 - stable/13 - routing: fix debug headers added in 6fa8ed43ee0c. (Fri, 13 Jan 2023 21:25:24 UTC)
- git: cd1618ad949a - stable/13 - routing: fix debug headers added in 6fa8ed43ee0c #2. (Fri, 13 Jan 2023 21:25:25 UTC)
- git: 8a923023113f - stable/13 - testing: move atf-pytest-wrapper to /usr/libexec (Fri, 13 Jan 2023 21:25:27 UTC)
- git: 1c97b8e2eb06 - stable/13 - testing: workaround pytest parser bug in pytest-atf-wrapper. (Fri, 13 Jan 2023 21:25:28 UTC)
- git: cdd12f62eb32 - stable/13 - testing: pass ATF vars to pytest via env instead of arguments. (Fri, 13 Jan 2023 21:25:29 UTC)
- git: 1c7843495664 - stable/13 - testing: provide meaningful error when pytest is not available (Fri, 13 Jan 2023 21:25:30 UTC)
- git: bfa3b9fee7db - stable/13 - testing: add ability to specify multi-vnet topologies in the pytest framework. (Fri, 13 Jan 2023 21:25:31 UTC)
- git: 29e3bc0f456a - stable/13 - netinet6: add ip6_output() tests. (Fri, 13 Jan 2023 21:25:32 UTC)
- git: 98886bf1e811 - stable/13 - netinet6: add ip6_output() scope tests (Fri, 13 Jan 2023 21:25:33 UTC)
- git: 6554c7743bb1 - stable/13 - netinet6: factor out cached route lookups from selectroute(). (Fri, 13 Jan 2023 21:25:34 UTC)
- git: 9ecae0139331 - stable/13 - netinet6: simplify selectroute() (Fri, 13 Jan 2023 21:25:36 UTC)
- git: 0cad70b251c9 - stable/13 - ndp(8): add structured output formatting via libxo (Fri, 13 Jan 2023 21:25:37 UTC)
- git: 23dcc3104b99 - stable/13 - net: constantify radix.c functions (Fri, 13 Jan 2023 21:25:38 UTC)
- git: 7d15b0f2e42e - stable/13 - tests: add routing tests for switching between same prefixes (Fri, 13 Jan 2023 21:25:39 UTC)
- git: 95b5ff22a93c - stable/13 - netinet6: allow ND entries creation for all directly-reachable destinations. (Fri, 13 Jan 2023 21:25:40 UTC)
- git: f5de03cb2c69 - stable/13 - rtsock: subscribe to ifnet eventhandlers instead of direct calls. (Fri, 13 Jan 2023 21:25:41 UTC)
- git: 4907fce612c0 - stable/13 - netinet6: simplify defrouter_select_fib() (Fri, 13 Jan 2023 21:25:42 UTC)
- git: 7ecc03c76fa6 - stable/13 - netlink: add AF_NETLINK / PF_NETLINK definitions (Fri, 13 Jan 2023 21:25:43 UTC)
- git: 0b381e393d40 - stable/13 - routing: add rib_add_default_route() wrapper (Fri, 13 Jan 2023 21:25:45 UTC)
- git: 1350c3f17100 - stable/13 - routing: make rib_add_redirect() use new nhop-based KPI (Fri, 13 Jan 2023 21:25:46 UTC)
- git: 0d1b8a865f9a - stable/13 - routing: add ability to store opaque indentifiers in nhops/nhgs (Fri, 13 Jan 2023 21:25:47 UTC)
- git: b9a4237c5fce - stable/13 - routing: fix rib_add_route_px() (Fri, 13 Jan 2023 21:25:48 UTC)
- git: 4776c3c310bc - stable/13 - routing: extend nhop(9) kpi (Fri, 13 Jan 2023 21:25:49 UTC)
- git: 65768d03cdf6 - stable/13 - routing: improve multiline debug (Fri, 13 Jan 2023 21:25:50 UTC)
- git: 6edb549922e8 - stable/13 - routing: constantify @rc in rib_decompose_notification(). (Fri, 13 Jan 2023 21:25:51 UTC)
- git: 6363fd571bd5 - stable/13 - routing: allow logging framework to be used outside of the subsystem (Fri, 13 Jan 2023 21:25:52 UTC)
- git: 47d08873b001 - stable/13 - netinet6: call lle_event eventhandler after updating state (Fri, 13 Jan 2023 21:25:54 UTC)
- git: 0bab3df58f66 - stable/13 - routing: add abitity to set the protocol that installed route/nexthop. (Fri, 13 Jan 2023 21:25:55 UTC)
- git: ad1954ec9405 - stable/13 - routing: constantify nh/nhg argument in <nhop|nhgrp>_get_origin(). (Fri, 13 Jan 2023 21:25:56 UTC)
- git: 77afa3132ee9 - stable/13 - netinet: pass cred instead of the curthread to ifaddr manipulation funcs. (Fri, 13 Jan 2023 21:25:57 UTC)
- git: cf75fac619e5 - stable/13 - routing: provide dedicated function for nhgrp creation and linking. (Fri, 13 Jan 2023 21:25:58 UTC)
- git: f4c42b183d54 - stable/13 - route: allow RTM_CHANGE notifications in rt_routemsg(). (Fri, 13 Jan 2023 21:25:59 UTC)
- git: 4757126074bb - stable/13 - routing: add missed RIB_WUNLOCK in the add_route_flags(). (Fri, 13 Jan 2023 21:26:00 UTC)
- git: ef4cbfa6ea15 - stable/13 - Update rtsock_l3 test after 2fe5a79425c79f7b828acd91da66d97230925fc8 (Fri, 13 Jan 2023 21:26:02 UTC)
- git: 16dd69d46577 - stable/13 - routing: unbreak the build of a bunch of kernels (Fri, 13 Jan 2023 23:00:48 UTC)
- git: 13a18f25560d - stable/13 - domains: allow pre-defined domains to be unloaded (Mon, 23 Jan 2023 11:36:45 UTC)
- git: ddd3818317b5 - stable/13 - Revert "tcp: virtualise net.inet.tcp.msl sysctl." (Mon, 23 Jan 2023 11:38:19 UTC)
- git: 6bbfbaa6ae46 - stable/13 - netlink: add netlink support (Mon, 23 Jan 2023 22:11:41 UTC)
- git: 655fe04370ad - stable/13 - netlink: make test-includes happy by hiding most of the header contents under _KERNEL. (Mon, 23 Jan 2023 22:11:42 UTC)
- git: 91d6657dbf9e - stable/13 - netlink: fix debugging on 32-bit platforms (Mon, 23 Jan 2023 22:11:43 UTC)
- git: 21f82ec32e11 - stable/13 - netlink: fix format strings on 32-bit platforms (Mon, 23 Jan 2023 22:11:44 UTC)
- git: 265a6220a3e3 - stable/13 - netlink: fix build without INVARIANTS (Mon, 23 Jan 2023 22:11:45 UTC)
- git: 81174329b65e - stable/13 - netlink: Fix build without VIMAGE (Mon, 23 Jan 2023 22:11:46 UTC)
- git: afbff46b9bc2 - stable/13 - netlink: fix non-default builds (no INET, INET6, ROUTE_MPATH). (Mon, 23 Jan 2023 22:11:47 UTC)
- git: fc65965e0184 - stable/13 - Fix kernel build after fcb3f813f379f544f9cd2a10d18045588da0e132 . (Mon, 23 Jan 2023 22:11:49 UTC)
- git: 77ba029133bd - stable/13 - netlink: make it working without INET6 (Mon, 23 Jan 2023 22:11:50 UTC)
- git: 6e5d41dc8f16 - stable/13 - netlink: use (void) for function definitions with no arguments (Mon, 23 Jan 2023 22:11:51 UTC)
- git: c18674d6313c - stable/13 - netlink: fix generic netlink privilege check. (Mon, 23 Jan 2023 22:11:52 UTC)
- git: 476f69f0e597 - stable/13 - netlink: fix NLMSG_SPACE() macro. (Mon, 23 Jan 2023 22:11:53 UTC)
- git: c33cc82152c5 - stable/13 - netlink: fix genetlink CTRL_ATTR_MCAST_GRP_MAX define. (Mon, 23 Jan 2023 22:11:54 UTC)
- git: d9211c8c7846 - stable/13 - netlink: fix CTRL_CMD_GETFAMILY lookup/dumps. (Mon, 23 Jan 2023 22:11:55 UTC)
- git: 7e49b54014b4 - stable/13 - netlink: remove private netlink_var.h header from the non-netlink core files. (Mon, 23 Jan 2023 22:11:56 UTC)
- git: 286b49d4ea3a - stable/13 - netlink: allow more than 64 groups per netlink socket. (Mon, 23 Jan 2023 22:11:58 UTC)
- git: da988f405229 - stable/13 - netlink: unregister groups along with family (Mon, 23 Jan 2023 22:11:59 UTC)
- git: 02b958b19535 - stable/13 - netlink: add netlink user documentation. (Mon, 23 Jan 2023 22:12:00 UTC)
- git: a6b537f6b945 - stable/13 - netlink: suppress sending NLMSG_ERROR if NLMSG_DONE is already sent (Mon, 23 Jan 2023 22:12:01 UTC)
- git: 5713f31ca0d9 - stable/13 - netlink: store user-provided rtm_protocol (Mon, 23 Jan 2023 22:12:02 UTC)
- git: a9ed45a93769 - stable/13 - netlink: fix non-multipath build (Mon, 23 Jan 2023 22:12:03 UTC)
- git: dfc6db8e18b6 - stable/13 - netlink: add interface notification on link status / flags change. (Mon, 23 Jan 2023 22:12:04 UTC)
- git: db476bbc226a - stable/13 - netlink: improve interface handling (Mon, 23 Jan 2023 22:12:06 UTC)
- git: e121eaf737dd - stable/13 - netlink: Use NET_EPOCH_[CALL|WAIT] macros (Mon, 23 Jan 2023 22:12:07 UTC)
- git: 65f065ec7131 - stable/13 - netlink: connect netlink tests to the build (Mon, 23 Jan 2023 22:12:08 UTC)
- git: b309249b7fd8 - stable/13 - netlink: add snl(3) - simple netlink library (Mon, 23 Jan 2023 22:12:09 UTC)
- git: e46b64f4ebd4 - stable/13 - netlink: fix netlink_snl_route.h header includes (Mon, 23 Jan 2023 22:12:10 UTC)
- git: 6e4e97103113 - stable/13 - netlink: make snl(3) headers self-contained. (Mon, 23 Jan 2023 22:12:11 UTC)
- git: f8175ea00f84 - stable/13 - netlink: fix test-includes broken by f2c8381fce9b (Mon, 23 Jan 2023 22:12:12 UTC)
- git: 2419f06beb88 - stable/13 - testing: improve python vnet wrapper. (Mon, 23 Jan 2023 22:12:13 UTC)
- git: 8db26a13caf4 - stable/13 - testing: allow custom test cleanup handlers in pytest (Mon, 23 Jan 2023 22:12:14 UTC)
- git: fcb063e2226e - stable/13 - testing: fix tests without cleanup in pytest. (Mon, 23 Jan 2023 22:12:15 UTC)
- git: 176e0427b208 - stable/13 - testing: add python test examples (Mon, 23 Jan 2023 22:12:16 UTC)
- git: 17e6123e6c93 - stable/13 - netlink: fix ifaddr reporting. (Mon, 23 Jan 2023 22:12:18 UTC)
- git: 74115922268c - stable/13 - netlink: improve RTM_GETADDR handling. (Mon, 23 Jan 2023 22:12:19 UTC)
- git: 982fe5803470 - stable/13 - testing: fix skipping netlink tests if netlink module is not loaded. (Mon, 23 Jan 2023 22:12:20 UTC)
- git: a16f805f820e - stable/13 - man: add Netlink reference to socket(2) (Mon, 23 Jan 2023 22:12:21 UTC)
- git: 1ce626b94897 - stable/13 - netlink: fix typo in netlink(4) (Mon, 23 Jan 2023 22:12:22 UTC)
- git: 92d8e0f13657 - stable/13 - netlink: fix compatibility with older netlink applications. (Mon, 23 Jan 2023 22:12:23 UTC)
- git: eb310021a4f6 - stable/13 - netlink: add snl(3) manpage to the build (Mon, 23 Jan 2023 22:12:24 UTC)
- git: b2e826efd6c4 - stable/13 - netlink: fix OOB write when creating attribute bitmask. (Mon, 23 Jan 2023 22:12:25 UTC)
- git: edf966085e44 - stable/13 - netlink: allow creating sockets with SOCK_DGRAM. (Mon, 23 Jan 2023 22:12:26 UTC)
- git: a9dcee4334b2 - stable/13 - ifp: add if_setdescr() / if_freedesrt() methods (Mon, 23 Jan 2023 22:12:28 UTC)
- git: 40c711523e3a - stable/13 - net: add if_allocdescr() to permit updating iface description from the kernel (Mon, 23 Jan 2023 22:12:29 UTC)
- git: 0edb2cd13d89 - stable/13 - if_clone: rework cloning KPI (Mon, 23 Jan 2023 22:12:30 UTC)
- git: 16ae7b665c7e - stable/13 - nhop: hash ifnet pointer instead of if_index (Mon, 23 Jan 2023 22:12:31 UTC)
- git: 99e4ea083c57 - stable/13 - netlink: connect netlink(4), rtnetlink(4), genetlinl(4) to build (Tue, 24 Jan 2023 21:46:45 UTC)
- git: 9fcc6175008c - stable/13 - man: fix socket.2 merge from a16f805f820e (Tue, 24 Jan 2023 21:46:46 UTC)
- git: c1c40c8627a0 - stable/13 - linuxolator: add netlink support (Thu, 26 Jan 2023 15:42:33 UTC)
- git: cbd59dcec727 - stable/13 - netlink: fix standalone module build (Thu, 26 Jan 2023 15:42:34 UTC)
- git: efbf827ae461 - stable/13 - netlink: allow netlink to be build in the kernel (Thu, 26 Jan 2023 16:14:49 UTC)
- git: 84c7aaf0de12 - stable/13 - netlink: add netlink to GENERIC@amd64 (Fri, 27 Jan 2023 09:09:37 UTC)
- git: 6f996120e374 - stable/13 - ipfw: Add missing 'va' code point name (Fri, 27 Jan 2023 09:41:53 UTC)
- Andrew Turner
- git: ef2dd0213cb7 - stable/13 - Add bus_get_resource_list functions to the GICv3 driver (Mon, 23 Jan 2023 12:37:23 UTC)
- git: e5e323b58796 - stable/13 - Move the GICv3 bus_print_child function to the parent (Mon, 23 Jan 2023 12:37:25 UTC)
- git: b3a94d46752d - stable/13 - Reduce the arm64 ID registers we print (Mon, 23 Jan 2023 12:37:26 UTC)
- git: 39c064581757 - stable/13 - Clear the indirect flag in the GICv3 ITS driver (Mon, 23 Jan 2023 12:37:27 UTC)
- git: 8cefcdd4567e - stable/13 - Use SYSCTL_FOREACH in drm2 (Mon, 23 Jan 2023 12:37:28 UTC)
- git: 1d54105b977f - stable/13 - Stop relying on header pollution in sdhci_xenon.c (Mon, 23 Jan 2023 12:37:29 UTC)
- git: f2e0183cf63c - stable/13 - Mark 64-bit arm64 hypervisor registers with UL (Mon, 23 Jan 2023 12:37:30 UTC)
- git: 6934327bb782 - stable/13 - Add more Arm CPUs to the arm64 cpu ident (Mon, 23 Jan 2023 12:37:31 UTC)
- git: 5e54d4b719a5 - stable/13 - Remove unneeded headers from clk_link.c (Mon, 23 Jan 2023 12:37:32 UTC)
- git: cd5c0287485c - stable/13 - Include sys/systm.h in phy_usb.c for KASSERT (Mon, 23 Jan 2023 12:37:34 UTC)
- git: 1289b327b607 - stable/13 - Sort the SOC options in the arm64 NOTES config (Mon, 23 Jan 2023 12:37:35 UTC)
- git: 15d184c74f8f - stable/13 - Make all options lower case in files.arm64 (Mon, 23 Jan 2023 12:37:36 UTC)
- git: 9d37de148e56 - stable/13 - Include sys/malloc.h directly in the qoriq clock (Mon, 23 Jan 2023 12:37:37 UTC)
- git: 339990879cf4 - stable/13 - Disable superpage use for stage 2 arm64 mappings (Mon, 23 Jan 2023 12:37:38 UTC)
- git: 196f6aaa29d7 - stable/13 - Add the arch field to the arm64 MIDR macros (Mon, 23 Jan 2023 12:37:39 UTC)
- git: 4dd63b65cb76 - stable/13 - Put the arm64 vttbr_el2 register into a state (Mon, 23 Jan 2023 12:37:40 UTC)
- git: 7fcb2a0b7932 - stable/13 - Add more arm64 hypervisor registers (Mon, 23 Jan 2023 12:37:41 UTC)
- git: 359cfad59e01 - stable/13 - Split out the arm64 EL2 exception vectors (Mon, 23 Jan 2023 12:37:43 UTC)
- git: 5930ae92913b - stable/13 - Add support for an array of hwresets (Mon, 23 Jan 2023 12:37:44 UTC)
- git: db310bb70725 - stable/13 - Use hwreset_array in the Rockchip tsadc driver (Mon, 23 Jan 2023 12:37:45 UTC)
- git: 7217ec3ed290 - stable/13 - Add support for the new Arm Generic UART _HID (Mon, 23 Jan 2023 12:37:46 UTC)
- git: 52583b734d7f - stable/13 - Check for more XHCI ACPI IDs (Mon, 23 Jan 2023 12:37:47 UTC)
- git: d6a01b37b7ee - stable/13 - Add Windows Dev Kit 2023 support to if_ure (Mon, 23 Jan 2023 12:37:48 UTC)
- git: 9b0b515befac - stable/13 - loader.efi: make sure kernel image is executable (Mon, 23 Jan 2023 12:37:49 UTC)
- Baptiste Daroussin
- Bjoern A. Zeeb
- git: b3e602d9ac5e - stable/13 - device_get_property: add a HANDLE case (Wed, 18 Jan 2023 16:24:35 UTC)
- git: 6ce9424029aa - stable/13 - rtw89: import Realtek's rtw89 driver (Wed, 18 Jan 2023 16:24:37 UTC)
- git: b8262cc1340e - stable/13 - rtw89: import firmware for Realtek's rtw89 supported chipsets. (Wed, 18 Jan 2023 16:24:39 UTC)
- git: 2cf1918dfce3 - stable/13 - lindebugfs,rtw88,rtw89: correct module dependencies (Wed, 18 Jan 2023 16:24:40 UTC)
- git: 07adc4446abc - stable/13 - LinuxKPI: SKB update (Wed, 18 Jan 2023 16:24:41 UTC)
- git: 95df5d822353 - stable/13 - LinuxKPI: iwlwifi: rtw88: rtw89: remove budget argument from netif_napi_add() (Wed, 18 Jan 2023 16:24:42 UTC)
- git: a6a22afc62de - stable/13 - LinuxKPI: add a no-op generic_file_llseek() (Wed, 18 Jan 2023 16:24:43 UTC)
- git: 2078d0ea1e9f - stable/13 - LinuxKPI: ethtool.h add more definitions (Wed, 18 Jan 2023 16:24:45 UTC)
- git: 4a9e77caec57 - stable/13 - LinuxKPI: 802.11: minor header updates (Wed, 18 Jan 2023 16:24:46 UTC)
- git: c1e13c43f7a6 - stable/13 - rtw88: correct SRCS+= in Makefile (Wed, 18 Jan 2023 16:24:47 UTC)
- git: e75ba4c620ff - stable/13 - LinuxKPI: SKB: implement skb_peek() (Wed, 18 Jan 2023 16:24:48 UTC)
- git: aa0370996eca - stable/13 - LinuxKPI,lindebugfs: add u8 base type and blob support (Wed, 18 Jan 2023 16:24:49 UTC)
- git: 4073b7ddf14a - stable/13 - LinuxKPI: pci.h add more MSI related constanst and pci_is_enabled() (Wed, 18 Jan 2023 16:24:50 UTC)
- git: aca218556485 - stable/13 - LinuxKPI: pm.h add pm_sleep_ptr and DEFINE_SIMPLE_DEV_PM_OPS (Wed, 18 Jan 2023 16:24:51 UTC)
- git: 9bf3a5616c51 - stable/13 - LinuxKPI: add simplified version of page_frag_cache (Wed, 18 Jan 2023 16:24:52 UTC)
- git: 44b254d9d329 - stable/13 - LinuxKPI: 802.11: implement cfg80211_get_ies_channel_number() (Wed, 18 Jan 2023 16:24:54 UTC)
- git: ca6485cbf420 - stable/13 - LinuxKPI: 802.11: implement cfg80211_{get,put}_bss (Wed, 18 Jan 2023 16:24:55 UTC)
- git: d42205c0ba27 - stable/13 - LinuxKPI: 802.11: set sta supported legacy rates (Wed, 18 Jan 2023 16:24:56 UTC)
- git: 931d322d4082 - stable/13 - LinuxKPI: 802.11: implement ieee80211_get_hdrlen_from_skb() (Wed, 18 Jan 2023 16:24:57 UTC)
- git: 5ba6ef0ac529 - stable/13 - LinuxKPI; 802.11: update mac80211.h structures and fields (Wed, 18 Jan 2023 16:24:58 UTC)
- git: 43f7ed9d85ac - stable/13 - LinuxKPI: 802.11: move ieee80211_{unregister,restart}_hw out of header (Wed, 18 Jan 2023 16:24:59 UTC)
- git: ba26206ad9e3 - stable/13 - LinuxKPI: 802.11: implement some *eleme/ie* lookup functions (Wed, 18 Jan 2023 16:25:00 UTC)
- git: a96d4c86f1d4 - stable/13 - iwlwifi: mark a declaration for a non-existent function (Wed, 18 Jan 2023 16:25:01 UTC)
- git: 4c7aee8a7009 - stable/13 - rtw88: use #define for NL80211_BAND_2GHZ instead of hardcoded number (Wed, 18 Jan 2023 16:25:03 UTC)
- git: b1479a5409cf - stable/13 - LinuxKPI: add kstrtou32_from_user() and mac_pton() (Wed, 18 Jan 2023 16:25:04 UTC)
- git: 3292a54f1ba9 - stable/13 - LinuxKPI: fix pci_alloc_irq_vectors() for MSI (Wed, 18 Jan 2023 16:25:05 UTC)
- git: 0b0eb6b1e6a3 - stable/13 - LinuxKPI: pci: add [linuxkpi_]pci_get_device() (Wed, 18 Jan 2023 16:25:06 UTC)
- git: 649f21d4d7a8 - stable/13 - LinuxKPI: add (skeleton) functions to make drivers compile (Wed, 18 Jan 2023 16:25:07 UTC)
- Brooks Davis
- Colin Percival
- Corvin Köhne
- Cy Schubert
- Dag-Erling Smørgrav
- Danilo G. Baio
- deleted
- Dmitry Chagin
- Dmitry Salychev
- Doug Rabson
- Ed Maste
- git: f61fca7409f6 - stable/13 - readelf: match GNU readelf formatting (Mon, 09 Jan 2023 02:31:26 UTC)
- git: 04f8674aa748 - stable/13 - unionfs: implement VOP_SET_TEXT/VOP_UNSET_TEXT (Mon, 09 Jan 2023 15:01:44 UTC)
- git: 33724b67e61b - stable/12 - readelf: match GNU readelf formatting (Mon, 09 Jan 2023 17:25:14 UTC)
- git: e25d02e0ccc7 - stable/13 - Cirrus-CI: add `gpart show` to setup script (Mon, 09 Jan 2023 17:36:25 UTC)
- git: b1aafaaad5f1 - stable/13 - ssh: remove note about local change to [Use]PrivilegeSeparation (Tue, 10 Jan 2023 03:54:37 UTC)
- git: de1ce17d2305 - stable/13 - dma: dma.conf.5 as MLINK to dma.8 (Tue, 17 Jan 2023 00:33:28 UTC)
- git: b338bdf7fb0d - stable/13 - openssh: remove mention of now-unused svn:keywords (Fri, 20 Jan 2023 21:08:02 UTC)
- git: c84ec3076e7d - stable/13 - bhyve nvme: Fix uninitialized pointer (Fri, 20 Jan 2023 21:08:03 UTC)
- git: d4e643f6a51d - stable/12 - bhyve nvme: Fix uninitialized pointer (Fri, 20 Jan 2023 21:08:58 UTC)
- git: 080dbf428796 - stable/13 - ng_bt: Remove an unused variable. (Sat, 21 Jan 2023 21:33:26 UTC)
- git: 65be931e99d4 - stable/13 - ng_hci: handle NG_HCI_M_PULLUP failure in le_advertizing_report (Sat, 21 Jan 2023 21:33:27 UTC)
- git: e59d10aff6ed - stable/11 - zlib: Fix a bug when getting a gzip header extra field with inflate(). (Tue, 24 Jan 2023 22:29:14 UTC)
- Emmanuel Vadot
- git: 252dea8f39de - stable/13 - linuxkpi: Add `__GFP_NOMEMALLOC` kmalloc flag (Tue, 24 Jan 2023 08:53:52 UTC)
- git: 1a78ed73c1c0 - stable/13 - linuxkpi: Include <linux/shinker.h> in <linux/mm.h> (Tue, 24 Jan 2023 08:53:54 UTC)
- git: 6024bee614f2 - stable/13 - linuxkpi: Introduce `vma_set_file()` (Tue, 24 Jan 2023 08:53:55 UTC)
- git: 5001242e807f - stable/13 - linuxkpi: Introduce module_param() of type `hexint` (Tue, 24 Jan 2023 08:53:56 UTC)
- git: e1534bafdab9 - stable/13 - linuxkpi: Add `krealloc_array()` (Tue, 24 Jan 2023 08:53:57 UTC)
- git: ff18d610f3ec - stable/13 - linuxkpi: Add <acpi/actbl.h> (Tue, 24 Jan 2023 08:53:58 UTC)
- git: 16ccda32623a - stable/13 - linuxkpi: Add <linux/mmzone.h> (Tue, 24 Jan 2023 08:53:59 UTC)
- git: 67f40afb696e - stable/13 - linuxkpi: Add <linux/dma-buf-map.h> (Tue, 24 Jan 2023 08:54:00 UTC)
- git: 680731566e68 - stable/13 - linuxkpi: Define `typeof_member()` in <linux/kernel.h> (Tue, 24 Jan 2023 08:54:01 UTC)
- git: d0e22c1cf1d7 - stable/13 - linuxkpi: Add `list_for_each_entry_from_rcu()` in <linux/rculist.h> (Tue, 24 Jan 2023 08:54:03 UTC)
- git: c4b72d285c7a - stable/13 - linuxkpi: Add `dev_warn_once()` in <linux/device.h> (Tue, 24 Jan 2023 08:54:04 UTC)
- git: cec94450c299 - stable/13 - linuxkpi: Add <linux/page-flags.h> (Tue, 24 Jan 2023 08:54:05 UTC)
- git: 313977cc0c04 - stable/13 - linuxkpi: Add <linux/mman.h> which includes <linux/smp.h> (Tue, 24 Jan 2023 08:54:06 UTC)
- git: 98a8abd1118c - stable/13 - linuxkpi: Include <linux/list.h> and <linux/kernel.h> from <linux/mutex.h> (Tue, 24 Jan 2023 08:54:07 UTC)
- git: 577e5458c520 - stable/13 - linuxkpi: Define `pci_reset_function()` in <linux/pci.h> (Tue, 24 Jan 2023 08:54:08 UTC)
- git: 0ce099e9e391 - stable/13 - linuxkpi: Define `ZERO_OR_NULL_PTR()` in <linux/slab.h> (Tue, 24 Jan 2023 08:54:09 UTC)
- git: e279c1fcfafb - stable/13 - linuxkpi: Add `cmpxchg64()` in <asm/atomic.h> (Tue, 24 Jan 2023 08:54:10 UTC)
- git: fe5b301ed2e8 - stable/13 - linuxkpi: Add `PCIE_SPEED_{32,64}_0GT` PCI-E bus speed constants (Tue, 24 Jan 2023 08:54:12 UTC)
- git: a1a8fe776916 - stable/13 - linuxkpi: Introduce module_param() of type `bint` (Tue, 24 Jan 2023 08:54:13 UTC)
- git: 1e7e886bab96 - stable/13 - linuxkpi: Include `errno.h` from `acpi/video.h` (Tue, 24 Jan 2023 08:54:14 UTC)
- git: 281150a7c0bd - stable/13 - linuxkpi: Define `lockdep_assert_none_held_once()` (Tue, 24 Jan 2023 08:54:15 UTC)
- git: a509f71358b7 - stable/13 - linuxkpi: Define `boot_cpu_data.x86_max_cores` (Tue, 24 Jan 2023 08:54:16 UTC)
- git: 04c127d58d05 - stable/13 - linuxkpi: Update `struct irq_work` (Tue, 24 Jan 2023 08:54:17 UTC)
- git: 86957b873f99 - stable/13 - loader: md: Use default func for fmtdev and parsedev (Fri, 27 Jan 2023 18:07:27 UTC)
- Eugene Grosbein
- Gleb Popov
- Gleb Smirnoff
- Gordon Bergling
- git: a698a8fe4516 - stable/13 - libiscsiutil: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:27:38 UTC)
- git: 00ec4861aeb2 - stable/13 - mvs(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:27:39 UTC)
- git: 5aa2b3324cc4 - stable/13 - cxgbe(4): Fix a few common typos in source code comments (Sat, 14 Jan 2023 09:27:40 UTC)
- git: eac50851724c - stable/13 - ahci(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:27:41 UTC)
- git: e63ded38ebb8 - stable/13 - tcp_hpts: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:27:42 UTC)
- git: 10fdb0052022 - stable/13 - i386: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:30:43 UTC)
- git: 8d0974178103 - stable/13 - ice: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:30:44 UTC)
- git: 7484e79e36e9 - stable/13 - vr(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:30:45 UTC)
- git: 8f69663b1858 - stable/13 - libthr(3): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:30:46 UTC)
- git: 0426d1a49dc1 - stable/13 - tty(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:30:47 UTC)
- git: 9b640361359f - stable/13 - isci(4): Fix common typos in source code comments (Sat, 14 Jan 2023 09:30:48 UTC)
- git: 6836a2a5d805 - stable/13 - tcp_rack(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:30:50 UTC)
- git: 5c7e6e56d9cb - stable/13 - mrsas(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:30:51 UTC)
- git: d7a8aaea36f5 - stable/12 - mrsas(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:15 UTC)
- git: bae50087283c - stable/12 - isci(4): Fix common typos in source code comments (Sat, 14 Jan 2023 09:36:16 UTC)
- git: 2e060234b8e4 - stable/12 - tty(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:17 UTC)
- git: 32fdfa7fd834 - stable/12 - libthr(3): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:18 UTC)
- git: 729a000162f8 - stable/12 - vr(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:19 UTC)
- git: fb5eeed105e9 - stable/12 - ice: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:20 UTC)
- git: 582ee5dc754d - stable/12 - i386: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:21 UTC)
- git: d7c0432456e1 - stable/12 - tcp_hpts: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:22 UTC)
- git: b058f18eccdd - stable/12 - ahci(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:24 UTC)
- git: cdae020d11ce - stable/12 - cxgbe(4): Fix a few common typos in source code comments (Sat, 14 Jan 2023 09:36:25 UTC)
- git: 4b2bf618bbf6 - stable/12 - mvs(4): Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:26 UTC)
- git: 3958005e5a7d - stable/12 - libiscsiutil: Fix a typo in a source code comment (Sat, 14 Jan 2023 09:36:27 UTC)
- git: 592bb24c17b7 - stable/13 - iwmbtfw(8): Fix a typo in a kernel message (Mon, 16 Jan 2023 06:27:30 UTC)
- git: 1a27768e01ec - stable/12 - iwmbtfw(8): Fix a typo in a kernel message (Mon, 16 Jan 2023 06:28:11 UTC)
- git: a9837d9a542f - stable/13 - ip_gre: Fix a common typo in source code comments (Sun, 22 Jan 2023 09:08:23 UTC)
- git: 99944a1b823b - stable/13 - extra_tcp_stacks: Fix a common typo in source code comments (Sun, 22 Jan 2023 09:08:38 UTC)
- git: 507851359abf - stable/13 - nfs: Fix a common typo in source code comments (Sun, 22 Jan 2023 09:08:54 UTC)
- git: afd305ea66f9 - stable/13 - bsnmpget.1: Fix a typo in the man page (Sun, 22 Jan 2023 09:09:17 UTC)
- git: 7fa574106572 - stable/13 - amd64: Fix a common typo in source code comments (Sun, 22 Jan 2023 09:09:34 UTC)
- git: bae0ebd08fda - stable/13 - mountd(8): Fix a typo in a source code comment (Sun, 22 Jan 2023 09:09:52 UTC)
- git: 977add957e56 - stable/12 - ip_gre: Fix a common typo in source code comments (Sun, 22 Jan 2023 09:11:26 UTC)
- git: 8989ea93ffa2 - stable/12 - nfs: Fix a common typo in source code comments (Sun, 22 Jan 2023 09:11:27 UTC)
- git: 6b88ab194e3b - stable/12 - bsnmpget.1: Fix a typo in the man page (Sun, 22 Jan 2023 09:11:28 UTC)
- git: bcb9c005b775 - stable/12 - mountd(8): Fix a typo in a source code comment (Sun, 22 Jan 2023 09:11:29 UTC)
- git: 81d8988a75a1 - stable/13 - cxgbetool(8): Fix common typos in sysctl descriptions (Tue, 24 Jan 2023 08:03:51 UTC)
- git: ed89b5fe0bec - stable/13 - rc.initdiskless: Fix a typo in a comment (Tue, 24 Jan 2023 08:03:52 UTC)
- git: 2a811ae423ad - stable/12 - rc.initdiskless: Fix a typo in a comment (Tue, 24 Jan 2023 08:04:21 UTC)
- git: 71315f155675 - stable/12 - cxgbetool(8): Fix common typos in sysctl descriptions (Tue, 24 Jan 2023 08:04:22 UTC)
- git: 664ccd7e3335 - stable/13 - ath(4): Fix a sysctl description and a typo in a comment (Thu, 26 Jan 2023 10:49:19 UTC)
- git: c82fcdc3b49b - stable/12 - ath(4): Fix a sysctl description and a typo in a comment (Thu, 26 Jan 2023 10:49:46 UTC)
- Graham Perrin
- Jessica Clarke
- John Baldwin
- git: b9cab0f39cc8 - stable/13 - iwlwifi: Disable -Wformat when building with GCC. (Tue, 24 Jan 2023 04:46:34 UTC)
- git: ac44dcce625e - stable/13 - smc: Rename constants for control register from CTR* to CTRL*. (Tue, 24 Jan 2023 04:46:35 UTC)
- git: cc50ec0289bc - stable/13 - Add device and ifnet logging methods, similar to device_printf / if_printf (Tue, 24 Jan 2023 04:46:36 UTC)
- git: db3f075d8761 - stable/13 - psm: Swap the unit member in the softc for a device_t. (Tue, 24 Jan 2023 04:46:37 UTC)
- git: c512afff40c6 - stable/13 - wg.4: Update first appeared release to 13.2. (Tue, 24 Jan 2023 05:43:10 UTC)
- git: 39455b3d3771 - stable/13 - wg: Drop the compat shim for sbcreatecontrol(). (Tue, 24 Jan 2023 05:43:11 UTC)
- git: 4f1a2168f685 - stable/13 - ktls: Don't leak ktls session objects for certain errors. (Tue, 24 Jan 2023 05:43:12 UTC)
- git: 107daeb474b2 - stable/13 - ktls_ocf: Reject encrypted TLS records using AEAD that are too small. (Tue, 24 Jan 2023 05:43:13 UTC)
- git: b0cb849d7f62 - stable/13 - cxgbe: Various whitespace fixes. (Tue, 24 Jan 2023 05:43:14 UTC)
- git: 95a52eb29ca9 - stable/13 - diff: Don't treat null characters like carriage returns in readhash(). (Tue, 24 Jan 2023 05:43:15 UTC)
- git: a8b6a13b0aa3 - stable/13 - diff: Don't (ab)use sprintf() as a kind of strcat(). (Tue, 24 Jan 2023 05:43:17 UTC)
- git: 13961b5a48d1 - stable/13 - libfetch: Pass a zeroed digest to DigestCalcResponse. (Tue, 24 Jan 2023 05:43:18 UTC)
- git: 1154290b4646 - stable/13 - bhyve: Use XHCI_PORTREG_PTR in one place that open-coded it. (Tue, 24 Jan 2023 05:43:19 UTC)
- git: 8975a501bb23 - stable/13 - src.opts.mk: Disable all of LLVM if C++ support is disabled. (Tue, 24 Jan 2023 05:43:20 UTC)
- git: c45a44b20ae0 - stable/13 - wg: Re-add basic if_wg(4) tests. (Tue, 24 Jan 2023 05:43:21 UTC)
- git: cc17f41e0792 - stable/13 - ktls: Close a race with setting so_error when dropping a connection. (Tue, 24 Jan 2023 05:43:22 UTC)
- git: 28327968c2cb - stable/13 - ktls: Post receive errors on partially closed sockets. (Tue, 24 Jan 2023 05:43:23 UTC)
- git: 0e622d39414a - stable/13 - bhyve/vioapic: remove an extra pin masked check (Thu, 26 Jan 2023 18:35:27 UTC)
- git: 98796fffb6cd - stable/13 - bhyve/ioapic: only account for asserted line in level mode (Thu, 26 Jan 2023 18:35:28 UTC)
- git: 38433b790de0 - stable/13 - bhyve/ioapic: improve the tracking of IRR bit (Thu, 26 Jan 2023 18:35:29 UTC)
- git: 4fc5b31e2f31 - stable/13 - libvmm: clean up vmmapi.h (Thu, 26 Jan 2023 18:54:15 UTC)
- git: 89c376406b5b - stable/13 - bhyve/snapshot: drop mkdir when creating the unix domain socket (Thu, 26 Jan 2023 18:54:16 UTC)
- git: adad7dde3200 - stable/13 - bhyve/snapshot: rename checkpoint_opcodes to be more generic (Thu, 26 Jan 2023 18:54:17 UTC)
- git: 2ba5f9560750 - stable/13 - bhyvectl: reduce code duplication (Thu, 26 Jan 2023 18:54:18 UTC)
- git: bcf297e86e16 - stable/13 - bhyve/snapshot: rename and bump size of MAX_SNAPSHOT_VMNAME (Thu, 26 Jan 2023 18:54:19 UTC)
- git: e96f9fa135a2 - stable/13 - bhyve/snapshot: use SOCK_DGRAM instead of SOCK_STREAM (Thu, 26 Jan 2023 18:54:20 UTC)
- git: 3c17cf307b01 - stable/13 - bhyve/snapshot: provide a way to send other messages/data to bhyve (Thu, 26 Jan 2023 18:54:22 UTC)
- git: 89698430bf83 - stable/13 - bhyve/snapshot: split up mutex/cond initialization from socket creation (Thu, 26 Jan 2023 18:54:23 UTC)
- git: 1b85302234dd - stable/13 - bhyve/snapshot: fix pthread_create() error check (Thu, 26 Jan 2023 18:54:24 UTC)
- git: bc740a76c3eb - stable/13 - bhyve/snapshot: switch to nvlist for snapshot requests (Thu, 26 Jan 2023 18:54:25 UTC)
- git: 395c0adb2ab5 - stable/13 - bhyve/snapshot: use a string for cmd element in the nvlist (Thu, 26 Jan 2023 18:54:26 UTC)
- git: a71480028333 - stable/13 - bhyvectl: drop vm_get_name() (Thu, 26 Jan 2023 18:54:27 UTC)
- git: 51b1d348203d - stable/13 - libvmm: constify vm_get_name() (Thu, 26 Jan 2023 18:54:28 UTC)
- git: 4b905478ffe4 - stable/13 - bhyve/snapshot: limit snapshot filename to NAME_MAX (Thu, 26 Jan 2023 18:54:29 UTC)
- git: 20c0629a3b1b - stable/13 - bhyve: sweep MAX_VMNAME (Thu, 26 Jan 2023 18:54:30 UTC)
- git: 0c10a2255084 - stable/13 - bhyve: use linker set for ipc commands (Thu, 26 Jan 2023 18:54:32 UTC)
- git: 10e30f7d8fcb - stable/13 - bhyve/snapshot: ..back to SOCK_STREAM (Thu, 26 Jan 2023 18:54:33 UTC)
- git: fc3a180c1723 - stable/13 - bhyve: Fix build when BHYVE_SNAPSHOT is set (Thu, 26 Jan 2023 18:54:34 UTC)
- git: 7e8e5b8b80ae - stable/13 - bhyve: enhance debug info for memory range clash (Thu, 26 Jan 2023 19:25:42 UTC)
- git: aa5f7a915250 - stable/13 - bhyve: change a default address from ANY to localhost (Thu, 26 Jan 2023 19:25:43 UTC)
- git: a1ef42f1cffd - stable/13 - bhyve: Fix pci device node key in bhyve_config.5 (Thu, 26 Jan 2023 19:25:45 UTC)
- git: a6346d2f3e0d - stable/13 - bhyve.8: Fix markup of the -G flag (Thu, 26 Jan 2023 19:25:46 UTC)
- git: 1cc76bb620af - stable/13 - bhyve: clean up trailing whitespaces (Thu, 26 Jan 2023 19:25:47 UTC)
- git: 3737a0cdcb42 - stable/13 - bhyve: Fix getaddrinfo() error handling (Thu, 26 Jan 2023 19:25:48 UTC)
- git: 62bed9d49e41 - stable/13 - bhyve: plug memory leak in topology_parse() (Thu, 26 Jan 2023 19:25:49 UTC)
- git: b0e536909807 - stable/13 - bhyve: missing mutex initializations (Thu, 26 Jan 2023 19:25:50 UTC)
- git: f2bd360bf5f3 - stable/13 - man pages: Fix typo (Thu, 26 Jan 2023 19:25:51 UTC)
- git: 5fdcc90fb0ff - stable/13 - bhyve: Fix virtio-console legacy configuration parsing (Thu, 26 Jan 2023 19:25:52 UTC)
- git: 2d0d8aa835d5 - stable/13 - vmm: fix "set but not used" warnings (Thu, 26 Jan 2023 19:28:34 UTC)
- git: 861c6ae8f009 - stable/13 - vmm: fix "set but not used" warnings (Thu, 26 Jan 2023 19:28:36 UTC)
- git: 3a180da6891c - stable/13 - vmm: fix "set but not used" warnings (Thu, 26 Jan 2023 19:28:37 UTC)
- git: 0bf049af5a8b - stable/13 - vmm: Re-quiet set but unused warnings. (Thu, 26 Jan 2023 19:28:38 UTC)
- git: c7ff222d2060 - stable/13 - vmm amdvi: Move ctrl under #ifdef AMDVI_DEBUG_CMD. (Thu, 26 Jan 2023 19:28:39 UTC)
- git: d1d97a28e47e - stable/13 - Fix a typo in previous commit. (Thu, 26 Jan 2023 19:28:40 UTC)
- git: 8fff0abd4746 - stable/13 - vmm: fix set but not used warning (Thu, 26 Jan 2023 19:28:41 UTC)
- git: 27007f7863f1 - stable/13 - vmm: fix set but not used warnings (Thu, 26 Jan 2023 19:28:42 UTC)
- git: 350f14da553a - stable/13 - vmm: fix set but not used warnings (Thu, 26 Jan 2023 19:28:43 UTC)
- git: 75f1351ac56f - stable/13 - vmm: fix set but not used warning (Thu, 26 Jan 2023 19:28:45 UTC)
- git: 3e0fa81b39a6 - stable/13 - vmm: fix set but not used warning (Thu, 26 Jan 2023 19:28:46 UTC)
- git: 25ff80a4bccf - stable/13 - vmm: fix set but not used warning (Thu, 26 Jan 2023 19:28:47 UTC)
- git: 18003eb854e8 - stable/13 - vmm_instruction_emul.c: fix bhyve build (Thu, 26 Jan 2023 19:28:48 UTC)
- git: 0e81a14657d0 - stable/13 - bhyve: Report an error for invalid UUIDs. (Thu, 26 Jan 2023 19:47:37 UTC)
- git: 2c86bac0a8e0 - stable/13 - bhyve: Enable suspend/resume support for virtio-blk. (Thu, 26 Jan 2023 19:47:38 UTC)
- git: b22b31b380e8 - stable/13 - bhyve: Snapshot impovements for 'blockif' backend (Thu, 26 Jan 2023 19:47:39 UTC)
- git: fca65e1baa1d - stable/13 - libvmmapi: Add vm_close() (Thu, 26 Jan 2023 19:47:40 UTC)
- git: be9a57eda106 - stable/13 - vmm: Fix snapshots for AMD CPUs (Thu, 26 Jan 2023 19:47:41 UTC)
- git: 6c708e91f447 - stable/13 - bhyve nvme: Fix Controller init error cases (Thu, 26 Jan 2023 19:47:43 UTC)
- git: 542eea73db5d - stable/13 - bhyve: Address some warnings in bhyverun.c (Thu, 26 Jan 2023 19:47:44 UTC)
- git: a9cbcdd96f4b - stable/13 - bhyve: Use designated initializers for virtio_consts tables (Thu, 26 Jan 2023 19:47:45 UTC)
- git: e696777efa60 - stable/13 - bhyve: Annotate unused function parameters (Thu, 26 Jan 2023 19:47:46 UTC)
- git: 1934d1a738d1 - stable/13 - bhyve: Make hda_ops function tables const (Thu, 26 Jan 2023 19:47:47 UTC)
- git: fa466e70b325 - stable/13 - bhyve: Address some warnings in bhyverun.c (Thu, 26 Jan 2023 19:47:48 UTC)
- git: ed9798bff00b - stable/13 - bhyve: Avoid arithmetic on void pointers (Thu, 26 Jan 2023 19:47:49 UTC)
- git: 986e3ea0abb6 - stable/13 - bhyve: Use the proper type for string literals (Thu, 26 Jan 2023 19:47:50 UTC)
- git: ba7eee41ff10 - stable/13 - bhyve: Put the prototype for vga_render() in a header (Thu, 26 Jan 2023 19:47:52 UTC)
- git: 826a7bf96193 - stable/13 - bhyve: Fix some warnings in the snapshot code (Thu, 26 Jan 2023 19:47:53 UTC)
- git: 1aa0ccf6f232 - stable/13 - bhyve: USB device model structures can be qualified with "static" (Thu, 26 Jan 2023 19:47:54 UTC)
- git: ea53f4fe7b20 - stable/13 - bhyve: Annotate an unused function as such (Thu, 26 Jan 2023 19:47:55 UTC)
- git: 131a87a32703 - stable/13 - bhyve: Put the prototype for vmexit_task_switch() in a header (Thu, 26 Jan 2023 19:47:56 UTC)
- git: dc1d08705b4e - stable/13 - bhyve: Drop a bogus const qualifier (Thu, 26 Jan 2023 19:47:57 UTC)
- git: c369cdd69656 - stable/13 - bhyve: Address warnings in blockif_proc() (Thu, 26 Jan 2023 19:47:58 UTC)
- git: f233e95e8a5c - stable/13 - bhyve: Address signed/unsigned comparison warnings in the e1000 model (Thu, 26 Jan 2023 19:47:59 UTC)
- git: a48715b58c5a - stable/13 - bhyve: Address some signed/unsigned comparison warnings (Thu, 26 Jan 2023 19:48:01 UTC)
- git: 04601ccc9581 - stable/13 - bhyve: Address signed/unsigned comparison warnings in the AHCI model (Thu, 26 Jan 2023 19:48:02 UTC)
- git: a7fd3f511fc5 - stable/13 - bhyve: Remove an unused parameter from pci_nvme_append_iov_req() (Thu, 26 Jan 2023 19:48:03 UTC)
- git: 1f1b3763610a - stable/13 - bhyve: Implement MSR_MISC_FEATURES_ENABLES (Thu, 26 Jan 2023 19:48:04 UTC)
- git: b728765f88dd - stable/13 - bhyve: Address warnings about potential unaligned accesses in fwctl.c (Thu, 26 Jan 2023 19:48:05 UTC)
- git: e449800f0a7e - stable/13 - bhyve: Fix a typo in a comment (Thu, 26 Jan 2023 19:48:06 UTC)
- git: c8a6e51a4f86 - stable/13 - bhyve: Avoid using a packed struct for xhci port registers (Thu, 26 Jan 2023 20:27:06 UTC)
- git: 79135b4788e2 - stable/13 - bhyve: Let BASL compile with raised warnings (Thu, 26 Jan 2023 20:27:07 UTC)
- git: 03851ae8cd4d - stable/13 - bhyve: Mark pci_de_vinput as static. (Thu, 26 Jan 2023 20:27:08 UTC)
- git: 1348ad12a910 - stable/13 - bhyve: Enable the default compiler warnings (Thu, 26 Jan 2023 20:27:09 UTC)
- git: 50c272dd2e74 - stable/13 - bhyve basl: Use GCC pragmas. (Thu, 26 Jan 2023 20:27:10 UTC)
- git: a4d4176aae92 - stable/13 - bhyve: Fix sign compare warnings in the e1000 device model. (Thu, 26 Jan 2023 20:27:11 UTC)
- git: 3b700550004c - stable/13 - bhyve: Don't leak uninitialized bits in NVMe completion statuses. (Thu, 26 Jan 2023 20:27:13 UTC)
- git: 697b7cf36101 - stable/13 - bhyve: Clear lid to 0 for internal device errors for NVMe AENs. (Thu, 26 Jan 2023 20:27:14 UTC)
- git: eb8d8798a0eb - stable/13 - bhyve: Avoid unlikely truncation of the blockif ident strings. (Thu, 26 Jan 2023 20:27:15 UTC)
- git: f995c129a527 - stable/13 - bhyve: Fix sign compare warnings in the NVMe device model. (Thu, 26 Jan 2023 20:27:16 UTC)
- git: cee36581281d - stable/13 - bhyve: Appease warning about a potentially unaligned pointer. (Thu, 26 Jan 2023 20:27:17 UTC)
- git: 225443828ec6 - stable/13 - bhyve: Avoid passing a possible garbage pointer to free(). (Thu, 26 Jan 2023 20:27:18 UTC)
- git: a8ffb1a17ce3 - stable/13 - vmm: Simplify saving of absolute TSC values in snapshots. (Thu, 26 Jan 2023 22:11:35 UTC)
- git: 80cce0a3610b - stable/13 - vmm: Use vm_get_maxcpus() instead of VM_MAXCPU in various places. (Thu, 26 Jan 2023 22:11:36 UTC)
- git: 5cf42db0f6b4 - stable/13 - vmm svm: Refactor per-vCPU data. (Thu, 26 Jan 2023 22:11:37 UTC)
- git: e30d4a6b2451 - stable/13 - vmm vmx: Refactor per-vCPU data. (Thu, 26 Jan 2023 22:11:38 UTC)
- git: 02c219b9c9a8 - stable/13 - vmm svm: Mark all VMCB state caches dirty on vCPU restore. (Thu, 26 Jan 2023 22:11:39 UTC)
- git: f5bc0f746681 - stable/13 - vmm: Rework snapshotting of CPU-specific per-vCPU data. (Thu, 26 Jan 2023 22:11:40 UTC)
- git: bf5683caedae - stable/13 - vmm vmx: Add a global bool to indicate if the host has the TSC_AUX MSR. (Thu, 26 Jan 2023 22:11:41 UTC)
- git: 6fc2d2dbe235 - stable/13 - vmm: Refactor storage of CPU-dependent per-vCPU data. (Thu, 26 Jan 2023 22:11:42 UTC)
- git: c97ec19b20be - stable/13 - vmm: Remove the per-vm cookie argument from vmmops taking a vcpu. (Thu, 26 Jan 2023 22:11:43 UTC)
- git: b901a534ac9d - stable/13 - vmm svm: Add SVM_CTR* wrapper macros. (Thu, 26 Jan 2023 22:11:44 UTC)
- git: 11940aaeb0de - stable/13 - vmm vmx: Add VMX_CTR* wrapper macros. (Thu, 26 Jan 2023 22:11:46 UTC)
- git: eb15017f7d2e - stable/13 - vmm: Use VLAPIC_CTR* in more places. (Thu, 26 Jan 2023 22:11:47 UTC)
- git: fa1eabaa8d9a - stable/13 - vmm: Expose struct vcpu as an opaque type. (Thu, 26 Jan 2023 22:11:48 UTC)
- git: 8e1395e88b53 - stable/13 - vmm: Use struct vcpu with the vmm_stat API. (Thu, 26 Jan 2023 22:11:49 UTC)
- git: d829b4ef464d - stable/13 - bhyve: Remove unused vm and vcpu arguments from vm_copy routines. (Thu, 26 Jan 2023 22:11:50 UTC)
- git: b558a25c103a - stable/13 - vmm: Add _KERNEL guards for io headers shared with userspace. (Thu, 26 Jan 2023 22:11:51 UTC)
- git: 6cedf47c177b - stable/13 - vmm: Add vm_gpa_hold_global wrapper function. (Thu, 26 Jan 2023 22:11:52 UTC)
- git: 3762293b30f3 - stable/13 - vmm: Use struct vcpu in the instruction emulation code. (Thu, 26 Jan 2023 22:11:53 UTC)
- git: 60ba8879c326 - stable/13 - vmm: Pass vcpu instead of vm and vcpuid to APIs used from CPU backends. (Thu, 26 Jan 2023 22:11:55 UTC)
- git: 63f32b7af988 - stable/13 - vmm: Restore the correct vm_inject_*() prototypes (Thu, 26 Jan 2023 22:11:56 UTC)
- git: 88c217560ee4 - stable/13 - vmm: Remove vcpuid from I/O port handlers. (Thu, 26 Jan 2023 22:11:57 UTC)
- git: 6325451815cd - stable/13 - vmm: Remove support for vm_rendezvous with a cpuid of -1. (Thu, 26 Jan 2023 22:11:58 UTC)
- git: 67ade508ce0a - stable/13 - vmm: Use struct vcpu in the rendezvous code. (Thu, 26 Jan 2023 22:11:59 UTC)
- git: 9ed7e7c69e1a - stable/13 - vmm: Remove unused vcpuid argument from vioapic_process_eoi. (Thu, 26 Jan 2023 22:12:00 UTC)
- git: 197cb60d7af4 - stable/13 - vmm ppt: Remove unused vcpu arg from MSI setup handlers. (Thu, 26 Jan 2023 22:12:01 UTC)
- git: 3348ba1d6da9 - stable/13 - vmm: Lookup vcpu pointers in vmmdev_ioctl. (Thu, 26 Jan 2023 22:12:02 UTC)
- git: 20406b29b3ec - stable/13 - vmm vmx: Allocate vpids on demand as each vCPU is initialized. (Thu, 26 Jan 2023 22:12:04 UTC)
- git: 85ccfcb79fee - stable/13 - vmm stat: Add a special nelems constant for arrays sized by vCPU count. (Thu, 26 Jan 2023 22:12:05 UTC)
- git: 1c44dd389459 - stable/13 - vmm: Destroy mutexes. (Thu, 26 Jan 2023 22:12:06 UTC)
- git: aca0d0b421d3 - stable/13 - vmm: Use an sx lock to protect the memory map. (Thu, 26 Jan 2023 22:12:07 UTC)
- git: eb37d3cc565e - stable/13 - vmm: take exclusive mem_segs_lock when (un)assigning ppt dev (Thu, 26 Jan 2023 22:12:08 UTC)
- git: 8cd6af3324bf - stable/13 - vmm: take exclusive mem_segs_lock in vm_cleanup() (Thu, 26 Jan 2023 22:12:09 UTC)
- git: c4469e134e04 - stable/13 - vmm devmem_mmap_single: Bump object reference under memsegs lock. (Thu, 26 Jan 2023 22:12:10 UTC)
- git: b88a7eae3584 - stable/13 - vmm: Use a cpuset_t for vCPUs waiting for STARTUP IPIs. (Thu, 26 Jan 2023 22:12:11 UTC)
- git: 5d3ee23b91f3 - stable/13 - vmm: don't lock a mtx in the icr_low write handler (Thu, 26 Jan 2023 22:12:13 UTC)
- git: 8ff0e2a57d97 - stable/13 - vmm: Allocate vCPUs on first use of a vCPU. (Thu, 26 Jan 2023 22:12:14 UTC)
- git: 3e02f8809aec - stable/13 - vmm: Convert VM_MAXCPU into a loader tunable hw.vmm.maxcpu. (Thu, 26 Jan 2023 22:12:15 UTC)
- git: 4aded963cdce - stable/13 - vmm: Trim some pointless #ifdef KTR. (Thu, 26 Jan 2023 22:12:16 UTC)
- git: 20b3385d4236 - stable/13 - vmm: Fix non-INVARIANTS build (Thu, 26 Jan 2023 22:12:17 UTC)
- git: 4c13ad46a150 - stable/13 - vmm: Fix build w/o KDTRACE_HOOKS. (Thu, 26 Jan 2023 22:12:18 UTC)
- git: d786f1706ed4 - stable/13 - vmm: Remove stale comment for vm_rendezvous. (Thu, 26 Jan 2023 22:12:19 UTC)
- git: 16d0360d3399 - stable/13 - vmm: VM_GET/SET_KERNEMU_DEV should run with the vCPU locked. (Thu, 26 Jan 2023 22:12:20 UTC)
- git: 3bedbb1008a8 - stable/13 - vmm: Don't lock a vCPU for VM_PPTDEV_MSI[X]. (Thu, 26 Jan 2023 22:12:22 UTC)
- git: a982814ef8dd - stable/13 - vmm: Avoid infinite loop in vcpu_lock_all error case. (Thu, 26 Jan 2023 22:12:23 UTC)
- git: c44d097dcf92 - stable/13 - vmm: Free vCPUs when destroying them. (Thu, 26 Jan 2023 22:12:24 UTC)
- git: b4ce43992b67 - stable/13 - RELNOTES: Document lifting the hard limit on guest vCPUs in bhyve. (Thu, 26 Jan 2023 22:15:59 UTC)
- git: 477ca9b8ef7a - stable/13 - bhyve: Remove unused argument from pci_nvme_handle_doorbell. (Thu, 26 Jan 2023 22:34:52 UTC)
- git: 8506352dd517 - stable/13 - bhyve: Pass a vCPU ID of 0 to vm_setup_pptdev_msi*. (Thu, 26 Jan 2023 22:34:54 UTC)
- git: ce259e6688c5 - stable/13 - bhyve: Remove unused vcpu argument from PCI read/write methods. (Thu, 26 Jan 2023 22:34:55 UTC)
- git: 8dbc7c17aeb8 - stable/13 - bhyve: Remove the unused vcpu argument from all of the I/O port handlers. (Thu, 26 Jan 2023 22:34:56 UTC)
- git: cd49fdbdec51 - stable/13 - bhyve: Remove handler for VM_EXITCODE_SPINUP_AP. (Thu, 26 Jan 2023 22:34:57 UTC)
- git: 05a92ae6573e - stable/13 - bhyve: Remove unused return value from spinup_ap. (Thu, 26 Jan 2023 22:34:58 UTC)
- git: e57a5e80e913 - stable/13 - bhyve: Simplify setting vCPU capabilities. (Thu, 26 Jan 2023 22:34:59 UTC)
- git: ec1ecab8c350 - stable/13 - bhyve: Remove some no-op code for setting RIP. (Thu, 26 Jan 2023 22:35:00 UTC)
- git: 41badad786f9 - stable/13 - bhyve: Allocate struct vm_exit on the stack in vm_loop. (Thu, 26 Jan 2023 22:35:01 UTC)
- git: bec53b365062 - stable/13 - bhyve: Don't access vcpumap[vcpu] directly in parse_cpuset(). (Thu, 26 Jan 2023 22:35:03 UTC)
- git: 3dcdb83c85b5 - stable/13 - bhyve: Tidy vCPU pthread startup. (Thu, 26 Jan 2023 22:35:04 UTC)
- git: 622e092eeca4 - stable/13 - bhyve: Simplify spinup_ap_realmode slightly. (Thu, 26 Jan 2023 22:35:05 UTC)
- git: 411ea77fed69 - stable/13 - bhyve: Avoid triggering false -Wfree-nonheap-object warnings. (Thu, 26 Jan 2023 22:35:06 UTC)
- git: 2ae9f7a45302 - stable/13 - bhyve: Fix a mismerge in the PCI passthrough device model. (Thu, 26 Jan 2023 22:35:07 UTC)
- git: 39177915279a - stable/13 - bhyve: Remove vmctx argument from PCI device model methods. (Thu, 26 Jan 2023 22:35:08 UTC)
- git: f31dc54deed4 - stable/13 - bhyve: Fix a global buffer overread in the PCI hda device model. (Thu, 26 Jan 2023 22:35:09 UTC)
- git: abdc47cd6969 - stable/13 - bhyve: Fix a buffer overread in the PCI hda device model. (Thu, 26 Jan 2023 22:35:10 UTC)
- git: b0bd185dc3f0 - stable/13 - bhyveload: open guest boot disk image O_RDWR (Thu, 26 Jan 2023 22:35:12 UTC)
- git: df8c42f5ad12 - stable/13 - bhyve: Mark pci_de_vinput as const. (Thu, 26 Jan 2023 22:35:13 UTC)
- Justin Hibbits
- Kirk McKusick
- Konstantin Belousov
- git: 8fa2644171ce - stable/13 - uiomove_object: hide diagnostic under bootverbose (Fri, 20 Jan 2023 03:23:22 UTC)
- git: 1797e69477cd - stable/13 - tmpfs: minor style (Fri, 20 Jan 2023 03:23:23 UTC)
- git: 9b2f554dca7d - stable/13 - Add 'show tmpfs' ddb command (Fri, 20 Jan 2023 03:23:24 UTC)
- git: 86ea175ec2ed - stable/13 - Make swap_pager_freespace() global (Fri, 20 Jan 2023 03:23:25 UTC)
- git: d81d67edb1cb - stable/13 - Provide consistent prototype for swp_pager_meta_free() (Fri, 20 Jan 2023 03:23:26 UTC)
- git: e2d3dbe4ced6 - stable/13 - tmpfs: make vm_object point to the tmpfs node instead of vnode (Fri, 20 Jan 2023 03:23:27 UTC)
- git: 6219bd0436b8 - stable/13 - vm_pager: add methods for page insertion and removal notifications (Fri, 20 Jan 2023 03:23:29 UTC)
- git: 7d05e01b3e59 - stable/13 - vm_pager: add method to veto page allocation (Fri, 20 Jan 2023 03:23:30 UTC)
- git: aaac643676bc - stable/13 - vm_page_grab_valid(): clear *mp in case of pager denying page allocation (Fri, 20 Jan 2023 03:23:31 UTC)
- git: c9e7aae6e6f9 - stable/13 - vm_pager_allocate(): override resulting object type (Fri, 20 Jan 2023 03:23:32 UTC)
- git: 06e03b4b0d24 - stable/13 - tmpfs: for used pages, account really allocated pages, instead of file sizes (Fri, 20 Jan 2023 03:23:33 UTC)
- git: cf77a28cffc3 - stable/13 - tmpfs_getattr(): Only take vm_object lock on 32bit machines (Fri, 20 Jan 2023 03:23:34 UTC)
- git: d689fda0703b - stable/13 - shmfd: account for the actually allocated pages (Fri, 20 Jan 2023 03:23:35 UTC)
- git: 376418fcbd4e - stable/13 - posixshmcontrol(1): for regular shmfd, report used pages number (Fri, 20 Jan 2023 03:23:36 UTC)
- git: 6ca462ee004d - stable/13 - posixshm_test: small style fixes (Fri, 20 Jan 2023 03:23:38 UTC)
- git: af13904908ee - stable/13 - posixshm_test: add naive page accounting test (Fri, 20 Jan 2023 03:23:39 UTC)
- git: cf5d6ae3a1b1 - stable/13 - compat32: move struct ptrace_sc_ret32 definition from .c to .h (Fri, 20 Jan 2023 03:23:40 UTC)
- git: 55df3e814f61 - stable/13 - sys: rename td_coredump to td_remotereq (Fri, 20 Jan 2023 03:23:41 UTC)
- git: a0cfea8c38d6 - stable/13 - Add a thread debugging flag TDB_BOUNDARY (Fri, 20 Jan 2023 03:23:42 UTC)
- git: 7616d35f91cb - stable/13 - ptrace(2): explain how to select specific thread to operate on (Fri, 20 Jan 2023 03:23:43 UTC)
- git: aaf570313289 - stable/13 - ptrace(2): add PT_SC_REMOTE remote syscall request (Fri, 20 Jan 2023 03:23:45 UTC)
- git: 287fe4003e2b - stable/13 - Fixes for ptrace_syscallreq() (Fri, 20 Jan 2023 03:23:46 UTC)
- git: efde0099aacd - stable/13 - ptrace(2): document PT_SC_REMOTE (Fri, 20 Jan 2023 03:23:47 UTC)
- git: 1610f04c9dac - stable/13 - tools/test/ptrace: update scescx to do remote getpid(2) on each SCX event (Fri, 20 Jan 2023 03:23:48 UTC)
- git: e1d9d8fe64ee - stable/13 - Add descrip_check_write_mp() helper (Fri, 20 Jan 2023 03:23:49 UTC)
- git: da5871423955 - stable/13 - ffs_suspend.c: clean up includes (Fri, 20 Jan 2023 03:23:50 UTC)
- git: 00c0e20c5180 - stable/13 - ufs/suspend: deny suspension if the calling process has a file from mp opened for write (Fri, 20 Jan 2023 03:23:51 UTC)
- git: 9bdaaaaa3221 - stable/13 - UFSSUSPEND: unbusy mp in EDADLK case (Fri, 20 Jan 2023 03:23:53 UTC)
- git: eb2e82b9ca8e - stable/13 - amd64: identify small cores (Fri, 20 Jan 2023 03:23:54 UTC)
- git: 567cc4e6bfd9 - stable/13 - amd64: for small cores, use (big hammer) INVPCID_CTXGLOB instead of INVLPG (Fri, 20 Jan 2023 03:23:55 UTC)
- git: 4ab02274ed39 - stable/13 - Move INVLPG to pmap_quick_enter_page() from pmap_quick_remove_page(). (Fri, 20 Jan 2023 03:23:56 UTC)
- git: 1532ec2ba279 - stable/13 - amd64: be more precise when enabling the AlderLake small core PCID workaround (Fri, 20 Jan 2023 03:23:57 UTC)
- git: 2e6132536f70 - stable/13 - amd64 pmap.h: make it easier to use the header for other consumers (Fri, 20 Jan 2023 03:23:58 UTC)
- git: 99dcb59a67c2 - stable/13 - i386: print trampoline disposition value for verbose boot (Fri, 20 Jan 2023 03:24:00 UTC)
- git: 9b9f054e7398 - stable/13 - Stop cleaning MNT_LOCAL on unmount (Fri, 20 Jan 2023 03:24:01 UTC)
- git: 1852ca25dd2e - stable/13 - Remove merge conflict leftovers (Fri, 20 Jan 2023 11:23:23 UTC)
- git: c48e46d52876 - stable/13 - tests/sys/posixshm/posixshm_test.c: Fix build for real (Fri, 20 Jan 2023 13:03:32 UTC)
- git: cf8da8b04fe4 - stable/13 - ffs_syncvnode(): avoid a LoR for SU (Sun, 22 Jan 2023 09:19:15 UTC)
- git: 2c5bfa8b8c6b - stable/13 - Require INVARIANTS and WITNESS if DEBUG_VFS_LOCKS is set (Sun, 22 Jan 2023 09:19:16 UTC)
- git: 8e12e9a72f63 - stable/13 - ipsec.c: typos in the comment (Sun, 22 Jan 2023 09:19:17 UTC)
- git: 6a54bc5d9c5c - stable/13 - if_ipsec(4): protect against user supplying unknown address family (Sun, 22 Jan 2023 09:19:18 UTC)
- git: 6b95e2c98bd3 - stable/13 - if_ipsec(4): handle situations where there are no policy or SADB entry for if (Sun, 22 Jan 2023 09:19:19 UTC)
- git: 40c268189313 - stable/13 - vm_object.c: minor style (Sun, 22 Jan 2023 09:19:21 UTC)
- git: 7c09d62011bb - stable/13 - Handle ERELOOKUP from VOP_FSYNC() in several other places (Sun, 22 Jan 2023 09:19:22 UTC)
- git: a45a846c246f - stable/13 - md.c: another style fix (Sun, 22 Jan 2023 09:19:23 UTC)
- git: 2d35b26a22d6 - stable/13 - vmstat: remove shadow variables (Sun, 22 Jan 2023 09:19:24 UTC)
- git: 74cbe4d7e55e - stable/13 - vmstat: fix overflow of interrupt name buffer (Sun, 22 Jan 2023 09:19:25 UTC)
- git: ae7a5bb2ba11 - stable/13 - kern_umtx.c do_wait(): correct confusing indent (Sun, 22 Jan 2023 09:19:26 UTC)
- git: 17262e08af4e - stable/13 - libcxx: Implement atomic::wait/notify using _umtx_op(2) for 64bit arches (Tue, 31 Jan 2023 00:39:06 UTC)
- git: a140a745c4da - stable/13 - libcxx: use __SIZEOF_LONG__ == 8 instead of __LP64__ (Tue, 31 Jan 2023 00:39:07 UTC)
- git: c8d8e959b51a - stable/13 - libcxx: add comment explaining why umtx is only used for 64bits (Tue, 31 Jan 2023 00:39:08 UTC)
- git: 9149830359bf - stable/13 - strfmon(3): Add an EXAMPLES section (Tue, 31 Jan 2023 00:39:09 UTC)
- git: 4e1231260731 - stable/13 - strfmon(3): Wording improvements (Tue, 31 Jan 2023 00:39:11 UTC)
- git: fd22978f860c - stable/13 - strfmon(3): Match the return type (Tue, 31 Jan 2023 00:39:12 UTC)
- Kristof Provost
- git: fbdde1029e92 - stable/13 - pf tests: properly destroy renamed interfaces (Mon, 23 Jan 2023 08:23:06 UTC)
- git: 56a80affe4ce - stable/12 - pf tests: properly destroy renamed interfaces (Mon, 23 Jan 2023 08:23:06 UTC)
- git: 8edf0b52c407 - stable/13 - pf: fix panic on deferred packets (Sat, 28 Jan 2023 01:39:19 UTC)
- git: 76e1ec4e10fa - stable/12 - pf: fix panic on deferred packets (Sat, 28 Jan 2023 01:39:20 UTC)
- git: 14f52003bd8a - stable/13 - pf: fix syncookies in conjunction with tcp fast port reuse (Sat, 28 Jan 2023 01:39:20 UTC)
- git: 2cfb60783900 - stable/13 - pf tests: test fast port re-use with syncookies (Sat, 28 Jan 2023 01:39:21 UTC)
- git: 8f22dbcf0f0a - stable/12 - pf: fix syncookies in conjunction with tcp fast port reuse (Sat, 28 Jan 2023 01:39:21 UTC)
- git: 1279c260c053 - stable/12 - pf tests: test fast port re-use with syncookies (Sat, 28 Jan 2023 01:39:22 UTC)
- git: 8968ad84e959 - stable/13 - netpfil tests: improve sniffer.py (Sun, 29 Jan 2023 07:50:50 UTC)
- git: e2be74cff37a - stable/12 - netpfil tests: improve sniffer.py (Sun, 29 Jan 2023 07:50:50 UTC)
- git: 4c3c6c9271c0 - stable/13 - netpfil tests: improve pft_ping.py (Sun, 29 Jan 2023 07:50:51 UTC)
- git: 668a32ab231d - stable/12 - netpfil tests: improve pfsync_defer.py (Sun, 29 Jan 2023 07:50:52 UTC)
- git: 3c37c1ea1989 - stable/13 - netpfil tests: improve pfsync_defer.py (Sun, 29 Jan 2023 07:50:52 UTC)
- git: f8986380049a - stable/13 - pfctl: rule.label is a two-dimensional array (Tue, 31 Jan 2023 09:31:13 UTC)
- git: 5a0cbbcaca6d - stable/12 - pfctl: rule.label is a two-dimensional array (Tue, 31 Jan 2023 09:46:01 UTC)
- Kyle Evans
- Marcin Wojtas
- git: 44180bc8e6be - stable/13 - ena: Remove unused devclass argument to DRIVER_MODULE. (Fri, 27 Jan 2023 13:59:00 UTC)
- git: 201f6507c0f5 - stable/13 - ena: Remove unused variable. (Fri, 27 Jan 2023 13:59:01 UTC)
- git: 761d30c8d07e - stable/13 - ena: Remove write only variables (Fri, 27 Jan 2023 13:59:03 UTC)
- git: 35797fe2aeb6 - stable/13 - ena: Re-Enable per-packet missing tx completion print (Fri, 27 Jan 2023 13:59:04 UTC)
- git: 92761fcc3b40 - stable/13 - ena: Remove timer service re-arm on ena_restore_device failure (Fri, 27 Jan 2023 13:59:05 UTC)
- git: ff1a2fe6da0e - stable/13 - ena: Switch driver owners from semihalf to amazon in man file (Fri, 27 Jan 2023 13:59:06 UTC)
- git: a33b0a2ab29e - stable/13 - ena: Update driver version to v2.6.2 (Fri, 27 Jan 2023 13:59:07 UTC)
- git: 98091db83d98 - stable/12 - ena: Remove unused variable. (Tue, 31 Jan 2023 13:18:05 UTC)
- git: ffcc58a767bd - stable/12 - ena: Remove write only variables (Tue, 31 Jan 2023 13:18:06 UTC)
- git: 113c730edcca - stable/12 - ena: Re-Enable per-packet missing tx completion print (Tue, 31 Jan 2023 13:18:07 UTC)
- git: b1f4275bfe86 - stable/12 - ena: Remove timer service re-arm on ena_restore_device failure (Tue, 31 Jan 2023 13:18:08 UTC)
- git: 235f2ddf9dff - stable/12 - ena: Switch driver owners from semihalf to amazon in man file (Tue, 31 Jan 2023 13:18:09 UTC)
- git: 00a6bb16fb6c - stable/12 - ena: Update driver version to v2.6.2 (Tue, 31 Jan 2023 13:18:10 UTC)
- Mark Johnston
- Mark Millard
- Martin Matuska
- Mateusz Guzik
- Mike Karels
- Mitchell Horne
- Rick Macklem
- Tobias C. Berner
- Vladimir Kondratyev
- Warner Losh
- git: eee5ebb851be - stable/13 - bnxt: Remove dead write to cp_ring_id (Thu, 19 Jan 2023 03:52:07 UTC)
- git: a815cf3b7221 - stable/13 - bnxt: Remove unused devclass argument to DRIVER_MODULE. (Thu, 19 Jan 2023 03:52:08 UTC)
- git: e1741d6fd5af - stable/13 - if_bnxt: update hsi_struct_def.h headers (Thu, 19 Jan 2023 03:52:09 UTC)
- git: 86bf3fd82f1f - stable/13 - if_bnxt: Convert all doorbell writes into function pointers (Thu, 19 Jan 2023 03:52:11 UTC)
- git: de0aaf9eca0a - stable/13 - if_bnxt: add support for Thor controller (Thu, 19 Jan 2023 03:52:12 UTC)
- git: c4cad5c10820 - stable/13 - if_bnxt: Add support for admin down/up and jumbo (Thu, 19 Jan 2023 03:52:13 UTC)
- git: 2f1d2b99e734 - stable/13 - if_bnxt: Add support for async link status update (Thu, 19 Jan 2023 03:52:14 UTC)
- git: 9142a68da29f - stable/13 - if_bnxt: Display firmware version along with SIT package version (Thu, 19 Jan 2023 03:52:16 UTC)
- git: 2bab173f73dc - stable/13 - if_bnxt: Add support for RSS on Thor (Thu, 19 Jan 2023 03:52:17 UTC)
- git: 2db35273502b - stable/13 - if_bnxt: Add support for VLAN on Thor (Thu, 19 Jan 2023 03:52:18 UTC)
- git: 5fe5b1576347 - stable/13 - if_bnxt: Remove sysctl node vlan_only which is not being used (Thu, 19 Jan 2023 03:52:19 UTC)
- git: eed0ac16edb5 - stable/13 - if_bnxt: Fix the issue when kernel invokes _init() again without _stop() (Thu, 19 Jan 2023 03:52:20 UTC)
- git: ef55d4aaceff - stable/13 - if_bnxt: Fix the PORT_PHY_CFG HWRM requests while setting Pause (Thu, 19 Jan 2023 03:52:21 UTC)
- git: 74eacab8dc47 - stable/13 - if_bnxt: Add support for smaller backing_store_cfg message size (Thu, 19 Jan 2023 03:52:22 UTC)
- git: 28497d1445db - stable/13 - if_bnxt: Added support for mgmt interface for passthrough hwrms (Thu, 19 Jan 2023 03:52:23 UTC)
- git: 05410bd672c7 - stable/13 - bnxt: Only filter out i386 (Thu, 19 Jan 2023 03:52:24 UTC)
- git: 43ca2ae44949 - stable/13 - LINT: Omit bnxt on i386 (Thu, 19 Jan 2023 15:34:14 UTC)
- git: 4b7d03df65c3 - stable/13 - Remove obsolete code gated on _ARM_ARCH_* (Tue, 24 Jan 2023 22:09:37 UTC)
- git: 50ceb4089843 - stable/13 - stand/amd64: remove unused addr parameter from bi_load64 (Tue, 24 Jan 2023 22:09:38 UTC)
- git: b38b585da053 - stable/13 - stand/efi: allow not exiting boot services (Tue, 24 Jan 2023 22:09:39 UTC)
- git: 8f6f1e27fd18 - stable/13 - stand/efi: add modulep to kernel metadata (Tue, 24 Jan 2023 22:09:40 UTC)
- git: 39917afeed9d - stable/13 - stand/multiboot2: add support for booting a Xen dom0 in UEFI mode (Tue, 24 Jan 2023 22:09:41 UTC)
- git: e1c95a0233c6 - stable/13 - bi_load: only add MODULEP on arches that have it defined (Tue, 24 Jan 2023 22:09:42 UTC)
- git: 8cc2156f85bb - stable/13 - Bump the FreeBSD kernel version in kernel boot shim. (Tue, 24 Jan 2023 22:09:43 UTC)
- git: 0f4dfa3fd45d - stable/13 - loader: create a generic vendor sub-menu place holder (Tue, 24 Jan 2023 22:09:45 UTC)
- git: 2c040e347370 - stable/13 - luaboot: visible must be a function (Tue, 24 Jan 2023 22:09:46 UTC)
- git: a12800fd291e - stable/13 - gptboot.efi: Add man page (Tue, 24 Jan 2023 22:09:47 UTC)
- git: 90c1ca326de1 - stable/13 - EFI secure boot VECTX related changes (Tue, 24 Jan 2023 22:09:48 UTC)
- git: d85c2360a759 - stable/13 - loader: small Makefile style change (Tue, 24 Jan 2023 22:09:49 UTC)
- git: e500b7de32bc - stable/13 - loader(8): fix path to be correct loader.4th. (Tue, 24 Jan 2023 22:09:50 UTC)
- git: d7b483f34f0d - stable/13 - loader: Create loader_simp(8) to document simple version of loader (Tue, 24 Jan 2023 22:09:51 UTC)
- git: 4f2e5793d753 - stable/13 - Fix build of stand/ when building world with ASAN (Tue, 24 Jan 2023 22:09:52 UTC)
- git: 80a80b130ab1 - stable/13 - loader: create separate man pages for each of the loaders (Tue, 24 Jan 2023 22:09:54 UTC)
- git: 34bf57b688ba - stable/13 - loader_lua.8: Fix first version (Tue, 24 Jan 2023 22:09:55 UTC)
- git: f67328181236 - stable/13 - loader.efi: remove extra extern ST (Tue, 24 Jan 2023 22:09:56 UTC)
- git: fd3226dc5769 - stable/13 - loader: net_open() should not replace f->f_devdata (Tue, 24 Jan 2023 22:09:57 UTC)
- git: 07f1bcde03be - stable/13 - kboot: simplify _start (Tue, 24 Jan 2023 22:09:58 UTC)
- git: eca37d33d8e5 - stable/13 - kboot: remove host_seek (Tue, 24 Jan 2023 22:09:59 UTC)
- git: c24f457a7d9a - stable/13 - loader.mk: Simplify a little bit (Tue, 24 Jan 2023 22:10:00 UTC)
- git: e006859bce01 - stable/13 - stand: remove mips support (Tue, 24 Jan 2023 22:10:01 UTC)
- git: 26d6cf83968c - stable/13 - loader:prefix is only used for LOADER_VERIEXEC (Tue, 24 Jan 2023 22:10:02 UTC)
- git: da2a6a5cee01 - stable/13 - loader/kboot: minor style nit (Tue, 24 Jan 2023 22:10:04 UTC)
- git: a21fc0475e2b - stable/13 - loader: narrow the scope of gfx frame buffer wrt tg supported kernels (Tue, 24 Jan 2023 22:10:05 UTC)
- git: 540a9f233431 - stable/13 - loader: move all gfx_fb.c stubs to common/gfx_fb_stub.c (Tue, 24 Jan 2023 22:10:06 UTC)
- git: 7b03d429ce9c - stable/13 - stand/uboot: reorg (Tue, 24 Jan 2023 22:10:07 UTC)
- git: 0a7f1efb4488 - stable/13 - stand: netif kill set but unused variables (Tue, 24 Jan 2023 22:10:08 UTC)
- git: 257078e73387 - stable/13 - stand/userboot: Kill set but unused variables (Tue, 24 Jan 2023 22:10:09 UTC)
- git: af09db250b09 - stable/13 - stand/module: skip is only used by veriexec (Tue, 24 Jan 2023 22:10:10 UTC)
- git: a8a68c0442b8 - stable/13 - kboot: Move powerpc kboot to top level (Tue, 24 Jan 2023 22:10:11 UTC)
- git: 4b3f5dd4d87c - stable/13 - kboot: Split out powerpc build (Tue, 24 Jan 2023 22:10:12 UTC)
- git: 6c7ccb922462 - stable/13 - kboot: move to generic syscall interface (Tue, 24 Jan 2023 22:10:13 UTC)
- git: 3622fe162012 - stable/13 - ufs: Rework shortlink handling to avoid subobject overflows (Tue, 24 Jan 2023 22:10:14 UTC)
- git: 622ab2c48340 - stable/13 - mips: remove saf1761 (Tue, 24 Jan 2023 22:10:15 UTC)
- git: 673910f3b8c4 - stable/13 - geliboot: Use the correct IV length for AES-XTS. (Tue, 24 Jan 2023 22:10:16 UTC)
- git: 8eba35cfe13f - stable/13 - stand/uboot: Fix building of ubldr.bin (Tue, 24 Jan 2023 22:10:17 UTC)
- git: 501a337902f8 - stable/13 - Add support for module_verbose (Tue, 24 Jan 2023 22:10:19 UTC)
- git: 5c1d95a60b54 - stable/13 - module_verbose should also affect non-ELF modules. (Tue, 24 Jan 2023 22:10:20 UTC)
- git: 6a930269fc76 - stable/13 - Handle MODULE_VERBOSE_TWIDDLE in module_verbose_set (Tue, 24 Jan 2023 22:10:21 UTC)
- git: 60674a084382 - stable/13 - stand/usb: Fix build by declaring missing functions and types. (Tue, 24 Jan 2023 22:10:22 UTC)
- git: 42c06afe2ce8 - stable/13 - powerpc64: Fix a typo in a source code comment (Tue, 24 Jan 2023 22:10:23 UTC)
- git: 85984ee98c89 - stable/13 - Correct a grammo. (Tue, 24 Jan 2023 22:10:24 UTC)
- git: ffcd048288e3 - stable/13 - Correct typos and more precise wording. (Tue, 24 Jan 2023 22:10:25 UTC)
- git: 4256125ba445 - stable/13 - Clean up some grammos I left behind. (Tue, 24 Jan 2023 22:10:26 UTC)
- git: 744a79a00e3f - stable/13 - stand: s/libstand/libsa/g to catch up with rename (Tue, 24 Jan 2023 22:10:28 UTC)
- git: 33fe72214aee - stable/13 - stand: Change libstand.3 to libsa.3 (Tue, 24 Jan 2023 22:10:29 UTC)
- git: 2b93cd564689 - stable/13 - stand: Install libsa.3 (Tue, 24 Jan 2023 22:10:30 UTC)
- git: c73795f9f44a - stable/13 - stand: Initial kboot support on amd64 (Tue, 24 Jan 2023 22:10:31 UTC)
- git: 7ae6735aea72 - stable/13 - kboot: Sort system calls alphabetically (Tue, 24 Jan 2023 22:10:32 UTC)
- git: 12e5d8d97754 - stable/13 - kboot: use SYS_kexec_load insteaed of __NR_kexec_load (Tue, 24 Jan 2023 22:10:33 UTC)
- git: 4449947ac892 - stable/13 - kboot: sort system calls (Tue, 24 Jan 2023 22:10:34 UTC)
- git: d1380cef38c4 - stable/13 - kboot: rename kexec_load to host_kexec_load (Tue, 24 Jan 2023 22:10:36 UTC)
- git: 1f75ec38f9fd - stable/13 - Remove "All Rights Reserved" from Foundation copyrights (Tue, 24 Jan 2023 22:10:37 UTC)
- git: 29edd79482f1 - stable/13 - loader: Set preferred kenv for acpi.rsdp on arm64 (Tue, 24 Jan 2023 22:10:38 UTC)
- git: 3878d84ac412 - stable/13 - amd64/efi: Remove setting hints for rsdp (Tue, 24 Jan 2023 22:10:39 UTC)
- git: c5bb7c22ba40 - stable/13 - stand: Don't reuse ZFSSRC (Tue, 24 Jan 2023 22:10:40 UTC)
- git: 165e199aebeb - stable/13 - stand: geli CFLAGS tightening (Tue, 24 Jan 2023 22:10:41 UTC)
- git: 09a31487c1bd - stable/13 - stand: Confine BZIP defines to bzip files (Tue, 24 Jan 2023 22:10:42 UTC)
- git: c75e9e027397 - stable/13 - stand: constrain zlib/gzip CFLAGS better (Tue, 24 Jan 2023 22:10:43 UTC)
- git: f8ff4e8bafff - stable/13 - stand: Add comment about CFLAGS pollution (Tue, 24 Jan 2023 22:10:45 UTC)
- git: f05568d2cae6 - stable/13 - stand: For ZFS build, add new directory (Tue, 24 Jan 2023 22:10:46 UTC)
- git: fc36322368f6 - stable/13 - stand: Work around upstream issues in the standalone environment (Tue, 24 Jan 2023 22:10:47 UTC)
- git: a61eb269dec4 - stable/13 - stand: Fix inclusion of sys/blake3.h (Tue, 24 Jan 2023 22:10:48 UTC)
- git: 47c3f7f6db26 - stable/13 - loader.efi: faults could try to print out call trace (Tue, 24 Jan 2023 22:10:49 UTC)
- git: fde12ae86b1d - stable/13 - stand: Remove extra efi.h include (Tue, 24 Jan 2023 22:10:50 UTC)
- git: 94503b830b6d - stable/13 - kboot: Rework _start (Tue, 24 Jan 2023 22:10:51 UTC)
- git: 4bae1d08388f - stable/13 - kboot: Reimplement older system calls in terms of newer ones (Tue, 24 Jan 2023 22:10:52 UTC)
- git: 2ec7d6fd4217 - stable/13 - kboot: Enhance kboot_getdev to cope with NULLs (Tue, 24 Jan 2023 22:10:53 UTC)
- git: 952c48de876d - stable/13 - kboot: Add HOST_O_ constants for open, etc (Tue, 24 Jan 2023 22:10:55 UTC)
- git: 4084c293c175 - stable/13 - kboot: Implement stat(2) and fstat(2) system calls (Tue, 24 Jan 2023 22:10:56 UTC)
- git: 7743778bf19a - stable/13 - kboot: Implement munmap(2) (Tue, 24 Jan 2023 22:10:57 UTC)
- git: c3f287967716 - stable/13 - kboot: Implement getpid(2) (Tue, 24 Jan 2023 22:10:58 UTC)
- git: 4f1ca9317bbc - stable/13 - kboot: Implement symlink(2) (Tue, 24 Jan 2023 22:10:59 UTC)
- git: 96ea167ec8d6 - stable/13 - kboot: Implement dup(2) (Tue, 24 Jan 2023 22:11:00 UTC)
- git: 6632ac6d8a84 - stable/13 - kboot: Implement mkdir(2) (Tue, 24 Jan 2023 22:11:01 UTC)
- git: 60688f592d9f - stable/13 - kboot: Implement mount(2) (Tue, 24 Jan 2023 22:11:02 UTC)
- git: 067fa78a99d6 - stable/13 - kboot: Use #defines for magic reboot constants (Tue, 24 Jan 2023 22:11:04 UTC)
- git: 27a094a2e66c - stable/13 - kboot: Refinements to host_kexec_load (Tue, 24 Jan 2023 22:11:05 UTC)
- git: d70add87a61e - stable/13 - kboot: Properly cap number of segments loaded for kexec (Tue, 24 Jan 2023 22:11:06 UTC)
- git: 0d3b88bc5a8b - stable/13 - kboot: Pull in constants from Linux's mmap.h api (Tue, 24 Jan 2023 22:11:07 UTC)
- git: 8b50c54588ba - stable/13 - stand: Use c99 structure initialization for md device (Tue, 24 Jan 2023 22:11:08 UTC)
- git: ff2b7167c3db - stable/13 - stand: Use c99 structure initialization for kboot's hostdisk device (Tue, 24 Jan 2023 22:11:09 UTC)
- git: 677b8b81b82a - stable/13 - stand: Use c99 structure initialization for ofw's block device (Tue, 24 Jan 2023 22:11:10 UTC)
- git: 15aff38147fe - stable/13 - stand: Use c99 structure initialization for uboot block device (Tue, 24 Jan 2023 22:11:12 UTC)
- git: 149e49d353e6 - stable/13 - stand: Use c99 structure initialization for userboot block device (Tue, 24 Jan 2023 22:11:13 UTC)
- git: 004877c7d2e9 - stable/13 - stand: Use c99 structure initialization for fwohci device (Tue, 24 Jan 2023 22:11:14 UTC)
- git: e5fc5a645485 - stable/13 - stand: Use c99 structure initialization for network device (Tue, 24 Jan 2023 22:11:15 UTC)
- git: e6ccedfa686b - stable/13 - stand: Use c99 structure initialization for ext2fs_fsops (Tue, 24 Jan 2023 22:11:16 UTC)
- git: 5944ceee4bb3 - stable/13 - stand: Use c99 structure initialization for bzipfs_fsops (Tue, 24 Jan 2023 22:11:17 UTC)
- git: f7a380dd5589 - stable/13 - stand: Use c99 structure initialization for nfs_fsops (Tue, 24 Jan 2023 22:11:18 UTC)
- git: 8e4354922510 - stable/13 - stand: Use c99 structure initialization for pkgfs_fsops (Tue, 24 Jan 2023 22:11:19 UTC)
- git: 67fb3a2478b6 - stable/13 - stand: Use c99 structure initialization for splitfs_fsops (Tue, 24 Jan 2023 22:11:21 UTC)
- git: 43599349cdc4 - stable/13 - stand: Use c99 structure initialization for gzipfs_fsops (Tue, 24 Jan 2023 22:11:22 UTC)
- git: f3295e763c06 - stable/13 - stand: Use c99 structure initialization for userboot's host_fsops (Tue, 24 Jan 2023 22:11:23 UTC)
- git: 6a37c03f2177 - stable/13 - stand/disk: Trivial formatting nit (Tue, 24 Jan 2023 22:11:24 UTC)
- git: 684dd563d105 - stable/13 - stand: Fix set but unused warning (Tue, 24 Jan 2023 22:11:25 UTC)
- git: 9b2453430a8d - stable/13 - stand: Spell License correctly (Tue, 24 Jan 2023 22:11:26 UTC)
- git: a4fafcbcebfd - stable/13 - stand: Create DEV_NAMLEN for the length of a device name (Tue, 24 Jan 2023 22:11:27 UTC)
- git: 37c6c6ea165b - stable/13 - stand: Small comment correction (Tue, 24 Jan 2023 22:11:28 UTC)
- git: 538888eec5d7 - stable/13 - stand: Make sure nobody has a NULL pointer for dv_cleanup (Tue, 24 Jan 2023 22:11:30 UTC)
- git: 3f43420049bf - stable/13 - stand: tftp.c doesn't need bootinfo.h (Tue, 24 Jan 2023 22:11:31 UTC)
- git: b23f20eb0fec - stable/13 - kboot: Do a style(9) pass on kbootfdt.c (Tue, 24 Jan 2023 22:11:32 UTC)
- git: b40746e8ead2 - stable/13 - kboot: Convert from getdents to getdents64 (Tue, 24 Jan 2023 22:11:33 UTC)
- git: 94745fbde651 - stable/13 - kboot: Remove RELOC defines, it's unused (Tue, 24 Jan 2023 22:11:34 UTC)
- git: dd02168938a4 - stable/13 - kboot: Move conf.c up to top level (Tue, 24 Jan 2023 22:11:35 UTC)
- git: 1fdf0d96c9db - stable/13 - kboot: aarch64 support (Tue, 24 Jan 2023 22:11:36 UTC)
- git: fce2a0a930a7 - stable/13 - kboot: Add host_exit and use it to implement exit() (Tue, 24 Jan 2023 22:11:37 UTC)
- git: cb86911127e8 - stable/13 - kboot: Implement host_ioctl (Tue, 24 Jan 2023 22:11:39 UTC)
- git: 0c1f70f8ee46 - stable/13 - kboot: implement stripped down termios (Tue, 24 Jan 2023 22:11:40 UTC)
- git: 7041245be62b - stable/13 - kboot: Make console raw when we start (Tue, 24 Jan 2023 22:11:41 UTC)
- git: a8b253fced5e - stable/13 - stand: Move quit command to common commands (Tue, 24 Jan 2023 22:11:42 UTC)
- git: 0510ad4b1513 - stable/13 - stand: Add a helper 'universe' target (Tue, 24 Jan 2023 22:11:43 UTC)
- git: f493cbaba968 - stable/13 - stand: use snprintf here (Tue, 24 Jan 2023 22:11:44 UTC)
- git: 7da7edbc326a - stable/13 - stand: Remove unneeded include from geli (Tue, 24 Jan 2023 22:11:45 UTC)
- git: 5a0e9f3a220a - stable/13 - stand: Reduce number of files that need -I${LDRSRC} (Tue, 24 Jan 2023 22:11:47 UTC)
- git: 5c505b9d8166 - stable/13 - stand: i386/amd64: Always use elf format for /boot/loader and pxeldr (Tue, 24 Jan 2023 22:11:48 UTC)
- git: 2d96089c36cf - stable/13 - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr (Tue, 24 Jan 2023 22:11:49 UTC)
- git: 7c1e9eef6f11 - stable/13 - stand: Remove unnecessary include (Tue, 24 Jan 2023 22:11:50 UTC)
- git: cffdb3f5e2da - stable/13 - stand: Move i386_devdesc to a union (Tue, 24 Jan 2023 22:11:51 UTC)
- git: 9dee581ad980 - stable/13 - stand: Change disk_fmtdev to take a struct devdesc * (Tue, 24 Jan 2023 22:11:52 UTC)
- git: 0683209a94b0 - stable/13 - stand: Change zfs_fmtdev to take a struct devdesc * (Tue, 24 Jan 2023 22:11:54 UTC)
- git: e6cafedf0991 - stable/13 - stand: Add dv_devfmt to return a string represenation of the device (Tue, 24 Jan 2023 22:11:55 UTC)
- git: 08939ccadc25 - stable/13 - stand: Add devformat to return formatted string for a device (Tue, 24 Jan 2023 22:11:56 UTC)
- git: de252384c043 - stable/13 - stand: Add disk_fmtdev for dv_fmtdev for all the disk devices (Tue, 24 Jan 2023 22:11:57 UTC)
- git: fe9661bce6a4 - stable/13 - stand: Use devformat rather than disk_devfmt (Tue, 24 Jan 2023 22:11:58 UTC)
- git: ec6d9023e56a - stable/13 - stand: Use devformat instead of disk_devfmt (Tue, 24 Jan 2023 22:11:59 UTC)
- git: 2d0afc3e0a8e - stable/13 - stand: For zfs, set dv_fmtdev to zfs_fmtdev (Tue, 24 Jan 2023 22:12:00 UTC)
- git: e9db6f25b5a6 - stable/13 - stand: Replace zfs_fmtdev with generic devformat() (Tue, 24 Jan 2023 22:12:02 UTC)
- git: 75b7d39e116f - stable/13 - stand: efi_fmtdev can be reduced to devformat (Tue, 24 Jan 2023 22:12:03 UTC)
- git: e36bd9b6cffb - stable/13 - stand: userboot_fmtdev can be reduced to devformat (Tue, 24 Jan 2023 22:12:04 UTC)
- git: 26e5e3ecbd61 - stable/13 - stand: uboot_fmtdev can be reduced to devformat (Tue, 24 Jan 2023 22:12:05 UTC)
- git: 1c68ec6c69b5 - stable/13 - stand: i386_fmtdev can be reduced to devformat (Tue, 24 Jan 2023 22:12:06 UTC)
- git: d89d0858db60 - stable/13 - stand: Make BIOS loader size limits settable (Tue, 24 Jan 2023 22:12:07 UTC)
- git: dba7abcda4a8 - stable/13 - stand: Go back to a.out format for /boot/loader (Tue, 24 Jan 2023 22:12:08 UTC)
- git: 6760e8df9dc6 - stable/13 - stand: Raise limit to 550,000 bytes for loader (Tue, 24 Jan 2023 22:12:09 UTC)
- git: 03c44354fc9e - stable/13 - loader: zfs reader should only store devdesc in f_devdata (Tue, 24 Jan 2023 22:12:11 UTC)
- git: 39cfd1380a64 - stable/13 - stand: Use bool for stage_offset_set (Tue, 24 Jan 2023 22:12:12 UTC)
- git: f80cdedebe9f - stable/13 - stand: More sensible defaults when ConOut is missing (Tue, 24 Jan 2023 22:12:13 UTC)
- git: adeec17f8122 - stable/13 - stand: Document that boot0 uses BIOS (Tue, 24 Jan 2023 22:12:14 UTC)
- git: 1bd78b3302c8 - stable/13 - stand: Stop setting hints for bios loader too (Tue, 24 Jan 2023 22:12:15 UTC)
- git: 8b46b5291367 - stable/13 - stand: Document EFI consoles (Tue, 24 Jan 2023 22:12:16 UTC)
- git: 3cb3b855b97c - stable/13 - stand: separate the command lookup from the command execution (Tue, 24 Jan 2023 22:12:17 UTC)
- git: 6617245b33af - stable/13 - stand: Add interp_has_builtin_cmd to see if we have a command (Tue, 24 Jan 2023 22:12:18 UTC)
- git: 69c6f6347c12 - stable/13 - stand: Add lua binding loader.has_command (Tue, 24 Jan 2023 22:12:20 UTC)
- git: 77fd18a8271e - stable/13 - kboot: add minmalist init functionality (Tue, 24 Jan 2023 22:12:21 UTC)
- git: 63284e7d6ac7 - stable/13 - kboot: List sources one per line to make merges easier (Tue, 24 Jan 2023 22:12:22 UTC)
- git: 09932da03ec4 - stable/13 - stand: Parse BIOS revision from SMBIOS (Tue, 24 Jan 2023 22:12:23 UTC)
- git: ffe0cd442311 - stable/13 - lualoader: Add loader_menu_multi_user_prompt config variable (Tue, 24 Jan 2023 22:12:24 UTC)
- git: fb7f61f13ae1 - stable/13 - stand: Grammar fix for a source code comment (Tue, 24 Jan 2023 22:12:25 UTC)
- git: ae04175ec32d - stable/13 - stand/kboot: Add note about why we use MACHINE_ARCH here (Tue, 24 Jan 2023 22:12:26 UTC)
- git: 9508e7be6540 - stable/13 - Revert "stand: Grammar fix for a source code comment" (Tue, 24 Jan 2023 22:12:28 UTC)
- git: a79a53da7d99 - stable/13 - loader.efi(8): document slop control, amd64 nocopy, and amd64 fault commands (Tue, 24 Jan 2023 22:12:29 UTC)
- git: b9ec3ec2275c - stable/13 - stand: Add driver interface docs (Tue, 24 Jan 2023 22:12:30 UTC)
- git: 031b1942f92a - stable/13 - stand/efi: Clean the proper files (Tue, 24 Jan 2023 22:12:31 UTC)
- git: 468109eba9d2 - stable/13 - stand: use archsw.arch_copyin instead of i386_copyin (Tue, 24 Jan 2023 22:12:32 UTC)
- git: cf96360237ea - stable/13 - stand: use archsw.arch_copyin instead of direct call (Tue, 24 Jan 2023 22:12:33 UTC)
- git: 9bc956361bcc - stable/13 - stand: Create MOD_ALIGN macro and use it everywhere (Tue, 24 Jan 2023 22:12:34 UTC)
- git: 52804bde1baf - stable/13 - stand: Create common/modinfo.h (Tue, 24 Jan 2023 22:12:36 UTC)
- git: 2b3598753e20 - stable/13 - stand: Move md_copymodules into modinfo.c and reduce copies (Tue, 24 Jan 2023 22:12:37 UTC)
- git: b33c831ade59 - stable/13 - stand: Move MOD_xxx macros from modinfo.h to .c (Tue, 24 Jan 2023 22:12:38 UTC)
- git: 84a31012bf09 - stable/13 - stand: collapse all copies of *copyenv into md_copyenv (Tue, 24 Jan 2023 22:12:39 UTC)
- git: 742ad212c5bd - stable/13 - stand: Remove dead store to bi_kernelname (Tue, 24 Jan 2023 22:12:40 UTC)
- git: 771751dc1591 - stable/13 - stand: Stop support booting 4.x and earlier kernels (Tue, 24 Jan 2023 22:12:41 UTC)
- git: f7f2e8226c52 - stable/13 - stand: Allocate bootinfo rather than have it be static (Tue, 24 Jan 2023 22:12:42 UTC)
- git: 61c9a00f8e5c - stable/13 - stand/elf: Only support swapping headers on powerpc. (Tue, 24 Jan 2023 22:12:43 UTC)
- git: 48558b24a0a7 - stable/13 - libsa/rarp.c: Change printf format string (Tue, 24 Jan 2023 22:12:44 UTC)
- git: a6da4548613b - stable/13 - libsa/rarp.c: Change casted type and printf format (Tue, 24 Jan 2023 22:12:46 UTC)
- git: 285714ea7a21 - stable/13 - libsa/arp.c: Change printf format string (Tue, 24 Jan 2023 22:12:47 UTC)
- git: f600fa25a2f2 - stable/13 - libsa/netif.c: Replace #if with #ifdef (Tue, 24 Jan 2023 22:12:48 UTC)
- git: 924dc2ef3d58 - stable/13 - kboot: Move load address stuff to MD code (Tue, 24 Jan 2023 22:12:49 UTC)
- git: cf39b45a3043 - stable/13 - kboot: hostdisk add to lsdev output (Tue, 24 Jan 2023 22:12:50 UTC)
- git: e2cc4bab4b00 - stable/13 - stabd/geli: Bail out if you can't get the disks size (Tue, 24 Jan 2023 22:12:51 UTC)
- git: a34fda8a5d1a - stable/13 - geli: Move check for DEVT_DISK into geli_probe_and_attach (Tue, 24 Jan 2023 22:12:52 UTC)
- git: 228dfdb7f210 - stable/13 - stand/kboot: hostdisk isn't a DEVT_DISK, use a different value. (Tue, 24 Jan 2023 22:12:53 UTC)
- git: cc56d139e936 - stable/13 - stand/efi: Simpler construct (Tue, 24 Jan 2023 22:12:55 UTC)
- git: 7a6a561e861c - stable/13 - stand/kboot: Make FDT fixup per-arch (Tue, 24 Jan 2023 22:12:56 UTC)
- git: f811057b2a7f - stable/13 - kboot: Add hostfs (Tue, 24 Jan 2023 22:12:57 UTC)
- git: 973f42c8e214 - stable/13 - stand: Nuke double-semicolons (Tue, 24 Jan 2023 22:12:58 UTC)
- git: 75d454911f7d - stable/13 - stand: Remove unused enum (Tue, 24 Jan 2023 22:12:59 UTC)
- git: 665145887765 - stable/13 - stand: Update comment about devdesc (Tue, 24 Jan 2023 22:13:00 UTC)
- git: 45e293c9b335 - stable/13 - libsa: Add missing GNU-stack annotations to _setjmp.S. (Tue, 24 Jan 2023 22:13:01 UTC)
- git: becebbab43c7 - stable/13 - ofw: Cast function pointer to proper type (Tue, 24 Jan 2023 22:13:03 UTC)
- git: 1170d72ddcc0 - stable/13 - ofw: Remove old K&R function declaration (Tue, 24 Jan 2023 22:13:04 UTC)
- git: 6e6aabe8bc2c - stable/13 - stand/ofw: Use strpbrk instead of two strchrs (Tue, 24 Jan 2023 22:13:05 UTC)
- git: 063a16f690e4 - stable/13 - ofw_net: Use c99 initializers (Tue, 24 Jan 2023 22:13:06 UTC)
- git: 9ef73855542f - stable/13 - stand/zlib: Zlib still uses K&R function definitions (Tue, 24 Jan 2023 22:13:07 UTC)
- git: 8189dec087b7 - stable/13 - stand: Change disk_parsedev() API (Tue, 24 Jan 2023 22:13:08 UTC)
- git: 9fd7cf55e6ff - stable/13 - stand: Change zfs_parsedev() API (Tue, 24 Jan 2023 22:13:09 UTC)
- git: e29ff543be64 - stable/13 - stand: Introduce new dv_parsedev routine (Tue, 24 Jan 2023 22:13:10 UTC)
- git: ac8d9f5c8968 - stable/13 - stand: Introduce devparse to parse device / path strings (Tue, 24 Jan 2023 22:13:12 UTC)
- git: b5046150d49c - stable/13 - stand/zfs: Connect dv_parsedev to zfs_parsedev (Tue, 24 Jan 2023 22:13:13 UTC)
- git: 226a0e3226cd - stable/13 - stand: For all disk drivers, connect dv_parsedev to disk_parsedev (Tue, 24 Jan 2023 22:13:14 UTC)
- git: ed6e58152124 - stable/13 - stand/efi: Move to using common devparse() (Tue, 24 Jan 2023 22:13:15 UTC)
- git: 0bd2b461b9f6 - stable/13 - stand/i386: Move to using common devparse() (Tue, 24 Jan 2023 22:13:16 UTC)
- git: 8bf426402870 - stable/13 - stand/userboot: Move to using common devparse() (Tue, 24 Jan 2023 22:13:17 UTC)
- git: 69814700c6fb - stable/13 - stand/ofw: Access the parsing routine more directly (Tue, 24 Jan 2023 22:13:18 UTC)
- git: e78a4b39013d - stable/13 - stand: make zfs_parsedev static (Tue, 24 Jan 2023 22:13:20 UTC)
- git: e75f304a5e97 - stable/13 - zfs: Remove devicename_stubs (Tue, 24 Jan 2023 22:13:21 UTC)
- git: b148cd6c8c5b - stable/13 - stand/ofw: ofw_disk isn't really a disk (Tue, 24 Jan 2023 22:13:22 UTC)
- git: 31cf842a96da - stable/13 - stand: create devinit (Tue, 24 Jan 2023 22:13:23 UTC)
- git: 62f382631793 - stable/13 - stand: parsedev API change: devspec now points to start of full device name (Tue, 24 Jan 2023 22:13:24 UTC)
- git: 91cce9c871a6 - stable/13 - stand: Add dv_match (Tue, 24 Jan 2023 22:13:25 UTC)
- git: 5df48d2d0386 - stable/13 - stand: Implement ofw disk print routine (Tue, 24 Jan 2023 22:13:26 UTC)
- git: 454b52dc3709 - stable/13 - stand/ofw: Add ofw_path_to_handle (Tue, 24 Jan 2023 22:13:27 UTC)
- git: 8bca927b88d6 - stable/13 - stand/ofw: Subclass devnet to cope with ofw's unique needs (Tue, 24 Jan 2023 22:13:29 UTC)
- git: c079fa5c04d8 - stable/13 - ofw/disk: Add parsedev support (Tue, 24 Jan 2023 22:13:30 UTC)
- git: 6cb83949f7dd - stable/13 - stand/ofw: Use devparse (Tue, 24 Jan 2023 22:13:31 UTC)
- git: 7ece24fe1680 - stable/13 - stand/ofw: Refactor ofw parsedev (Tue, 24 Jan 2023 22:13:32 UTC)
- git: 4777b87c13e0 - stable/13 - kboot: Create routines to read Linux tiny files (Tue, 24 Jan 2023 22:13:33 UTC)
- git: 9bc5c28cc0c1 - stable/13 - kboot: move to using devparse (Tue, 24 Jan 2023 22:13:34 UTC)
- git: 965939b23966 - stable/13 - kboot: amd64 use /sys/firmware/memmap to find free memory (Tue, 24 Jan 2023 22:13:35 UTC)
- git: 0e78599a5b58 - stable/13 - kboot: Enhance hostdisk (Tue, 24 Jan 2023 22:13:36 UTC)
- git: 01e7e8c58f86 - stable/13 - kboot: Use unsigned long long. (Tue, 24 Jan 2023 22:13:38 UTC)
- git: d716a23cabf4 - stable/13 - kboot: Move archsw init earlier (Tue, 24 Jan 2023 22:13:39 UTC)
- git: fe0c839e2cb3 - stable/13 - kboot: Add readme (Tue, 24 Jan 2023 22:13:40 UTC)
- git: a5f090ffe83a - stable/13 - kboot: Make dosfs support conditional (Tue, 24 Jan 2023 22:13:41 UTC)
- git: 68e7006a78c2 - stable/13 - kboot: Enable fewer things by default (Tue, 24 Jan 2023 22:13:42 UTC)
- git: 8bf162765f42 - stable/13 - stand/efi: Document the copy size trick (Tue, 24 Jan 2023 22:13:43 UTC)
- git: 495986b63bf1 - stable/13 - stand/efi: Remove redundant parenthesis (Tue, 24 Jan 2023 22:13:45 UTC)
- git: 374952d9911b - stable/13 - stand/efi: Better include order for sharing (Tue, 24 Jan 2023 22:13:46 UTC)
- git: 583dde3da0b6 - stable/13 - stand/efi: Break stlye rules a little for easier sharing (Tue, 24 Jan 2023 22:13:47 UTC)
- git: 743ee03d7289 - stable/13 - kboot: powerpc ldscript catchup (Tue, 24 Jan 2023 22:13:48 UTC)
- git: 76cd49c8fecf - stable/13 - stand: aarch64 has different nlinks than amd64 (Tue, 24 Jan 2023 22:13:49 UTC)
- git: 3f10d138f335 - stable/13 - kboot: Add missing license to termios (Tue, 24 Jan 2023 22:13:50 UTC)
- git: abda8106e231 - stable/13 - kboot: Add aarch64 termios (Tue, 24 Jan 2023 22:13:51 UTC)
- git: 31f473ee8763 - stable/13 - kboot: powerpc64 has no newfstat system call (Tue, 24 Jan 2023 22:13:53 UTC)
- git: 931e05ffc215 - stable/13 - kboot: Use #define for DT_DIR (Tue, 24 Jan 2023 22:13:54 UTC)
- git: 0d805f0f6f25 - stable/13 - kboot: Add md_addr to metadata (Tue, 24 Jan 2023 22:13:55 UTC)
- git: d0288b18fbac - stable/13 - stand: update prototypes for md_load and md_load64 (Tue, 24 Jan 2023 22:13:56 UTC)
- git: 8eed23716454 - stable/13 - stand/zlib: Document the upstream issue behind NO_DEPRECATED_NON_PROTOTYPE (Tue, 24 Jan 2023 22:13:57 UTC)
- git: 693894521c5e - stable/13 - kboot: Mark the EFI specific parts of bootinfo.c (Tue, 24 Jan 2023 22:13:58 UTC)
- git: 093049763b37 - stable/13 - kboot: copy EFI's bootinfo.c and adjust (Tue, 24 Jan 2023 22:13:59 UTC)
- git: c6faa738825c - stable/13 - stand/kboot: Initialize all the devices (Tue, 24 Jan 2023 22:14:01 UTC)
- git: e0dcc847893d - stable/13 - stand/kboot: Remove unneeded include. (Tue, 24 Jan 2023 22:14:02 UTC)
- git: 9c621f09dda5 - stable/13 - stand/efi: remove unused local varaibles (Tue, 24 Jan 2023 22:14:03 UTC)
- git: 4bebad28e66f - stable/13 - stand/kboot: Parse the command line args (Tue, 24 Jan 2023 22:14:04 UTC)
- git: 5cf716225179 - stable/13 - kboot: Need to find the ACPI tables (Tue, 24 Jan 2023 22:14:05 UTC)
- git: b5f753c82a11 - stable/13 - kboot: Allow loading fdt from different sources (Tue, 24 Jan 2023 22:14:06 UTC)
- git: e68bfa6252a5 - stable/13 - kboot: Use (void) instead of () for functiosn with no args (Tue, 24 Jan 2023 22:14:07 UTC)
- git: 887eddca598a - stable/13 - stand: Make ioctl declaration consistent (Tue, 24 Jan 2023 22:14:09 UTC)
- git: 28dc27649b0e - stable/13 - stand: Add inttype.h (Tue, 24 Jan 2023 22:14:10 UTC)
- git: 5e4f201c7ded - stable/13 - stand: Allow stand.h to be included in C++ programs (Tue, 24 Jan 2023 22:14:11 UTC)
- git: 2b42c3818a68 - stable/13 - kboot: hostdisk.c update copyright notice (Tue, 24 Jan 2023 22:14:12 UTC)
- git: 85d8155e9526 - stable/13 - kboot: Disks should be at least 16MB (Tue, 24 Jan 2023 22:14:13 UTC)
- git: 3141164b2a88 - stable/13 - stand: Add macros for file types from stat (Tue, 24 Jan 2023 22:14:14 UTC)
- git: dd0f00db08e0 - stable/13 - kboot: Sort kexec_load alphabetically (Tue, 24 Jan 2023 22:14:15 UTC)
- git: e474c385776e - stable/13 - kboot: use 128MB for the heap area, ZFS needs a lot of memory (Tue, 24 Jan 2023 22:14:17 UTC)
- git: 903ffbe57d2b - stable/13 - stand/zfs: Add a third argument to zfs_probe_dev: part_too (Tue, 24 Jan 2023 22:14:18 UTC)
- git: 6ebdd83cae10 - stable/13 - stand/efi: Better variable name (Tue, 24 Jan 2023 22:14:19 UTC)
- git: ab377e0e5168 - stable/13 - stand: Create common gen_setcurrdev and replace code (Tue, 24 Jan 2023 22:14:20 UTC)
- git: 6c918e0bfaf8 - stable/13 - stand: Move dev_cleanup into libsa (Tue, 24 Jan 2023 22:14:21 UTC)
- git: 7956ceec924a - stable/13 - stand: create common set_currdev (Tue, 24 Jan 2023 22:14:22 UTC)
- git: 10b9e348e467 - stable/13 - stand: Separate base and cli parts of nvstore (Tue, 24 Jan 2023 22:14:23 UTC)
- git: 2f7b00be106f - stable/13 - stand/ofw: dev can't be NULL here (Tue, 24 Jan 2023 22:14:24 UTC)
- git: 0cd6d49acf74 - stable/13 - stand/uboot: Explain why we test for NULL here (Tue, 24 Jan 2023 22:14:26 UTC)
- git: 379f5668e24a - stable/13 - stand/zfs: Fix memory leaking on error cases (Tue, 24 Jan 2023 22:14:27 UTC)
- git: 85ce7697ca58 - stable/13 - kboot: Rework hostdisk.c to allow easier ZFS support. (Tue, 24 Jan 2023 22:14:28 UTC)
- git: 85ab3bb9897c - stable/13 - kboot: Add ZFS support to hostdisk (Tue, 24 Jan 2023 22:14:29 UTC)
- git: f168e96dfba2 - stable/13 - kboot: Add support for ZFS volumes (Tue, 24 Jan 2023 22:14:30 UTC)
- git: d11df0599d9d - stable/13 - kboot: Add ZFS support build glue (Tue, 24 Jan 2023 22:14:31 UTC)
- git: eaed7ff9d014 - stable/13 - kboot: Fetch hostfs_root and bootdev from the environment (Tue, 24 Jan 2023 22:14:32 UTC)
- git: 0b569fe6717a - stable/13 - kboot: Add hostdisk override (Tue, 24 Jan 2023 22:14:33 UTC)
- git: f9ab67f200a4 - stable/13 - kboot: Use standard set_currdev (Tue, 24 Jan 2023 22:14:35 UTC)
- git: 3ececb0f35b9 - stable/13 - stand: dev can't be NULL in default_prasedev (Tue, 24 Jan 2023 22:14:36 UTC)
- git: 6f3e6234f8be - stable/13 - endian.h: Use the __bswap* versions (Tue, 24 Jan 2023 23:28:24 UTC)
- git: 1004da283d45 - stable/13 - linux: For better compatibility, provide compatible endian.h (Tue, 24 Jan 2023 23:28:25 UTC)
- git: 1dd126163b94 - stable/13 - byteswap.h: Add a glibc/linux compatible byteswap.h (Tue, 24 Jan 2023 23:28:26 UTC)
- Re: git: e006859bce01 and git: 8cc2156f85bb (and more?) for stable/13: removing some mips support and using 1400000 in one place? (Wed, 25 Jan 2023 04:40:59 UTC)
- git: 1f1a1568a74c - stable/13 - Revert "stand: remove mips support" (Wed, 25 Jan 2023 04:45:58 UTC)
- git: b08ee044928e - stable/13 - Revert "Bump the FreeBSD kernel version in kernel boot shim." (Wed, 25 Jan 2023 04:45:59 UTC)
- git: b02419fc409c - stable/13 - Revert "mips: remove saf1761" (Wed, 25 Jan 2023 04:46:00 UTC)
- git: a72d533769ec - stable/13 - stand: mfc notes (Wed, 25 Jan 2023 04:46:01 UTC)
- git: 54112db5c466 - stable/13 - stand/uboot: Remove -fPIC here (Wed, 25 Jan 2023 15:23:03 UTC)
- git: 8c7293a0ea24 - stable/13 - stand: update mips uboot to uboot reorg (Wed, 25 Jan 2023 15:23:04 UTC)
- git: d428dcc996b5 - stable/13 - stand/mips64: Make beri loader compile (Wed, 25 Jan 2023 15:23:05 UTC)
- Re: git: d428dcc996b5 - stable/13 - stand/mips64: Make beri loader compile (Wed, 25 Jan 2023 16:59:58 UTC)
- git: 20840247bcdd - stable/13 - stand: updated MFC info. (Wed, 25 Jan 2023 18:36:59 UTC)
- git: ef72e52e8e0e - stable/13 - stand/mips: retire BERI boot loader (Wed, 25 Jan 2023 18:37:00 UTC)
- Xin LI
- Yoshihiro Takahashi
- Zhenlei Huang
- git: 8819353dd0df - stable/13 - vxlan: Add support for socket ioctls SIOC[SG]TUNFIB (Wed, 11 Jan 2023 10:39:54 UTC)
- git: 00399a54c561 - stable/13 - if_vxlan(4): Add missing statistic for input packets (Wed, 11 Jan 2023 10:39:55 UTC)
- git: faa7d6c2f94a - stable/13 - if_vxlan(4): Correct the statistic for output bytes (Wed, 11 Jan 2023 10:39:56 UTC)
- git: 310f6f2448ed - stable/13 - if_me: Use dedicated network privilege (Wed, 11 Jan 2023 10:39:58 UTC)
- git: 9383a51afd80 - stable/13 - Introduce and use the NET_EPOCH_DRAIN_CALLBACKS() macro (Wed, 11 Jan 2023 10:39:59 UTC)
- git: cd4c0b01cbae - stable/13 - wg: Use NET_EPOCH_DRAIN_CALLBACKS macro (Wed, 11 Jan 2023 10:40:00 UTC)
- git: 3070bedd3dc5 - stable/13 - geom_part: Fix potential integer overflow when checking size of the table (Wed, 11 Jan 2023 10:40:01 UTC)
- git: 71a44d641fe0 - stable/13 - GEOM: Remove redundant NULL pointer check before g_free() (Wed, 11 Jan 2023 10:40:02 UTC)
- git: 40beb4ae59ce - stable/12 - vxlan: Add support for socket ioctls SIOC[SG]TUNFIB (Fri, 13 Jan 2023 04:33:34 UTC)
- git: fcc723121376 - stable/12 - if_vxlan(4): Add missing statistic for input packets (Fri, 13 Jan 2023 04:33:35 UTC)
- git: b16d7d17d197 - stable/12 - if_vxlan(4): Correct the statistic for output bytes (Fri, 13 Jan 2023 04:33:37 UTC)
- git: 92de6be41ef4 - stable/12 - if_me: Use dedicated network privilege (Fri, 13 Jan 2023 04:33:38 UTC)
- git: 4d8dd8c29480 - stable/12 - devfs.rules: Do not expose "log" in the default devfs rules (Thu, 19 Jan 2023 15:06:50 UTC)
- git: 0d44c5ae3735 - stable/13 - lio: Remove unneeded include (Thu, 19 Jan 2023 15:46:01 UTC)
- git: d89fd4115ecd - stable/12 - lio: Remove unneeded include (Thu, 19 Jan 2023 15:50:06 UTC)
- git: 4a8af507ebe5 - stable/13 - routing: Use NET_EPOCH_[CALL|WAIT] macros (Thu, 19 Jan 2023 16:21:21 UTC)