dev-commits-src-all@FreeBSD.org
Commit messages for all branches of the src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
August 2022 Archives by date
- Mon, 01 Aug 2022
- git: 184e3118c105 - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. Kirk McKusick
- git: d22531d57282 - main - Identify each UFS/FFS superblock integrity check as a warning or fatal error. Kirk McKusick
- git: 882c35e41275 - stable/13 - rb_tree: silence coverity Doug Moore
- git: 6f7a96cfe537 - stable/13 - rb_tree: optimize tree rotation Doug Moore
- git: 8445e3d50ee2 - stable/13 - rb_tree: fine-tune rebalancing code Doug Moore
- git: 2717e958df53 - main - routing: move route expiration time to its nexthop Alexander V. Chernikov
- git: 97ffaff85968 - main - net: constantify radix.c functions Alexander V. Chernikov
- git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). Alexander V. Chernikov
- git: 800c68469ba6 - main - routing: add nhop(9) kpi. Alexander V. Chernikov
- git: 5c23343b8c0c - main - routing: convert remnants of DPRINTF to FIB_CTL_LOG(). Alexander V. Chernikov
- git: f28532a0f363 - main - tests: fix unix_passfd_dgram:rights_creds_payload after be1f485d7d6b Alexander V. Chernikov
- git: ae6bfd12c8c8 - main - 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. Alexander V. Chernikov
- git: c97585565fe7 - stable/13 - loader: fix powerpc64le ofw loader Alfredo Dal'Ava Junior
- git: 9f35dbfdc6c8 - main - uftdi(4): Add new USB ID. Hans Petter Selasky
- git: 85d92faf434a - main - diff3: Fix indentation Tom Jones
- git: ca53a8445ab3 - main - diff3: Replace literal marker with variable Tom Jones
- git: 2c4276aaa2d0 - main - diff3: Use variables for old and new in A scripts Tom Jones
- git: a869b8c5f0ba - stable/13 - sched_ule: Fix racy loads of pc_curthread Mark Johnston
- git: 20abb8075086 - stable/13 - sched_ule: Enable preemption of curthread in the load balancer Mark Johnston
- git: 84a0d34d10ac - stable/13 - x86: Add a required store-load barrier in cpu_idle() Mark Johnston
- git: 664a1a7158d0 - stable/13 - sched_ule: Use explicit atomic accesses for tdq fields Mark Johnston
- git: 211c9ad8b532 - stable/13 - sched_ule: Use the correct atomic_load variant for tdq_lowpri Mark Johnston
- git: 096c0b9b469b - stable/13 - sched_ule: Ensure we hold the thread lock when modifying td_flags Mark Johnston
- Re: git: be1f485d7d6b - main - sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg(). John Baldwin
- git: 9c5d47763888 - stable/13 - Adjust function definition in isa's pnp.c to avoid clang 15 warning Dimitry Andric
- git: 673a6f21da0f - stable/13 - Remove unnecessary terminating slash in iscsi module Makefile Dimitry Andric
- git: 609593ae47db - stable/13 - Suppress possible unused variable warning for icl_soft.c Dimitry Andric
- git: b8ded2ea3a97 - stable/12 - Adjust function definition in isa's pnp.c to avoid clang 15 warning Dimitry Andric
- git: 1a7e1bb6b022 - stable/12 - Remove unnecessary terminating slash in iscsi module Makefile Dimitry Andric
- git: fb1526ca2783 - main - wtap(4): Fix bug in wtap_node_write() and wtap_vap_create() Bjoern A. Zeeb
- git: d1f5aa5633ea - main - wtap: cleanup module Makefile Bjoern A. Zeeb
- Tue, 02 Aug 2022
- git: 93b8510c3697 - main - find.1: Correct the markup Gordon Bergling
- git: 1abc27dd52e5 - main - tcp rack: simplify computation of rsm start and end Michael Tuexen
- git: 426afc8f5218 - main - recv: bump manpage date after be1f485d7d6bebc53b05. Alexander V. Chernikov
- Re: git: be1f485d7d6b - main - sockets: add MSG_TRUNC flag handling for recvfrom()/recvmsg(). Alexander V. Chernikov
- git: 264a559ac827 - main - diff3: Simplify startmark calculation in Ascript Tom Jones
- git: c0e6ccb12ab9 - main - diff3: Use ranges for the old and new diffedits in A scripts Tom Jones
- git: 190c4c2499e6 - main - diff3: Use ranges for new and old diffedits in ed scripts Tom Jones
- git: 637f317c6d9c - main - IPv6: fix problem with duplicate port assignment with v4-mapped addrs Mike Karels
- git: cf2ca148d9d6 - main - inet.4 icmp.4 udp.4: Add missing sysctls, other fixes Mike Karels
- git: 3dce6f96e515 - main - tcp.4: Add missing sysctls, other fixes Mike Karels
- git: 35557a0d9169 - main - rb_tree: update augmentation after element change Doug Moore
- git: b3fd5464a903 - main - rb_tree: resolve name clash Doug Moore
- Re: b3fd5464a903 - main - rb_tree: resolve name clash Ravi Pokala
- git: 4a5ec55af6d0 - main - amd64: expicitly re-init td_frame in copy_thread() Konstantin Belousov
- git: c6d31b8306eb - main - AST: rework Konstantin Belousov
- git: 4fced8642f8e - main - sigfastblock_setpend() and fastblock_mask can be static now Konstantin Belousov
- git: cc1ec77231d3 - main - Adjust g_waitidle() visibility and definition Konstantin Belousov
- git: c46771a7b736 - main - kern/subr_trap.c: cleanup no longer needed headers Konstantin Belousov
- git: 4a662c9064fc - main - ktrace: change AST handler to require AST flag set Konstantin Belousov
- git: f04f3afbf5c3 - main - linuxkpi: more precise need_resched() definition Konstantin Belousov
- git: 8b57548e9a38 - main - powerpcspe: make GEOM_LABEL kernel built-in Alfredo Dal'Ava Junior
- Re: git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). Cy Schubert
- git: 170821d5241f - stable/12 - pf: add pf_bcmp_state_key Mateusz Guzik
- git: 088920ccc694 - stable/13 - ule: unbreak UP builds Mark Johnston
- Wed, 03 Aug 2022
- git: 852695416c85 - main - domain: Use designated constants for timeout periods Mark Johnston
- git: e1700a36a947 - main - dtrace tests: Override RLIMIT_CORE for a test which triggers a core dump Mark Johnston
- git: 6a05f1438145 - main - dtrace tests: Rename some test type names to avoid a conflict Mark Johnston
- git: 1165fc9a5266 - main - ctfconvert: Give bitfield types names distinct from the base type Mark Johnston
- Re: git: 1165fc9a5266 - main - ctfconvert: Give bitfield types names distinct from the base type Cy Schubert
- git: 6237c3e74fea - main - ctfconvert: Actually use the asprintf() helper Mark Johnston
- git: c18d676d53cc - stable/13 - vmd: Add 8086:A77F PCI ID for all Intel Raptor Lake SKUs Neel Chauhan
- git: 7a0fd3fc1385 - stable/13 - bluetooth(3): Fix a typo in a source code comment Gordon Bergling
- git: c19cad49f61b - stable/13 - cxgb(4): Fix a typo in a source code comment Gordon Bergling
- git: 8a4470dc887e - stable/13 - qlnxe(4): Fix a typo in a source code comment Gordon Bergling
- git: 67a96a760f55 - stable/13 - uefi(8): Fix a typo in a source code comment Gordon Bergling
- git: 0b043857e8ed - stable/13 - uhsoctl.1: Fix the man page date Gordon Bergling
- git: 1510db242a9a - stable/12 - bluetooth(3): Fix a typo in a source code comment Gordon Bergling
- git: d894151604b7 - stable/12 - cxgb(4): Fix a typo in a source code comment Gordon Bergling
- git: 47402c01b4b6 - stable/12 - qlnxe(4): Fix a typo in a source code comment Gordon Bergling
- git: 2677e989647e - stable/12 - uefi(8): Fix a typo in a source code comment Gordon Bergling
- git: 21af3c930b26 - stable/12 - uhsoctl.1: Fix the man page date Gordon Bergling
- git: e21dc161b346 - main - Add me as ports committer, update mentor/mentee Felix Palmen
- git: 08bb0873ca88 - main - routing: fix panic for p2p interfaces after 800c68469ba6. Alexander V. Chernikov
- Re: git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). Alexander V. Chernikov
- git: 6e4dbb7feff4 - main - pkgbase: split kerberos binaries and libs Doug Rabson
- git: f2fd7d8bfc69 - main - ast_sig(): add missed TDAI() Konstantin Belousov
- git: c53fec76033a - main - sig_suspend_threads(): remove 'sending' arg Konstantin Belousov
- Re: git: 29029b06a6f7 - main - routing: remove info argument from add/change_route_nhop(). Cy Schubert
- git: 979bc32c7c14 - main - sctp: tweak panic message Michael Tuexen
- git: a23c26b2fe38 - main - stand: use snprintf here Warner Losh
- git: 4333168b1dc0 - main - stand: Remove unneeded include from geli Warner Losh
- git: f863970a82f4 - main - stand: Reduce number of files that need -I${LDRSRC} Warner Losh
- git: 36d67475f549 - main - xinstall: fix dounpriv logic, add tests Dag-Erling Smørgrav
- git: c7a8e8d372b2 - main - xinstall: make md5 and ripemd160 conditional Dag-Erling Smørgrav
- Re: git: c7a8e8d372b2 - main - xinstall: make md5 and ripemd160 conditional Xin LI
- Re: git: c7a8e8d372b2 - main - xinstall: make md5 and ripemd160 conditional Dag-Erling_Smørgrav
- Re: git: 36d67475f549 - main - xinstall: fix dounpriv logic, add tests Jessica Clarke
- git: 54d8d0fe12a4 - main - xinstall: use dynamic bufsize as in cat(1) / cp(1). Dag-Erling Smørgrav
- Re: git: 36d67475f549 - main - xinstall: fix dounpriv logic, add tests Dag-Erling_Smørgrav
- git: 412bdb5a4630 - main - route: fix NOIP builds Mateusz Guzik
- git: 99275445a424 - stable/13 - sockets: fix setsockopt(SO_RCVTIMEO) on a listening socket Gleb Smirnoff
- Thu, 04 Aug 2022
- git: f44e2577120c - main - xinstall: alphabetize: upper case precedes lower. Dag-Erling Smørgrav
- git: 52c8052938f9 - stable/13 - libc: ANSIfy div / ldiv function definitions Ed Maste
- git: 3d9d2c27d58a - stable/13 - Add ELFCOMPRESS_ZSTD ELF compression constant Ed Maste
- git: dc6f578a8f53 - main - virtio_mmio: correct offset of VIRTIO_MMIO_CONFIG_GENERATION Bryan Venteicher
- git: d46b000eccc9 - main - routing: remove duplicate error message after 5c23343b8c0c. Alexander V. Chernikov
- git: 5abe178970dd - main - hda: Add a patch for ASUS ROG GL553VE. Gleb Popov
- git: 8449762738b9 - main - if_ovpn: fix unused functions with NOINET / NOINET6 Kristof Provost
- git: 2817d3ac2a0a - stable/13 - hidbus(4): Align refcount checks for hidbus_intr_start() and hidbus_intr_stop(). Hans Petter Selasky
- git: 100ddf892240 - main - qat: Move qat_c2xxx firmware files and build glue into separate dirs Mark Johnston
- git: d07675a9352e - main - file: Move code to share fdtol structs into kern_descrip.c Mark Johnston
- git: 121e120883a2 - main - bridge tests: Tests using pft_ping.py require scapy Mark Johnston
- git: 2f1cdb1e4883 - stable/13 - riscv: Avoid passing invalid addresses to pmap_fault() Mark Johnston
- git: 3c4f8adc794d - main - hier.7: Document /var/db/freebsd-update Mateusz Piotrowski
- git: 369ea0520a30 - main - [libm] Correct comments in s_cbrt[l].c Dimitry Andric
- git: 5b5fa75acff1 - main - libc: drop "All rights reserved" from Foundation copyrights Ed Maste
- git: 23c8b19c1d13 - main - Drop checks with last alternate superblock in fsck_ffs(8). Kirk McKusick
- git: e24c5c60d724 - main - renice: support -- as per POSIX. Dag-Erling Smørgrav
- Fri, 05 Aug 2022
- git: c0665d5c8240 - main - powerpc/fsl_sata: Properly clamp maxio to pessimized size Justin Hibbits
- git: e1522ba72315 - stable/13 - find.1: Fix mandoc warnings and mention a useful manpage Gordon Bergling
- git: a2acdcb602dd - stable/13 - find.1: Correct the markup Gordon Bergling
- git: c2d2160b2b02 - stable/12 - find.1: Fix mandoc warnings and mention a useful manpage Gordon Bergling
- git: 325c554e2ec9 - stable/12 - find.1: Correct the markup Gordon Bergling
- git: a5f19abeb719 - stable/12 - if_vlan: avoid hash table thrashing when adding and removing entries Kristof Provost
- git: 6c6e7cbe47b0 - stable/13 - if_vlan: avoid hash table thrashing when adding and removing entries Kristof Provost
- git: dc3509f1aafc - main - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: f0687f3e0e4d - main - Clarify code comments on ASLR default settings Ed Maste
- git: 101480e92685 - main - Remove "All rights reserved" where I can in libc Andrew Turner
- git: a69c0964625f - main - nvme: Print CRD, M and DNR status bits on errors. Alexander Motin
- git: 3e1101f29b4f - main - bsdinstall: allow setting the root password via env variables Brad Davis
- Re: git: dc3509f1aafc - main - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: 240afd8c1fcc - main - makefs: Add ZFS support Mark Johnston
- git: c39eecd84b3e - main - RELNOTES: Document ZFS support in makefs Mark Johnston
- git: ac64943ca851 - main - mca: Add sysctl to mute corrected errors. Alexander Motin
- git: 52a54b96ed1b - main - acpi_apei: Add sysctl to mute corrected errors. Alexander Motin
- git: d57351465531..9b76d32f2310 - vendor/unbound - vendor branch updated Cy Schubert
- git: 1c6fe5d7fe21 - Create tag vendor/unbound/1.16.2 Cy Schubert
- git: e9552d8b45d6 - main - arm: Clear TTBCR before enabling the MMU Mark Johnston
- git: 220818ac0307 - main - bpf: Fix BIOCPROMISC locking Mark Johnston
- Sat, 06 Aug 2022
- git: 4804db0d081d - stable/13 - sqlite3: Vendor import of sqlite3 3.39.0 Cy Schubert
- git: b38d534d58c7 - stable/12 - sqlite3: Vendor import of sqlite3 3.39.0 Cy Schubert
- git: 790c6b245151 - main - unbound: Vendor import 1.16.2 Cy Schubert
- git: 4f158a444ee7 - main - net80211: Remove tautological state display Cy Schubert
- git: e34667e44941 - main - unbound: Update version to 1.16.2 Cy Schubert
- git: 1ffd352bc25b - main - bce(4): Fix two typos in kernel messages Gordon Bergling
- git: f95569fafcba - stable/13 - tools/uma/smrstress: fix kthread exit Konstantin Belousov
- git: 93dd3adac7d8 - main - fib_algo: set vnet when destroying algo instance Alexander V. Chernikov
- git: 1e73fbd8b289 - main - pfctl: fix FOM_ICMP/POM_STICKYADDRESS clash Kristof Provost
- git: 35ce7d40f986 - main - powerpc/booke: Clamp MAXCPU to 32 for Book-E platforms Justin Hibbits
- git: 7f46deccbed7 - main - x86/iommu: Reduce the number of queued invalidation interrupts Alan Cox
- git: 7f2ec173e461 - main - iommu_gas: avoid pointless augmentation Doug Moore
- git: 69893a0e8fc8 - main - bsd-family-tree: OpenBSD 7.1 and DragonFly BSD 6.2.2 Sergey A. Osokin
- git: a3d933cc4f23 - main - bsd-family-tree: add NetBSD 9.3 Sergey A. Osokin
- Sun, 07 Aug 2022
- git: ac79b5f32794 - main - stress2: Do not run a fuzz test as root. Peter Holm
- git: c9254546682c - main - stress2: Added another fsck_ffs test scenario Peter Holm
- git: 9a0d922f57f2 - stable/13 - [libm] Correct comments in s_cbrt[l].c Dimitry Andric
- git: 162bdeaa7324 - stable/12 - [libm] Correct comments in s_cbrt[l].c Dimitry Andric
- git: 4c399b044fc6 - main - nullfs(5): Fix a typo in a source code comment Gordon Bergling
- git: cd3303974935 - main - inet6(4): Fix a typo in a source code comment Gordon Bergling
- git: 094517119c62 - main - libpathconv: Fix mandoc warnings in abs2rel(3) and rel2abs(3) Gordon Bergling
- git: cc538081ef1d - main - acpi(4): Fix two typos in a source code comments Gordon Bergling
- git: ffcec862aaea - main - bsd-family-tree: fix a typo for NetBSD 9.3 release date Sergey A. Osokin
- git: 044169efe0b7 - main - net80211(4): Fix a typo in a source code comment Gordon Bergling
- git: 0702f4f0409e - main - isci(4): Fix a typo in a source code comment Gordon Bergling
- git: b2b1bb041056 - main - debugnet: Fix a typo in a source code comment Gordon Bergling
- git: fa1ac9693a6d - main - vnode(9): Fix a typo in a source code comment Gordon Bergling
- git: 816ca3d10fd2 - main - libutil: Fix mandoc warnings Gordon Bergling
- git: 75f8dcc831bf - main - mfiutil.8: Fix some mandoc warnings Gordon Bergling
- git: e7231d07a4f7 - main - tcp_input: update comment to match reality. Gleb Smirnoff
- git: 624e5dc0ecf6 - main - tree.3: fix markup Konstantin Belousov
- git: 08349b18ea26 - main - tree.3: explain RB_FIND() and RB_NFIND() Konstantin Belousov
- git: 7064c94a02af - main - tests: add routing tests for switching between same prefixes Alexander V. Chernikov
- git: d3ef3c4cf818 - main - XHCI: remove a self-assignment Bjoern A. Zeeb
- git: 13e9d624f2f4 - main - rtw88: correct a typo in man page Bjoern A. Zeeb
- Mon, 08 Aug 2022
- git: 02e43a0d0594 - stable/13 - swap_pager: Reduce the scope of the object lock in putpages Doug Moore
- git: e9711ea5e2f5 - stable/13 - iommu_gas: Avoid double unmapping on error Doug Moore
- git: 63440d34ad65 - stable/13 - x86/iommu: Eliminate redundant wrappers Doug Moore
- git: f2453156ddfe - stable/13 - iommu: Shrink the iommu map entry structure Doug Moore
- git: 6be8028f4441 - stable/13 - iommu_gas: Eliminate a possible case of use-after-free Doug Moore
- git: b7bd54e4ec5b - stable/13 - x86/iommu: Shrink the critical section in dmar_qi_task() Doug Moore
- git: 14fa36d1c1b6 - stable/13 - dev/iommu: Include offset in maxaddr check. Doug Moore
- git: aac66558eb6f - stable/13 - iommu_gas: consolidate find_space helpers Doug Moore
- git: 5db5bd5f3987 - main - Add drive strength setting for RK3568 pinctrl driver. Partially from https://reviews.freebsd.org/D36027 Ganbold Tsagaankhuu
- git: 5639dde5edc9 - stable/13 - x86/iommu: Correct a recent change to iommu_domain_unload_entry() Doug Moore
- git: 02b3bb3e456f - stable/13 - x86/iommu: Reduce DMAR lock contention Doug Moore
- git: fb110e510438 - stable/13 - iommu_gas: Eliminate redundant parameters and push down lock acquisition Doug Moore
- git: 63167eb48c9f - main - pfctl tests: test case for the POM_STICKYADDRESS fix Kristof Provost
- git: 00a59bf122d9 - stable/13 - asmc: Add support for MacBookPro6,2 Mark Johnston
- git: 6be89cc88d63 - main - linuxkpi: atomic: Add atomic_fetch_inc Emmanuel Vadot
- git: 885ab0dba28b - main - linuxkpi: math.h: Add mul_u64_u32_div and mul_u64_u32_shr Emmanuel Vadot
- git: 6890e327a86d - main - linuxkpi: pci: Add more functions needed by drm Emmanuel Vadot
- git: 4aa82e4358c0 - main - linuxkpi: Add mapping_clear_unevictable stub Emmanuel Vadot
- git: aec6a64c68b9 - main - linuxkpi: Add linux/nospec.h Emmanuel Vadot
- git: a0c171328f66 - main - linuxkpi: Add pagevec implementation Emmanuel Vadot
- git: 96b917bfcf2c - main - linuxkpi: Add io.h Emmanuel Vadot
- git: fa1f02baafd3 - main - linuxkpi: Add some memset functions Emmanuel Vadot
- git: 39da3678b1ce - main - linuxkpi: Add try_cmpxchg and atomic_try_cmpxchg Emmanuel Vadot
- git: 37cda2837c00 - main - linuxkpi: Add compat_ptr and ptr_to_compat Emmanuel Vadot
- git: 2d4b17685fd2 - main - linuxkpi: errno: Add EHWPOISON Emmanuel Vadot
- git: 7d2702a19839 - main - linuxkpi: Add more notifier defines Emmanuel Vadot
- git: d1c3cfd79da1 - main - linuxkpi: Add trylock_page and unlock_page Emmanuel Vadot
- git: eca2f0f38066 - main - linuxkpi: Add smp_mb__before/after_atomic Emmanuel Vadot
- git: a7727e1a6d5d - main - linuxkpi: Add dev_info_once Emmanuel Vadot
- git: 789dbdbb4857 - main - linuxkpi: Add arch_io_{reserve,free}_memtype_wc Emmanuel Vadot
- git: b829f450a7a3 - main - linuxkpi: Include highmem.h in pagemap.h Emmanuel Vadot
- git: 2ff0f051498a - main - linuxkpi: pm: Add more defines and includes Emmanuel Vadot
- git: b273f93657cf - main - Bump __FreeBSD_version after linuxkpi changes. Emmanuel Vadot
- git: 45add40717c2 - main - release: fix alignment for arm SoCs Glen Barber
- Re: git: dc3509f1aafc - main - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: 28b64169eace - main - pf: stop resolving hosts as dns that use ":" modifier Kristof Provost
- git: 1b0a4974c500 - main - thread_create(): call cpu_copy_thread() after td_pflags is zeroed Konstantin Belousov
- git: 2dd83b3f0507 - main - lib9p: Remove potential buffer overwrite in l9p_puqids() Mark Johnston
- git: cbd1e83154af - main - Merge libcxxrt commit 5d8a15823a103bbc27f1bfdcf2b5aa008fab57dd Mark Johnston
- git: d387a1b4b199 - main - linuxkpi: io.h: Do not include asm/set_memory.h for armv6 and armv7 Emmanuel Vadot
- git: 2969066f73fc - main - zlib: Fix extra field processing bug that dereferences NULL state->head. Ed Maste
- git: bbb2f537156b - main - cxgbe: Rename t4_kern_tls.c to t6_kern_tls.c. John Baldwin
- git: 1ca4f45ea89f - main - cxgbe: Handle requests for TLS key allocations with no TLS key storage. John Baldwin
- git: c6b3a3772c08 - main - cxgbe TOE TLS: Simplify a few routines. John Baldwin
- git: 782db2881b6b - main - cxgbe TOE TLS: Fix handling of unusual record types. John Baldwin
- git: cc13c98302f6 - main - ktls_test: Add a require_toe option similar to require_ifnet. John Baldwin
- git: 521abc32e22a - main - linuxkpi: io.h: Only exclude armv6 and armv7 for asm/set_memory.h Emmanuel Vadot
- git: 441202c00bdf - main - apply: clean up error handling. Dag-Erling Smørgrav
- git: 4252aea1d20b - stable/13 - i386: fix pmap_trm_arena_last atomic load type Mark Johnston
- git: ced25caae45d - stable/13 - atomic: Add some type checking to plain atomic_load/store helpers Mark Johnston
- git: c460b8002100 - stable/13 - altera/sdcard: Catch up with commit 5a96b88f05d1 Mark Johnston
- git: e87ff1ea2252 - main - tests/socket: add accept_filter(9) test Gleb Smirnoff
- git: e9ae9fa93745 - main - syslog(3): unbreak log generation using fabricated PID Eugene Grosbein
- Tue, 09 Aug 2022
- git: 8b8c7aa78643 - stable/13 - bce(4): Fix two typos in kernel messages Gordon Bergling
- git: 3387ddcd6afa - stable/12 - bce(4): Fix two typos in kernel messages Gordon Bergling
- git: b223c1f1a0ac - main - x86: Add another cpuid for Apollo Lake errata APL30 Emmanuel Vadot
- git: 821b850a3bb7 - main - x86: Remove redundant parentheses Emmanuel Vadot
- git: 948168c778e8 - main - libpathconv: bump man page dates Gordon Bergling
- git: ec00e95190ad - main - netinet tests: Add test for IPv6 mapped-v4 bind problem Mike Karels
- git: 94d31f5e6cdb - stable/13 - unbound: Vendor import 1.16.1 Cy Schubert
- git: fd03b246b753 - stable/13 - unbound: Update version strings to 1.16.1 Cy Schubert
- git: ed7eaf6b8dce - stable/13 - unbound: Vendor import 1.16.2 Cy Schubert
- git: 6360ccdea077 - stable/13 - unbound: Update version to 1.16.2 Cy Schubert
- git: d4ed4b457f2e - stable/12 - unbound: Vendor import 1.16.1 Cy Schubert
- git: ae136314a4ae - stable/12 - unbound: Update version strings to 1.16.1 Cy Schubert
- git: 3f83233b4d51 - stable/12 - unbound: Vendor import 1.16.2 Cy Schubert
- git: b7dde1fc2973 - stable/12 - unbound: Update version to 1.16.2 Cy Schubert
- git: c536045c51da - stable/13 - lib9p: Remove potential buffer overwrite in l9p_puqids() Mark Johnston
- git: 1243360b1a02 - stable/13 - ipsec: replace SECASVAR mtx by rmlock Kristof Provost
- git: b77d581535da - main - if_ovpn tests: remote access test case Kristof Provost
- git: 10cc2bf5f7a5 - stable/13 - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: bd8faba77f6f - stable/12 - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: adff82ea35b7 - main - Add the PHY driver for the Marvell 88E1512. Kristof Provost
- git: 2c0eeaac0b23 - stable/13 - bsd-family-tree: Update various URLs in file Sergey A. Osokin
- git: 8b62f3bf9131 - stable/13 - bsd-family-tree: FreeBSD 13.1 Sergey A. Osokin
- git: 28c41592191f - stable/13 - bsd-family-tree: OpenBSD 7.1 and DragonFly BSD 6.2.2 Sergey A. Osokin
- git: be8190e8d313 - stable/13 - bsd-family-tree: add NetBSD 9.3 Sergey A. Osokin
- git: 78209289fe4b - stable/13 - bsd-family-tree: fix a typo for NetBSD 9.3 release date Sergey A. Osokin
- git: 12a37e743d28 - stable/12 - bsd-family-tree: Update various URLs in file Sergey A. Osokin
- git: 54fc7397d68d - stable/12 - bsd-family-tree: FreeBSD 13.1 Sergey A. Osokin
- git: 79858fc5ae20 - stable/12 - bsd-family-tree: OpenBSD 7.1 and DragonFly BSD 6.2.2 Sergey A. Osokin
- git: 7f81da41eec0 - stable/12 - bsd-family-tree: add NetBSD 9.3 Sergey A. Osokin
- git: 4c2e491e8c48 - stable/12 - bsd-family-tree: fix a typo for NetBSD 9.3 release date Sergey A. Osokin
- git: 711ee0591832 - main - Add "heard" to the dictionary Ed Maste
- git: 6b6367ba8fd2 - main - release: ensure enforce_chs sysctl is 0 Ed Maste
- git: 00d17cf342cd - main - elf_note_prpsinfo: handle more failures from proc_getargv() Mark Johnston
- git: 5c50e900ad77 - main - vm_fault: Shoot down shared mappings in vm_fault_copy_entry() Mark Johnston
- git: 8a44a2c644fc - stable/13 - elf_note_prpsinfo: handle more failures from proc_getargv() Mark Johnston
- git: 3ea8c7ad90f7 - stable/13 - vm_fault: Shoot down shared mappings in vm_fault_copy_entry() Mark Johnston
- git: 2170511d491b - stable/12 - elf_note_prpsinfo: handle more failures from proc_getargv() Mark Johnston
- git: 9a2a2871c490 - stable/12 - vm_fault: Shoot down shared mappings in vm_fault_copy_entry() Mark Johnston
- git: cd7c996c4ed9 - releng/12.3 - CAM: Keep periph_links when restoring CCB in camperiphdone(). Mark Johnston
- git: 7f83d23ecfce - releng/12.3 - aio_aqueue(): avoid ucred leak on failure path Mark Johnston
- git: 0aa6d8576d9e - releng/12.3 - elf_note_prpsinfo: handle more failures from proc_getargv() Mark Johnston
- git: 1120c36b075c - releng/12.3 - vm_fault: Shoot down shared mappings in vm_fault_copy_entry() Mark Johnston
- git: 3d3693dae230 - releng/12.3 - Add UPDATING entries and bump version Mark Johnston
- git: c864c8cf08a9 - releng/13.0 - aio_aqueue(): avoid ucred leak on failure path Mark Johnston
- git: 277c0c4d2512 - releng/13.0 - pam_exec: fix segfault when authtok is null Mark Johnston
- git: 5430423b6d63 - releng/13.0 - CAM: Keep periph_links when restoring CCB in camperiphdone(). Mark Johnston
- git: 056ffc74a769 - releng/13.0 - elf_note_prpsinfo: handle more failures from proc_getargv() Mark Johnston
- git: dd349089ff92 - releng/13.0 - vm_fault: Shoot down shared mappings in vm_fault_copy_entry() Mark Johnston
- git: 70a2cf7bb2e0 - releng/13.0 - lib9p: Remove potential buffer overwrite in l9p_puqids() Mark Johnston
- git: 9f398ead89fa - releng/13.0 - Add UPDATING entries and bump version. Mark Johnston
- git: db8082886fd8 - releng/13.1 - CAM: Keep periph_links when restoring CCB in camperiphdone(). Mark Johnston
- git: c48048ebdbed - releng/13.1 - kevent: Fix an off-by-one in filt_timerexpire_l() Mark Johnston
- git: 26db194f3db1 - releng/13.1 - pam_exec: fix segfault when authtok is null Mark Johnston
- git: 69a456c0b60b - releng/13.1 - elf_note_prpsinfo: handle more failures from proc_getargv() Mark Johnston
- git: 0c88ecaa1255 - releng/13.1 - vm_fault: Shoot down shared mappings in vm_fault_copy_entry() Mark Johnston
- git: 7dfe949791e7 - releng/13.1 - lib9p: Remove potential buffer overwrite in l9p_puqids() Mark Johnston
- git: 514a191356c1 - releng/13.1 - Add UPDATING entries and bump version Mark Johnston
- git: e9ba25aabf69 - main - release: Use in-tree etcupdate for build Jessica Clarke
- git: 5513d7dee5dd - main - etcupdate: Add a -m flag to change the make binary that's run Jessica Clarke
- git: f37724399606 - main - release: Forward ${MAKE} to etcupdate via the new -m flag Jessica Clarke
- git: c5e30fbdb7e0 - main - etcupdate: Prefer POSIX -depth to BSD -d Jessica Clarke
- git: febca0e64361 - main - etcupdate: Add a -N flag to perform a NO_ROOT build Jessica Clarke
- git: f36b5d8a8c30 - main - release: Include an etcupdate tree in -DNO_ROOT release image builds Jessica Clarke
- git: a7aa3d4d758d - main - fbt/x86: Extract arg1 for return probes from the trapframe Mark Johnston
- git: 3ba8e9dc4a0e - main - dtrace/amd64: Implement emulation of call instructions Mark Johnston
- git: 2bed73739aac - main - atomic: Add plain atomic_load/store_bool() Mark Johnston
- git: 1dfa8b73f6a6 - main - tests: Add more shared shadow regression tests Mark Johnston
- Wed, 10 Aug 2022
- git: e9a2e4d1d28b - main - arc4random(3): Reduce diff with OpenBSD. Xin LI
- git: f2c6a00a2e46 - stable/13 - tree.3: explain RB_FIND() and RB_NFIND() Konstantin Belousov
- git: fedb2ee64c0d - stable/13 - thread_create(): call cpu_copy_thread() after td_pflags is zeroed Konstantin Belousov
- git: 2abfe8a58415 - stable/13 - vnode(9): Fix a typo in a source code comment Gordon Bergling
- git: 73555fe20877 - stable/12 - vnode(9): Fix a typo in a source code comment Gordon Bergling
- git: bb995f2ef0e7 - main - sctp: improve handling of send() calls with no user data` Michael Tuexen
- git: bd30a1216e03 - main - tcp: improve BBLog for output events when using the FreeBSD stack Michael Tuexen
- git: 71ca10f8bbe6..17bac45f172c - vendor/device-tree - vendor branch updated Emmanuel Vadot
- git: c8c13322bfaa - Create tag vendor/device-tree/5.14 Emmanuel Vadot
- git: 5956d97f4b32 - main - Import device-tree files from Linux 5.14 Emmanuel Vadot
- git: 632ed13b3148 - stable/13 - net80211(4): Fix a typo in a source code comment Gordon Bergling
- git: 05060d1f3a6f - stable/13 - isci(4): Fix a typo in a source code comment Gordon Bergling
- git: 17bac45f172c..1769b8f3a9ff - vendor/device-tree - vendor branch updated Emmanuel Vadot
- git: 35e49834ddfa - Create tag vendor/device-tree/5.15 Emmanuel Vadot
- git: bcd5f6ec3d97 - stable/13 - mfiutil.8: Fix some mandoc warnings Gordon Bergling
- git: 876ecdd30c74 - stable/13 - debugnet: Fix a typo in a source code comment Gordon Bergling
- git: 354d7675fe12 - main - Import device-tree files from Linux 5.15 Emmanuel Vadot
- git: b83d5bf050a9 - stable/13 - libpathconv: Fix mandoc warnings in abs2rel(3) and rel2abs(3) Gordon Bergling
- git: f1dbcadb5aa6 - stable/13 - libpathconv: bump man page dates Gordon Bergling
- git: 05e4f4a08cdd - stable/13 - libutil: Fix mandoc warnings Gordon Bergling
- git: d03a300ad781 - stable/13 - nullfs(5): Fix a typo in a source code comment Gordon Bergling
- git: d1cd71da2b36 - stable/13 - inet6(4): Fix a typo in a source code comment Gordon Bergling
- git: f99f548ebfab - stable/12 - net80211(4): Fix a typo in a source code comment Gordon Bergling
- git: c1295a443eed - stable/12 - isci(4): Fix a typo in a source code comment Gordon Bergling
- git: 93b7c639b6e4 - stable/12 - mfiutil.8: Fix some mandoc warnings Gordon Bergling
- git: 1769b8f3a9ff..dec44e532c3b - vendor/device-tree - vendor branch updated Emmanuel Vadot
- git: fc72f59bf2a5 - Create tag vendor/device-tree/5.16 Emmanuel Vadot
- git: 6855794be20e - stable/12 - libpathconv: Fix mandoc warnings in abs2rel(3) and rel2abs(3) Gordon Bergling
- git: 63c9d5dc762f - stable/12 - libpathconv: bump man page dates Gordon Bergling
- git: 6d8e1fd525dc - stable/12 - libutil: Fix mandoc warnings Gordon Bergling
- git: 8cc087a1eee9 - main - Import device-tree files from Linux 5.16 Emmanuel Vadot
- git: 3800bc198c61 - stable/12 - nullfs(5): Fix a typo in a source code comment Gordon Bergling
- git: 162705e36dd0 - stable/12 - inet6(4): Fix a typo in a source code comment Gordon Bergling
- git: dec44e532c3b..b7d8b5635a26 - vendor/device-tree - vendor branch updated Emmanuel Vadot
- git: 50fe792eb683 - Create tag vendor/device-tree/5.17 Emmanuel Vadot
- git: e67e85659c0d - main - Import device-tree files from Linux 5.17 Emmanuel Vadot
- git: b7d8b5635a26..9066e824cab7 - vendor/device-tree - vendor branch updated Emmanuel Vadot
- git: 05ff1a74415b - Create tag vendor/device-tree/5.18 Emmanuel Vadot
- git: c9ccf3a32da4 - main - Import device-tree files from Linux 5.18 Emmanuel Vadot
- git: 8d6b3a857010 - main - arm64: rockchip: pinctrl: Do not rely on the node name Emmanuel Vadot
- git: f998535a66b9 - main - netinet6: allow ND entries creation for all directly-reachable destinations. Alexander V. Chernikov
- git: d88eb4654f37 - main - tcp: address a wire level race with 2 ACKs at the end of TCP handshake Gleb Smirnoff
- git: 7dc4d5118c02 - main - gpio: mark INVARIANTS variables as __diagused Ed Maste
- git: abc7a4a0c1b0 - main - Simplify setting a non-4k PAGE_SIZE on arm64 Andrew Turner
- git: 87f642ac03e3 - main - arm64: rockchip: rk_gpio: Improve mode switching Emmanuel Vadot
- git: fbc50a695433 - main - modules: aw_mmc: Add mmc_pwrseq_if to the source Emmanuel Vadot
- git: d38a784b61e3 - main - modules: if_awg: Add miibus_if.h to the source Emmanuel Vadot
- git: c7a62c925c81 - main - inpcb: gather v4/v6 handling code into in_pcballoc() from protocols Gleb Smirnoff
- git: 8f5a0a2e4f31 - main - sockets: provide solisten_clone(), solisten_enqueue() Gleb Smirnoff
- git: 07285bb4c22c - main - tcp: utilize new solisten_clone() and solisten_enqueue() Gleb Smirnoff
- git: 0d60e88b41fe - main - routing: refactor control cmds #1 Alexander V. Chernikov
- git: dedeec114338 - main - routing: refactor #2 Alexander V. Chernikov
- git: 66230639ce31 - main - routing: split nexthop creation and rtentry creation. Alexander V. Chernikov
- git: 2ce553854cbd - main - routing: add rib_<add|del>_route_px() functions operating with nexthops. Alexander V. Chernikov
- git: 5c4d2252d771 - main - routing: move rtentry and subscription code out of route_ctl.c Alexander V. Chernikov
- git: 102e6817f013 - main - devd: move all devd notification logic to a separate file. Alexander V. Chernikov
- git: 3471fcf3a42d - main - opencrypto: mark INVARIANTS variables as __diagused Ed Maste
- git: b9db5e0a8f38 - main - sdio: Change the sdio helper name and arg order Emmanuel Vadot
- git: 1ee7a8049218 - main - sdio: Always use increment address for read/write_4 Emmanuel Vadot
- git: 49da0242e798 - main - sdio: Do not allow setting a block size if function doesn't support it Emmanuel Vadot
- git: 348164aa9e5d - main - sdio: Add CCCR speed defines Emmanuel Vadot
- git: 685866bbe13d - main - routing: fix build without ROUTE_MPATH Alexander V. Chernikov
- git: 0fd8d3589a68 - main - acpi: mark INVARIANTS variables as __diagused Ed Maste
- Re: git: 36f1526a598c - main - Add experimental 16k page support on arm64 John Baldwin
- git: 461cad31f3fd - stable/13 - rtld-elf: Fix leaks and wild frees in origin_subst Jessica Clarke
- Thu, 11 Aug 2022
- git: 971fa603f2bd..79499b48c8cd - vendor/tzdata - vendor branch updated Philip Paeps
- git: 4b1bb593e327 - Create tag vendor/tzdata/tzdata2022b Philip Paeps
- git: 9f9fc6bb8028 - main - contrib/tzdata: import tzdata 2022b Philip Paeps
- git: 9168218160ca - stable/13 - release: fix alignment for arm SoCs Glen Barber
- git: f6cfa91f4d6b - stable/12 - release: fix alignment for arm SoCs Glen Barber
- git: e2295b911723 - main - stand: i386/amd64: Always use elf format for /boot/loader and pxeldr Warner Losh
- git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- git: ace8bb34ce75 - main - Add support for RK3568 to RockChip GRF and SPI drivers. Partially from https://reviews.freebsd.org/D36027 Ganbold Tsagaankhuu
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Eugene Grosbein
- git: 64f923959a8a - main - stress2: Added a regression test Peter Holm
- git: 0b6d133c08fc - main - Add RockChip RK356X support to existing RockChip thermal driver. Ganbold Tsagaankhuu
- Re: git: 0b6d133c08fc - main - Add RockChip RK356X support to existing RockChip thermal driver. Ganbold Tsagaankhuu
- Re: git: 685866bbe13d - main - routing: fix build without ROUTE_MPATH Gary Jennejohn
- git: fd6b3bede5a5 - main - if_ovpn: reject non-UDP sockets Kristof Provost
- git: 248da7940aa2 - main - if_ovpn tests: Test using a TCP socket for DCO Kristof Provost
- git: 258828d03b9f - main - routing: fix build warning without ROUTE_MPATH Alexander V. Chernikov
- Re: git: 685866bbe13d - main - routing: fix build without ROUTE_MPATH Alexander V. Chernikov
- Re: git: 685866bbe13d - main - routing: fix build without ROUTE_MPATH Gary Jennejohn
- git: 02e05b8faec1 - main - routing: fixup empty mask prefix handling after 2ce553854cbd. Alexander V. Chernikov
- git: 40503b792f7e - main - routing: populate fibs with interface routes after growing net.fibs. Alexander V. Chernikov
- git: 05cef7474215 - main - Adjust function definition in hwpmc to avoid clang 15 warning Andrew Turner
- git: ec666d187d0d - main - Adjust function definition in ofw to avoid clang 15 warning Andrew Turner
- git: 8e9ca1379eda - main - Adjust function definition in subr_devmap.c to avoid clang 15 warning Andrew Turner
- git: 69077c81e594 - main - routing: fix non-debug build Mateusz Guzik
- git: e225983737b4 - main - makefs: Fix memory leaks in dsl_dir_finalize_props() Mark Johnston
- git: 78d7704b7c0d - main - makefs: Fix a memory leak in fs_layout_one() Mark Johnston
- git: e554a6d0ce3b - stable/13 - bus_if: provide a default null rescan method Mitchell Horne
- git: 760fb765b5bb - stable/13 - riscv: implement db_show_mdpcpu() Mitchell Horne
- git: e4f615b3e0f5 - stable/13 - db_command.c: style Mitchell Horne
- git: 742622502ec0 - stable/13 - db_command.c: use designated initializers Mitchell Horne
- git: 53021bbf8255 - stable/13 - ddb: add _FLAGS command variants Mitchell Horne
- git: 2571d6f331a4 - stable/13 - ddb: use _FLAGS command macros where appropriate Mitchell Horne
- git: c47c706b52c2 - stable/13 - DB_COMMAND(9): update to mention additional macros Mitchell Horne
- git: 28ceed5f7aa1 - stable/13 - dtrace tests: Rename some test type names to avoid a conflict Mark Johnston
- git: cf63676e086f - stable/13 - dtrace tests: Override RLIMIT_CORE for a test which triggers a core dump Mark Johnston
- git: a853b4c42569 - stable/13 - ctfconvert: Give bitfield types names distinct from the base type Mark Johnston
- git: 2bf8ca97a9ae - stable/13 - domain: Use designated constants for timeout periods Mark Johnston
- git: 17e0a1c6e9e4 - stable/13 - file: Move code to share fdtol structs into kern_descrip.c Mark Johnston
- git: eb2a9b785867 - stable/13 - bridge tests: Tests using pft_ping.py require scapy Mark Johnston
- git: 104d385fed2e - stable/12 - if_dwc: Split init code into sub function Mitchell Horne
- git: 312e2bca2659 - stable/12 - if_dwc: Use if_setdrvflagbits to notify that we are running Mitchell Horne
- git: 74c406678245 - stable/12 - if_dwc: Add a function to enable/disable the mac tx/rx Mitchell Horne
- git: b786acdc131d - stable/12 - if_dwc: Use dwc_enable_mac in dwc_stop_locked Mitchell Horne
- git: fd23372bd562 - stable/12 - if_dwc: Add dwc_stop_dma and use it in dwc_stop_locked Mitchell Horne
- git: d4b1761482a4 - stable/12 - if_dwc: dwc_get_hwaddr cannot fail, change return to void Mitchell Horne
- git: e6890ee9e183 - stable/12 - if_dwc: Reorder functions and sort them by usage Mitchell Horne
- git: 248c1390cccc - stable/12 - if_dwc: Use if_ function where appropriate Mitchell Horne
- git: 2870cfc456fd - stable/12 - if_dwc: recognize additional rgmii phy-modes Mitchell Horne
- git: c7c8b80659f5 - stable/12 - if_dwc: avoid duplicate packet counts Mitchell Horne
- git: b8103ca76de0 - main - netinet: get interface event notifications directly via EVENTHANDLER(9) Gleb Smirnoff
- git: d94ec7490d31 - main - rtsock: do not allocate mbufs_tags(9) just to store a 8-bit value Gleb Smirnoff
- git: 36b10ac2cd18 - main - rtsock: do not use raw socket code Gleb Smirnoff
- git: ea7be1293b48 - main - keysock: do not use raw socket code Gleb Smirnoff
- git: f63cb32c1988 - main - Retire 4.4BSD raw sockets Gleb Smirnoff
- git: 8c77967ecc58 - main - protosw: retire pr_output method Gleb Smirnoff
- git: 3d2041c0353d - main - raw ip: merge rip_output() into rip_send() Gleb Smirnoff
- git: e0b405003a2a - main - raw ip6: merge rip6_output() into rip6_send() Gleb Smirnoff
- git: bec11d96318b - main - stand: Remove unnecessary include Warner Losh
- git: f197c0bf3e07 - main - stand: Move i386_devdesc to a union Warner Losh
- git: c32dde316692 - main - stand: Change disk_fmtdev to take a struct devdesc * Warner Losh
- git: d2d4e1271b33 - main - stand: Change zfs_fmtdev to take a struct devdesc * Warner Losh
- git: 4d4b1a298c84 - main - stand: Add dv_devfmt to return a string represenation of the device Warner Losh
- git: dc472f670213 - main - stand: Add devformat to return formatted string for a device Warner Losh
- git: ad759c73522e - main - stand: Add disk_fmtdev for dv_fmtdev for all the disk devices Warner Losh
- git: ec9f3e776f39 - main - stand: Use devformat rather than disk_devfmt Warner Losh
- git: 0b3a4a588fb6 - main - stand: Use devformat instead of disk_devfmt Warner Losh
- git: 654b7837a6a0 - main - stand: For zfs, set dv_fmtdev to zfs_fmtdev Warner Losh
- git: edb26097cb64 - main - stand: Replace zfs_fmtdev with generic devformat() Warner Losh
- git: 1e7a2eb93a52 - main - stand: efi_fmtdev can be reduced to devformat Warner Losh
- git: 1e9b23448a30 - main - stand: userboot_fmtdev can be reduced to devformat Warner Losh
- git: add8154e451f - main - stand: uboot_fmtdev can be reduced to devformat Warner Losh
- git: 362322294045 - main - stand: i386_fmtdev can be reduced to devformat Warner Losh
- git: 7d72ff905770 - main - stand: Make BIOS loader size limits settable Warner Losh
- git: 814bd1ed438f - main - tools: test: iconv: fix open_2 to not segfault Kyle Evans
- git: ea0f37dec65d - main - iconv: only conditionally use ICONV_SET_DISCARD_ILSEQ Kyle Evans
- git: c1f46b8fcb97 - main - libc: iconv: push option ignore into citrus_iconv_open() Kyle Evans
- git: 2300a22c9712 - main - libc: iconv: add mb_cur_min for encoder traits Kyle Evans
- git: 693f88c9da8d - main - iconv_std: complete the //IGNORE support Kyle Evans
- Re: git: e2295b911723 - main - stand: i386/amd64: Always use elf format for /boot/loader and pxeldr John Baldwin
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr John Baldwin
- Re: git: e2295b911723 - main - stand: i386/amd64: Always use elf format for /boot/loader and pxeldr Warner Losh
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Ed Maste
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr FreeBSD User
- git: 54682ad8d9e3 - stable/12 - dwc: Use mii_fdt function Mitchell Horne
- git: 9c6bcc94c875 - stable/12 - dwc: Support phy mode MII Mitchell Horne
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr FreeBSD User
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr FreeBSD User
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr FreeBSD User
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Cy Schubert
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- git: d8b42ddcac5c - main - rtsock: subscribe to ifnet eventhandlers instead of direct calls. Alexander V. Chernikov
- git: 5244006fea47 - main - ctladm: Fix typo in command line help. Alexander Motin
- git: 648edd63783e - main - x86: remove MP_WATCHDOG Mateusz Guzik
- git: f73e4f6c5817 - main - routing: unbreak the build of a bunch of kernels Mateusz Guzik
- git: 92b5b97cb089 - main - mac: s/0/false/ in macros denoting probe enablement Mateusz Guzik
- git: ac175bd33a21 - main - Install working pkgconfig .pc files for compat libraries Alex Richardson
- git: 4c8ea3efe73c - main - stand: Go back to a.out format for /boot/loader Warner Losh
- git: 6a70a0c8bfa6 - main - Document implicit dependencies of the mlx5(4) & friends. Maxim Sobolev
- Re: d2d4e1271b33 - main - stand: Change zfs_fmtdev to take a struct devdesc * Ravi Pokala
- Re: d2d4e1271b33 - main - stand: Change zfs_fmtdev to take a struct devdesc * Warner Losh
- Fri, 12 Aug 2022
- git: df38c129b0ce - stable/13 - Add "heard" to the dictionary Ed Maste
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr John Baldwin
- git: 4291bca854b9 - stable/12 - Add "heard" to the dictionary Ed Maste
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- git: cb01da68057d..b3d0568cfd65 - vendor/openzfs/master - vendor branch updated Martin Matuska
- git: 730bfa280574 - main - routing: add rib_match_gw() helper Alexander V. Chernikov
- Re: git: 6a70a0c8bfa6 - main - Document implicit dependencies of the mlx5(4) & friends. Matteo Riondato
- git: 9d16275c65bf - main - netinet6: simplify defrouter_select_fib() Alexander V. Chernikov
- git: c9f9dc96d908 - stable/13 - installworld: improve portability of ldd use Brooks Davis
- git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods Gleb Smirnoff
- git: 948f31d7b0ed - main - netinet: do not broadcast PRC_REDIRECT_HOST on ICMP redirect Gleb Smirnoff
- Re: git: 4c8ea3efe73c - main - stand: Go back to a.out format for /boot/loader John Baldwin
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr John Baldwin
- git: 6b3ad1d73732 - main - When -u option is used also set USER, HOME and SHELL variables. This is consistent with what other uid-morphing utilities do, i.e. jexec(1), su(1) etc. Maxim Sobolev
- Re: git: 39fdad34e220 - main - stand: impose 510,000 byte limit for /boot/loader and /boot/pxeldr Warner Losh
- git: 3a3af6b2a160 - main - mac_ddb: Fix the show rman validator. John Baldwin
- Re: git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods Larry Rosenman
- Re: git: 886fc1e80490 - main - protosw: provide prototypes for all protocol switch methods Jung-uk Kim
- git: f277746e1326 - main - protosw: change prototype for pr_control Gleb Smirnoff
- git: b7bf3cb07fcf - main - keysock: explicitly initialized LIST_HEAD Gleb Smirnoff
- git: fe89e1a629db - stable/12 - installworld: improve portability of ldd use Brooks Davis
- git: b9fd884a8d0b - main - sys/vm: Add TSLOG to some functions Colin Percival
- Sat, 13 Aug 2022
- git: fddbdafd2d11 - stable/13 - rc.d/wpa_supplicant: Remove the sleep to improve boot time Cy Schubert
- git: 6d7dc79781e8 - stable/13 - net80211: Remove tautological state display Cy Schubert
- git: 25a97fbf46d5 - stable/12 - rc.d/wpa_supplicant: Remove the sleep to improve boot time Cy Schubert
- git: f8a199f28f9d - main - stand: Raise limit to 550,000 bytes for loader Warner Losh
- git: 148211300870 - main - stand: Compile out the extensive superblock diagnostic messages for BIOS loader Warner Losh
- git: 4f0c9b76cf75 - main - stand: Only compile decompression routines Warner Losh
- git: 19b6321121e3 - Create tag vendor/llvm-project/llvmorg-15.0.0-rc2-40-gfbd2950d8d0d Dimitry Andric
- git: 08e8dd7b9db7..677727e8296a - vendor/llvm-project/release-15.x - vendor branch updated Dimitry Andric
- git: b4cea17bf615 - main - Fix a broken man page reference. Jens Schweikhardt
- git: 4e2a0135a0fd - main - mrsas module: Use MACHINE_ARCH exlcusively Warner Losh
- git: 14e3d3248a20 - main - Fix wrong capitalization in man page references. Jens Schweikhardt
- git: 88951aaaee73 - main - bhyve nvme: Fix out-of-bound IOV array access Chuck Tuffli
- git: e68866164212 - main - Move the ability to search for alternate UFS superblocks from fsck_ffs(8) into ffs_sbsearch() to allow use by other parts of the system. Kirk McKusick
- git: 3179bb273749 - main - stand: Fix a couple of comment typos in f8a199f28f9d Jessica Clarke
- git: 6e821c35d68d - main - Correctness cleanups in fsck_ffs(8). Kirk McKusick
- git: d491167b38cb - main - Fix wrong section number in man page cross references. Jens Schweikhardt
- git: 30f626915592 - main - Fix wrong section number in man page cross references. Jens Schweikhardt
- git: 6b9d4fbb7fe5 - main - Explicitly initialize rather than reading newly allocated UFS inodes. Kirk McKusick
- git: 0f6a767c02ac - main - Replace a dead cross reference with the proper (I think) macro. Jens Schweikhardt
- git: 2c6ff1d6320d - main - LRO: fix BPF filters for lagg in the hpts path Andrew Gallatin
- git: 02ab915ae014 - main - lapic_init: Reduce LOOPS Colin Percival
- git: cc495d3b679d - main - rc.d/hostid: Skip warning on systems w/o smbios Colin Percival
- git: 271171e0d97b - main - zfs: merge openzfs/zfs@b3d0568cf Martin Matuska
- Sun, 14 Aug 2022
- git: 84d3fc26e3a2 - stable/13 - Deprecate minigzip(1) in preparation of removing it from base system. Xin LI
- git: dd44daf9128b - stable/12 - Deprecate minigzip(1) in preparation of removing it from base system. Xin LI
- git: 278d080bad9f - main - Remove minigzip from the base system. Xin LI
- git: 9b967bd65de6 - main - domains: allow domains to be unloaded Alexander V. Chernikov
- git: a4b8c6d9d50e - main - netlink: add AF_NETLINK / PF_NETLINK definitions Alexander V. Chernikov
- git: 7c20397b724a - main - In man page cross refs to sudo, indicate it comes from ports/security/sudo. Jens Schweikhardt
- git: 9356efa8c829 - main - Indicate that X(7) cross refs are satisfied by ports/x11/xorg-docs. Jens Schweikhardt
- Re: git: 271171e0d97b - main - zfs: merge openzfs/zfs@b3d0568cf Fabian Keil
- git: ab28cc352b53 - main - Adjust function definition in if_ovpn_c.c to avoid clang 15 warning Dimitry Andric
- git: 8534e6be8110 - main - Avoid using TARGET_ARCH in llvm.build.mk Dimitry Andric
- git: 6e62d9a5a56c - main - gpio: mark more INVARIANTS variables as __diagused Dimitry Andric
- git: 825225e52f44 - main - For man page references found in ports, indicate the respective port. Jens Schweikhardt
- git: 4ee44ffcca3c - main - Indicate that kgdb.1 is from ports/devel/gdb. Jens Schweikhardt
- git: e67af79c4b0d - main - Delete xref to suidperl(1) which has long since been removed in perl5.12. Jens Schweikhardt
- git: 8b55a4718c04 - main - Indicate that racoon.8 is in ports/security/ipsec-tools. Jens Schweikhardt
- Re: git: 9b967bd65de6 - main - domains: allow domains to be unloaded Kyle Evans
- git: 3d3678627c31 - main - bhyve nvme: Check return value of mapped memory Chuck Tuffli
- git: d7d1becad4b6 - main - bhyve nvme: Fix Controller init error cases Chuck Tuffli
- git: 7376c08cc67e - main - bhyve nvme: Fix uninitialized pointer Chuck Tuffli
- git: 008475d3c83a - main - rtld: fix display of the mapbase for the traced objects Konstantin Belousov
- Re: git: 9b967bd65de6 - main - domains: allow domains to be unloaded Alexander V. Chernikov
- git: af86d12c80f1 - main - bhyve: Address -Wunused* warnings in pci_nvme.c Mark Johnston
- git: b6ecef28bfd7 - main - bhyve: Address uses of uninitialized variables in pci_nvme.c Mark Johnston
- git: 016aeb7ca0a5 - main - The fdformat man page is in section 8 (not 1). Jens Schweikhardt
- git: 2889cbe29e30 - main - net80211: add an IEEE80211_IS_PROTECTED() macro Adrian Chadd
- git: eae0210cdd2e - main - bhyve: Fix Number of Power States Supported value Chuck Tuffli
- git: 3cae10048d27 - main - bhyve nvme: Fix Active Firmware Info Chuck Tuffli
- git: 9f678cfcb42d - main - bhyve nvme: Fix firmware read only initialization Chuck Tuffli
- git: 762dcf106412 - main - goldfish_rtc: Fix handling a local time RTC Jessica Clarke
- git: 0fe8ab685168 - main - Fix unused variable warning in rockchip's rk_spi.c Dimitry Andric
- git: 7357c2e5a6a7 - main - Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: 7701f3015948 - main - Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: 0beb88a242af - main - Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: 7a7bbe10216e - main - Adjust function definition in drm_fb_helper.c to avoid clang 15 warning Dimitry Andric
- git: 9762d48b7f12 - main - Adjust function definition in kern_poll.c to avoid clang 15 warning Dimitry Andric
- git: 762489657117 - main - Fix unused variable warning in tcp_stacks's bbr.c Dimitry Andric
- git: e967183cb030 - main - Fix unused variable warning in tcp_stacks's rack.c Dimitry Andric
- git: 57cdd13d072e - main - Suppress unused variable warning in tcp_stacks's rack.c Dimitry Andric
- Mon, 15 Aug 2022
- Re: git: 9b967bd65de6 - main - domains: allow domains to be unloaded Kyle Evans
- git: 787be9e9c32a - stable/13 - Merge libcxxrt commit 5d8a15823a103bbc27f1bfdcf2b5aa008fab57dd Mark Johnston
- git: 35b587464afc - main - makefs tests: Skip a ZFS regression test in CI Mark Johnston
- git: 036f1bc6139e - main - routing: retire rib_lookup_info() Alexander V. Chernikov
- git: 795a9974144e - main - Hyper-V: storvsc: Call bus_dmamap_sync() for dma operations Wei Hu
- git: fa2d4a22fa82 - main - mana: add rmb load fence to comply with hw spec Wei Hu
- git: 530d5f833860 - main - Add RockChip RK356X support to existing RockChip iodomain driver. Ganbold Tsagaankhuu
- git: c9be47b34dd8 - main - rc: add ${name}_setup script support Mariusz Zaborski
- git: c9e4d2505206 - main - iommu_gas: add iommu_gas_remove() Konstantin Belousov
- Re: git: c9be47b34dd8 - main - rc: add ${name}_setup script support Colin Percival
- Re: git: c9be47b34dd8 - main - rc: add ${name}_setup script support Mariusz Zaborski
- git: c0b65123d09c - main - wtap: Implement IBSS mode on wtap(4) Bjoern A. Zeeb
- git: c13e9968db3b - stable/13 - mca: Add sysctl to mute corrected errors. Alexander Motin
- git: 2f8b4d7218c2 - stable/13 - acpi_apei: Add sysctl to mute corrected errors. Alexander Motin
- git: bdd4dbb070ac - stable/13 - nvme: Print CRD, M and DNR status bits on errors. Alexander Motin
- git: 4ced2678ac82 - stable/13 - Delay GEOM disk_create() until CAM periph probe completes. Alexander Motin
- git: d98de7440507 - main - loader: zfs reader should only store devdesc in f_devdata Toomas Soome
- git: aff95057bca1 - main - stand: Update testing script for arch retirement Warner Losh
- git: 159b158a1d09 - main - stand: Update testing harness to start to use UFS labels Warner Losh
- git: 26a241a0e2fe - main - stand: Update GELI UFS cases to use ufs labels Warner Losh
- git: 729c458bf7cc - main - stand: Abstract out fstab creation Warner Losh
- git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Dimitry Andric
- git: 940740891516 - main - Adjust function definition in arm64's db_trace.c to avoid clang 15 warning Dimitry Andric
- git: db6b32867d6e - main - Adjust function definition in tcp_hpts.c to avoid clang 15 warning Dimitry Andric
- git: b33bfe6e1574 - main - Fix unused variable warnings in tcp_hpts.c Dimitry Andric
- git: 06fce030e79e - main - Adjust function definition in aim_machdep.c to avoid clang 15 warning Dimitry Andric
- git: 7a98c884f20f - main - Adjust function definitions in mmu_oea64.c to avoid clang 15 warnings Dimitry Andric
- git: fb203abd9d39 - main - Adjust function definitions in mmu_radix.c to avoid clang 15 warnings Dimitry Andric
- git: 3446738e8deb - main - Fix unused variable warning in mmu_radix.c Dimitry Andric
- git: ff490346fd51 - main - Adjust function definition in moea64_native.c to avoid clang 15 warning Dimitry Andric
- git: 02dd51c9bcce - main - Adjust function definitions in mp_cpudep.c.c to avoid clang 15 warnings Dimitry Andric
- git: da36b5d24441 - main - Adjust function definition in riscv's db_trace.c to avoid clang 15 warning Dimitry Andric
- git: 20f68c5f2d5d - main - Indicate that xrefs to *roff,tbl,eqn et al are found in ports/textproc/groff. Jens Schweikhardt
- git: 88a782fc8470 - main - routing: G/C rt_exportinfo declaration Mateusz Guzik
- git: 82493ff7007a - main - Add a description of soft updates journaling to tunefs(8). Kirk McKusick
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Konstantin Belousov
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Jessica Clarke
- Tue, 16 Aug 2022
- git: b14067fc8d34 - stable/13 - release: ensure enforce_chs sysctl is 0 Ed Maste
- git: 79499b48c8cd..adf59137a1b6 - vendor/tzdata - vendor branch updated Philip Paeps
- git: a18e3a250b41 - Create tag vendor/tzdata/tzdata2022c Philip Paeps
- git: f5d5282cf7d1 - main - ObsoleteFiles: don't delete zoneinfo/GMT Philip Paeps
- git: 5f33eb7266f9 - main - contrib/tzdata: import tzdata 2022c Philip Paeps
- git: b80572fe3b3a - main - libc/locale tests: temporarily skip lib.libc.locale.c16rtomb_test.c16rtomb_utf_8_test Li-Wen Hsu
- git: 66a3e513412a - main - Add RockChip rk809/rk817 pmic support to existing RockChip pmic drivers. Ganbold Tsagaankhuu
- Re: git: 20f68c5f2d5d - main - Indicate that xrefs to *roff,tbl,eqn et al are found in ports/textproc/groff. Mark Murray
- git: 157c2da9c527..a24d752d3e77 - vendor/tzcode - vendor branch updated Philip Paeps
- git: 2ceb24be2bcf - Create tag vendor/tzcode/tzcode2022c Philip Paeps
- git: c8cc66928b8b - stable/13 - icmp6: Improve validation of PMTU Kornel Dulęba
- git: 2bb28b5f8cb5 - main - cxgbe(4): Update firmwares to 1.27.0.0. Navdeep Parhar
- git: a7d081a8ce0e - main - cxgbe(4): Decode and display some more bits in the PL interrupt handler. Navdeep Parhar
- git: a8dc67388ae1 - main - cxgbe(4): Add a knob to request that clocks be gated on suspend. Navdeep Parhar
- git: 31ee3a33aa61 - main - TPM: do not set device description if probe fails Kornel Dulęba
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Dimitry Andric
- git: eb9a1f9c687d - main - vfs: plug dead store in vn_io_fault1 Mateusz Guzik
- git: 84a0be4a239b - main - vfs: plug a dead store in kern_linkat_vp Mateusz Guzik
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Alexey Dokuchaev
- git: 1331c0f44b6a - main - Add support for RockChip RK356X to DWC3 driver. For RK356x platform, we can set bit 26 of DWC3_GUCTL1 register for usb 2.0 device. Ganbold Tsagaankhuu
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Dimitry Andric
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Alexey Dokuchaev
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Warner Losh
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Warner Losh
- git: f9572577cf5f - main - exports.5: Clean up EXAMPLES and STANDARDS Mateusz Piotrowski
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Cy Schubert
- git: e3917bb256de - main - Disable promotion on pcpu memory on arm64 Andrew Turner
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Warner Losh
- git: 187084dddd3e - main - makefs: Align the block buffer used in ZFS mode Mark Johnston
- git: 4f816f5b11ca - main - makefs: Fix space accounting for the root DSL directory Mark Johnston
- git: 0726cde8ea6b - main - makefs tests: Re-enable the ZFS snapshot test Mark Johnston
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Ed Maste
- git: ec0efe34dd48 - main - bhyve nvme: Fix reported SANICAP value Chuck Tuffli
- git: 715f82e4f5c5 - main - bhyve nvme: Support minimal Controller list Chuck Tuffli
- Re: git: 402dbdd98acc - main - Adjust function definition in arm's mv_common.c to avoid clang 15 warning John Baldwin
- git: d77520609f52 - vendor/bionic-x86_64-string - vendor branch created Ed Maste
- git: 8ddb146abcdf - main - Import bionic's x86_64 optimized string routines Ed Maste
- git: c4d26f027be3 - main - makefs: Style Mark Johnston
- git: 75ce327a2c43 - main - bhyve: Use "void" instead of empty parameter lists Mark Johnston
- git: 37045dfa891a - main - bhyve: Mark variables and functions as static where appropriate Mark Johnston
- git: d06bf11c06a0 - main - bhyve: Sprinkle const qualifiers where appropriate Mark Johnston
- git: e1ae2a285a36 - main - Indicate the port where the referenced man pages come from. Jens Schweikhardt
- git: 1b9ad57f7fad - main - The wi(4) and an(4) drivers have been removed. Delete dead xrefs. Jens Schweikhardt
- git: 1f5e2d569db7 - main - Oops, wlan(4) is not the removed an(4). Restore that paragraph. Jens Schweikhardt
- git: d2888f5ccf7d - main - pkgbase: mtree: Correctly tag /var/run entries Emmanuel Vadot
- git: 1a104a3bf3d2 - main - pkgbase: mtree: Correctly tag /var/db entries Emmanuel Vadot
- git: 4efb514b70ba - main - pkgbase: Put mount_nfs in the FreeBSD-nfs package Emmanuel Vadot
- git: 15d781b53233 - main - lib: Gate libfigpar under MK_DIALOG Emmanuel Vadot
- git: 0c6b2a917951 - main - pkgbase: Put accounting utilities in the acct package Emmanuel Vadot
- git: 01f11ee1c543 - main - sdp: garbage collect sdp_ctlinput Gleb Smirnoff
- git: ede6c6c0434a - main - buf.h: Fix declaration of unmapped_buf Ed Maste
- git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly Gleb Smirnoff
- git: fbafa98a94cc - main - Disallow invalid PT_GNU_STACK Ed Maste
- git: 3b9fc833707c - stable/13 - atomic: Add plain atomic_load/store_bool() Mark Johnston
- git: e45f7e92439d - stable/13 - acpi(4): mention NONE as possible setting for hw.acpi.power_button_state Piotr Pawel Stefaniak
- git: 17f4ded55180 - main - bsdinstall: add variables to allow skipping over some phases of the install Brad Davis
- git: 3d3f2fb069d9 - main - stand: Make makeroot.sh use makefs for ZFS Warner Losh
- git: c04721e35ff0 - main - basic_signal test: temporarily skip trap_signal_test on i386 Li-Wen Hsu
- git: 128b0398a1d4 - main - Update date in tunefs(8) manual page. Kirk McKusick
- Wed, 17 Aug 2022
- git: beeeb40bca06 - main - basic_signal test: really skip trap_signal_test on i386 Li-Wen Hsu
- git: 66ea3876d70b - stable/13 - basic_signal test: temporarily skip trap_signal_test on i386 Li-Wen Hsu
- git: 6391be308944 - main - bhyve nvme: Switch to POSIX standard functions Chuck Tuffli
- git: a5afb6fe1ad0 - stable/13 - rtld: fix display of the mapbase for the traced objects Konstantin Belousov
- git: f7cb47731675 - stable/13 - contrib/tzdata: import tzdata 2022b and 2022c Philip Paeps
- git: 7fb15b35cc22 - stable/12 - contrib/tzdata: import tzdata 2022b and 2022c Philip Paeps
- git: f7413197245c - main - ObsoleteFiles.inc: fix path of a few manual pages Antoine Brodin
- Re: git: f63cb32c1988 - main - Retire 4.4BSD raw sockets Kristof Provost
- git: f6ffed44a8eb - main - vm: use atomic fetchadd in vm_page_sunbusy Mateusz Guzik
- Re: git: c9be47b34dd8 - main - rc: add ${name}_setup script support Mateusz Piotrowski
- Re: git: c9be47b34dd8 - main - rc: add ${name}_setup script support Franco Fichtner
- git: 4c2ef8c1d72b - main - pipe: change pipemapping cnt/pos to u_int Mateusz Guzik
- git: 60dae3b83bec - main - mac: cheaper check for mac_pipe_check_read Mateusz Guzik
- git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Mateusz Guzik
- git: e7abb897018b - main - ixgbe: fix software vlan handling Kristof Provost
- git: 05b9737f1064 - main - ipfw: make it possible to specify MTU for "unreach needfrag" action Gleb Smirnoff
- git: 489482e276cf - main - ipsec: isolate knowledge about protocols that are last header Gleb Smirnoff
- Re: git: f63cb32c1988 - main - Retire 4.4BSD raw sockets Gleb Smirnoff
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Gleb Smirnoff
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Gleb Smirnoff
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used John Baldwin
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly John Baldwin
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Gleb Smirnoff
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly Gleb Smirnoff
- git: e674ddec0b41 - main - iwlwifi: add FreeBSD specific debugging Bjoern A. Zeeb
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Mateusz Guzik
- git: 1b89d40fbf77 - main - Revert "vm: use atomic fetchadd in vm_page_sunbusy" Mateusz Guzik
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Gleb Smirnoff
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly John Baldwin
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly Jessica Clarke
- Re: git: c93db4abf454 - main - udp: call UDP methods from UDP over IPv6 directly Gleb Smirnoff
- git: bcab868a650e - main - bhyve: Style fix for read/write_config. John Baldwin
- git: e7439f6aeb23 - main - bhyve xhci: Cache the value of MaxPStreams when initializing an endpoint. John Baldwin
- git: fa46f3704b76 - main - bhyve e1000: Skip packets with a small header. John Baldwin
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Mateusz Guzik
- Re: git: 9ac6eda6c6a3 - main - pipe: try to skip locking the pipe if a non-blocking fd is used Gleb Smirnoff
- git: 3c405c7e8367 - main - Indicate which port gdb.1 and kgdb.1 come from. Jens Schweikhardt
- git: f7473c7e7768 - main - Indicate which port gpg.1 comes from. Jens Schweikhardt
- git: ef8b872301c5 - main - stand: Flesh out the zfs image creation Warner Losh
- git: 78b1fc05b205 - main - protosw: separate pr_input and pr_ctlinput out of protosw Gleb Smirnoff
- git: 160f01f09f4b - main - ip_reass: use callout(9) directly instead of pr_slowtimo Gleb Smirnoff
- git: 6c452841ef9b - main - tcp: use callout(9) directly instead of pr_slowtimo Gleb Smirnoff
- git: 0ce4d7ec96d0 - main - igmp: use callout(9) directly instead of pr_slowtimo, pr_fasttimo Gleb Smirnoff
- git: b730de8badbc - main - mld6: use callout(9) directly instead of pr_slowtimo, pr_fasttimo Gleb Smirnoff
- git: a0d7d2476f64 - main - frag6: use callout(9) directly instead of pr_slowtimo Gleb Smirnoff
- git: 1922eb3e9c23 - main - protosw: retire pr_slowtimo and pr_fasttimo Gleb Smirnoff
- git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly Gleb Smirnoff
- git: a6b982e265fd - main - tcp: move tcp_drain() verbatim before tcp_init() Gleb Smirnoff
- git: aea0cd0432f0 - main - ip_reass: separate ipreass_init() into global and VIMAGE parts Gleb Smirnoff
- git: f6dc5aa3422a - main - unix: use private enum as argument for unp_connect2() Gleb Smirnoff
- git: d9f6ac882a95 - main - protosw: retire PRU_ flags and their char names Gleb Smirnoff
- git: e7d02be19d40 - main - protosw: refactor protosw and domain static declaration and load Gleb Smirnoff
- git: 5567d6b4419b - main - arm64 pmap: Simplify logic around pv_chunk sizes. John Baldwin
- git: 3499df29c2a1 - main - arm64 pmap: Convert PC_IS_FREE into an inline function. John Baldwin
- git: 926cedd9a071 - main - virtio_mmio: Improve V1 spec conformance Bryan Venteicher
- git: 4f9606c9a615 - main - When reading backup UFS superblocks, report reason if they cannot be used. Kirk McKusick
- git: 6bae6625e0e0 - main - Improve handling of missing '.' and '..' in UFS directories. Kirk McKusick
- git: 8eca3207980a - main - makefs: Handle multiple staging directories when creating ZFS pools Mark Johnston
- git: 582ce32ff82e - main - makefs tests: Whitespace fixes Mark Johnston
- git: 8502144d7a09 - main - makefs tests: Add test cases for handling of multiple staging dirs Mark Johnston
- Re: git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly Konstantin Belousov
- git: 6080e073dc5f - main - ip6_input: explicitly include <sys/eventhandler.h> Gleb Smirnoff
- Re: git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly Gleb Smirnoff
- git: cf1a6ffceec4 - stable/13 - Allow forced r/w mount of UFS/FFS filesystem with a bad check hash. Kirk McKusick
- Re: git: 81a34d374ed6 - main - protosw: retire pr_drain and use EVENTHANDLER(9) directly Konstantin Belousov
- git: 548548649f9e - main - git-arc: Use --head to avoid changing the checkout. John Baldwin
- Thu, 18 Aug 2022
- 您的一位好友与您分享了 惠普支持社区中一个帖子 ledledergaewgwg
- git: 2541dcaf4430 - main - development(7): Update URLs Li-Wen Hsu
- git: 636724a668e5 - stable/13 - ctladm: Fix typo in command line help. Alexander Motin
- git: b0ce7dfc5e28 - main - makefs: Fix 32-bit issues in ZFS time attributes setting Jessica Clarke
- git: 92fc50b496ee - main - sys: Extract __bitcount* from sys/types.h to new sys/bitcount.h Jessica Clarke
- git: e9ba1fd5eda2 - main - tools/build: Provide FreeBSD's bitstring API when cross-building Jessica Clarke
- git: 548f8a657bc1 - main - tools/build: Provide fls* when cross-building on Linux Jessica Clarke
- git: c6890399fc00 - main - makefs: Fix issues building as a cross-tool on non-FreeBSD Jessica Clarke
- git: 4370e9f1cfce - main - linuxkpi: Add for_each_sgtable_{sg,page} Emmanuel Vadot
- git: 1a6874e3a411 - main - linuxkpi: Add refcount_dec_and_test Emmanuel Vadot
- git: 8828ebd6fc40 - main - linuxkpi: Add sched/mm.h Emmanuel Vadot
- git: fd62b3fa1e82 - main - linuxkpi: pgtable: Add more defines Emmanuel Vadot
- git: b1c82bd40261 - main - linuxkpi: Add linux/stackdepot.h Emmanuel Vadot
- git: 9202c95f47c2 - main - linuxkpi: Add dma_{un,}map_sgtable Emmanuel Vadot
- git: b2c860060ccd - main - linuxkpi: Add asm/processor.h Emmanuel Vadot
- git: 35b7625ed026 - main - linuxkpi: Add stub kmem_cache_shrink Emmanuel Vadot
- git: 6d3d5653168b - main - linuxkpi: swap.h: Fix include Emmanuel Vadot
- git: d4eeb0298698 - main - linuxkpi: Add a bunch of dummy include Emmanuel Vadot
- git: 4b2cb13e9162 - main - linuxkpi: Add few more include in linux/kernel.h Emmanuel Vadot
- git: bf27839aa90a - main - linuxkpi: Add add_taint stub Emmanuel Vadot
- git: 76d93395c522 - main - linuxkpi: Add __copy_to_user_inatomic and __copy_from_user_inatomic Emmanuel Vadot
- git: afe53d7f7a9c - main - linuxkpi: acpi/video.h: Add stubs acpi_video_{register,unregister} Emmanuel Vadot
- git: 73e342328b53 - main - linuxkpi: Add video/mipi_display.h Emmanuel Vadot
- git: 4b4ab8c3107f - main - linuxkpi: Add linux/vgaarb.h Emmanuel Vadot
- git: 7bf65b00c6d3 - main - linuxkpi: Add I2C_NAME_SIZE and I2C_MODULE_PREFIX defines Emmanuel Vadot
- git: ff7812ee7d44 - main - Bump __FreeBSD_version after linuxkpi changes. Emmanuel Vadot
- git: eed634d113df - main - if_ovpn tests: fix WITHOUT_PF Kristof Provost
- git: 6ecf086d5a0c - stable/13 - altq: improve pfctl config time for large numbers of queues Kristof Provost
- git: 51557e246432 - stable/12 - altq: improve pfctl config time for large numbers of queues Kristof Provost
- git: 6d645da0d49d - main - stand: Search less agressively for UFS super block Warner Losh
- git: 4f8b31efcf95 - stable/12 - syslog(3): Send proper NILVALUE if gethostname(3) fails. Eugene Grosbein
- git: 97ecdc00ac5a - main - neta: Fix MTU change sequence Kornel Dulęba
- git: 4a7e8c7bd40b - main - LinuxKPI: extend kfifo to be usable Bjoern A. Zeeb
- git: 9d2ba51806c3 - main - net80211: ieee80211_ies_expand() add extra length check Bjoern A. Zeeb
- git: bd29f81763aa - main - net80211: consistently use the IEEE80211_M_ memory related options Bjoern A. Zeeb
- git: 8d3711648981 - main - net80211: LinuxKPI 802.11: harmonize IEEE80211_VHT_MCS_* Bjoern A. Zeeb
- git: 545db925c3d5 - main - pipe: fix EOF case for non-blocking fds Mateusz Guzik
- Fri, 19 Aug 2022
- git: 3b7935f33b50 - main - Decode couple arrays in NFIT table. Alexander Motin
- git: 98b13e25fd9c - main - stress2: Handle different spelling of "superblock" Peter Holm
- git: dd894897691f - main - stress2: Updated tests as a result of the latest updates to fsck_ffs(8) Peter Holm
- git: 057b43b26235 - stable/13 - bpf: Fix BIOCPROMISC locking Mark Johnston
- git: 363d4b3b42c1 - stable/13 - arm: Clear TTBCR before enabling the MMU Mark Johnston
- git: 319a4bddb0b9 - main - linuxkpi: i2c: Fix 7bit/8bit addressing Emmanuel Vadot
- git: c780d3ad7bcb - main - pf: clear ethernet rules prior to shutdown Kristof Provost
- git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. Ganbold Tsagaankhuu
- git: 55f186a13a4f - stable/13 - Move sort to runtime Doug Rabson
- git: f5bbed62172b - stable/13 - pkgbase: split kerberos binaries and libs Doug Rabson
- git: bffe60ead024 - main - ssh: retire client VersionAddendum Ed Maste
- git: 97be6fced7db - main - openssh: Remove description of VersionAddendum in upgrade doc Ed Maste
- git: 820bafd0bc14 - main - unix/dgram: don't panic if socket buffer has negative space Gleb Smirnoff
- git: 7647626d3380 - main - e6000sw: fix incorrect locking Kristof Provost
- git: baf753cc196e - main - bhyve: Support other schemes for naming pass-through devices. John Baldwin
- git: 16bedf532c02 - main - pci: Add helper routines to iterate over a device's BARs. John Baldwin
- git: c94f30ea85b7 - main - bhyve: Validate host PAs used to map passthrough BARs. John Baldwin
- git: 673bca7e765e - stable/12 - [skip ci] unix(4): LOCAL_PEERCRED works on SOCK_SEQPACKET, too. Alan Somers
- git: 637e67246a69 - stable/12 - tools/test/upsdl: fix compiler warnings Alan Somers
- git: f6cc21e8e143 - main - cxgbetool: remove unnecessary vertical whitespace. Navdeep Parhar
- git: 02d0c43c9e53 - main - rb_tree: speed-up double rotation Doug Moore
- Sat, 20 Aug 2022
- git: a9d0655fa413 - stable/12 - fusefs: fix a cached attributes bug during directory rename Alan Somers
- git: 4d5fb17274aa - stable/12 - fusefs: fix two bugs regarding VOP_RECLAIM of the root inode Alan Somers
- git: 73e02a370e52 - stable/12 - fusefs: validate servers' error values Alan Somers
- git: 3a5ccf21b2aa - stable/12 - fusefs: correctly handle servers that report too much data written Alan Somers
- git: b524667411e9 - stable/12 - prometheus_sysctl_exporter: fix metric aliasing Alan Somers
- git: e2182a594d84 - stable/12 - fusefs: fix FUSE_CREATE with file handles and fuse protocol < 7.9 Alan Somers
- git: 20004b265add - stable/12 - fusefs: fix an undefined variable access Alan Somers
- git: e04d75193865 - stable/12 - fix integer overflow bugs in *stosbt Alan Somers
- git: 93891ed2f794 - stable/12 - fusefs: make the mknod.cc tests a bit more general. Alan Somers
- git: 3c69525933e1 - stable/12 - ses: don't panic if disk elements have really weird descriptors Alan Somers
- git: 5c155bab48c0 - stable/12 - prometheus_sysctl_exporter: ignore ENOENT for mibs specified on the CLI Alan Somers
- git: e1d8b0f49a9e - stable/12 - ip6(4): document IP_ORIGDSTADDR Alan Somers
- git: d58ced88d39f - stable/13 - prometheus_sysctl_exporter: ignore ENOENT for mibs specified on the CLI Alan Somers
- git: 5f46ec779fe7 - stable/13 - Add more aio tests Alan Somers
- git: baa6a68cbe47 - stable/13 - ip6(4): document IP_ORIGDSTADDR Alan Somers
- git: 3c87f145d4e8 - stable/13 - pfctl: fix FOM_ICMP/POM_STICKYADDRESS clash Kristof Provost
- git: c9554c4df514 - stable/12 - pfctl: fix FOM_ICMP/POM_STICKYADDRESS clash Kristof Provost
- git: 497240def87c - main - Retire clone_drain_lock Mateusz Guzik
- Re: git: baf753cc196e - main - bhyve: Support other schemes for naming pass-through devices. Bjoern A. Zeeb
- git: 755a1be6d015 - main - sh: accept fc options grouped behind one '-' Piotr Pawel Stefaniak
- git: a1423456415a - main - sh: nullify ENV in tests Piotr Pawel Stefaniak
- git: ec556724d7ad - main - Add interrupt handling to rk_gpio driver. Ganbold Tsagaankhuu
- Re: git: ec556724d7ad - main - Add interrupt handling to rk_gpio driver. Ganbold Tsagaankhuu
- git: 6b598e263beb - main - pf: Reduce diffs against OpenBSD in pf_if.c Ed Maste
- git: bd76586bb705 - main - fork_norfproc(): style Konstantin Belousov
- git: da39a100dbfe - main - sleepq_check_ast_sc_locked(): update comment Konstantin Belousov
- git: f835be58226a - main - sleepq_set_timeout_sbt(): correct comment to not talk about ticks Konstantin Belousov
- git: 30b16a6bcf01 - main - exit1(): update comment about thread_single() Konstantin Belousov
- git: 5c78797e4249 - main - reap_kill_proc_locked(): remove outdated part of the comment Konstantin Belousov
- git: cc29f221aaa2 - main - ksiginfo_alloc(): change to directly take M_WAITOK/NOWAIT flags Konstantin Belousov
- git: cdb58f9d04cf - main - ksiginfo_tryfree(): change return type to bool Konstantin Belousov
- git: 0a4f2ac3b78a - main - kern_sig.c: style Konstantin Belousov
- git: 5e9bba94bd7f - main - fork_norfproc(): unlock p1 before retrying Konstantin Belousov
- git: 2842ec6d99ce - main - REAP_KILL_PROC: kill processes in the threaded taskqueue context Konstantin Belousov
- git: 5e5675cb4bfa - main - Remove struct proc p_singlethr member Konstantin Belousov
- git: f829268bcc89 - main - Remove TDF_DOING_SA Konstantin Belousov
- Re: git: 1922eb3e9c23 - main - protosw: retire pr_slowtimo and pr_fasttimo Charlie Li
- Re: git: 1922eb3e9c23 - main - protosw: retire pr_slowtimo and pr_fasttimo Charlie Li
- git: 8338690a0a43 - main - ip_reass: provide sysctl MIB returning IP fragment TTL Gleb Smirnoff
- Re: git: 1922eb3e9c23 - main - protosw: retire pr_slowtimo and pr_fasttimo Gleb Smirnoff
- Re: git: 8338690a0a43 - main - ip_reass: provide sysctl MIB returning IP fragment TTL Michael Tuexen
- Sun, 21 Aug 2022
- Re: git: 8338690a0a43 - main - ip_reass: provide sysctl MIB returning IP fragment TTL Gleb Smirnoff
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. Peter Jeremy
- git: 3454a7caa053 - main - kqueue: retire knlist_init_rw_reader() Robert Wing
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. Emmanuel Vadot
- Re: git: 8338690a0a43 - main - ip_reass: provide sysctl MIB returning IP fragment TTL Michael Tuexen
- git: 70c04943208f - stable/13 - Avoid using TARGET_ARCH in llvm.build.mk Dimitry Andric
- git: 39a1b7009003 - stable/13 - gpio: mark more INVARIANTS variables as __diagused Dimitry Andric
- git: d669421c9884 - stable/13 - Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: 4922e544ee86 - stable/13 - Fix unused variable warning in rockchip's rk_spi.c Dimitry Andric
- git: 94c282b1eff4 - stable/13 - Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: a7d40321e80c - stable/13 - Fix unused variable warning in tcp_stacks's bbr.c Dimitry Andric
- git: 6467d28c78cd - stable/13 - Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: 71554ce0cdd1 - stable/13 - Adjust function definition in drm_fb_helper.c to avoid clang 15 warning Dimitry Andric
- git: 59f0eba31e86 - stable/13 - Adjust function definition in kern_poll.c to avoid clang 15 warning Dimitry Andric
- git: 7593646bac79 - stable/13 - Fix unused variable warning in tcp_stacks's rack.c Dimitry Andric
- git: f0393361ecc3 - stable/13 - Suppress unused variable warning in tcp_stacks's rack.c Dimitry Andric
- git: dfab304ceeb5 - stable/13 - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Dimitry Andric
- git: 894334abf436 - stable/13 - Adjust function definition in arm64's db_trace.c to avoid clang 15 warning Dimitry Andric
- git: 667ea86715cf - stable/13 - Adjust function definition in tcp_hpts.c to avoid clang 15 warning Dimitry Andric
- git: 9bd70da49a98 - stable/13 - Adjust function definition in aim_machdep.c to avoid clang 15 warning Dimitry Andric
- git: 957c5a9a4dda - stable/13 - Fix unused variable warning in mmu_radix.c Dimitry Andric
- git: f8787cb1998a - stable/13 - Adjust function definitions in mmu_oea64.c to avoid clang 15 warnings Dimitry Andric
- git: 37754cf7c81f - stable/13 - Fix unused variable warnings in tcp_hpts.c Dimitry Andric
- git: 32065e949f25 - stable/13 - Adjust function definitions in mmu_radix.c to avoid clang 15 warnings Dimitry Andric
- git: 55db31a62dfa - stable/13 - Adjust function definitions in mp_cpudep.c.c to avoid clang 15 warnings Dimitry Andric
- git: cba63237c973 - stable/13 - Adjust function definition in riscv's db_trace.c to avoid clang 15 warning Dimitry Andric
- git: 9ae1196cfa18 - stable/13 - Adjust function definition in moea64_native.c to avoid clang 15 warning Dimitry Andric
- git: 0e33cf79a008 - stable/12 - Avoid using TARGET_ARCH in llvm.build.mk Dimitry Andric
- git: bc78b4fd17cc - stable/12 - gpio: mark more INVARIANTS variables as __diagused Dimitry Andric
- git: 745039007600 - stable/12 - Adjust function definition in riscv's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: c0089ba4592e - stable/12 - Fix unused variable warning in rockchip's rk_spi.c Dimitry Andric
- git: 1b632d8fe220 - stable/12 - Adjust function definition in arm's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: 77889d4ad0ed - stable/12 - Adjust function definition in powerpc's dtrace_subr.c to avoid clang 15 warning Dimitry Andric
- git: 4cfadd41f00f - stable/12 - Adjust function definition in drm_fb_helper.c to avoid clang 15 warning Dimitry Andric
- git: e82f6f47d5d6 - stable/12 - Adjust function definition in kern_poll.c to avoid clang 15 warning Dimitry Andric
- git: f3a9d6009c18 - stable/12 - Suppress unused variable warning in tcp_stacks's rack.c Dimitry Andric
- git: a1d2106afbf6 - stable/12 - Adjust function definition in arm's mv_common.c to avoid clang 15 warning Dimitry Andric
- git: d7e6bfa4e6b1 - stable/12 - Adjust function definition in arm64's db_trace.c to avoid clang 15 warning Dimitry Andric
- git: 3e55a45bb7f3 - stable/12 - Adjust function definition in aim_machdep.c to avoid clang 15 warning Dimitry Andric
- git: 578d8f93983a - stable/12 - Fix unused variable warning in tcp_hpts.c Dimitry Andric
- git: 2ee07943312f - stable/12 - Adjust function definitions in mp_cpudep.c.c to avoid clang 15 warnings Dimitry Andric
- git: e0229df69964 - stable/12 - Adjust function definition in riscv's db_trace.c to avoid clang 15 warning Dimitry Andric
- git: 6498153665fd - main - ip_reass: don't drain all vnets on a vnet destroy Gleb Smirnoff
- git: 9d5481242127 - main - snmp_mibII: use net.inet.ip.fragttl sysctl for ipReasmTimeout Gleb Smirnoff
- git: 9d70108a74ef - main - stand: Use bool for stage_offset_set Warner Losh
- Mon, 22 Aug 2022
- git: f300d69252ea - stable/13 - development(7): Update URLs Li-Wen Hsu
- git: 2067574b27ca - stable/13 - MFC: syslog(3): unbreak log generation using fabricated PID Eugene Grosbein
- git: 09387f73b1a8 - stable/12 - syslog(3): unbreak log generation using fabricated PID Eugene Grosbein
- git: e337cd72f79e - stable/12 - pf: stop resolving hosts as dns that use ":" modifier Kristof Provost
- git: 2e9bba56219c - stable/13 - pf: stop resolving hosts as dns that use ":" modifier Kristof Provost
- git: c4c0c782f709 - stable/13 - pfctl tests: test case for the POM_STICKYADDRESS fix Kristof Provost
- git: 7cb73f654ff4 - main - uart: Add ACPI entry for LS1046A UART Kornel Dulęba
- git: e7314192cea3 - main - sound(4): Fix order of parameters for custom equalizer band pass filter. Hans Petter Selasky
- git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Hans Petter Selasky
- git: f13593e913ea - stable/13 - Support decoding mem32 memory in the rk pcie driver Andrew Turner
- git: 441d0bf214d2 - stable/13 - Only add gicv3 fdt children with a compatible property Andrew Turner
- git: 8f736f867ced - stable/13 - Remove "All rights reserved" where I can in libc Andrew Turner
- git: 1570048c5219 - stable/13 - Adjust function definition in hwpmc to avoid clang 15 warning Andrew Turner
- git: 36e31c79cea1 - stable/13 - Adjust function definition in ofw to avoid clang 15 warning Andrew Turner
- git: d86e51e9956c - stable/13 - Adjust function definition in subr_devmap.c to avoid clang 15 warning Andrew Turner
- git: 7ba58de6b6d0 - stable/13 - rb_tree: update augmentation after element change Doug Moore
- git: 55fa60782f3e - stable/13 - rb_tree: resolve name clash Doug Moore
- git: 11d08e7e8d6c - main - arm/gic: fix a KASSERT in arm_gic_reserve_msi_range() Bjoern A. Zeeb
- git: d4f7acfad732 - stable/13 - iommu_gas: add iommu_gas_remove() Konstantin Belousov
- git: a070c11afe59 - main - Add dsl to the src committers and bz as my mentor Dmitry Salychev
- Re: git: baf753cc196e - main - bhyve: Support other schemes for naming pass-through devices. John Baldwin
- git: 564ed8e806e7 - main - nfsd: Allow multiple instances of rpc.tlsservd Rick Macklem
- git: fba998a3d897 - main - tools/build: Unbreak bmake bootstrap on Linux Jessica Clarke
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Hans Petter Selasky
- git: 485be9798a75 - main - pfsync: replace struct pfsync_pkt with int flags Kristof Provost
- Tue, 23 Aug 2022
- git: 838c1fa88d71 - stable/13 - fork_norfproc(): style Konstantin Belousov
- git: 623220ac78e1 - stable/13 - sleepq_check_ast_sc_locked(): update comment Konstantin Belousov
- git: 2422c420b4f0 - stable/13 - sleepq_set_timeout_sbt(): correct comment to not talk about ticks Konstantin Belousov
- git: d521c27c345d - stable/13 - exit1(): update comment about thread_single() Konstantin Belousov
- git: 926b4724eae4 - stable/13 - reap_kill_proc_locked(): remove outdated part of the comment Konstantin Belousov
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Kyle Evans
- git: 4e0ce82b53e2 - main - TCP Lro has a loss of timestamp precision and reorders packets. Randall Stewart
- git: 62ce18fc9a8e - main - tcp: Rack rwnd collapse. Randall Stewart
- git: 3d268c19efb8 - main - Fix shared_shadow_inval_test when superpages are disabled Eric van Gyzen
- git: cf145eb25ff9 - main - arcanist: use FreeBSD/git project repository instead of FreeBSD/svn Alexander V. Chernikov
- git: 51480b486a86 - main - mv88e151x: Remove unused devclass argument from DRIVER_MODULE. John Baldwin
- git: 9a777495df2b - main - cmn600: Remove unused devclass from DRIVER_MODULE. John Baldwin
- git: 6ea773d49a6c - main - pmu_dmc620: Remove unused devclass from DRIVER_MODULE. John Baldwin
- git: 9e4e7bcaef3f - main - *DRIVER_MODULE*: Remove the compat shims to accept the devclass argument. John Baldwin
- git: 9488262679d0 - main - rms: add rms_assert_rlock_ok Mateusz Guzik
- git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. John Baldwin
- git: edf2d935b50a - stable/13 - fbt/x86: Extract arg1 for return probes from the trapframe Mark Johnston
- git: 761d4d350d1a - stable/13 - dtrace/amd64: Implement emulation of call instructions Mark Johnston
- git: 974a015fb016 - stable/13 - bhyve: Use "void" instead of empty parameter lists Mark Johnston
- git: 976ed044fbbb - stable/13 - bhyve: Mark variables and functions as static where appropriate Mark Johnston
- git: 1579c6e2dc9b - stable/13 - bhyve: Sprinkle const qualifiers where appropriate Mark Johnston
- git: fdb52057a4a0 - stable/13 - tests: Add more shared shadow regression tests Mark Johnston
- git: ff481f220232 - stable/13 - Fix shared_shadow_inval_test when superpages are disabled Mark Johnston
- git: 96d1fbf3676a - main - vfs: fix VOP_UNLOCK prototype in the manpage Mateusz Guzik
- git: 4c9c0b640bde - main - vfs: fix vaccess prototype in the manpage Mateusz Guzik
- git: c2e1544f59ca - main - m_get3: add an MLINK for the manpage Brooks Davis
- git: 4b8feb5d61ac - main - tests: Handle platforms with MAXPAGESIZES < 2 Mark Johnston
- git: b66ab4c8b728 - stable/13 - tests: Handle platforms with MAXPAGESIZES < 2 Mark Johnston
- Wed, 24 Aug 2022
- An invitation to visit Qlik Community agjoewgjowgaowgg
- git: 09f390a21553 - stable/13 - arc4random(3): Reduce diff with OpenBSD. Xin LI
- git: be639cc8eef0 - main - Update standard superblock when successful using an alternate superblock. Kirk McKusick
- git: 345bfec10905 - main - Provide cache coherency between getnextinode() and ginode() Kirk McKusick
- git: 9a7abd932727 - main - pkt-gen: flip IPv4 address in ping-pong mode Vincenzo Maffione
- git: 4e4f49fd4af2 - main - stress2: Added another sigreturn(2) fuzzer test Peter Holm
- git: 211053f952d8 - main - arm64: Remove unused typedef Warner Losh
- git: 6364180582b7 - main - linuxkpi: unbreak linux_i2cbb Andriy Gapon
- git: 8036234c72c9 - main - netinet6: fix SIOCSPFXFLUSH_IN6 by skipping manually-configured prefixes Alexander V. Chernikov
- git: e9ad2964f5de - main - pkg: Add limited --debug/-d support Brooks Davis
- git: 840327e5ddf3 - main - mbuf: Don't support PAGE_SIZE < 4K Brooks Davis
- git: 9c3ad5ba932b - main - cxgbe: don't support MJUMPAGESIZE != MCLBYTES Brooks Davis
- git: c46697b9cb97 - main - freebsd32_sendmsg: fix control message ABI Brooks Davis
- git: 3b0f105ce38e - main - shared_shadow_inval_test: fix copy-pasto in error message Eric van Gyzen
- git: 0a9b374ecc85 - main - chown: see also chmod. Dag-Erling Smørgrav
- git: ead0fe475c5e - stable/13 - sh: nullify ENV in tests Piotr Pawel Stefaniak
- git: 6480563d0678 - stable/13 - sh: accept fc options grouped behind one '-' Piotr Pawel Stefaniak
- git: 95f773e59482 - main - i386 copyout_fast: improve detection of a fault on accessing userspace Konstantin Belousov
- git: a03e4799e76b - main - irettraps: i386 does not push %ss/%esp when exception does not switch rings Konstantin Belousov
- git: dc4a2d1d0e83 - main - i386: do not allow userspace to set tf_trapno on sigreturn(2) Konstantin Belousov
- git: e8b2980e4a12 - main - i386 doreti: stop saving/restoring %ecx around calls into C Konstantin Belousov
- git: 54e1546e0934 - main - i386: simplify flow control in irettraps Konstantin Belousov
- git: 0f906b30e6fa - main - i386: print all GPRs, PSL, and CR3 on double fault Konstantin Belousov
- git: 01a33b2af534 - main - x86: print trap name in addition of trap number Konstantin Belousov
- git: ff32a055542f - main - x86: improve machdep.uprintf_signal Konstantin Belousov
- git: fce3b1c32793 - main - fork_exit(): style comment Konstantin Belousov
- Re: git: fce3b1c32793 - main - fork_exit(): style comment Konstantin Belousov
- git: aa5e19a9b3f3 - main - scandir.3: Use .Fo instead of .Fn for long args Konstantin Belousov
- git: ea448a0a43c5 - main - Link scandir_b(3) to scandir(3) Konstantin Belousov
- git: cb6e97f4dae6 - main - libc: split scandir() into scandir_dirp() and proper scandir() Konstantin Belousov
- git: 9fb8e8eede5b - main - libc: add scandirat(3) Konstantin Belousov
- git: a294e679738b - main - Document scandirat(3) Konstantin Belousov
- git: 43d0c4d2a2d9 - main - git-arc: Fix whitespace Mark Johnston
- git: c4d06691c04c - main - git-arc: Respect GIT_EDITOR and GIT_PAGER Mark Johnston
- git: b0b0e4ee00b1 - main - NOTES: Update the default MSIZE and MCLSHIFT values Mark Johnston
- Thu, 25 Aug 2022
- git: 465988e9fa8a - main - NOTES: Update the comment for MCLSHIFT Mark Johnston
- git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) Konstantin Belousov
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) Jessica Clarke
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) Konstantin Belousov
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) Jessica Clarke
- git: 504b998defe7 - main - ObsoleteFiles: Follow awk test files move Li-Wen Hsu
- git: 9ea2716b7758 - main - Reenable basic_signal:trap_signal_test on i386 Li-Wen Hsu
- git: b6ce129d24ff - main - rb_tree: optimize rb_insert Doug Moore
- git: 83e8c2317846 - main - bintrans: replace the quoted printable encoder/decoder Baptiste Daroussin
- git: 2aba6e7aaf2f - main - stress2: Added a regression test Peter Holm
- git: 278111b8a541 - main - Allow the kernel to emulate the physical counter on arm64 Andrew Turner
- git: 7a060a8895b8 - main - Add an IDC only arm64 icache sync function Andrew Turner
- git: 48a7e53db782 - main - Merge the common parts of the SMCCC handlers Andrew Turner
- git: b3d0568cfd65..a582d5299313 - vendor/openzfs/master - vendor branch updated Martin Matuska
- git: 5d0aebf4fa6d - main - Fix the arm generic timer on 32 bit Andrew Turner
- git: 84fc080266e1 - stable/13 - cxgbe: Deactivate upper layer drivers (like TOE) during detach. John Baldwin
- git: cb85a1815fbe - stable/13 - cxgbei: Adjust the calculation for the maximum ISO payload. John Baldwin
- git: 7252457be7e9 - stable/13 - gcore: Trim stale bits from elf32core.c. John Baldwin
- git: 39b724b72775 - stable/13 - cxgbe TOE TLS: Fix handling of unusual record types. John Baldwin
- git: 1a26ebd6d5b3 - stable/13 - ktls_test: Add a require_toe option similar to require_ifnet. John Baldwin
- git: a88b3991e2b2 - stable/13 - bhyve: Style fix for read/write_config. John Baldwin
- git: ecfbefc91e75 - stable/13 - bhyve xhci: Cache the value of MaxPStreams when initializing an endpoint. John Baldwin
- git: 574f63650323 - stable/13 - bhyve: fix -Wunused-but-set-variable warning John Baldwin
- git: ff5d46d7f9a1 - stable/13 - bhyve e1000: Skip packets with a small header. John Baldwin
- git: e5217bedc964 - stable/13 - bhyve: Support other schemes for naming pass-through devices. John Baldwin
- git: 9a647d96eb3c - stable/13 - pci: Add helper routines to iterate over a device's BARs. John Baldwin
- git: c1434fd2deaf - stable/13 - bhyve: Validate host PAs used to map passthrough BARs. John Baldwin
- git: 49afea105912 - main - proc: read the pid prior to unlocking in report_alive_proc1 Mateusz Guzik
- git: 920489d03ced - stable/12 - bhyve xhci: Cache the value of MaxPStreams when initializing an endpoint. John Baldwin
- git: 19f184797e2c - stable/12 - bhyve: fix -Wunused-but-set-variable warning John Baldwin
- git: 2d349fd22c97 - stable/12 - bhyve e1000: Skip packets with a small header. John Baldwin
- git: bb5b19a12c61 - stable/12 - pci: Add helper routines to iterate over a device's BARs. John Baldwin
- git: 10affcbdac73 - stable/12 - bhyve: Validate host PAs used to map passthrough BARs. John Baldwin
- git: e621cb0be2a3 - main - amd64: dump standard registers when crashing Mateusz Guzik
- git: 65ee0a849553 - main - renice: fix argument order. Dag-Erling Smørgrav
- git: 7ccdad905f30 - main - renice: add unit tests. Dag-Erling Smørgrav
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) Brooks Davis
- Re: git: 05c9a0158f68 - main - libc: Add strverscmp(3) and versionsort(3) Konstantin Belousov
- git: 08aba0aec7b7 - main - zfs: merge openzfs/zfs@a582d5299 Martin Matuska
- git: c1a0ab5ec525 - main - amd64: update comment for casueword/casueword32, mentioning return value 1 Konstantin Belousov
- Fri, 26 Aug 2022
- git: 9644bc4a1126 - stable/13 - Decode couple arrays in NFIT table. Alexander Motin
- git: 2b612c9d3bb5 - main - nfscl: Fix handling of a bad session slot (NFSv4.1/4.2) Rick Macklem
- git: 8e59ec29e47f - main - nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION Rick Macklem
- git: 495b1baac327 - main - Provide better diagnostic messages for bad cylinder groups. Kirk McKusick
- git: f0be378a66a7 - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. Kirk McKusick
- git: 27c6009e7237 - main - Correct diagnostic messages for bad cylinder groups. Kirk McKusick
- git: 587649902329 - main - tzsetup: remove left overs from libbsddialog conversion Baptiste Daroussin
- git: 7c04ca1fad67 - main - sockets: for stat(2) on a socket don't report hiwat as block size Gleb Smirnoff
- git: a358db560370 - main - socket(2): bring documentation up tp date Gleb Smirnoff
- Re: git: 0e5c72c3cc54 - main - bsdinstall time: Replace dialog with bsddialog Alfonso S. Siciliano
- git: 768f6373eb3d - main - Fix compat10 semaphore interface race Konstantin Belousov
- git: 837b7203f0c7 - main - domains: use struct domain as argument Gleb Smirnoff
- git: 74704a26bc2c - main - efi: Create a define for memory descriptor version Warner Losh
- Re: git: 74704a26bc2c - main - efi: Create a define for memory descriptor version Jessica Clarke
- Re: git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. John Baldwin
- git: e3885a7893d4 - main - soo_stat: Ensure error is always initialized. John Baldwin
- Re: git: 74704a26bc2c - main - efi: Create a define for memory descriptor version Warner Losh
- git: 0b01a13b8a6e - main - u3g(4): Add more USB IDs. Hans Petter Selasky
- Re: git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. Warner Losh
- git: a28f83353243 - main - libprocstat: forward declare struct kinfo_proc Brooks Davis
- Sat, 27 Aug 2022
- git: df065f699f1f - main - stand: More sensible defaults when ConOut is missing Warner Losh
- git: 7ed3228323ef - main - stand: Document that boot0 uses BIOS Warner Losh
- git: 4e2d8cd3e29b - main - usb(4): Quirk for non-compliant USB devices. Hans Petter Selasky
- Re: git: efe58855f3ea - main - IPv4: experimental changes to allow net 0/8, 240/4, part of 127/8 Hans Petter Selasky
- git: ce99e4fa4442 - main - bhnd(4): Correct a typo in a source code comment Gordon Bergling
- git: caaa79c3f8c6 - main - LinuxKPI 802.11: change type of bssid in struct ieee80211_bss_conf Bjoern A. Zeeb
- git: 2c1ac3d4d48a - main - nat64: fix whitespace damage in callout calls Mateusz Guzik
- git: 5fbc2eb92ce5 - stable/13 - iommu_gas: avoid pointless augmentation Doug Moore
- git: 6ab80e727509 - main - pf: do not block new Ethernet rules for in-progress transactions Kristof Provost
- git: f2dfe607761c - main - Revert "nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION" Rick Macklem
- git: fb29f8175869 - main - nfscl: Fix handling of nd_slotid while handling NFSERR_BADSESSION Rick Macklem
- Sun, 28 Aug 2022
- git: e59d99e6e698 - stable/13 - amd64: update comment for casueword/casueword32, mentioning return value 1 Konstantin Belousov
- git: b875d4f5ddcb - main - nfsd: Update console message for no session found Rick Macklem
- git: 5886089ecfc3 - main - rb_tree: fine-tune RB_REMOVE Doug Moore
- git: 160a2f2cdda8 - main - rc.conf(5): add <service>_umask to run the service using this value Eugene Grosbein
- git: c624b9a549f0 - main - tcp: fix stats counter for SYN_RCVD state when TCP-FO is used Michael Tuexen
- git: 31937f7e843d - main - USB id of yet another Lenovo USB-C ethernet dongle. Poul-Henning Kamp
- git: 0685c73cfe88 - main - nfscl: Add a console message for session recovery Rick Macklem
- git: 117cea02a4dc - main - nfscl: Fix setup of Sequence when all slots marked bad Rick Macklem
- git: 7468304f7b9f - stable/13 - pf: Reduce diffs against OpenBSD in pf_if.c Ed Maste
- Mon, 29 Aug 2022
- git: 6aa98b826f24 - stable/13 - opencrypto: mark INVARIANTS variables as __diagused Ed Maste
- git: 9f45a241fc0d - stable/13 - acpi: mark INVARIANTS variables as __diagused Ed Maste
- git: ff6ab85fc95a - stable/13 - gpio: mark INVARIANTS variables as __diagused Ed Maste
- git: dc0aacea416b - stable/12 - Cirrus-CI: Use standard QEMU package Ed Maste
- git: b685df314f13 - main - mana: some code refactoring and export apis for future RDMA driver Wei Hu
- git: 2e4da012d57e - main - Correct calculation of inode location in getnextino cache. Kirk McKusick
- git: 9dee5da7450e - main - Updates to UFS/FFS superblock integrity checks when reading a superblock. Kirk McKusick
- git: 9e772f203ff2 - main - mana: Fix a couple i386 build errors Wei Hu
- git: 827622937efa - main - Correct calculation of inode location in getnextino cache. Kirk McKusick
- Re: git: 9e772f203ff2 - main - mana: Fix a couple i386 build errors Jessica Clarke
- git: 96dba636abec - vendor/dhcpcd - vendor branch created Ben Woods
- git: da1da6cc33c5 - Create tag vendor/dhcpcd/9.4.1 Ben Woods
- git: a1b59379db7d - main - routing: install prefix and loopback routes using new nhop-based KPI. Alexander V. Chernikov
- git: d8b2693414ae - main - routing: add rib_add_default_route() wrapper Alexander V. Chernikov
- git: 835a611e6840 - main - routing: make IPv6 defrouter code use new nhop-based KPI. Alexander V. Chernikov
- git: 6d4f6e4c704d - main - routing: make rib_add_redirect() use new nhop-based KPI Alexander V. Chernikov
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Hans Petter Selasky
- git: 23a769ff983a - stable/12 - uftdi(4): Add new USB ID. Hans Petter Selasky
- git: 4149598b7a92 - stable/12 - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Hans Petter Selasky
- git: d02aaf532586 - stable/13 - uftdi(4): Add new USB ID. Hans Petter Selasky
- git: eacf0dba236e - stable/13 - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Hans Petter Selasky
- git: db4ca19002c0 - main - routing: add ability to store opaque indentifiers in nhops/nhgs Alexander V. Chernikov
- git: c24a8f19c5d5 - main - routing: fix rib_add_route_px() Alexander V. Chernikov
- git: 86bd7f67c31f - stable/12 - pf: Make sure that pfi_update_status() always zeros counters Ed Maste
- git: 5720c747b237 - stable/12 - pf: Reduce diffs against OpenBSD in pf_if.c Ed Maste
- git: c57ce1ab8704 - stable/12 - opencrypto: mark INVARIANTS variables as __diagused Ed Maste
- git: 324c4c32809b - stable/12 - acpi: mark INVARIANTS variables as __diagused Ed Maste
- git: 4555d2531462 - stable/12 - gpio: mark INVARIANTS variables as __diagused Ed Maste
- git: e6b7a23d7faa - stable/13 - bhyve: Address -Wunused* warnings in pci_nvme.c Mark Johnston
- git: b8e33d1abeae - stable/13 - bhyve: Address uses of uninitialized variables in pci_nvme.c Mark Johnston
- git: fe05d1dd0fdf - main - routing: extend nhop(9) kpi Alexander V. Chernikov
- git: 578a99c939b6 - main - routing: improve multiline debug Alexander V. Chernikov
- git: 5d91386826d0 - main - rb_tree: avoid extra reads in rebalancing Doug Moore
- git: 7b3440fc3007 - main - Revert "routing: install prefix and loopback routes using new nhop-based KPI." Alexander V. Chernikov
- Re: git: e66390736613 - main - Define _NPCM and the last PC_FREEn constant in terms of _NPCPV. John Baldwin
- Re: git: 9e772f203ff2 - main - mana: Fix a couple i386 build errors John Baldwin
- git: 575ca2c2655c - main - makefs: Remove some redundant initializations Mark Johnston
- git: a3b6b3ac4d96 - main - makefs tests: Do not install ZFS tests if WITHOUT_ZFS is defined Mark Johnston
- git: 09a2fce092a4 - main - makefs tests: Do not run ZFS tests in parallel Mark Johnston
- git: 32faf071bd54 - main - devstat: Remove DTrace io probes lacking a BIO reference Mark Johnston
- git: 177f04d57fbd - main - routing: constantify @rc in rib_decompose_notification(). Alexander V. Chernikov
- git: 7afe342dcb38 - main - bhyve e1000: Sanitize transmit ring indices. John Baldwin
- git: 62806a7f31e3 - main - bhyve virtio-scsi: Tidy warning and debug prints. John Baldwin
- git: bb31aee26bd1 - main - bhyve virtio-scsi: Avoid out of bounds accesses to guest requests. John Baldwin
- Tue, 30 Aug 2022
- git: c414347bc572 - main - mbufs: isolate max_linkhdr and max_protohdr handling in the mbuf code Gleb Smirnoff
- git: d7574c74326a - main - domains: init pr_domain in pr_init() Gleb Smirnoff
- git: e18c5816ea56 - main - domains: use queue(9) SLIST for linked list of domains Gleb Smirnoff
- git: 244e1aeaec9a - main - domains: merge domain_init() into domain_add() Gleb Smirnoff
- git: 8fc80638496e - main - divert: merge div_output() into div_send() Gleb Smirnoff
- git: c00605751e40 - main - tcp: remove a dead code leftover from T/TCP, Gleb Smirnoff
- git: 3cc226cd9c08 - stable/13 - bhnd(4): Correct a typo in a source code comment Gordon Bergling
- git: c2b53b320453 - stable/12 - bhnd(4): Correct a typo in a source code comment Gordon Bergling
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Hans Petter Selasky
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Mateusz Guzik
- git: 40e43b056df9 - main - umodem(4): Clear stall at every open. Hans Petter Selasky
- Re: git: 57af517ac4e8 - main - ibcore: Add support for RDMA/RoCE using VLAN(4) devices. Hans Petter Selasky
- git: cbc5350359b9 - main - ucom(4): Make sure the open routine is executed synchronously. Hans Petter Selasky
- git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. Alexander Motin
- git: 603677334a64 - main - mount_nfs.8: Note that NFSv4 requires unique /etc/hostid's Rick Macklem
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. Mateusz Guzik
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. Rick Macklem
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. Alexander Motin
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. Mateusz Guzik
- git: 2f13fa4d86d7 - stable/12 - mount_nfs.8: Remove reference to NFSv4 minor version 2 Rick Macklem
- Re: git: 35b7759c05cb - main - cp: Fix build without VM_AND_BUFFER_CACHE_SYNCHRONIZED. Rick Macklem
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. Jessica Clarke
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. Bjoern A. Zeeb
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. Toomas Soome
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. Jessica Clarke
- git: e9ffa3784331 - Create tag vendor/sqlite3/sqlite-3390200 Cy Schubert
- git: 2380f7c9781e..1545dd7d6cc5 - vendor/sqlite3 - vendor branch updated Cy Schubert
- git: 8624f4347e81 - main - divert: declare PF_DIVERT domain and stop abusing PF_INET Gleb Smirnoff
- git: 61f7427f02a3 - main - protosw: cleanup protocols that existed merely to provide pr_input Gleb Smirnoff
- git: 2b1c72171e3e - main - divert(4): provide statistics Gleb Smirnoff
- git: f1fb05171662 - main - divert(4): maintain own cb database and stop using inpcb KPI Gleb Smirnoff
- git: e72c522858cb - main - divert(4): make it compilable and working without INET Gleb Smirnoff
- git: 2a63683b5d5c - main - sqlite3: Vendor import of sqlite3 3.39.2 Cy Schubert
- git: 01c6fb9da216 - stable/13 - sqlite3: Vendor import of sqlite3 3.39.2 Cy Schubert
- git: 488274197c7d - stable/12 - sqlite3: Vendor import of sqlite3 3.39.2 Cy Schubert
- Re: git: fe05d1dd0fdf - main - routing: extend nhop(9) kpi Bjoern A. Zeeb
- Re: git: 8624f4347e81 - main - divert: declare PF_DIVERT domain and stop abusing PF_INET Bjoern A. Zeeb
- git: 289231c9634a - releng/13.1 - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: e86b610b8744 - releng/13.1 - contrib/tzdata: import tzdata 2022b and 2022c Ed Maste
- git: 752f813d6ccc - releng/13.1 - Add UPDATING entries and bump version Ed Maste
- git: 77cd23716ffb - releng/13.0 - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: 707cecae4e34 - releng/13.0 - contrib/tzdata: import tzdata 2022b and 2022c Ed Maste
- git: 5fe9c9de03ef - releng/13.0 - Add UPDATING entries and bump version Ed Maste
- git: 938108cf04f0 - releng/12.3 - zlib: Fix a bug when getting a gzip header extra field with inflate(). Ed Maste
- git: 6852ad586e45 - releng/12.3 - contrib/tzdata: import tzdata 2022b and 2022c Ed Maste
- git: 97e1662bba32 - releng/12.3 - Add UPDATING entries and bump version Ed Maste
- git: 1df08e905a0b - main - natd: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT Gleb Smirnoff
- git: f70a2e294854 - main - ipfwpcap: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT Gleb Smirnoff
- git: 4627bc1e90fd - main - tests: use PF_DIVERT/SOCK_RAW instead of PF_INET/SOCK_RAW/IPPROTO_DIVERT Gleb Smirnoff
- git: 1f3d8c09be67 - main - procstat: fix printing divert(4) sockets Gleb Smirnoff
- Wed, 31 Aug 2022
- git: 836fcf84616a - stable/13 - i386 copyout_fast: improve detection of a fault on accessing userspace Konstantin Belousov
- git: 3416c2f3c5cf - stable/13 - irettraps: i386 does not push %ss/%esp when exception does not switch rings Konstantin Belousov
- git: cd304fdbe95b - stable/13 - i386: do not allow userspace to set tf_trapno on sigreturn(2) Konstantin Belousov
- git: 79ceb5107b3b - stable/13 - i386 doreti: stop saving/restoring %ecx around calls into C Konstantin Belousov
- git: bf71e2e26745 - stable/13 - i386: simplify flow control in irettraps Konstantin Belousov
- git: 49c6968c1217 - stable/13 - i386: print all GPRs, PSL, and CR3 on double fault Konstantin Belousov
- git: d96dc612b363 - stable/13 - x86: print trap name in addition of trap number Konstantin Belousov
- git: 6a959c68c97f - stable/13 - x86: improve machdep.uprintf_signal Konstantin Belousov
- git: 1ba0642c01e2 - stable/13 - fork_exit(): style comment Konstantin Belousov
- git: c5b0a30c466f - stable/13 - scandir.3: Use .Fo instead of .Fn for long args Konstantin Belousov
- git: 628b801a8d34 - stable/13 - Link scandir_b(3) to scandir(3) Konstantin Belousov
- git: 066b09c2b1b1 - stable/13 - libc: split scandir() into scandir_dirp() and proper scandir() Konstantin Belousov
- git: f8a926bebe81 - stable/13 - libc: add scandirat(3) Konstantin Belousov
- git: a7593bf87d54 - stable/13 - Document scandirat(3) Konstantin Belousov
- git: 27e60668bf29 - stable/13 - libc: Add strverscmp(3) and versionsort(3) Konstantin Belousov
- git: 7e8fa3c9a210 - stable/13 - Fix compat10 semaphore interface race Konstantin Belousov
- git: 3e39cbb10e0d - stable/12 - Fix compat10 semaphore interface race Konstantin Belousov
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. Ganbold Tsagaankhuu
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. Ganbold Tsagaankhuu
- git: 24af7808fa12 - main - protosw: repair protocol selection logic in socket(2) Gleb Smirnoff
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. Emmanuel Vadot
- git: 0a9a4d2cd609 - main - arm64: Fix hwpmc module for OPT_ACPI isn't selected Emmanuel Vadot
- git: 998b0a4ad842 - main - OptionalObsoleteFiles.inc: Add missing sendmail feature macro files. Peter Wemm
- git: 544f047f8940 - main - Store mpidr as a 64-bit value on arm64 Andrew Turner
- Re: git: e3572eb65473 - main - Allocate event for DMC-620 and CMN-600 controllers PMU. Add events supported by DMC-620 and CMN-600 controllers PMU. Toomas Soome
- git: 06bf97791a90 - stable/13 - i386/exception.s: fix mismerge Konstantin Belousov
- git: c21b7b55bea2 - main - tcp: finish SACK loss recovery on sudden lack of SACK blocks Richard Scheffenegger
- git: 4012ef7754cf - main - tcp: Functional implementation of Accurate ECN Richard Scheffenegger
- git: 7e6232140fa2 - stable/13 - NOTES: Update the default MSIZE and MCLSHIFT values Mark Johnston
- git: 51b886a812a7 - stable/13 - NOTES: Update the comment for MCLSHIFT Mark Johnston
- Re: git: 901df07a4768 - main - Code refactoring for existing rk_gpio driver. It supports gpio type checking. Depending on gpio type some register addresses are different. Peter Jeremy
- git: 569bfb42951a - stable/13 - libprocstat: forward declare struct kinfo_proc Brooks Davis
- git: f4036d3241cf - stable/12 - libprocstat: forward declare struct kinfo_proc Brooks Davis
- git: 26a36948331b - main - iwlwifi: move an ieee80211_get_tid() call Bjoern A. Zeeb
- git: f46bea05fea3 - main - mount_nfs.8: Reword sentence so .Pa macro works Rick Macklem
- Go to: [ monthly archives ] [ by author ] [ by date ]