dev-commits-src-main@FreeBSD.org
Commit messages for the main branch of the src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
January 2024 Archives by date
- Mon, 01 Jan 2024
- git: 91d2a093dfac - main - isp: Fix endianness conversion in isp_read_flash_data() Mark Johnston
- git: 39e39ba05672 - main - nanobsd: Revert back to 1G (really 927M) partitions for rescue. Warner Losh
- git: 259e6fefc0ad - main - test-includes: Add -ansi to the compile line to catch problems Warner Losh
- git: 499e84e16f56 - main - copyright: Bump the copyright date. Warner Losh
- git: 09af4bf2c987 - main - zfs: Fix SPA sysctl handlers Mark Johnston
- git: c3268c23de45 - main - libdtrace: Fix TCP data offset handling in the tcpinfo_t translator Mark Johnston
- Tue, 02 Jan 2024
- git: 78cd75393ec7 - main - ctfconvert: Handle DW_AT_data_bit_offset Mark Johnston
- git: 7df9da47e8f0 - main - Fix udp IPv4-mapped address Emmanuel Vadot
- git: 1db45a406688 - main - stress2: Handle the new output format of vmstat(8) Peter Holm
- git: 518a1fd7d349 - main - makefs: Fix ZFS cross-reference sections Mark Johnston
- git: adc215de9cab - main - release: Add missing /var/crash ZFS dataset Mark Johnston
- git: ffc4f93e960d - main - Fix typos in man pages under /share/man Benedict Reuschling
- git: 029b10b16a4f - main - vmrun.sh: add missing options in usage message Christos Margiolis
- git: 2ee77056d2d4 - main - vmrun.sh: allow device name arguments in pci-passthru option Christos Margiolis
- git: 30887c7d48ea - main - kldxref: fix bootstrapping on Linux with Clang 16 Alex Richardson
- Re: git: b4efc6277634 - main - LinuxKPI: Do not use explicit context in FPU sections on powerpc64 John Baldwin
- git: 660bd40a598a - main - netlink: use domain specific send buffer Gleb Smirnoff
- git: 67d9023f07a4 - main - netlink: uninline some KPI functions that work with struct nl_writer Gleb Smirnoff
- git: 0ad011ececb9 - main - tests/netlink: add netlink socket buffer test Gleb Smirnoff
- git: 17083b94a915 - main - netlink: use protocol specific receive buffer Gleb Smirnoff
- git: 7e19c0186f00 - main - netlink: improve nl_soreceive() Gleb Smirnoff
- git: ff5ad900d2a0 - main - netlink: refactor control data generation for recvmsg(2) Gleb Smirnoff
- git: 025007f39145 - main - netlink: remove stale comment Gleb Smirnoff
- git: 67b0b907854a - main - i386: Always bounce DMA requests above 4G for !PAE kernels John Baldwin
- git: 10f2e94acc1e - main - vm_page_reclaim_contig(): update comment to chase recent changes Jason A. Harmening
- Wed, 03 Jan 2024
- git: 8b144c015c9c - main - cxgbe(4): Destroy the tick mutex during VI detach. Navdeep Parhar
- Re: git: b4efc6277634 - main - LinuxKPI: Do not use explicit context in FPU sections on powerpc64 Vladimir Kondratyev
- git: 85c9d36497fc - main - acl_equiv_mode_np: zero mode on just inited ACL Brooks Davis
- git: a9174861eab9 - main - posixshm largepage_mmap: fix a racy test Brooks Davis
- git: b023e965dc05 - main - traceroute: Remove the $FreeBSD$ pattern Mark Johnston
- git: 777e494a7634 - main - traceroute6: style(9) fixes Mark Johnston
- git: 943a9f4e470c - main - traceroute: style(9) fixes Mark Johnston
- git: b0e13f785b33 - main - netinet: Define IPv6 ECN mask Mark Johnston
- git: 0c2218d1d5fd - main - traceroute6: Implement ECN bleaching detection Mark Johnston
- git: 8aafae66394f - main - traceroute: Implement ECN bleaching detection Mark Johnston
- git: c3786ca8bc5b - main - capsicum(4): add cross-ref to capsicum_helpers(3) Ed Maste
- git: e9910377a7a9 - main - bin/cp: remove unreachable break Warner Losh
- git: 8312a902f98c - main - bin/setfacl: remove unreachable break after usage() Warner Losh
- git: 4d8d9111a4bf - main - bin/timeout: remove unreachable break after usage() Warner Losh
- git: 883a1b00fd13 - main - Makefile: Deorbit fmake support Warner Losh
- git: 01918855cfc9 - main - bsd.own.mk: Assume a modern make Warner Losh
- git: 5a4b548ab246 - main - bsd.port.mk: No need to support fmake anymore Warner Losh
- git: 55197eade459 - main - sys.mk: Remove support for building with fmake on modern systems. Warner Losh
- git: 2c5dcc54473f - main - make_check: Deobit fmake support Warner Losh
- Re: git: b4efc6277634 - main - LinuxKPI: Do not use explicit context in FPU sections on powerpc64 John Baldwin
- git: 0201eb29dde9 - main - cxgbe(4): Fix virtual interface reattach. Navdeep Parhar
- git: ee7d5ba1b554 - main - setfib.2: Consistently capitalize "FIB" Mark Johnston
- git: 6779d44bd878 - main - bhyveload: use a dirfd to support -h Kyle Evans
- git: bf7c4fcbbb05 - main - bhyveload: hold /boot and do relative lookups for the loader Kyle Evans
- git: 8bf0882e186e - main - bhyveload: enter capability mode after we setup the vcpu Kyle Evans
- Re: git: bf7c4fcbbb05 - main - bhyveload: hold /boot and do relative lookups for the loader Kyle Evans
- Thu, 04 Jan 2024
- git: 67082f077f39 - main - bhyveload: fix non -l use Kyle Evans
- git: e23954bd42fe - main - hexdump: Do not trust st_size if it equals zero. Xin LI
- git: 1fb3caee7224 - main - tail: Do not trust st_size if it equals zero. Xin LI
- git: b6052c10fb4a - main - Setups with digital audio connections like SPDIF and ADAT require a designated master clock to stay in sync. Add a sysctl setting to control the preferred clock source for each HDSPe sound card. Complement this by sysctl values to list available clock sources, show the currently effective clock source and display the sync status of all connections. Clock sources are named according to RME user manuals. Ruslan Bukin
- git: bd61c1e89dc4 - main - libthr: thr_attr.c: Clarity, whitespace and style Olivier Certner
- git: 0eccb45979a8 - main - libthr: thr_attr.c: EINVAL, not ENOTSUP, on invalid arguments Olivier Certner
- Re: git: bd61c1e89dc4 - main - libthr: thr_attr.c: Clarity, whitespace and style Konstantin Belousov
- git: a5e65981ca51 - main - sys/conf: Add backlight as a dependency to pwm_backlight.c Oskar Holmlund
- git: 8d01ecd8e9da - main - frag6: Add another use of frag6_rmqueue() Mark Johnston
- git: 27f4eda3ddce - main - vfs: Simplify vrefact() Mark Johnston
- git: 55edc40e0c75 - main - file: Remove the fd parameter to fgetvp_lookup() and fgetvp_lookup_smr() Mark Johnston
- git: d63ea0367400 - main - x86: Make cpu_model[] public Mark Johnston
- git: d74a742704eb - main - linprocfs: Avoid using a sysctl to get the CPU model string Mark Johnston
- git: 0aba5dd2af57 - main - identcpu: Let the hw.model be readable in capability mode Mark Johnston
- git: 969fc091343e - main - sysctl: Don't pass CTLFLAG_MPSAFE to SYSCTL_STRING Mark Johnston
- git: a0993376ec5f - main - stats: Check for errors from copyout() Mark Johnston
- git: 904cd456f0f9 - main - targ: Handle errors from suword() Mark Johnston
- git: 243e3ab3d34a - main - bnxt: Handle errors from copyout() in ioctl handlers Mark Johnston
- Re: git: bd61c1e89dc4 - main - libthr: thr_attr.c: Clarity, whitespace and style Olivier Certner
- git: f66370b48309 - main - mailmap: Translate olce's personal address to olce@FreeBSD.org Olivier Certner
- git: 8e36732e6eb5 - main - systm: Annotate copyin() and related functions with __result_use_check Mark Johnston
- git: 359fc7eb329b - main - Typos corrected; dependant, addres. Jens Schweikhardt
- git: fc55c20355d8 - main - heimdal: Fix man page and documentation typos Cy Schubert
- git: 1809089a9613 - main - rc.d: Process autobridge_* in vnet jails Mark Johnston
- Re: git: fc55c20355d8 - main - heimdal: Fix man page and documentation typos Cy Schubert
- git: 53d908d6eb9d - main - Correct three typos in manuals. Jens Schweikhardt
- git: b1e82d33193b - main - cxgbe(4): Update firmwares to 1.27.5.0 Navdeep Parhar
- git: 5f840a1758b4 - main - pf: don't clobber log flag Kristof Provost
- git: 948e8413aba0 - main - pflog: pass the action to pflog directly Kristof Provost
- git: 32df0124f467 - main - pf tests: ensure that pflog shows malformed packets as blocked, not passed Kristof Provost
- git: 66cacc141d37 - main - libpfctl: introduce pfctl_handle Kristof Provost
- git: 324fd7ec4043 - main - libpfctl: introduce a handle-enabled variant of pfctl_add_rule() Kristof Provost
- Re: git: 324fd7ec4043 - main - libpfctl: introduce a handle-enabled variant of pfctl_add_rule() Jessica Clarke
- Re: git: 324fd7ec4043 - main - libpfctl: introduce a handle-enabled variant of pfctl_add_rule() Kristof Provost
- Fri, 05 Jan 2024
- git: 6c951b37170f - main - mail: add volatile in grabh() Mark Johnston
- git: 069ac18495ad - main - ssh: Update to OpenSSH 9.6p1 Ed Maste
- git: 987446fa39e8 - main - mlx5(4): only detach IOV children if iov was successfully initialized Konstantin Belousov
- git: 7dae1467d72a - main - nfsclient copy_file_range(): flush dst vnode data Konstantin Belousov
- git: 47ec00d9d607 - main - nfsclient: flush dirty pages of the vnode Konstantin Belousov
- git: 656d2e83d9ee - main - nfsclient: eliminate ncl_writebp() Konstantin Belousov
- git: 4c41d10f1538 - main - vtruncbuf: add a comment explaining the purpose of the loop Konstantin Belousov
- git: 2d33ad48bd37 - main - vtruncbuf: improve the check for meta buffer Konstantin Belousov
- git: 70dc6b2ce314 - main - nfsclient: limit situations when we do unlocked read-ahead by nfsiod Konstantin Belousov
- Re: git: bd61c1e89dc4 - main - libthr: thr_attr.c: Clarity, whitespace and style Konstantin Belousov
- git: c067be72e835 - main - bhyveload: limit rights on the dirfds we create Kyle Evans
- git: 24cd5c26fe3e - main - bhyveload: support guest rebooting from the loader Kyle Evans
- git: 9fd978680db6 - main - jail: add security.jail.mlock_allowed Baptiste Daroussin
- Re: git: bd61c1e89dc4 - main - libthr: thr_attr.c: Clarity, whitespace and style Olivier Certner
- git: 8ec6d7be2e27 - main - kern: console: make /dev/console backing console more predictable Kyle Evans
- git: f9b17005bf8f - main - bhyveload: fix comment style Kyle Evans
- git: a68d5a66258e - main - Revert "kern: console: make /dev/console backing console more predictable" Kyle Evans
- git: 4347ef60501f - main - arm64/RPI: enable powerd by default on arm64-aarch64-RPI images Mike Karels
- Sat, 06 Jan 2024
- git: 6f55a4e24c94 - main - timingsafe_bcmp(3) was MFC'ed to 11.1 David E. O'Brien
- git: aa1223ac3afc - main - tcp: limit visibility of symbols Michael Tuexen
- git: f402e087379c - main - tcpsso: fix typos in man page Michael Tuexen
- git: fbbdfa2b8a42 - main - nfsv4(4): mention the nfsv4_server_only setting Daniel Ebdrup Jensen
- git: 893ed42eca32 - main - tcp: Make use of enum for sack_changed Richard Scheffenegger
- git: 30409ecdb648 - main - tcp: do not purge SACK scoreboard on first RTO Richard Scheffenegger
- git: e179d9739b14 - main - tcpsso: support TIME_WAIT state Michael Tuexen
- Re: git: fbbdfa2b8a42 - main - nfsv4(4): mention the nfsv4_server_only setting Alan Somers
- git: dbee52c9d600 - main - Connect my checkstyle9.pl script to a action. Warner Losh
- Sun, 07 Jan 2024
- git: e5b33e6eef7d - main - style.yml: Don't run this on branch pushes Warner Losh
- git: 7d35b389729e - main - dtrace/profile: Set t_dtrace_trapframe for profile probes Mark Johnston
- git: 1e8172457833 - main - checkstyle9: Remove irrelevant stuff from qemu Warner Losh
- git: 4748db6ffd42 - main - checkstyle9.pl: Don't use $root if not defined Warner Losh
- Mon, 08 Jan 2024
- git: 8a4577423e82 - main - ffs/ffs_rawread.c: clean up includes Konstantin Belousov
- git: 5704277ae58b - main - puc: Add support for Exar XR17V354 Quad PCI Express UART. Yoshihiro Takahashi
- git: 9a622787244c - main - mii: Fix memory leak in micphy. Yoshihiro Takahashi
- git: 58cf91d3b72a - main - resolv: Add a required include to resolv.h Yoshihiro Takahashi
- git: 118d0ff54d4f - main - rtw89: improve debugging and fix a sleep issue Bjoern A. Zeeb
- git: c8e7f78a3d28 - main - ath10k/rtw89: make compile again after LinuxKPI changes Bjoern A. Zeeb
- git: 1e82d882ed33 - main - fix using man(1) with multiple pages Wolfram Schneider
- git: ba719a0fec8f - main - Fix "version introduced" in numerous manual pages Ed Maste
- git: a4a838a31ac2 - main - bhyveload: make error printing consistent Kyle Evans
- git: f4574e2dc5a4 - main - tcp: prevent spurious empty segments and fix uncommon panic Richard Scheffenegger
- git: 429f14f83ae1 - main - tcp: clean PRR state after ECN congestion recovery. Richard Scheffenegger
- git: 20010b86fe0e - main - netlink: Add sysctl descriptions for net.netlink tree Ed Maste
- git: df8a58b17a19 - main - cxgbe(4): Add support for netmap offsets. Navdeep Parhar
- Tue, 09 Jan 2024
- git: 78258ee013cf - main - kldxref: Correct contract number in license ACK John Baldwin
- git: af9f4ac57ade - main - netlink: just return EOPNOTSUPP on shutdown(2) Gleb Smirnoff
- git: 59ce044a7856 - main - sockets: on shutdown(2) do sorflush() only in case of generic sockbuf Gleb Smirnoff
- git: cef5e56f3fea - main - bhyveload: add CAP_SEEK to our dirfd rights Kyle Evans
- git: 5d1ecf0b6184 - main - build: only inspect the first word of toolchain tools Kyle Evans
- Re: git: 2f036705f337 - main - Document the two recent newsyslog(8) change (-c option and <compress> configuration option). Olivier Certner
- git: f1bc2f67a3e0 - main - stress2: Reduce idle time. Remove debug output Peter Holm
- git: bd9ddbc9cd25 - main - stress2: Remove useless test scenario Peter Holm
- git: c925f0720f58 - main - nfsv4(4): Belatedly bump .Dd Daniel Ebdrup Jensen
- git: 45486372ca8d - main - nfsv4(4): Reflow lines to 80 character limit Daniel Ebdrup Jensen
- git: 4d312aa05141 - main - libthr: thr_attr.c: More style and clarity fixes Olivier Certner
- git: 15bb0300eeca - main - libhtr: pthread_attr_setaffinity_np(): Replace calloc() with malloc() Olivier Certner
- git: ddf7fbbb57e2 - main - Intel FPGA: Support programming larger bitfiles. Ruslan Bukin
- git: c2356a440db9 - main - asa: Rewrite to fix line termination issue. Dag-Erling Smørgrav
- Re: git: 2f036705f337 - main - Document the two recent newsyslog(8) change (-c option and <compress> configuration option). Xin LI
- Re: git: c2356a440db9 - main - asa: Rewrite to fix line termination issue. Steffen Nurpmeso
- git: 731704f5ea2f - main - bsdinstall: Fix installation script splitting Michael Gmelin
- Re: git: c2356a440db9 - main - asa: Rewrite to fix line termination issue. Kyle Evans
- git: 6631e2f9b49e - main - kldxref: Workaround incorrect PT_DYNAMIC in existing powerpc kernels John Baldwin
- git: 6977311633c7 - main - net80211 amdpu: Simplify a few loops that drain an mbufq John Baldwin
- git: 76f405ed6354 - main - mbuf: Add mbufq_empty John Baldwin
- git: 8cb9b68f5821 - main - sys: Use mbufq_empty instead of comparing mbufq_len against 0 John Baldwin
- git: a9b615120628 - main - memdesc: Helper function to construct mbuf chain backed by memdesc buffer John Baldwin
- git: c6a488511ab1 - main - acpi: Only reserve resources enumerated via _CRS John Baldwin
- Re: git: 2f036705f337 - main - Document the two recent newsyslog(8) change (-c option and <compress> configuration option). Xin LI
- git: 0013741108bc - main - powerpc_mmu_radix: add leaf page for wired mappings when pmap_enter(psind=1) Robert Wing
- git: 09fa78d438a7 - main - netlink: fix regression with group writers Gleb Smirnoff
- git: 5cd08d9ecf52 - main - apei: Mark ReadAckRegister resource as shareable Andrew Gallatin
- git: 9ea86c8f67a6 - main - cxgbe(4): Use the correct size for the CIM LA on the T6. Navdeep Parhar
- git: 0d6d28ce5650 - main - e1000(4): Remove disconnected SYSCTL Marius Strobl
- git: f221d35be7a5 - main - igb(4): Remove disconnected SYSCTL Marius Strobl
- git: 8e2c2992da7a - main - socket_msg_trunc: allocate a large enough buffer Brooks Davis
- git: 13f345cdecd3 - main - powerpc64/SYS.h: implement _SYSCALL_BODY() macro Brooks Davis
- Wed, 10 Jan 2024
- Re: git: c2356a440db9 - main - asa: Rewrite to fix line termination issue. Steffen Nurpmeso
- git: 8338ea1d3cc7 - main - tests/netlink: add minimal test for a group writer Gleb Smirnoff
- git: dafd0d685531 - main - History for arc4random_*() David E. O'Brien
- git: 13720136fbf9 - main - tcpsso: fix when used without -i option Michael Tuexen
- git: f552d7adebb1 - main - zfs: merge openzfs/zfs@a382e2119 Martin Matuska
- git: 1fa4ddcc6de6 - main - periodic: Fix periodic reports when log files are not compressed. Yoshihiro Takahashi
- Re: git: 2f036705f337 - main - Document the two recent newsyslog(8) change (-c option and <compress> configuration option). Mike Karels
- Re: git: 2f036705f337 - main - Document the two recent newsyslog(8) change (-c option and <compress> configuration option). Olivier Certner
- git: aa339f1d5df9 - main - vendor/bc: upgrade to version 6.7.2 Stefan Eßer
- git: e6857bd4d7b4 - main - vendor/bc: upgrade to version 6.7.4 Stefan Eßer
- git: f4fbc49d201f - main - vendor/bc: upgrade to version 6.7.5 Stefan Eßer
- git: aadb4a1b3fd1 - main - pthread_attr_get_np(): Use malloc(), report ENOMEM, don't tamper on error Olivier Certner
- git: 6211cd4be32d - main - pthread_attr_get_np(3): Revamp Olivier Certner
- git: a1e37beb45d2 - main - cr_bsd_visible(): Style fixes Olivier Certner
- git: 3c2b2a28b9c1 - main - iicbus: Move rockchip driver into the common directory Emmanuel Vadot
- git: 994c943a0098 - main - spibus: Move rockchip driver into the common directory Emmanuel Vadot
- git: ec2b0ccdeed2 - main - spibus: Move allwinner driver into the common directory Emmanuel Vadot
- git: 2e3507c25e42 - main - pwm: Move rockchip driver into the common directory Emmanuel Vadot
- git: 02e912089377 - main - pwm: Move allwinner driver into the common directory Emmanuel Vadot
- git: e37e8677fe55 - main - clk: Move allwinner driver into the common directory Emmanuel Vadot
- git: 77f222415832 - main - clk: Move rockchip driver into the common directory Emmanuel Vadot
- git: fe75646a0234 - main - usb: dwc3: Move driver under a subdirectory Emmanuel Vadot
- git: be82b3a0bf72 - main - clk: Move clock code in dev/clk Emmanuel Vadot
- git: 1f469a9fc498 - main - hwreset: Move reset code in dev/hwreset Emmanuel Vadot
- git: e51b3d8e53ce - main - nvmem: Move nvmem code in dev/nvmem Emmanuel Vadot
- git: b2f0caf16099 - main - regulator: Move regulator code in dev/regulator Emmanuel Vadot
- git: 950a6087ec18 - main - phy: Move phy code in dev/phy Emmanuel Vadot
- git: 62e8ccc3a489 - main - syscon: Move syscon code in dev/syscon Emmanuel Vadot
- git: 93f27766a7e1 - main - dtrace: Add the 'oformat' libdtrace option Mark Johnston
- git: e25922b34ed2 - main - dtrace tests: Run ksh with -p Mark Johnston
- git: 9f5dd61e1400 - main - dtrace tests: Stop hard-coding an incorrect path to sleep(1) Mark Johnston
- git: 66bfb4b2ee49 - main - dtrace tests: Require perl Mark Johnston
- git: ba10366037c5 - main - dtrace tests: Catch up with ping(8) output changes Mark Johnston
- git: a61d2c7fbd3c - main - dtrace tests: Diff expected and actual output upon a miscompare Mark Johnston
- Thu, 11 Jan 2024
- git: 8a3fafc82114 - main - acpi/apm: Improve APM ioctl interface emulation Warner Losh
- git: 6ee181b9d5f0 - main - tests/net: enable if_clone_test:epair_ipv6_up_stress Gleb Smirnoff
- git: effa0f6c0aad - main - tests/netlink: mark a test that requires tun(4) Gleb Smirnoff
- git: 26caf57e0b0c - main - tests/netlink: improve recently added netlink_socket:membership Gleb Smirnoff
- git: e6f4c3146065 - main - netlink: improve edge case when reading out truncated last nlmsg in nb Gleb Smirnoff
- git: f75d7fac109b - main - netlink: avoid putting empty mbufs on the socket queue Gleb Smirnoff
- git: d9b1f6fbf993 - main - netlink: fix bug with socket buffer character counter underflow Gleb Smirnoff
- git: bdb46c21a3e6 - main - vnode_pager_generic_putpages(): correctly handle clean block at EOF Konstantin Belousov
- git: ed1a88a3116a - main - vnode_pager_generic_putpages(): rename maxblksz local to max_offset Konstantin Belousov
- git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- git: 1f62718d8ba2 - main - top: Avoid printing a blank line when the ZFS ARC is empty Mark Johnston
- git: b068bb09a1a8 - main - Add vnode_pager_clean_{a,}sync(9) Konstantin Belousov
- git: 6597ea4481bb - main - powerpc/SYS.h: implement _SYSCALL_BODY() macro Brooks Davis
- git: e2417a21a025 - main - libc: separate syscall and non-syscall symbols Brooks Davis
- git: d682a91726d7 - main - conf: Do not set -fno-sanitize-memory-param-retval for old compilers Mark Johnston
- git: 0e1d8481f93c - main - ktls: fix vnet-related panic in ktls_reset_receive_tag() Martin Matuska
- git: d06a00963b7f - main - find: add SIGINFO handler Alan Somers
- Fri, 12 Jan 2024
- git: cc760de2183f - main - nfscl: Only update atime for Copy when noatime is not specified Rick Macklem
- git: a2da1bdb61bc - main - param.h: Bump __FreeBSD_version to 1500010 Rick Macklem
- git: d004554af7d1 - main - UPDATING: Add an entry for the __FreeBSD_version bump to 1500010 Rick Macklem
- git: e872a4013fc3 - main - releng-gce: Advertise the availability of gVNIC support in GCE images. Xin LI
- Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Jessica Clarke
- git: 91dc2374661d - main - find: fix build on 32bits Baptiste Daroussin
- Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- git: 3091cdb11fb0 - main - Revert "kerberos: Fix numerous segfaults when using weak crypto" Cy Schubert
- Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- git: 82126ef92fdb - main - xen: improve man (4) page Roger Pau Monné
- git: 0598824cc84a - main - protosw: remove unneeded include Gleb Smirnoff
- git: d4033ebd0545 - main - divert: just return EOPNOTSUPP on shutdown(2) Gleb Smirnoff
- git: e007b89e9d31 - main - tests: add a test for shutdown(2) on a datagram socket Gleb Smirnoff
- git: a3d80dd8aa6a - main - login: Use getpwnam_r() instead of getpwnam(). Dag-Erling Smørgrav
- git: e762fd81e253 - main - uniq: Replace NetBSD's unit tests with our own. Dag-Erling Smørgrav
- git: 11715600e626 - main - uniq: Fix interactive use. Dag-Erling Smørgrav
- git: e2ec8ee02a33 - main - uniq: Clean up and test obsolete options. Dag-Erling Smørgrav
- git: 899837e8f574 - main - uniq: Error out if writing to the output failed. Dag-Erling Smørgrav
- git: 1e25eb287f3f - main - login: Missed an instance of getpwnam(). Dag-Erling Smørgrav
- git: 7385a7f67c1f - main - system(3): fix typo santized -> sanitized Warner Losh
- git: 178679daa9c4 - main - MAINTAINERS, etc: Remove hselasky entries Warner Losh
- git: 46ebf11f5a32 - main - MAINTAINERS: Add myself for nvme entries, remove jimharris Warner Losh
- git: 5df041c4bbf7 - main - bhyveload(8): document some SECURITY CONSIDERATIONS Kyle Evans
- git: 848a8bf3f40d - main - fb: Check for errors from copyin() Mark Johnston
- git: d07acc58d898 - main - systm: Relax __result_use_check annotations Mark Johnston
- git: 8e1a7e29b6cc - main - sanitizers: Avoid building genassym.c and genoffset.c with sanitizers Mark Johnston
- Re: git: d07acc58d898 - main - systm: Relax __result_use_check annotations Mateusz Guzik
- Re: d07acc58d898 - main - systm: Relax __result_use_check annotations Ravi Pokala
- git: 55e2a7d3ea21 - main - pmap_pinit(9): sweep references to pmap_pinit2() Robert Wing
- git: bc1eea0c0b0a - main - pmap_init(9): sweep references to pmap_init2() Robert Wing
- Re: d07acc58d898 - main - systm: Relax __result_use_check annotations Mark Johnston
- git: 82f2275b73e5 - main - cd9660: Add support for mask,dirmask,uid,gid options John Baldwin
- git: 246e0457d930 - main - mixer.8: Add terse example for increasing volume John Baldwin
- git: 03d04bf49492 - main - Stop using expressions in _Alignof() John Baldwin
- Sat, 13 Jan 2024
- git: 60b2e2d3ee82 - main - libc: stop exposing __fcntl_compat Brooks Davis
- git: c8328f1a7b6e - main - pmap_init(9): drop MLINKS reference Robert Wing
- Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- git: e3c7b76fa810 - main - man(1): support spaces in filenames Wolfram Schneider
- git: 69748e62e82a - main - vm/vm_object.c: minor cleanup Konstantin Belousov
- git: 6b1c534927ad - main - Add a regression test for PR 276191. Alan Somers
- Sun, 14 Jan 2024
- git: d5e0a182cf15 - main - Update to bmake-20240108 Simon J. Gerraty
- git: 353e4c5a068d - main - uart(4): Honor hardware state of NS8250-class for tsw_busy Marius Strobl
- git: 0c243cd4a367 - main - Fix issue with Linux guest XHCI tablet probing. Peter Grehan
- git: 256fe4a15484 - main - tcpsso: fix TIME_WAIT description in man-page Michael Tuexen
- git: 751c323b829c - main - sc: Use current console rather than first console for mouse input Warner Losh
- git: 03e8d25b1f92 - main - geom_map(4): Garbage collect disconnected driver Marius Strobl
- git: 53df7e58cca7 - main - geom_redboot(4): Garbage collect disconnected driver Marius Strobl
- Mon, 15 Jan 2024
- git: 3d939d967ad4 - main - build: Use ls -i | cut rather than stat -f %i to extract inode Warner Losh
- git: df834e06bbc7 - main - git-arc: Just strip escape sequences form arc log Warner Losh
- git: 9f48ef1fcae5 - main - git-arc: Cope with extra output Warner Losh
- git: 787cb30d20ac - main - git-arc: Add -c flag to patch to commit the change Warner Losh
- Re: git: 3d939d967ad4 - main - build: Use ls -i | cut rather than stat -f %i to extract inode Warner Losh
- git: d7fde2c9eccf - main - snd_hdspe(4): One pcm device per physical ADAT port. Ruslan Bukin
- Re: git: b0e13f785b33 - main - netinet: Define IPv6 ECN mask Bjoern A. Zeeb
- git: 4958df5dabce - main - linuxkpi: correct zone item size for linux_mm_zone Konstantin Belousov
- git: 7cbaab712f98 - main - pf: remove unused struct definition Kristof Provost
- git: 24c0058a9b59 - main - pf tests: test reassembly with dummynet Kristof Provost
- git: 3f9a6e0b85d4 - main - pf tests: dummynet + nat fragmentation test Kristof Provost
- git: 6137b5f7b8c1 - main - Increase the size of riscv GENERICSD images to 6 GB Mike Karels
- Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Gordon Tetlow
- git: 503f72a828c7 - main - ncl_bioread(): check for vp->v_object before accessing it Konstantin Belousov
- Re: git: 6137b5f7b8c1 - main - Increase the size of riscv GENERICSD images to 6 GB Warner Losh
- Re: git: df834e06bbc7 - main - git-arc: Just strip escape sequences form arc log John Baldwin
- Re: git: 6137b5f7b8c1 - main - Increase the size of riscv GENERICSD images to 6 GB Mike Karels
- Re: git: df834e06bbc7 - main - git-arc: Just strip escape sequences form arc log Warner Losh
- Re: git: cb350ba7bf7c - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- Re: git: df834e06bbc7 - main - git-arc: Just strip escape sequences form arc log Warner Losh
- Re: git: 6137b5f7b8c1 - main - Increase the size of riscv GENERICSD images to 6 GB Colin Percival
- git: 61b0092be751 - main - condvar: Clean up condvar.h a bit Mark Johnston
- git: a5ef95cd228e - main - condvar: Fix a user-after-free in _cv_wait() when ktrace is enabled Mark Johnston
- git: ec13a838e685 - main - man: avoid unportable use of utilities Warner Losh
- git: 2a121b97e967 - main - find: Allow '/' to be used with -perm for GNU compatibility Warner Losh
- git: b9e8ae1d8a42 - main - route: error on IPv4 network routes with incorrect destination Mike Karels
- git: 2524b7dfb0df - main - crashinfo: Print stack traces for all on-CPU threads Mark Johnston
- git: 1c909c300b92 - main - fusefs: fix an interaction between copy_file_range and mmap Alan Somers
- git: daf26f9350cf - main - fusefs: more consistent operand ordering in io.cc Alan Somers
- Re: git: df834e06bbc7 - main - git-arc: Just strip escape sequences form arc log John Baldwin
- Tue, 16 Jan 2024
- git: 11500481c82c - main - mptable: improve error reporting for invalid commands Warner Losh
- git: 57623b3b745a - main - checkstyle9.pl: Soften the single line braces requirement Warner Losh
- git: 08efe9bef43b - main - GitHub: style: Add the synchronize activity type Warner Losh
- Re: git: df834e06bbc7 - main - git-arc: Just strip escape sequences form arc log Warner Losh
- git: 09a43b8790bd - main - kern: tty: fix ttyinq_read_uio assertion Kyle Evans
- git: d51dac5f1370 - main - kern: tty: fix EOF handling for canonical reads Kyle Evans
- git: 522083ffbd1a - main - kern: tty: recanonicalize the buffer on ICANON/VEOF/VEOL changes Kyle Evans
- git: 30189156d325 - main - kern: pts: do not special case closed slave side Kyle Evans
- git: 393f2dca362a - main - mount: Add a note that userquota and groupquota aren't printed with -p Warner Losh
- git: f92d9b1aad73 - main - pflow: import from OpenBSD Kristof Provost
- git: 5dea523bd241 - main - pflow: netstat statistics Kristof Provost
- git: baf9b6d04205 - main - pf: allow pflow to be activated per rule Kristof Provost
- git: fb0c74685f5f - main - pf tests: initial pflow test case Kristof Provost
- git: 7ec34ebe181d - main - pfctl tests: basic pflow parser test Kristof Provost
- git: 6bd36d1cf4e9 - main - pf tests: pflow functionality test Kristof Provost
- git: 0493260115db - main - pf: store state creation/expiration timestamps with milisecond precision Kristof Provost
- git: 85b71dcfc999 - main - pflow: allow observation domain to be configured Kristof Provost
- git: fc6e50699615 - main - pflow: add RFC8158 NAT support Kristof Provost
- git: 34276498fae8 - main - pf tests: verify pflow over IPv6 Kristof Provost
- git: 2be6f75707b4 - main - pflow: Turn `pflowstats' statistics counters into per-CPU counters to make them mpsafe. Kristof Provost
- git: c4d97a948753 - main - pf tests: test pflow NAT state information Kristof Provost
- git: d086b9f77c3f - main - pf tests: test per-rule pflow Kristof Provost
- git: 9b20849bc5f1 - main - md5: Enter capability mode earlier Mark Johnston
- git: e2e956828caf - main - bhyve: return ENOMEM instead of EFAULT and call free() after being used Mark Johnston
- git: 18d87fe4fe3b - main - snd_uaudio: provide information about the device name and attached driver Christos Margiolis
- git: 837cd192ebf2 - main - sound: remove PCM_KLDSTRING() and fix status strings Christos Margiolis
- git: 06a4376346e5 - main - snd_uaudio: prefix module declaration with "snd_" Christos Margiolis
- git: 3a79c3ac8aa3 - main - sound: add missing modules to snd_driver Christos Margiolis
- git: ebc9b69c7785 - main - pcm.4: mention snd_uaudio auto-load Christos Margiolis
- git: 45cd29412ead - main - usb: use only usb_devinfo() in device_set_usb_desc() Christos Margiolis
- git: 6b6914c1e21b - main - subr_bus: introduce device_set_descf() and modify allocation logic Christos Margiolis
- git: 284d31605cfa - main - pflowctl.8: fix copy/paste-o Kristof Provost
- git: 81ea920435b4 - main - pflowclt: fix gcc build error Kristof Provost
- git: b0165dc4539f - main - x86/xen: fix HVM guest hypercall page setup Roger Pau Monné
- Re: git: 6137b5f7b8c1 - main - Increase the size of riscv GENERICSD images to 6 GB Warner Losh
- git: c3276e02beab - main - sockets: make shutdown(2) how argument a enum Gleb Smirnoff
- git: 5bba2728079e - main - sockets: make pr_shutdown fully protocol specific method Gleb Smirnoff
- git: 289bee16be9c - main - sockets: remove dom_dispose and PR_RIGHTS Gleb Smirnoff
- git: 507f87a799cf - main - sockets: retire sorflush() Gleb Smirnoff
- git: 61a0eaca0dd7 - main - MAINTAINERS: change linuxkpi review Phabricator group. Bjoern A. Zeeb
- git: 296a4cb5c5b1 - main - sockets: provide correct pr_shutdown for keysock and SDP Gleb Smirnoff
- git: 38f5f2a4af5d - main - sysctl vm.objects/vm.swap_objects: do not fill vnode info if jailed Konstantin Belousov
- git: 61c831679615 - main - sound: Fix OSS API requests for more than 8 channels Ed Maste
- git: dc02374f5445 - main - Fix KASSERT in 80044c78 causing build failures Allan Jude
- Wed, 17 Jan 2024
- git: a079c891c01b - main - sctp: restore missing inpcb lock Gleb Smirnoff
- git: e0dfe185cbca - main - jail(8): add support for ZFS datasets Alexander Leidinger
- git: 516b5059705b - main - mana: Fix TX CQE error handling Wei Hu
- git: f59662030254 - main - fwget: Update for Radeon RX 7900 XT (RDNA3) PCI-ID Emmanuel Vadot
- git: 6caa19a08b84 - main - fwget: Use versioned packages for RDNA3 firmware Emmanuel Vadot
- git: 0b49e504a32d - main - rc.d/jail: add legacy compatibility for zfs.dataset Alexander Leidinger
- git: b9a60d36ba04 - main - RELNOTES: mention ZFS dataset support for jail(8) Alexander Leidinger
- git: f1d0a0cbecf2 - main - jail: Fix information leak. Pawel Jakub Dawidek
- git: fdd1e1a56457 - main - bhyve: correct slirp_recv_disable() Robert Wing
- git: 41ac0b4ce00b - main - Fix the build. Pawel Jakub Dawidek
- git: 78ae60b447eb - main - zfs: merge openzfs/zfs@a0b2a93c4 Martin Matuska
- git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Alan Somers
- git: b891f61ef538 - main - if_wg: fix erroneous calculation in calculate_padding() for p_mtu == 0 Kyle Evans
- git: 7a4d1d1df0b2 - main - if_wg: fix access to noise_local->l_has_identity and l_private Kyle Evans
- Thu, 18 Jan 2024
- git: 476d63e091c2 - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- Re: git: 476d63e091c2 - main - kerberos: Fix numerous segfaults when using weak crypto Jessica Clarke
- Re: git: 476d63e091c2 - main - kerberos: Fix numerous segfaults when using weak crypto Cy Schubert
- git: 70445a806122 - main - cksum(1): Add EXAMPLES to manual page Fernando Apesteguía
- git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto Cy Schubert
- git: 6b13d60bf49e - main - contrib/kyua: Merge vendor import Muhammad Moinur Rahman
- git: 9fac39c63c12 - main - arm64: fix the handling of DDB symbols in early boot Doug Rabson
- git: be0df84849ff - main - msdosfs_rename(): handle errors from msdosfs_lookup_ino() Konstantin Belousov
- git: 661db9b390b4 - main - msdosfs_rename(): implement several XXXs about downgrading to ro Konstantin Belousov
- git: 13ccb04589e2 - main - msdosfs_integrity_error(): plug possible busy leak Konstantin Belousov
- git: 2e297cbb4fc0 - main - arm64: fix db_read_bytes() for size == 8 Mitchell Horne
- git: a2544cc8243f - main - Revert "arm64: fix db_read_bytes() for size == 8" Mitchell Horne
- git: 9c2e1a54f71a - main - arm64: fix db_read_bytes() for size == 8 Mitchell Horne
- Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto Jessica Clarke
- Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto Shawn Webb
- Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto Jessica Clarke
- Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto Cy Schubert
- Re: git: 773c13c686e4 - main - kldxref: skip .pkgsave files John Baldwin
- Re: git: 773c13c686e4 - main - kldxref: skip .pkgsave files Warner Losh
- Re: git: 773c13c686e4 - main - kldxref: skip .pkgsave files Warner Losh
- git: 1abc64bfbdb8 - main - committers-ports.dot: add myself (dutra) as a new ports committer Gabriel M. Dutra
- git: 47a6fb9d5a2e - main - mlx5: Zero DMA memory mlx5_alloc_cmd_msg() and alloc_cmd_page() Mark Johnston
- Fri, 19 Jan 2024
- Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto Alexander Richardson
- Re: git: 0990136ed175 - main - kerberos5: Mitigate the possibility of using an old libcrypto Cy Schubert
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Enji Cooper
- git: dfe30e41967f - main - tcp: remove unused tcp_sack_output_debug() function Richard Scheffenegger
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Alan Somers
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Alan Somers
- git: 39f5d8dd1b2f - main - fusefs: fix some memory leaks in the tests Alan Somers
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free John Baldwin
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Warner Losh
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Enji Cooper
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Warner Losh
- Re: git: 8bae22bbbe65 - main - fusefs: prefer new/delete over malloc/free Brooks Davis
- Sat, 20 Jan 2024
- git: 2f2da21740b4 - main - mpi3mr: add missing terminator entry to mpi3mr_identifiers array Chuck Silvers
- git: e0deb85065ef - main - makefs: Make it possible to silence warnings about duplicate paths Mark Johnston
- git: 4b3ffc5918b9 - main - msdosfs_remount_ro(): correct vfs_unbusy() loop Konstantin Belousov
- git: 7037ebe63dd1 - main - netgraph: Fix two typos in source code comments Gordon Bergling
- git: 6f0da017c973 - main - fusefs(5): Fix a typo in a SDT probe Gordon Bergling
- git: 7cf293536eba - main - devfs(5): Fix a typo in a source code comment Gordon Bergling
- git: b2ec175fcaac - main - _umtx_op.2: Fix a typo in the manual page Gordon Bergling
- git: a2fcd3af5c8a - main - net: Fix two typos in source code comments Gordon Bergling
- git: ef0ac0a1ad67 - main - tcp_hpts: Fix a typo of a function name in a comment Gordon Bergling
- git: 938918a9f478 - main - netpfil: Fix two typos in source code comments Gordon Bergling
- git: f5e3329a5a48 - main - usb: Fix two typos in source code comments Gordon Bergling
- git: 623848af6041 - main - vmware: Fix a typo in a source code comment Gordon Bergling
- git: ced92d000a94 - main - ciss(4): Fix a typo in a source code comment Gordon Bergling
- git: 2b1e4e5be304 - main - atse(4): Fix a typo in a source code comment Gordon Bergling
- git: a70008e95b90 - main - sigfastblock.2: Fix a typo in the manual page Gordon Bergling
- git: 8593b5b2addf - main - pkru.3: Fix a typo in the manual page Gordon Bergling
- git: e1c0d368d630 - main - bce(4): Fix a typo in a kernel message Gordon Bergling
- git: bce295fcbe53 - main - PCI_IOV_INIT.9: Fix a typo in the manual page Gordon Bergling
- git: 3fb6adb07915 - main - gjournal(8): Fix a typo in a sysctl description Gordon Bergling
- git: b4c94968d1bd - main - if_llatbl: Fix a typo in a KASSERT message Gordon Bergling
- git: 54e047b13baa - main - aic7xxx: Fix a typo in a kernel message Gordon Bergling
- git: c3d7bb5aca77 - main - netipsec: fix LINT-NOINET build Kristof Provost
- git: edec803c5b72 - main - tools/build/make.py: Add missing comma to fix tinderbox and worlds Jessica Clarke
- git: deeb1d34024b - main - fsck_msdosfs: do not call checksize() if the cluster is bad Konstantin Belousov
- Sun, 21 Jan 2024
- Mon, 22 Jan 2024
- git: 91f78c32befa - main - rc.d/kdc: Support start of MIT krb5kdc Cy Schubert
- git: e4b646ce1610 - main - find: Add -readable, -writable & -executable options John Baldwin
- Re: git: 636592343c3e - main - tmpfs: increase memory reserve to a percent of available memory + swap Jessica Clarke
- Re: git: 636592343c3e - main - tmpfs: increase memory reserve to a percent of available memory + swap Alexey Dokuchaev
- git: 4261507a5e3e - main - netlink.h: s/typeof/__typeof John Baldwin
- git: c8bf9f09ee3d - main - newfs_msdos.8: example for specific cluster size John Baldwin
- git: f7d3d0a4ded3 - main - sound: use device_set_descf() to set device descriptions Christos Margiolis
- git: 54c62e3e5d8c - main - pf: work around icmp6 packet-too-big not being sent when binat-ing Kristof Provost
- git: 57c50d6b3673 - main - pf tests: test ICMP6 packet too big with binat Kristof Provost
- Re: git: 636592343c3e - main - tmpfs: increase memory reserve to a percent of available memory + swap Mike Karels
- Re: Re: git: 636592343c3e - main - tmpfs: increase memory reserve to a percent of available memory + swap Baptiste Daroussin
- git: c19fb1f963e3 - main - sqlite3: Vendor import of sqlite3 3.45.0 Cy Schubert
- git: 43be2d7aaf25 - main - wg: detach bpf upon destroy as well Kyle Evans
- git: 8297ff13fb60 - main - tcp_wrappers: silence a few warnings Piotr Pawel Stefaniak
- git: 484e977f2441 - main - pflow: observation domain is an unsigned integer Kristof Provost
- git: 63a5fe834354 - main - pflow: limit to no more than 128 flow exporters Kristof Provost
- Re: git: 636592343c3e - main - tmpfs: increase memory reserve to a percent of available memory + swap Mark Millard
- Re: git: 636592343c3e - main - tmpfs: increase memory reserve to a percent of available memory + swap Mark Millard
- git: 7f3184ba7974 - main - tcp: remove outdated comment Gleb Smirnoff
- git: d04df664776b - main - bootpd(8): Fix a typo in a source code comment Gordon Bergling
- git: b971c51a4d94 - main - aic7xxx: Fix two typos in source code comments Gordon Bergling
- git: 496432f19216 - main - netinet6: Fix two typos in source code comments Gordon Bergling
- git: 9b035689f15f - main - tcp_fastopen: Fix a typo in a source code comment Gordon Bergling
- git: cde9ec6a451d - main - netpfil: Fix a typo in a source code comment Gordon Bergling
- git: c90f1ed10460 - main - netlink(4): Fix a typo in a source code comment Gordon Bergling
- git: ab6d773dbf92 - main - rtsock: Fix a typo in a source code comment Gordon Bergling
- git: c1ada3978310 - main - net80211: Fix a typo in a source code comment Gordon Bergling
- git: b2c48aa4d192 - main - vmd(4): Fix typos in source code comments Gordon Bergling
- git: d74371101629 - main - usb: Fix a typo in a source code comment Gordon Bergling
- git: 97a4045aaf36 - main - virtio(4): Fix a typo in a source code comment Gordon Bergling
- git: ad92f3d9d0b5 - main - meta2deps.py: Fix a typo in a source code comment Gordon Bergling
- git: e125371fb6ff - main - dwc: Fix two typos in a source code comment Gordon Bergling
- Tue, 23 Jan 2024
- git: 3f4f82c0d779 - main - bsdlabel: limit to 8 partitions Ed Maste
- git: a8b2189c90c5 - main - arm/mpic: remove empty pic_init_secondary() hook Jessica Clarke
- git: 7edbf69b79c1 - main - stand: Add 1440p to the list of known resolutions. Dag-Erling Smørgrav
- git: 9f550134a4a4 - main - acpiconf: remove trailing space in "Mesurement Accuracy" output Christos Margiolis
- git: 380b7eb30947 - main - sysctl.8: fix format typo Kristof Provost
- git: cfa2c78aee85 - main - bhyve: Avoid underflows when handling remote commands Mark Johnston
- git: 5e728af444b1 - main - bhyve: Simplify register definitions a bit Mark Johnston
- git: 5f086566e02a - main - bhyve: Prepare to add arm64 support to the gdb stub Mark Johnston
- Re: git: 9f550134a4a4 - main - acpiconf: remove trailing space in "Mesurement Accuracy" output Alexey Dokuchaev
- git: 23e3b83ab61a - main - pcib: Add helper routines for [de]activating PCI_RES_BUS resources John Baldwin
- git: c2d4fef658e0 - main - acpi_pcib: Use pci_domain_[de]activate_bus for PCI_RES_BUS resources John Baldwin
- git: e9eb353b324a - main - pci_host_generic: Use pci_domain_[de]activate_bus for PCI_RES_BUS resources John Baldwin
- git: 31e15e531c51 - main - x86: Use pci_domain_[de]activate_bus for PCI_RES_BUS resources John Baldwin
- git: 9c4effb1063d - main - hyperv vmbus_pcib: Use pci_domain_*_bus for PCI_RES_BUS resources John Baldwin
- git: 3dd55df98282 - main - powerpc ps3bus: Use bus_generic_rman_* John Baldwin
- git: d7c16b333455 - main - powerpc psim: Use bus_generic_rman_* John Baldwin
- git: 5a7e717fb790 - main - powerpc mpc85xx: Use bus_generic_rman_* John Baldwin
- git: af081ec6f7cf - main - powerpc powermac: Use bus_generic_rman_* John Baldwin
- git: 7b5a5e4eef50 - main - powerpc nexus: Use bus_generic_rman_* John Baldwin
- git: faeb273e7a8e - main - arm nexus: Use bus_generic_rman_* John Baldwin
- git: 4e1d94d99798 - main - arm mv_pcib: Use bus_generic_rman_* John Baldwin
- git: e5c6dbd57614 - main - arm64 thunder: Use bus_generic_rman_* in the pcie_pem driver John Baldwin
- git: a3d6e0de1c89 - main - powerpc: Fix bus_space_unmap John Baldwin
- git: 0b60d7a60099 - main - ofw_pcib: Use bus_generic_rman_* John Baldwin
- git: 3cf553288b96 - main - simplebus: Consistently map SYS_RES_IOPORT to SYS_RES_MEMORY John Baldwin
- git: a82470212b76 - main - powerpc: Add RF_LITTLEENDIAN resource flag John Baldwin
- Re: git: 54c62e3e5d8c - main - pf: work around icmp6 packet-too-big not being sent when binat-ing Herbert J. Skuhra
- git: 2acd158d4b0e - main - mtree: stop creating old mixer(8) test directories Dimitry Andric
- Re: git: 54c62e3e5d8c - main - pf: work around icmp6 packet-too-big not being sent when binat-ing Kristof Provost
- git: 2e68c5a44c40 - main - tmpfs: increase vfs.tmpfs.memory_percent to 100 as workaround Mike Karels
- Re: git: 2acd158d4b0e - main - mtree: stop creating old mixer(8) test directories John Baldwin
- git: e21c668719a6 - main - tcp: pass positive errno to tcp_drop() Gleb Smirnoff
- git: c809435b18a9 - main - tcp: clear outdated comment mentioning T/TCP Gleb Smirnoff
- git: 90ad2dc28747 - main - tcp: remove 20+ year old disabled code from d912c694ee00 Gleb Smirnoff
- Wed, 24 Jan 2024
- git: 009db0d40c6a - main - ncurses: serialize the tinfo build a little bit Kyle Evans
- git: 24fee9771e0b - main - sys/file.h: style Konstantin Belousov
- git: 58d317169834 - main - Add fget_remote() Konstantin Belousov
- git: 168c7580c632 - main - file: add fo_cmp method Konstantin Belousov
- git: d8decc9ae31a - main - Add kcmp(2) kernel bits Konstantin Belousov
- git: 211bdd601ee5 - main - Add kcmp(2) userspace bits Konstantin Belousov
- git: f28526e9466c - main - kcmp(2): implement for generic file types Konstantin Belousov
- git: f04220c1b064 - main - kcmp(2): implement for vnode files Konstantin Belousov
- git: 5c41d888de1a - main - kcmp(2): implement for devfs files Konstantin Belousov
- git: 41fb6dc3d4df - main - kcmp(2): implement for linuxkpi cdevs Konstantin Belousov
- git: f006524d6d69 - main - kcmp(2): implement for procdesc Konstantin Belousov
- git: 38bfddf597b1 - main - regen Konstantin Belousov
- git: 2a284076ecb4 - main - kern_openat(): rename fd argument to dirfd Konstantin Belousov
- git: 3d59b93b207e - main - kern_openat(): minor style fixes Konstantin Belousov
- git: c662306e19ce - main - Add kern_openatfp(9) Konstantin Belousov
- git: 120ceebab5d4 - main - Bump __FreeBSD_version for kern_openatfp(9) and kcmp(2) Konstantin Belousov
- git: d7e45d5b9002 - main - stress2: remove the usage of fdisk(8) as this is soon to be removed Peter Holm
- git: 7304bd7a526c - main - stress2: Remove fdisk(8) regression test Peter Holm
- git: 95bf75895ddc - main - join(1): Fix ordering in case of missing fields Tijl Coosemans
- Re: git: 54c62e3e5d8c - main - pf: work around icmp6 packet-too-big not being sent when binat-ing Herbert J. Skuhra
- Re: git: 54c62e3e5d8c - main - pf: work around icmp6 packet-too-big not being sent when binat-ing tuexen_at_freebsd.org
- git: fedf5b965fd6 - main - zfs: merge openzfs/zfs@a4bf6baae Martin Matuska
- Re: git: 54c62e3e5d8c - main - pf: work around icmp6 packet-too-big not being sent when binat-ing Kristof Provost
- git: 1f41c1c1a3a9 - main - crunch: remove fdisk from examples Ed Maste
- git: 2e9b8c8c1e39 - main - release: rework distributions list Ed Maste
- git: af0d437dd31f - main - kcmp: Add a manual page Mark Johnston
- Re: git: 54c62e3e5d8c - main - pf: work around icmp6 packet-too-big not being sent when binat-ing Herbert J. Skuhra
- git: c7c325d01de4 - main - tcp: pass maxseg around instead of calculating locally Richard Scheffenegger
- git: 5fc3104ae738 - main - callout: retire callout_async_drain() Gleb Smirnoff
- git: a3ed434a69c9 - main - ccdconfig: remove obsolete references to BSD disklabels Ed Maste
- git: f1c0030bb05c - main - pf: only check MTU for IPv6 packets when forwarding Kristof Provost
- git: 8b82f36f8903 - main - pflowctl: fix usage message Kristof Provost
- git: 5738d741fb79 - main - kern: tty: fix recanonicalization Kyle Evans
- git: 54d31cfb2789 - main - mount: document atime option Ed Maste
- Re: git: 54d31cfb2789 - main - mount: document atime option Rick Macklem
- git: 820401bf1769 - main - nl_types.h: explicitly include cdefs.h Ed Maste
- git: d56ce5915c41 - main - mpsutil: Clean up libutil deps Mark Johnston
- git: e06afdb28569 - main - intrng: Remove irq_root_ipicount and corresponding intr_pic_claim_root arg Jessica Clarke
- git: fae8755f16ff - main - intrng: Extract arm/arm64 IPI->PIC glue code Jessica Clarke
- git: 103d39efe0c6 - main - intrng: Allow alternative IPI PICs to be registered and used Jessica Clarke
- git: c55272fdf857 - main - riscv: Create a newbus device for the SBI driver Jessica Clarke
- git: 6ec8bf9f3d17 - main - riscv: Convert local interrupt controller to a newbus PIC Jessica Clarke
- Thu, 25 Jan 2024
- Re: git: 54d31cfb2789 - main - mount: document atime option Ed Maste
- Re: git: 54d31cfb2789 - main - mount: document atime option Devin Teske
- Re: git: 820401bf1769 - main - nl_types.h: explicitly include cdefs.h Warner Losh
- Re: git: 820401bf1769 - main - nl_types.h: explicitly include cdefs.h Jessica Clarke
- git: fbd156d78fbd - main - Revert "nl_types.h: explicitly include cdefs.h" Ed Maste
- Re: git: fbd156d78fbd - main - Revert "nl_types.h: explicitly include cdefs.h" Warner Losh
- git: b8a484ec343d - main - man: support special characters in filenames Wolfram Schneider
- git: e95025ed9388 - main - pflow: show socket status in verbose mode Kristof Provost
- git: ecf410623750 - main - Merge libcxxrt master 03c83f5a57be8c5b1a29a68de5638744f17d28ba Dimitry Andric
- git: 48d5dab7bace - main - arm64: Add a VM_FREELIST_DMA32 freelist Mark Johnston
- git: 0932fb565a08 - main - tcp: fix TCPSTAT accounting for SACK Richard Scheffenegger
- git: fc262fd3dc0a - main - tcp: AccECN access ACE field by shifting bits Richard Scheffenegger
- Fri, 26 Jan 2024
- git: 3896a6cc0a8e - main - ldscript.powerpc*: Only put .dynamic in PT_DYNAMIC Jessica Clarke
- git: 2d05a1c81b2c - main - tcp: commonize check for more data to send, style changes Richard Scheffenegger
- git: b32d49cfbaa0 - main - tests: fix typo in a comment Gleb Smirnoff
- git: ea6a6b63e1fd - main - open: make non-POSIX errno value more apparent Ed Maste
- git: 90372a9e3cda - main - arm64: Remove pmap_san_bootstrap() and call kasan_init_early() directly Mark Johnston
- git: ab0841bdbe84 - main - jail: expose children.max and children.cur via sysctl Jamie Gritton
- git: eaed922eda58 - main - panic()/KERNEL_PANICKED(): Move back to using 'panicstr' as a flag Olivier Certner
- git: 12d6a032dff1 - main - Annotate 'rebooting' with __read_mostly Olivier Certner
- git: cd0c52e50bc1 - main - SCHEDULER_STOPPED(): Move it (back) to 'systm.h' Olivier Certner
- git: 6b3531017348 - main - SCHEDULER_STOPPED(): Rely on a global variable Olivier Certner
- git: 176b9e0d724b - main - makefs: warn that ffs sectorsize other than 512 may not work Ed Maste
- Sat, 27 Jan 2024
- git: 72dd306e44bc - main - releng-gce: Advertise the availability of UEFI support in GCE images. Xin LI
- git: 9231c42127bf - main - inet(3): clarify syntax accepted by inet_pton Mike Karels
- git: f5463265955b - main - kqueue tests: Add a regression test Mark Johnston
- git: bbf86c65d04d - main - netinet: Remove stale references to Giant from comments Mark Johnston
- git: 2e55256de3e6 - main - route tests: Serialize Mark Johnston
- git: 3f73fbb0acd4 - main - netinet6 tests: Restore an atf_check invocation Mark Johnston
- git: 001c48b4139f - main - netinet tests: Make test jail names unique Mark Johnston
- git: d04e03c19a8d - main - msun: remove fabs from Symbol.map, and adjust comment Dimitry Andric
- git: 31aedef26fc0 - main - Merge commit 16a1ef86cbc5 from llvm-project (by David CARLIER): Dimitry Andric
- git: 5c38ea60a041 - main - Add libllvm and liblldb source files to enable WITH_ASAN build Dimitry Andric
- git: 3883c6fbf232 - main - ntb_hw_plx: Workaround read-only scratchpad registers Alexander Motin
- Sun, 28 Jan 2024
- git: 4dedcb1bb54c - main - libc/amd64: Disable ASAN for amd64_archlevel.c Mark Johnston
- git: 34694f3da7f9 - main - ds1307: restore hints-based configuration on FDT systems Andriy Gapon
- git: 5b54b6ac8ca1 - main - usbdevs: add Ralink RT7601 aka MT7601 Andriy Gapon
- git: 197944948e62 - main - add allwinner overlays for enabling additional USB ports Andriy Gapon
- git: 320e4beb9761 - main - gpiopower: trigger low, high and both edges Andriy Gapon
- git: b587cb69f35c - main - audio_soc: set "status" as being at simplebus Andriy Gapon
- git: 408a9efd75dd - main - rk3328_codec: remove diagostic printfs Andriy Gapon
- git: 406e959d07c7 - main - rk_i2s: change interrupt type from MISC to AV (audio/video) Andriy Gapon
- git: 89cb925fddac - main - rk_i2s: remove unused definition Andriy Gapon
- git: ea7f45d3d8d5 - main - dwmmc: fix a typo Andriy Gapon
- git: 43ca38eb59ff - main - mmc_fdt_parse: remove redundant bootverbose check Andriy Gapon
- git: 90dc7889825d - main - fix signature of ipmi_shutdown_event Andriy Gapon
- git: 8fdb26160160 - main - change ipmi watchdog to awlays stop when system is halted Andriy Gapon
- git: cbf7c81b608b - main - ichsmb: fix block read operation Andriy Gapon
- git: 9cdf326b4fae - main - run acpi_shutdown_final later to give other handlers a chance Andriy Gapon
- git: e92491d95ff3 - main - dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag Andriy Gapon
- git: c053a56c0f5d - main - hdaa_pcmchannel_setup: do not advertise AC3 8+0 Andriy Gapon
- git: bf87d4a4bfaa - main - efibootmgr: fix potential endless loop with -v Andriy Gapon
- git: 4d1161f094dd - main - subr_bus: report DEVICE_SUSPEND failures Andriy Gapon
- git: 0dd5a5603e7a - main - lib/msun: Cleanup after $FreeBSD$ removal Konstantin Belousov
- git: 551921a75775 - main - if_eqos: Fix a typo in a kernel error message Gordon Bergling
- Re: git: 4d1161f094dd - main - subr_bus: report DEVICE_SUSPEND failures Quincy Mcrae
- git: dcc20bced515 - main - stand: Use modern function definitions Warner Losh
- git: 091c255b5b27 - main - kboot: Move to kboot/kboot Warner Losh
- git: a03411e84728 - main - kboot: Move _start out of kboot and into libkboot Warner Losh
- git: 4aabaa1890e9 - main - kboot: Cleanup libkern reference Warner Losh
- git: 099335814d5a - main - kboot: Move syscall stubs to libkboot Warner Losh
- git: 2e3f49888ec8 - main - kboot: Move system calls to libkboot Warner Losh
- git: 36ef238cb604 - main - kboot: Move termios to libkboot Warner Losh
- git: 2b7918f13c6f - main - kboot: Assert copyright here Warner Losh
- git: 8f7327dceecc - main - kboot: update copyright on these files. Warner Losh
- git: fb87726303b6 - main - snd_hdspe(4): Per device sysctl for period. Ruslan Bukin
- Unsubscribe Quincy Mcrae
- Mon, 29 Jan 2024
- git: 9c1bad2da5ae - main - release.sh: Add -jN to `make release` Colin Percival
- git: 34f0a01b6bd4 - main - mpi3mr: Fix confusion over | and & Warner Losh
- git: 2b92b754f18c - main - kldxref: Be more conservative about what we reject. Warner Losh
- git: 3be59adbb5a2 - main - vtnet: Adjust for ethernet alignment. Warner Losh
- git: 7b707e797b2c - main - Revert "release.sh: Add -jN to `make release`" Colin Percival
- git: 0b3f9e435f2b - main - tcp: move cc_post_recovery past snd_una update Richard Scheffenegger
- git: ffeab76b6855 - main - pfil: PFIL_PASS never frees the mbuf Kristof Provost
- git: 31828075e456 - main - pf: bind route-to states to their route-to interface Kristof Provost
- git: 5086b6ec32d5 - main - libbe: handle destroying/renaming temporary/bootonce boot environments R. Christian McDonald
- Re: git: 3be59adbb5a2 - main - vtnet: Adjust for ethernet alignment. Bjoern A. Zeeb
- git: 7e77089dccd7 - main - linuxkpi: remove invalid KASSERT from hash_add_rcu Ed Maste
- git: 8d5353de7447 - main - libc: Annotate a couple of local functions as such Mark Johnston
- Re: git: 3be59adbb5a2 - main - vtnet: Adjust for ethernet alignment. Warner Losh
- git: ee14a9725d73 - main - Merge commit 4a39d0890894 from llvm-project (by Mark Johnston): Dimitry Andric
- git: a84e01f02b15 - main - service(8): direct user to rc(8) for a list of valid commands Daniel Ebdrup Jensen
- git: f30c7d56546b - main - TCP LRO: convert TCP header fields to host byte order earlier Michael Tuexen
- git: a5ff900535e2 - main - pkgbase: Create two new rules for creating repo Emmanuel Vadot
- git: a5afd7920d50 - main - pkgbase: Create a FreeBSD-dtb package Emmanuel Vadot
- git: 479680f235dd - main - nvme: Use the NVMEV macro instead of expanded versions John Baldwin
- git: 2cb78e71503e - main - nda: Use the NVMEV macro instead of expanded versions John Baldwin
- git: fba73a408314 - main - nvmecontrol: Use the NVMEV macro instead of expanded versions John Baldwin
- git: 94962f5a72ae - main - bhyve: Use the NVMEV macro instead of expanded versions John Baldwin
- git: c9d9315b7401 - main - camdd: Use the NVMEV macro instead of expanded versions John Baldwin
- git: c42692360611 - main - bhyve: Use NVMEV to read the ASQS field of AQA John Baldwin
- git: 1dade1f255ee - main - nvme: Rename NVMEB helper macro to NVMEM John Baldwin
- git: 8488fc417fc2 - main - nvme: Use the NVMEM macro instead of expanded versions John Baldwin
- git: c85b3903d1b1 - main - bhyve: Use the NVMEM macro instead of expanded versions John Baldwin
- git: 3a477a9b70a3 - main - nvme: Add NVMEF helper macro as the inverse of NVMEV John Baldwin
- git: 5650bd3fe8ef - main - nvme: Use the NVMEF macro to construct fields John Baldwin
- git: c68ec278deb2 - main - nvmecontrol: Use NVMEF macro to construct fields John Baldwin
- git: c46860dbcb20 - main - bhyve: Use NVMEF macro to construct fields John Baldwin
- Re: git: 3be59adbb5a2 - main - vtnet: Adjust for ethernet alignment. Warner Losh
- git: a570fe4d0dd9 - main - open(2): describe *at behavior for dirfd opened without O_SEARCH Konstantin Belousov
- git: e99c28e93bd4 - main - setusercontext(): umask: Set it only once (in the common case) Olivier Certner
- git: 0d1fe948d97d - main - login.conf(5): umask has no default value Olivier Certner
- git: 90e914cd5ac1 - main - New login_getcapenum(): Allows to read named enum values Olivier Certner
- git: 97256feb7a65 - main - login_cap(3): Document login_getcapenum() Olivier Certner
- git: 0dd1705f5849 - main - setusercontext(): Set umask in a separate function, setclassumask() Olivier Certner
- git: c328e6c6ccaa - main - setclassumask(): Accept 'inherit' as a value Olivier Certner
- git: ea9bd448102b - main - login.conf(5): Document umask's special value 'inherit' Olivier Certner
- git: 771d5c93ab5a - main - setlogincontext(): Comply to style(9) Olivier Certner
- git: 92b2c4358f57 - main - login.conf(5): Default values: Rename column, elaborate on absence of such Olivier Certner
- git: d988621b0c25 - main - setusercontext(): Better error messages when priority is not set correctly Olivier Certner
- git: aa96945e71b0 - main - login.conf(5): Document priority's default and possible values Olivier Certner
- git: 7b94ec550ef6 - main - setusercontext(): Move priority setting in new setclasspriority() Olivier Certner
- git: d162d7e2ad32 - main - setclasspriority(): New possible value 'inherit' Olivier Certner
- git: 33d4ce5496ef - main - login.conf(5): Document priority's special value 'inherit' Olivier Certner
- git: f2a0277d3e51 - main - setusercontext(): Set priority from '~/.login_conf' as well Olivier Certner
- git: e3a396eb2a02 - main - login_cap.h: Remove LOGIN_DEFUMASK Olivier Certner
- git: c7e645269f1c - main - login_cap.h: Remove LOGIN_DEFPRI Olivier Certner
- Tue, 30 Jan 2024
- git: bea67504c66d - main - style(9): Remove $FreeBSD$ recommendation. Warner Losh
- git: a26b96a930da - main - style(9): Note larger divergence than implied Warner Losh
- git: 73974a78f7f6 - main - hostname(1): Add test cases Li-Wen Hsu
- git: 486b265a8fb6 - main - rdmsr_safe/wrmsr_safe: handle pcb_onfault nesting Andriy Gapon
- git: 7aa4e4eb3617 - main - Add uzsolt@ to committers Zsolt Udvari
- git: c961afe82596 - main - scsi_cd: Maintain a periph reference during media checks Mark Johnston
- git: 0c0ec5c8cc48 - main - scsi_cd: Remove commented-out code Mark Johnston
- git: 6c892b79de59 - main - snd_hdspe(4): Per device sysctl for sample rate. Ruslan Bukin
- git: fae467c2212c - main - chflags(1): Fix -f option Konstantin Belousov
- Re: git: fae467c2212c - main - chflags(1): Fix -f option Jessica Clarke
- Re: git: fae467c2212c - main - chflags(1): Fix -f option Konstantin Belousov
- Re: git: fae467c2212c - main - chflags(1): Fix -f option Jessica Clarke
- git: f79a8585bb06 - main - sockets: garbage collect SS_ISCONFIRMING Gleb Smirnoff
- git: 30c741c6e4bb - main - RELNOTES: document powerd enable on RPI images Mike Karels
- git: 2954af09f143 - main - chflags(1): obey siginfo request on chflagsat(2) failure Konstantin Belousov
- git: 722b40377198 - main - riscv: Remove the unused riscv64_cpu driver Jessica Clarke
- Re: git: 3334a537ed38 - main - Convert fsidcmp(9) from macro to inline function Antoine Brodin
- git: 9d784da3a7af - main - pf: uncomment counter asserts after mem leak fix Kristof Provost
- git: ce047ebf4848 - main - etc: Set DISTBASE during distribute for sub-makes Jessica Clarke
- git: 41eb4a4ca299 - main - share/man: Add mandoc.db files to METALOG Jessica Clarke
- git: f76cb7bd08e0 - main - sys/mount.h: use __inline Konstantin Belousov
- git: fd45b686f9d9 - main - zfs: merge openzfs/zfs@2e6b3c4d9 Martin Matuska
- Wed, 31 Jan 2024
- git: 14505c92bc8c - main - syscallsubr.h: Sort kern_membarrier prototype alphabetically John Baldwin
- git: c3d4aea6c5be - main - cxgbe: Add counters for POSIX async I/O requests handled by the driver John Baldwin
- git: afaefb773799 - main - cxgbe tom: Limit TOE connections to 2 reassembly islands always John Baldwin
- git: a5a965d75934 - main - cxgbe tom: Enable ULP_MODE_TCPDDP on demand John Baldwin
- git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Jung-uk Kim
- git: 07c64d74917e - main - acpica: Import ACPICA 20230628 Jung-uk Kim
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Jessica Clarke
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Cy Schubert
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Warner Losh
- git: e6b8c1d780b4 - main - virtio: Add more device IDs from the specification Bryan Venteicher
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Cy Schubert
- Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628 Baptiste Daroussin
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Ed Maste
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Warner Losh
- Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628 Jung-uk Kim
- git: 18cb422356f2 - main - timerfd: Move kern_timerfd_* prototypes to <sys/syscallsubr.h> John Baldwin
- Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628 Cy Schubert
- git: 712fd5ac9181 - main - intro.9: minor changes Mitchell Horne
- git: 81bee6d793ee - main - acpica: Fix build with ACPICA 20230331 and later Jung-uk Kim
- git: b771d5705fc9 - main - tools/build/make.py: Avoid Python 3.7+ subprocess.run capture_output Jessica Clarke
- Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628 Andriy Gapon
- git: ed3563b0ac31 - main - csu: add crtbrand.o dependency on sys/param.h Ed Maste
- Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628 Cy Schubert
- git: d6251ebad5bf - main - periodic: fix a typo in a comment Enji Cooper
- Re: git: ed3563b0ac31 - main - csu: add crtbrand.o dependency on sys/param.h Warner Losh
- Re: git: 07c64d74917e - main - acpica: Import ACPICA 20230628 Warner Losh
- git: 009d3f66cb5f - main - bsdinstall: separate out dist selection in prep for pkgbase support Brad Davis
- Re: git: 009d3f66cb5f - main - bsdinstall: separate out dist selection in prep for pkgbase support Jessica Clarke
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Gleb Smirnoff
- git: 1f1b2286fd5a - main - pmap: Convert boolean_t to bool. John Baldwin
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Jung-uk Kim
- Re: git: 722b16673c40 - main - acpica: Import ACPICA 20230331 Jessica Clarke
- Go to: [ monthly archives ] [ by author ] [ by date ]