dev-commits-src-branches@FreeBSD.org
Commits to the stable branches of the FreeBSD src repository
- Go to: [ monthly archives ] [ by author ] [ by thread ]
November 2021 Archives by date
- Mon, 01 Nov 2021
- git: 7db438d4705e - stable/13 - vm_object_list: split sysctl handler in separate function Konstantin Belousov
- git: c54be5cfcf70 - stable/13 - Add vm.swap_objects sysctl Konstantin Belousov
- git: 5ac0e08ef609 - stable/13 - vm.objects_swap: disable reporting some information Konstantin Belousov
- git: 9b392d07381e - stable/13 - sysctl vm.objects: yield if hog Konstantin Belousov
- git: cfccf3baca5c - stable/13 - libutil: add kinfo_getswapvmobject(3) Konstantin Belousov
- git: f33a9999e2a4 - stable/13 - Augment systat(1) -swap to display large swap space processes Konstantin Belousov
- git: 59821002f7d6 - stable/13 - systat: Handle SIGWINCH to properly window resizing and adjust -swap disk stat based on new size. Konstantin Belousov
- git: d37e54c771d3 - stable/13 - nfscl: Modify Close RPC so that it does not use "owner" for NFSv4.1/4.2 Rick Macklem
- git: 9910716d014a - stable/13 - nfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replies better Rick Macklem
- git: a2ca269b3810 - stable/13 - hyperv: Register hyperv_timecounter later during boot Mark Johnston
- git: 946a297fbd9a - stable/13 - sort: Fix random sort Mark Johnston
- git: 943421bdf764 - stable/13 - signal: Add SIG_FOREACH and refactor issignal() Mark Johnston
- git: 2788bb20cc05 - stable/13 - bitset(9): Introduce BIT_FOREACH_ISSET and BIT_FOREACH_ISCLR Mark Johnston
- git: 4e669a95d614 - stable/13 - clang-format: Add bitset loop macros Mark Johnston
- git: c5bd130deb1c - stable/13 - bitset: Reimplement BIT_FOREACH_IS(SET|CLR) Mark Johnston
- git: acbd8022ae23 - stable/13 - cpuset(9): Add CPU_FOREACH_IS(SET|CLR) and modify consumers to use it Mark Johnston
- git: bb5c81812f0f - stable/13 - timecounter: Lock the timecounter list Mark Johnston
- git: 8b3c771fc62a - stable/13 - Add a KASAN option to the kernel build Mark Johnston
- git: 48d2c7cc305c - stable/13 - Add the KASAN runtime Mark Johnston
- git: a3d4c8e21d64 - stable/13 - amd64: Implement a KASAN shadow map Mark Johnston
- git: 65f3c07b9899 - stable/13 - amd64: Add MD bits for KASAN Mark Johnston
- git: 82f3e32c3958 - stable/13 - uma: Add KASAN state transitions Mark Johnston
- git: 9d95539ffed2 - stable/13 - kstack: Add KASAN state transitions Mark Johnston
- git: ed66f9c61b0f - stable/13 - kmem: Add KASAN state transitions Mark Johnston
- git: 75306778f149 - stable/13 - vfs: Add KASAN state transitions for vnodes Mark Johnston
- git: 2748ecec950d - stable/13 - execve: Mark exec argument buffers Mark Johnston
- git: 9710b74dd0f4 - stable/13 - malloc: Add state transitions for KASAN Mark Johnston
- git: 28c338b34263 - stable/13 - realloc: Fix KASAN(9) shadow map updates Mark Johnston
- git: 1d990fe59832 - stable/13 - linker_set: Disable ASAN only in userspace Mark Johnston
- git: 38f90212c27f - stable/13 - cdefs: Make __nosanitizeaddress work for KASAN as well Mark Johnston
- git: 0dbb46e5fa69 - stable/13 - stack(9): Disable KASAN in stack_capture() Mark Johnston
- git: ab77265f883a - stable/13 - amd64: Mark the trapframe as initialized in trap() Mark Johnston
- git: 7e85d20eb8f1 - stable/13 - hwpmc: Disable KASAN in pmc_save_kernel_callchain() Mark Johnston
- git: 281ad195bd42 - stable/13 - x86: Mark the trapframe as initialized in ipi_bitmap_handler() Mark Johnston
- git: db33d492c807 - stable/13 - uma: Fix a few problems with KASAN integration Mark Johnston
- git: 224a01a34245 - stable/13 - KASAN: Implement __asan_unregister_globals() Mark Johnston
- git: bdfb568f8dfc - stable/13 - redzone: Raise a compile error if KASAN is configured Mark Johnston
- git: 252b6ae3e66b - stable/13 - KASAN: Disable checking before triggering a panic Mark Johnston
- git: bf0986b742ab - stable/13 - Generalize bus_space(9) and atomic(9) sanitizer interceptors Mark Johnston
- git: 3388bf06d767 - stable/13 - Generalize sanitizer interceptors for memory and string routines Mark Johnston
- Tue, 02 Nov 2021
- git: aac9d07f9314 - stable/13 - sleepqueue(9): Remove sbinuptime() from sleepq_timeout(). Alexander Motin
- git: a49617abb0c0 - stable/13 - [LIBM] implementations of sinpi[fl], cospi[fl], and tanpi[fl] Konstantin Belousov
- git: 897800f8b6ae - stable/13 - lib/msun/ld128/s_tanpil.c: make it compile. Konstantin Belousov
- git: 6207f135e9da - stable/13 - lib/msun: Move the files to appropriate locations in the Makefile Konstantin Belousov
- git: 8b231404a1b2 - stable/13 - sinpi,cospi,tanpi: float.h needed for week reference Konstantin Belousov
- git: 5033d0b56f5b - stable/13 - sinpi[fl] etc: Fix the ld128 implementations Konstantin Belousov
- git: f8b998c73058 - stable/13 - usb(4): Fix for use after free in combination with EVDEV_SUPPORT. Hans Petter Selasky
- git: bb9bee1ffbb2 - stable/12 - usb(4): Fix for use after free in combination with EVDEV_SUPPORT. Hans Petter Selasky
- Wed, 03 Nov 2021
- git: 380736a95d3d - stable/13 - amd64 pmap: Pre-set PG_M on 2MB KASAN shadow map entries Mark Johnston
- git: 10d94487df58 - stable/13 - kasan: Use vm_offset_t for the first parameter to kasan_shadow_map() Mark Johnston
- git: 5fdfe78b42d0 - stable/13 - conf: Add a KMSAN kernel option Mark Johnston
- git: 36ca4b79b848 - stable/13 - amd64: Define KVA regions for KMSAN shadow maps Mark Johnston
- git: b5e502026085 - stable/13 - rmslock: Update td_locks during lock and unlock operations Mark Johnston
- git: 009b4d719039 - stable/13 - vlapic: Schedule callouts on the local CPU Mark Johnston
- git: 791f88fff31d - releng/12.3 - usb(4): Fix for use after free in combination with EVDEV_SUPPORT. Hans Petter Selasky
- git: 8deb5f2f6415 - stable/13 - Add a VM flag to prevent reclaim on a failed contig allocation Mark Johnston
- git: 24204bede3ad - stable/13 - vm_page: Add a new page allocator interface for unnamed pages Mark Johnston
- git: 66cb1858f449 - stable/13 - Convert vm_page_alloc() callers to use vm_page_alloc_noobj(). Mark Johnston
- git: fb3ba080a189 - stable/13 - Introduce vm_page_alloc_noobj_contig() Mark Johnston
- git: f86bda068cdd - stable/13 - Convert consumers to vm_page_alloc_noobj_contig() Mark Johnston
- git: 0fcf472fd583 - stable/13 - amd64: Add comments to pmap_pinit_type() Mark Johnston
- git: a6922417a05e - stable/13 - Use the vm_radix_init() helper when initializing pmaps Mark Johnston
- git: 5dc9004b72cf - stable/13 - vm_page: Break reservations to handle noobj allocations Mark Johnston
- git: 1da2deab7c2f - stable/13 - iscsid: set max_recv_data_segment_length to what we advertise Ed Maste
- git: 5cd45ad4784b - releng/13.0 - Fix libevent1 ABI breakage. Gordon Tetlow
- git: b76aaa35423e - releng/13.0 - Root certificate bundle update. Gordon Tetlow
- git: 847819dca14d - releng/13.0 - Fix kernel panic in vmci driver initialization. Gordon Tetlow
- git: 11754a61115f - releng/13.0 - Timezone database information update. Gordon Tetlow
- git: 2646dd665909 - releng/13.0 - Add UPDATING entries and bump version. Gordon Tetlow
- git: a8c4f99a6723 - releng/12.2 - Root certificate bundle update. Gordon Tetlow
- git: b13a6827931f - releng/12.2 - Fix kernel panic in vmci driver initialization. Gordon Tetlow
- git: 1bb617ba2bb9 - releng/12.2 - Timezone database information update. Gordon Tetlow
- git: 6be068e85747 - releng/12.2 - Add UPDATING entries and bump version. Gordon Tetlow
- Thu, 04 Nov 2021
- git: 70cb6c34bb52 - stable/13 - Force WITHOUT_OPENSSL_KTLS off when WITHOUT_OPENSSL Ed Maste
- git: aab2bfc1274f - releng/12.3 - 12.3: update to BETA3 Glen Barber
- git: b765d3da06b6 - stable/13 - kern_tc.c: Scaling/large delta recalculation Konstantin Belousov
- git: 2f71c973efdf - stable/13 - amd64 pmap: account for the top-level pages Konstantin Belousov
- git: 077d3c4c467e - stable/13 - amd64 pmap: adjust the empty pmap optimization in pmap_remove() Konstantin Belousov
- git: 3e322ded35f7 - stable/13 - Unmap shared page manually before doing vm_map_remove() on exit or exec Konstantin Belousov
- git: 0a6760a1de32 - stable/13 - wpa: Import wpa_supplicant/hostapd commits up to b4f7506ff Cy Schubert
- git: 3f3676a71266 - stable/13 - wpa: Enable MBO Cy Schubert
- git: 580c04df4db6 - stable/13 - wpa: Enable RSN Preauthentication Cy Schubert
- git: f9d2cbc6a526 - stable/13 - wpa: Address CTRL-EVENT-SCAN-FAILED Cy Schubert
- git: 33b73d010d01 - stable/13 - wpa: Address CTRL-EVENT-SCAN-FAILED Cy Schubert
- git: ef1134110e80 - stable/13 - wpa: Fix WITHOUT_CRYPT build Cy Schubert
- Fri, 05 Nov 2021
- git: 78bec4ed648f - stable/13 - devinfo(8): Remove cross-reference to pnpinfo(8) Guangyuan Yang
- git: 3530ba8cc1e7 - stable/13 - efirt(9): Correct efi_var_set definition in the manpage Guangyuan Yang
- git: 84800daacf33 - stable/13 - powerpc64: fix OFWFB with Radix MMU Leandro Lupori
- git: 8a62b07bce7b - stable/13 - powerpc64le: stand fixes Leandro Lupori
- git: 344691934f0c - stable/13 - llvm BPF target: add missed source files Dimitry Andric
- Sat, 06 Nov 2021
- git: 0b06c284ae63 - stable/13 - kern_exec.c: style Konstantin Belousov
- git: 3b4baefca925 - stable/13 - do_execve(): switch boolean locals to use bool type Konstantin Belousov
- git: 184936164435 - stable/13 - struct image_params: use bool type for boolean members Konstantin Belousov
- git: b94df11d52f1 - stable/13 - Make vn_fullpath_hardlink() externally callable Konstantin Belousov
- git: a69fb7452ef9 - stable/13 - exec: provide right hardlink name in AT_EXECPATH Konstantin Belousov
- git: d39bd6d14d4e - stable/13 - exec: store parent directory and hardlink name of the binary in struct proc Konstantin Belousov
- git: ea4e8e191c0e - stable/13 - sysctl kern.proc.procname: report right hardlink name Konstantin Belousov
- git: 52e2887d1dcb - stable/13 - sys/proc.h: put proc_add_orphan() into proper place Konstantin Belousov
- git: 0303cc4be853 - stable/13 - Extract proc_get_binpath() from sysctl_kern_proc_pathname() Konstantin Belousov
- git: f61af036ab29 - stable/13 - procfs: return right hardlink from /proc/curproc/file Konstantin Belousov
- git: 17aab23bf799 - stable/13 - fexecve(2): restore the attempts to calculate the executable path Konstantin Belousov
- git: 392fbf5cce85 - stable/13 - proc_get_binpath(): return empty string instead of NULL Konstantin Belousov
- git: 5291b294d323 - stable/13 - proc_get_binpath(): provide syntaxically correct value for unused NDINIT arg Konstantin Belousov
- git: ba058d44b372 - stable/13 - procfs_doprocfile(): simplify Konstantin Belousov
- git: 9de9a3305064 - stable/13 - fexecve(2): allow O_PATH file descriptors opened without O_EXEC Konstantin Belousov
- git: 0a5b6cde28dd - stable/13 - ixgbe(4): Fix a few typos in source code comments Gordon Bergling
- git: beaf14a65bb8 - stable/13 - ng_pptpgre(4): Fix a typo in a source code comment Gordon Bergling
- git: 946bce41ed10 - stable/13 - gjournal(8): Fix a typo in a source code comment Gordon Bergling
- git: 16f3658c7d25 - stable/13 - ocs_fs: Fix two typos in source code comments Gordon Bergling
- git: d843e777a5f3 - stable/13 - netinet: Fix a common typo in source code comments Gordon Bergling
- git: e3f2519c5ca8 - stable/13 - Fix a common typo in syctl descriptions Gordon Bergling
- git: 491b53157918 - stable/12 - ixgbe(4): Fix a few typos in source code comments Gordon Bergling
- git: 38294bd79689 - stable/12 - ng_pptpgre(4): Fix a typo in a source code comment Gordon Bergling
- git: 7c2c8a529aea - stable/12 - gjournal(8): Fix a typo in a source code comment Gordon Bergling
- git: de4dfbccbc00 - stable/12 - ocs_fs: Fix two typos in source code comments Gordon Bergling
- git: b6b91760300b - stable/13 - rtld: Do not install libmap.conf when installing the COMPAT32 version Emmanuel Vadot
- Sun, 07 Nov 2021
- git: b6f39b843659 - stable/12 - dpv.1: Fix an example Mateusz Piotrowski
- git: 01144e8cef13 - stable/13 - dpv.1: Fix an example Mateusz Piotrowski
- git: a1fd2f2a144b - stable/12 - dpv.1: Do not use mdoc macros for Bl width Mateusz Piotrowski
- git: 69a40537eb4b - stable/13 - dpv.1: Do not use mdoc macros for Bl width Mateusz Piotrowski
- git: cef881a6e8db - stable/12 - dpv: Fix synopsis formatting & sort options Mateusz Piotrowski
- git: e41e2d586618 - stable/13 - dpv: Fix synopsis formatting & sort options Mateusz Piotrowski
- git: 513348e821c3 - stable/13 - date: Clean up synopses Mateusz Piotrowski
- git: 5bee300aefb1 - stable/13 - date.1: Fix some style issues and examples Mateusz Piotrowski
- git: 014ae00ef6ed - stable/13 - date: Capitalize seconds string in synopses Mateusz Piotrowski
- git: 5df48c0fa5cd - stable/13 - vmci: Avoid relying on macro expansion to provide correct syntax Mark Johnston
- Mon, 08 Nov 2021
- git: ced974a7b07d - stable/13 - cosl(): fix polynomial approximation coefficients for ld128 version Konstantin Belousov
- git: df838c540632 - stable/13 - fuser: restore functionality by fixing fsid type Andriy Gapon
- git: d3aca6fe9bf9 - stable/12 - fuser: restore functionality by fixing fsid type Andriy Gapon
- git: 96e101bec980 - stable/13 - elftoolchain: stop leaving tempfiles on error Ed Maste
- git: 8d91740f968a - stable/13 - strip/objcopy: handle empty file as unknown Ed Maste
- git: 2cd53619a1fc - stable/12 - strip/objcopy: handle empty file as unknown Ed Maste
- git: 2f4812936a2c - stable/12 - Fix lld warning "SHF_MERGE section size must be a multiple of sh_entsize" Dimitry Andric
- git: 117844539758 - stable/12 - objcopy: fix stable/12 mismerge Ed Maste
- Re: git: ef1134110e80 - stable/13 - wpa: Fix WITHOUT_CRYPT build Ed Maste
- git: 188a9517358e - stable/13 - Partially revert ac76bc1145dd because it is no longer necessary Dimitry Andric
- git: d92735449c54 - stable/12 - Partially revert ac76bc1145dd because it is no longer necessary Dimitry Andric
- git: ca6686d6a988 - stable/13 - openssh: diff reduction against upstream 7.9p1 Ed Maste
- git: 32f1062f26fe - stable/13 - openssh: restore local change to gssapi include logic Ed Maste
- git: ca7ffd26b3b5 - stable/11 - Partially revert ac76bc1145dd because it is no longer necessary Dimitry Andric
- git: d4754d707a10 - stable/13 - openssh: remove unnecessary $FreeBSD$ tags Ed Maste
- git: a0880129a545 - stable/13 - ssh: move common Makefile boilerplate to a new ssh.mk Ed Maste
- Tue, 09 Nov 2021
- git: 3687d52b52f6 - stable/12 - ssh: move common Makefile boilerplate to a new ssh.mk Ed Maste
- git: 4cef2da575c5 - stable/12 - openssh: diff reduction against upstream 7.9p1 Ed Maste
- git: a471dcbd681e - stable/12 - openssh: restore local change to gssapi include logic Ed Maste
- git: e644c87aa25c - stable/12 - openssh: remove unnecessary $FreeBSD$ tags Ed Maste
- Re: git: ef1134110e80 - stable/13 - wpa: Fix WITHOUT_CRYPT build Cy Schubert
- Re: git: ef1134110e80 - stable/13 - wpa: Fix WITHOUT_CRYPT build Cy Schubert
- git: 514a095250b1 - stable/13 - rtld: fix dangerous_ld_env calculation for ld_dynamic_weak Konstantin Belousov
- git: 97767e201286 - stable/13 - arm: fix a typo in nvidia/drm2/tegra_bo.c Mark Johnston
- git: 611423faf7a1 - stable/13 - nfscl: Add a missing delegation lock release Rick Macklem
- git: 1a27b987f298 - stable/12 - nfscl: Add a missing delegation lock release Rick Macklem
- Wed, 10 Nov 2021
- git: 8b1c0ba41168 - stable/13 - scsi_cd: Improve TOC access validation Mark Johnston
- git: f607b686f9a9 - stable/12 - scsi_cd: Improve TOC access validation Mark Johnston
- git: f552d2c115a9 - releng/12.3 - scsi_cd: Improve TOC access validation Mark Johnston
- git: e8e8c6c2bf32 - stable/13 - powerd(8): Add rc.conf(5) to see also Guangyuan Yang
- git: 4ac2d43111f0 - stable/13 - Implementations of cexpl() Konstantin Belousov
- git: 1d6fd007ebd4 - stable/13 - rtld: ignore fstatfs(2) errors when checking MNT_NOEXEC flag Konstantin Belousov
- git: 7647baa1e8f4 - stable/13 - rtld: style adjustments Konstantin Belousov
- Thu, 11 Nov 2021
- git: 76cbfe08b42d - releng/12.3 - 12.3: update to RC1 Glen Barber
- git: c702a2897efc - stable/13 - find(1): Update date format reference and remove cvs(1) references Guangyuan Yang
- git: 113c2e8977bb - stable/13 - usb_audio: Fix a typo in a source code comment Gordon Bergling
- git: 0729442a85eb - stable/13 - efi(8): Fix a typo in a source code comment Gordon Bergling
- git: 8be6c438c847 - stable/13 - e1000: Fix a typo in a source code comment Gordon Bergling
- git: 8825ad095035 - stable/12 - e1000: Fix a typo in a source code comment Gordon Bergling
- git: 483c5c20172a - stable/12 - efi(8): Fix a typo in a source code comment Gordon Bergling
- git: fdc24dade710 - stable/12 - usb_audio: Fix a typo in a source code comment Gordon Bergling
- git: 6b94990f7019 - stable/12 - Allocate extra inodes in makefs when leaving free space in UFS images. Ed Maste
- Fri, 12 Nov 2021
- git: faba420cb9b1 - stable/13 - ip_divert: calculate delayed checksum for IPv6 adress family Andrey V. Elsukov
- git: b3c1846830af - stable/12 - ip_divert: calculate delayed checksum for IPv6 adress family Andrey V. Elsukov
- git: 80be188a8160 - stable/12 - Fix the build after b3c1846830af71ee197dcfbdd9a6bea5980cbbdd Andrey V. Elsukov
- git: 8ababf739aa9 - stable/13 - LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's. Hans Petter Selasky
- git: af21e0057acc - stable/13 - beep(1): Initial version of utility to create terminal beep via soundcard. Hans Petter Selasky
- git: 4a36455c4179 - stable/13 - Factor out flags preserved during mbuf demote into a separate define. Hans Petter Selasky
- git: 7e34088b7800 - stable/12 - LinuxKPI: add net_ratelimit() Hans Petter Selasky
- git: 0e9e3016b9db - stable/12 - LinuxKPI: Add sysctl(8) knob to control verbosity of WARN_ON's. Hans Petter Selasky
- git: 35a5a941bf83 - releng/12.3 - 12.3: update DVD pkg configuration Glen Barber
- git: a4c22552b8c4 - stable/13 - igc: correctly update RCTL when changing multicast filters. Peter Grehan
- git: 37bfb1c96596 - stable/13 - igc: Use hardware routine for PHY reset Peter Grehan
- Sat, 13 Nov 2021
- git: 73e1138208a5 - stable/12 - igc: correctly update RCTL when changing multicast filters. Peter Grehan
- git: 267a39780ea8 - stable/12 - igc: Use hardware routine for PHY reset Peter Grehan
- git: 1e5dc6aa1895 - stable/13 - Add some of Intel Alder Lake device IDs. Alexander Motin
- git: 08f5721e4c10 - stable/12 - Add some of Intel Alder Lake device IDs. Alexander Motin
- git: de5334c8c988 - stable/13 - sockstat(1): Update Synopsis section Guangyuan Yang
- git: c9882d7600f9 - stable/13 - htu21: don't needlessly bother hardware when measurements are not needed Andriy Gapon
- git: 737ed8b99f7d - stable/13 - htu21: allow configuration via hints on FDT-based systems Andriy Gapon
- git: d6f71e09a789 - stable/13 - pcf8591: driver for adc/dac with i2c interface Andriy Gapon
- git: 8f57430de139 - stable/13 - driver for MAX44009 I2C illuminance sensor Andriy Gapon
- git: 7785ea337373 - stable/13 - gpioled: allow the driver to be disabled via fdt Andriy Gapon
- git: 25fb4fb2518f - stable/13 - files.arm64: fix sort order for aw_i2s.c Andriy Gapon
- git: 81eae1144593 - stable/13 - Revert "files.arm64: fix sort order for aw_i2s.c" Andriy Gapon
- git: 59264e60e1e9 - stable/13 - pf: ensure we have the correct source/destination IP address in ICMP errors Kristof Provost
- git: a50876f0ac7a - stable/12 - pf: ensure we have the correct source/destination IP address in ICMP errors Kristof Provost
- git: b0010a493177 - stable/13 - pf tests: test NAT-ed ICMP errors Kristof Provost
- git: 741e50928a23 - stable/12 - pf tests: test NAT-ed ICMP errors Kristof Provost
- Sun, 14 Nov 2021
- git: 3d093d5b0053 - releng/12.3 - igc: correctly update RCTL when changing multicast filters. Peter Grehan
- git: d9d625047784 - releng/12.3 - igc: Use hardware routine for PHY reset Peter Grehan
- git: 4b7ef53860b8 - stable/13 - nfscl: Do pNFS layout return_on_close synchronously Rick Macklem
- git: d4c5187bb179 - stable/13 - nfscl: Add setting n_localmodtime to the Write RPC code Rick Macklem
- git: 00ec7c6ab526 - stable/13 - nfscl: Fix race between Lookup and Setattr of size Rick Macklem
- git: 724a71a58dee - stable/13 - nfscl: Use NFSMNTP_DELEGISSUED in two more functions Rick Macklem
- git: 109330155000 - stable/13 - module(9): Document that evhand can be NULL Guangyuan Yang
- Mon, 15 Nov 2021
- git: d5ebaa6f8f85 - stable/13 - uma: Improve M_USE_RESERVE handling in keg_fetch_slab() Mark Johnston
- git: ce9c3848ff36 - stable/13 - uma: Fix handling of reserves in zone_import() Mark Johnston
- git: 5c2e6d9610f1 - stable/13 - hwpmc: initialize arm64 counter/interrupt state Mitchell Horne
- git: c8a4404da737 - stable/12 - hwpmc: initialize arm64 counter/interrupt state Mitchell Horne
- git: ab9866cc793d - stable/13 - pci: Implement pci_bar_enabled() for SR-IOV VFs Mark Johnston
- git: e002d882ac20 - stable/13 - bhyve: Map the MSI-X table unconditionally for passthrough Mark Johnston
- git: de957de09785 - stable/13 - bhyve: Fix the WITH_BHYVE_SNAPSHOT build Mark Johnston
- Tue, 16 Nov 2021
- git: 6c34f4cd2f9e - stable/13 - amd64/ia32/ia32_signal.c: Use ANSI C functions definitions Konstantin Belousov
- git: 7d95b0f32832 - stable/13 - snd_uaudio(4): Fix string index computations for iFeature. Hans Petter Selasky
- git: 43a03be0bb50 - stable/12 - snd_uaudio(4): Fix string index computations for iFeature. Hans Petter Selasky
- git: 6511b6ed285d - stable/11 - snd_uaudio(4): Fix string index computations for iFeature. Hans Petter Selasky
- git: 09f907eb0cc0 - stable/12 - release: fix git clone command if /usr/ports does not exist Oskar Holmlund
- git: fa8d8f299ba1 - stable/13 - nfscl: Use a smaller initial delay time for NFSERR_DELAY Rick Macklem
- Wed, 17 Nov 2021
- git: 6fc80c13284f - stable/13 - nfscl: Check for a forced dismount in nfscl_getref() Rick Macklem
- git: 4a03ae8d17dd - stable/13 - nfscl: Fix use after free for forced dismount Rick Macklem
- git: 19f780169c43 - stable/13 - nfscl: Fix forced dismount from looping on commit Rick Macklem
- git: aff57157db04 - stable/13 - nfscl: Fix forced dismount when "nconnect" is specified Rick Macklem
- git: 00e9bc2d937f - stable/12 - nfscl: Fix forced dismount from looping on commit Rick Macklem
- git: 8ca2474ce604 - stable/12 - nfscl: Check for a forced dismount in nfscl_getref() Rick Macklem
- git: 04c2ce41e3fc - stable/12 - nfscl: Fix use after free for forced dismount Rick Macklem
- git: 3a15ccadf87e - stable/13 - kasan: Disable validation of function parameters passed by value Mark Johnston
- Thu, 18 Nov 2021
- git: 53f057b3f46b - releng/12.3 - 12.3: update to RC2 Glen Barber
- git: ca826694e3b0 - stable/12 - nfscl: Fix a race between Setattr of size and Lookup Rick Macklem
- git: 5bd64640f779 - stable/13 - start_init: use 'p' Konstantin Belousov
- git: d472d0358e8f - stable/12 - nfscl: Add setting n_localmodtime to the Write RPC code Rick Macklem
- git: 05514f66684c - stable/13 - bsdinstall: Fix mirror selection Mateusz Piotrowski
- git: c6d3831e5492 - stable/12 - bsdinstall: Fix mirror selection Mateusz Piotrowski
- git: e785923ade1b - stable/12 - nfscl: Use a smaller initial delay time for NFSERR_DELAY Rick Macklem
- git: 5d9215b315a9 - stable/12 - nfscl: Move release of the clientID lock into nfscl_doclose() Rick Macklem
- Fri, 19 Nov 2021
- git: 82d04e93821d - stable/12 - nfscl: Do pNFS layout return_on_close synchronously Rick Macklem
- git: 79bc96d1fbee - stable/13 - LinuxKPI: add nexthdr definitions for IPv6 Bjoern A. Zeeb
- git: e41baaefc46a - stable/13 - LinuxKPI: dmi.h do not rely on implicit includes Bjoern A. Zeeb
- git: 2314243b4a29 - stable/13 - LinuxKPI: bitfield.h cleanup Bjoern A. Zeeb
- git: 3ce981ee8ef7 - stable/13 - LinuxKPI: fix bug in le32p_replace_bits() Bjoern A. Zeeb
- git: 034475d66c7c - stable/13 - LinuxKPI: add sign_extend32() Bjoern A. Zeeb
- git: 4c8e29637456 - stable/13 - LinuxKPI: add module_pci_driver() and pci_alloc_irq_vectors() Bjoern A. Zeeb
- git: 9342ec5077f4 - stable/13 - LinuxKPI: add read_poll_timeout() Bjoern A. Zeeb
- git: 20c9dcd2edf3 - stable/13 - LinuxKPI: add fsleep() Bjoern A. Zeeb
- git: f9002b78d070 - stable/13 - net80211: comments and whitespace Bjoern A. Zeeb
- git: bb989b92edd9 - stable/13 - net80211: add func/line information to IEEE80211_DISCARD* macros Bjoern A. Zeeb
- git: 870e31d839c6 - stable/13 - LinuxKPI: disable device_release_driver() Bjoern A. Zeeb
- git: d005c4c6de6b - stable/13 - LinuxKPI: dma-mapping.h unify "mask" and "dma_mask" Bjoern A. Zeeb
- git: 37b2cf4e6a97 - stable/13 - LinuxKPI: implement dma_set_coherent_mask() Bjoern A. Zeeb
- git: e13d483c5677 - stable/13 - net80211: reject mixed plaintext/encrypted fragments Bjoern A. Zeeb
- git: 41ca1d50a865 - stable/13 - net80211: mitigation against A-MSDU design flaw Bjoern A. Zeeb
- git: 8b2ba742cc2c - stable/13 - net80211: prevent plaintext injection by A-MSDU RFC1042/EAPOL frames Bjoern A. Zeeb
- git: ab5678c6c0d0 - stable/13 - net80211: proper ssid length check in setmlme_assoc_adhoc() Bjoern A. Zeeb
- git: 32c2c00e3f90 - stable/13 - net80211: correct length check in ieee80211_ies_expand() Bjoern A. Zeeb
- git: 8a5ff0163853 - stable/13 - net80211: correct input_sta length checks and control frame handling Bjoern A. Zeeb
- git: 6acb9d5f955b - stable/13 - net80211/drivers: improve ieee80211_rx_stats for band Bjoern A. Zeeb
- git: aaf336415117 - stable/13 - LinuxKPI: add netdev_features.h Bjoern A. Zeeb
- git: dc70c937b1d6 - stable/13 - LinuxKPI: pci.h / linux_pci.c rename pci_driver field Bjoern A. Zeeb
- git: c7fc9ca77946 - stable/13 - LinuxKPI: pci.h make pci_dev argument const for pci_{read,write}_config*() Bjoern A. Zeeb
- git: 378083e18812 - stable/13 - mlx4: rename conflicting netdev_priv() to mlx4_netdev_priv() Bjoern A. Zeeb
- git: 009e6b6e71cb - stable/13 - LinuxKPI: module.h add MODULE_SUPPORTED_DEVICE() Bjoern A. Zeeb
- git: a6a1ab040f95 - stable/13 - LinuxKPI: add simple_open() to fs.h Bjoern A. Zeeb
- git: 4459c162792b - stable/13 - LinuxKPI: add kstrtou8() and kstrtou8_from_user() to kernel.h Bjoern A. Zeeb
- git: 9d2d8a27d017 - stable/13 - LinuxKPI: add strreplace() to string.h Bjoern A. Zeeb
- git: 67efa8b29930 - stable/13 - net80211: add a driver-private pointer to struct ieee80211_node Bjoern A. Zeeb
- git: f74147e26999 - stable/13 - bhyve: net_backends, automatically IFF_UP tap devices Bjoern A. Zeeb
- git: 151d59e386d7 - stable/13 - Parse named nodes from IORT ACPI on arm64 Bjoern A. Zeeb
- git: 64c69419a96c - stable/13 - arm64/gicv3: improve a panic message Bjoern A. Zeeb
- git: 54aa95f082de - stable/13 - mii: update URL for OUIs Bjoern A. Zeeb
- git: 9806b36deeee - stable/13 - epair: remove "All rights reserved" Bjoern A. Zeeb
- git: 29745cf91cfc - stable/13 - Bump __FreeBSD_version to 1300521. Bjoern A. Zeeb
- git: ec5691aa2f96 - stable/13 - net: Allow binding of unspecified address without address existance Ed Maste
- git: e20aa51503b5 - stable/12 - net: Allow binding of unspecified address without address existance Ed Maste
- git: 11d1d20e3721 - stable/12 - nfscl: Make nfscl_getlayout() acquire the correct pNFS layout Rick Macklem
- git: a715704e53bd - stable/12 - nfscl: Restructure nfscl_freeopen() slightly Rick Macklem
- git: 27cac1948263 - stable/12 - nfscl: Add an argument to nfscl_tryclose() Rick Macklem
- git: ec3bd288b6e9 - stable/13 - rtld: add rtld_fdprintfx() Konstantin Belousov
- git: 8ade0046f60b - stable/13 - rtld: Implement LD_SHOW_AUXV Konstantin Belousov
- git: f363b08c6d5f - stable/13 - rtld dump_auxv: consistently use long modifier for non-pointer auxv vals Konstantin Belousov
- git: b26ac07d6c6c - stable/13 - rtld dump_auxv: be pedantic and distiguish between auxv union members based on format Konstantin Belousov
- git: e631f3e04e40 - stable/13 - procstat auxv: print out FXRNG Konstantin Belousov
- git: e8b954f136a7 - stable/13 - ldd: also use exec mode for -a Konstantin Belousov
- git: 77ddf3808b60 - stable/13 - geom_vfs: lock devvp in g_vfs_close() Konstantin Belousov
- git: 4c04226222e4 - stable/13 - getblk(): do not require devvp vnodes to be locked Konstantin Belousov
- git: defbe7a7ca21 - stable/13 - ffs: Remove assertions about locked um_devvp in several places Konstantin Belousov
- git: c4585660d2bf - stable/13 - mntfs: lock mntfs pseudo devfs vnode properly Konstantin Belousov
- git: 8d194cc56d93 - stable/13 - ffs: fix newly introduced LOR between mntfs vnode lock and topology lock Konstantin Belousov
- git: 43215144c041 - stable/13 - g_vfs_close(): vp is unused Konstantin Belousov
- git: bd625dc3e676 - stable/13 - ffs_snapshot: do not assert that um_devvp is locked Konstantin Belousov
- git: 3a12ea648f3b - stable/13 - freevnode(): lock the freeing vnode around destroy_vpollinfo() Konstantin Belousov
- git: b9283ea323b2 - stable/13 - Make locking assertions for VOP_FSYNC() and VOP_FDATASYNC() more correct Konstantin Belousov
- git: ccea961fcc83 - stable/13 - nfsclient: upgrade vnode lock in VOP_OPEN()/VOP_CLOSE() if we need to flush buffers Konstantin Belousov
- git: 19f2755d9ed1 - stable/13 - DEBUG_VFS_LOCKS: stop excluding devfs and doomed vnode from asserts Konstantin Belousov
- git: 8d7e5c90e989 - stable/13 - arm64: Spell BeagleBone correctly in config file. Warner Losh
- git: 2a5fe2c98181 - stable/13 - src/bin/ps: Fix spelling error Warner Losh
- git: fa99313f30f9 - stable/13 - src/bin/pax: Fix spelling error Warner Losh
- git: d57d56b8ab07 - stable/13 - src/bin/mkdir: Spell occur correctly. Warner Losh
- git: d88a3fe466de - stable/13 - src/bin/sh: Fix spelling errors Warner Losh
- git: 3161a62f2d86 - stable/13 - arm: Remove unused items Warner Losh
- git: dca9c7b0aad7 - stable/13 - cam_periph: style change Warner Losh
- git: 87586bff11ec - stable/13 - sysbeep: Adjust interface to take a duration as a sbt Warner Losh
- git: 534fb4b8aec0 - stable/13 - vt(4): Connect to teken's TP_SETBELLPD Warner Losh
- git: a82d7aeb3f26 - stable/13 - vt: Add devctl message for bells Warner Losh
- git: 291b4ff9fc05 - stable/12 - arm: Remove unused items Warner Losh
- git: 664676054d8b - stable/12 - cam_periph: style change Warner Losh
- git: 6fd36eb5b489 - stable/12 - arm64: Spell BeagleBone correctly in config file. Warner Losh
- git: 5b61930f590a - stable/12 - src/bin/ps: Fix spelling error Warner Losh
- git: 34bc6f6dd0ed - stable/12 - src/bin/pax: Fix spelling error Warner Losh
- git: 61c051ff3ba3 - stable/12 - src/bin/mkdir: Spell occur correctly. Warner Losh
- git: d1230690019a - stable/12 - src/bin/sh: Fix spelling errors Warner Losh
- git: 1076b8d267b3 - stable/13 - vt: fix typo Warner Losh
- git: 706f4f705bf2 - stable/13 - vt: fix git mismerge Warner Losh
- git: 6df0510839d0 - stable/12 - nfscl: Modify Close RPC so that it does not use "owner" for NFSv4.1/4.2 Rick Macklem
- git: 69e838e971cd - stable/12 - nfscl: Handle NFSv4.1/4.2 Close RPC NFSERR_DELAY replies better Rick Macklem
- git: ae23f081c5c7 - stable/12 - if_epair: delete mbuf tags Kristof Provost
- git: 6d20b6de6ae2 - stable/13 - if_epair: delete mbuf tags Kristof Provost
- git: 4f524ecb040b - stable/12 - mbuf: PACKET_TAG_PF should not be persistent Kristof Provost
- git: 2036a3a8a168 - stable/13 - mbuf: PACKET_TAG_PF should not be persistent Kristof Provost
- git: 81c9491a5b4c - stable/12 - nfscl: Fix two more cases for forced dismount Rick Macklem
- git: 65ecc964f800 - stable/13 - nfscl: Fix two more cases for forced dismount Rick Macklem
- Sat, 20 Nov 2021
- git: 7fd7b6b4a5dd - stable/13 - Prefer CPUID leaf 1Fh for Intel CPU topology detection. Alexander Motin
- git: 1ae5513db3b2 - stable/12 - Prefer CPUID leaf 1Fh for Intel CPU topology detection. Alexander Motin
- git: ffc00e9db94d - stable/13 - bridge(4): Fix spelling Guangyuan Yang
- git: 87c8d2853971 - stable/13 - nfscl: Fix NFSv4.1/4.2 pnfs mounts using nconnect Rick Macklem
- git: f8145bd4bcc0 - stable/12 - fsck_ufs: fix segfault with gjournal Robert Wing
- git: 92b40444d07a - stable/12 - MFC: rc.d/rctl: unbreak for distinct /usr filesystem Eugene Grosbein
- git: 53cff1d4ddb9 - stable/12 - nfsd: Fix f_bavail and f_ffree for NFSv4 when negative Rick Macklem
- git: ca2b9574aa42 - stable/13 - libarchive: cherry-pick bugfix from vendor Martin Matuska
- git: f2b106ec4e5a - stable/12 - libarchive: cherry-pick bugfix from vendor Martin Matuska
- git: 50f03cd45ed6 - stable/11 - libarchive: cherry-pick bugfix from vendor Martin Matuska
- Sun, 21 Nov 2021
- git: 7dab2a7cf5b9 - stable/13 - Kernel linkers: some style Konstantin Belousov
- git: de0af6442023 - stable/13 - wpa: Remove duplicate options definitions Cy Schubert
- git: 9ed6f73bfba3 - stable/13 - Revert "wpa: Fix WITHOUT_CRYPT build" Cy Schubert
- git: c2ab6e36ec1d - stable/13 - wpa: Fix WITHOUT_OPENSSL build Cy Schubert
- git: ec9a2f80fcc7 - stable/13 - wpa: Fix WITHOUT_WPA_SUPPLICANT_EAPOL build Cy Schubert
- git: ad235cff36a1 - stable/12 - camcontrol: dump received data for MMC command even if it is unknown Andriy Gapon
- git: ee82e15cd9fc - stable/13 - pcf8574: driver for 8-pin quasi-bidirectional GPIO over I2C Andriy Gapon
- git: 128a6d31f2dc - stable/13 - camcontrol: dump received data for MMC command even if it is unknown Andriy Gapon
- git: 9d7c92dbb9bf - stable/13 - add rk3328 overlay for enabling analog sound Andriy Gapon
- git: 1f39ef9fa810 - stable/13 - rk805: add system poweroff support Andriy Gapon
- git: 529957726679 - stable/13 - nfsd: Fix the NFSv4 pNFS MDS server for DS NFSERR_NOSPC Rick Macklem
- git: 43040454e985 - releng/12.3 - libarchive: cherry-pick bugfix from vendor Martin Matuska
- git: 111619ff70f0 - stable/13 - LinuxKPI: add bcd.h Bjoern A. Zeeb
- Mon, 22 Nov 2021
- git: cf09094e3983 - stable/13 - growfs: do not error if filesystem is already requested size Ed Maste
- git: 11f45b8f8009 - stable/12 - growfs: do not error if filesystem is already requested size Ed Maste
- git: c8342584596a - stable/13 - uuid(3): Document return values Guangyuan Yang
- git: 532cfa69cf13 - stable/13 - Document that 13.x is the end of the line for FreeBSD/mips Warner Losh
- git: 8d5fd8e04f3c - stable/13 - Add warning that MIPS is being removed in FreeBSD 14.0 Warner Losh
- git: 117dd8828432 - stable/12 - Document that 13.x is the end of the line for FreeBSD/mips Warner Losh
- git: 46f1cb6cd485 - stable/12 - Add warning that MIPS is being removed in FreeBSD 14.0 Warner Losh
- git: a00f531cc28b - stable/13 - pf: Remove duplicate declaration of pf_ioctl_maxcount. Kristof Provost
- git: 2107407b25ee - stable/12 - pf: Remove duplicate declaration of pf_ioctl_maxcount. Kristof Provost
- git: 0909e05779ee - stable/13 - carp: deal with negative net.inet.carp.demotion Kristof Provost
- git: 1c16de99bd7d - stable/12 - carp: deal with negative net.inet.carp.demotion Kristof Provost
- git: b6237b80891f - stable/13 - carp tests: negative demotion Kristof Provost
- git: 64bb05e04fc3 - stable/12 - carp tests: Basic functionality test Kristof Provost
- git: d42231181626 - stable/12 - carp tests: negative demotion Kristof Provost
- git: f266886dd0bc - releng/12.3 - MFC: rc.d/rctl: unbreak for distinct /usr filesystem Eugene Grosbein
- git: 0d900a16d0df - stable/13 - vm_pager: Optimize an assertion Mark Johnston
- git: 291166ab493a - stable/13 - amd64: Annotate an unlikely condition in smp_targeted_tlb_shootdown() Mark Johnston
- git: 686b143f37c5 - stable/13 - timecounter: Initialize tc_lock earlier Mark Johnston
- git: 200d47320207 - stable/13 - hyperv: Register the MSR-based timecounter during SI_SUB_HYPERVISOR Mark Johnston
- git: d16fbc488e60 - stable/13 - clock: Group the "clocks" SYSINIT with the function definition Mark Johnston
- git: 4faff19d6305 - stable/12 - When copying types from one CTF container to another, ensure that we always copy intrinsic data types before copying bitfields which are based on those types. This ensures the type ordering in the destination CTF container matches the assumption made elsewhere in the CTF code that instrinsic data types will always appear before bitfields based on those types. Mark Johnston
- git: 22082f15f9bb - releng/12.3 - When copying types from one CTF container to another, ensure that we always copy intrinsic data types before copying bitfields which are based on those types. This ensures the type ordering in the destination CTF container matches the assumption made elsewhere in the CTF code that instrinsic data types will always appear before bitfields based on those types. Mark Johnston
- git: 68396709e73a - releng/12.3 - libctf: Improve check for duplicate SOU definitions in ctf_add_type() Mark Johnston
- Re: git: 68396709e73a - releng/12.3 - libctf: Improve check for duplicate SOU definitions in ctf_add_type() Shawn Webb
- Re: git: 68396709e73a - releng/12.3 - libctf: Improve check for duplicate SOU definitions in ctf_add_type() Kyle Evans
- git: 32a2fed6e71f - stable/13 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- Re: git: 68396709e73a - releng/12.3 - libctf: Improve check for duplicate SOU definitions in ctf_add_type() Shawn Webb
- git: ffd3ed2b58fb - stable/12 - wpa: Import wpa_supplicant/hostapd commits up to b4f7506ff Cy Schubert
- git: 4f5592a6f45b - stable/12 - wpa: Enable MBO Cy Schubert
- git: f8fe2b8c5f61 - stable/12 - wpa: Enable RSN Preauthentication Cy Schubert
- git: 3c24623a825f - stable/12 - wpa: Address CTRL-EVENT-SCAN-FAILED Cy Schubert
- git: 354f82a53a68 - stable/12 - wpa: Address CTRL-EVENT-SCAN-FAILED Cy Schubert
- git: d8b607c5a9a3 - stable/12 - wpa: Fix WITHOUT_CRYPT build Cy Schubert
- git: 33ec402fce28 - stable/12 - wpa: Remove duplicate options definitions Cy Schubert
- git: 6aa78e230fa9 - stable/12 - Revert "wpa: Fix WITHOUT_CRYPT build" Cy Schubert
- git: 4e67a8cc1c3d - stable/12 - wpa: Fix WITHOUT_OPENSSL build Cy Schubert
- git: d90f00d7ee70 - stable/12 - wpa: Fix WITHOUT_WPA_SUPPLICANT_EAPOL build Cy Schubert
- git: 0ed191d116f5 - stable/12 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- git: 7ae7d3862ece - stable/13 - RELNOTES: Add comment about WiFi 6 support Cy Schubert
- git: 8ffcfb399b20 - releng/12.3 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- Tue, 23 Nov 2021
- git: f085bb0e6219 - stable/13 - rc.d/rctl: unbreak for distinct /usr filesystem Eugene Grosbein
- git: 9738f62caca6 - stable/11 - MFC: rc.d/rctl: unbreak for distinct /usr filesystem Eugene Grosbein
- deleted (X-No-Archive) deleted
- git: 8c29b0eeb0ce - stable/13 - aesni: Avoid a potential out-of-bounds load in AES_GCM_encrypt() Mark Johnston
- git: 35dfdb88eafd - stable/13 - unix: Remove a write-only local variable Mark Johnston
- git: 83d0a7763a92 - stable/12 - aesni: Avoid a potential out-of-bounds load in AES_GCM_encrypt() Mark Johnston
- git: f4aba8c9f0cb - stable/13 - if_epair: rework Kristof Provost
- git: 7c2b681b33fc - stable/12 - if_epair: rework Kristof Provost
- Re: git: 32a2fed6e71f - stable/13 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- deleted (X-No-Archive) deleted
- git: a0fc5094bf4c - stable/13 - rtsol/rtsold: Add option to skip random delay Colin Percival
- git: 0fdc76eaabb7 - stable/13 - Allow GEOM utilities to specify a -v option. Kirk McKusick
- git: 8b495114eaa2 - stable/13 - Allow GEOM utilities to specify a -v option. Kirk McKusick
- git: 7ec9f24cdb88 - stable/13 - crypto: Don't assert on valid IV length for Chacha20-Poly1305. John Baldwin
- git: b07b1f890e47 - stable/13 - Stop creating socket aio kprocs during boot. John Baldwin
- git: 5f6c2bd03bc3 - stable/13 - bhyve: Support setting the disk serial number for VirtIO block devices. John Baldwin
- git: ff590791ff6d - stable/13 - cxgbe: Only run ktls_tick when NIC TLS is enabled. John Baldwin
- git: b7f27a60ac72 - stable/13 - Add Chacha20-Poly1305 as a KTLS cipher suite. John Baldwin
- git: 98641c00a3ae - stable/13 - Add Chacha20-Poly1305 support in the OCF backend for KTLS. John Baldwin
- git: 6afc00ed139d - stable/13 - ktls: Use COUNTER_U64_DEFINE_EARLY for the ktls_toe_chacha20 counter. John Baldwin
- git: 5ce0850641a3 - stable/13 - ktls_ocf: Fix a few places to not hardcode the GMAC hash length. John Baldwin
- git: b3d02f0be3ec - stable/13 - ctld: Always declare MaxRecvDataSegmentLength. John Baldwin
- git: 9811763b417a - stable/13 - iscsi: Validate DataSN values in Data-In PDUs in the initiator. John Baldwin
- git: 412a8b92d9c0 - stable/13 - Further refine the ExpDataSN checks for SCSI Response PDUs. John Baldwin
- git: 0053fedc1b47 - stable/13 - ktls: Reject attempts to enable AES-CBC with TLS 1.3. John Baldwin
- git: ba6b771d1732 - stable/13 - ktls: Ensure FIFO encryption order for TLS 1.0. John Baldwin
- git: 81b6dba1a08b - stable/13 - ktls: Fix assertion for TLS 1.0 CBC when using non-zero starting seqno. John Baldwin
- git: 71e6792cbe81 - stable/13 - ktls: Add simple transmit tests of kernel TLS. John Baldwin
- git: 64ecbc0cd352 - stable/13 - tests: do not build ktls_test if WITHOUT_OPENSSL John Baldwin
- git: 351541661ce0 - stable/13 - crypto: Use a single "crypto" kproc for all of the OCF kthreads. John Baldwin
- git: aa7aa23171c8 - stable/13 - crypto: Cleanup mtx_init() calls. John Baldwin
- git: d8feb950a6c4 - stable/13 - Move the ICL_CONN_*LOCK* macros to <dev/iscsi/icl.h>. John Baldwin
- git: 93074f595e7e - stable/13 - Drop "All rights reserved" from a Netflix copyright. John Baldwin
- git: 9b6f4b35d2c2 - stable/13 - ktls: Add padding tests for AES-CBC MTE cipher suites. John Baldwin
- git: 27d29db0fa81 - stable/13 - ktls: Add tests for sending empty fragments for TLS 1.0 connections. John Baldwin
- git: 94280c58116f - stable/13 - ktls: Reject some invalid cipher suites. John Baldwin
- git: 32993b8e581c - stable/13 - ktls: Add tests ensuring various invalid cipher suites are rejected. John Baldwin
- git: 38b44748ab2f - stable/13 - ktls: Add simple receive tests of kernel TLS. John Baldwin
- git: e91446cd84b3 - stable/13 - ktls: Add tests ensuring invalid receive cipher suites are rejected. John Baldwin
- git: 6987f78ea136 - stable/13 - ktls: Add tests ensuring unsupported receive cipher suites are rejected. John Baldwin
- git: b2d704ea8820 - stable/13 - ktls: Use ATF_REQUIRE instead of assert() for validating TLS header lengths. John Baldwin
- git: abb212fe13df - stable/13 - ktls tests: Check the return values of close(). John Baldwin
- git: d7b47e163dc7 - stable/13 - ktls: Split encrypt vs decrypt OCF counters. John Baldwin
- git: e1d8f7fc1d94 - stable/13 - riscv: Clear SUM in SSTATUS for supervisor mode exceptions. John Baldwin
- git: 05504819e39d - stable/13 - riscv: Assert that SUM is not set in SSTATUS for exceptions. John Baldwin
- git: c8c2d908dd47 - stable/13 - arm64, riscv: Fix TRAF_PC() to return the PC, not the return address. John Baldwin
- Wed, 24 Nov 2021
- Re: git: 32a2fed6e71f - stable/13 - openssl: Fix detection of ARMv7 and ARM64 CPU features Emmanuel Vadot
- git: f1d2f22b34ab - stable/13 - pca954x: driver for PCA954x / TCA954x I2C switches Andriy Gapon
- git: f69572733023 - stable/13 - Export symbols from opensolaris.ko and dtrace.ko Mark Johnston
- git: 615b3385c990 - stable/13 - top: Sort flags in usage message Mateusz Piotrowski
- git: 6d20d6e5d887 - stable/12 - top: Sort flags in usage message Mateusz Piotrowski
- git: cd66a1b1c8c5 - stable/13 - top.1: Sort options alphabetically Mateusz Piotrowski
- git: 5f3b6ce64f99 - stable/13 - top.1: Fix a typo in description of H interactive command Mateusz Piotrowski
- git: a9bfcefbdb6b - stable/12 - top.1: Sort options alphabetically Mateusz Piotrowski
- git: 745ffe0ee867 - stable/13 - top.1: Improve description of -m Mateusz Piotrowski
- git: 14454e662a6b - stable/12 - top.1: Fix a typo in description of H interactive command Mateusz Piotrowski
- git: 4614bc803462 - stable/12 - top.1: Improve description of -m Mateusz Piotrowski
- git: 51f4d6a6bcf9 - stable/13 - top.1: Use the Dq macros instead of \*lq and \*rq Mateusz Piotrowski
- git: cf1f1f91e914 - stable/12 - top.1: Use the Dq macros instead of \*lq and \*rq Mateusz Piotrowski
- git: eaab06d53dfa - stable/13 - devfs.rules: Correctly unhide pf in vnet jails Kristof Provost
- git: c31b7fd8b294 - stable/12 - riscv: add COMPAT_FREEBSD12 option Kristof Provost
- git: 576d71e383f1 - stable/13 - riscv: add COMPAT_FREEBSD12 option Kristof Provost
- git: b991674ba5af - stable/12 - pf tests: route_to:icmp_nat_head requires scapy Kristof Provost
- git: 094b79ea7342 - stable/13 - pf tests: route_to:icmp_nat_head requires scapy Kristof Provost
- Re: git: 32a2fed6e71f - stable/13 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- git: b0c7681ed739 - stable/12 - iser: Remove redundant linuxkpi MODULE_DEPEND Ka Ho Ng
- git: 35f26bdf5948 - stable/13 - iser: Remove redundant linuxkpi MODULE_DEPEND Ka Ho Ng
- git: 3f539826e12e - stable/13 - nfsd: Fix f_bavail and f_ffree for NFSv4 when negative Rick Macklem
- git: 354988ca3f9d - stable/13 - nfsd: Fix the NFSv4.2 pNFS MDS server for NFSERR_NOSPC via LayoutError Rick Macklem
- Thu, 25 Nov 2021
- git: 6e8e261f0d4e - stable/13 - nfscl: Add a LayoutError RPC for NFSv4.2 pNFS mounts Rick Macklem
- git: 0c8684ae2001 - stable/13 - param.h: Bump __FreeBSD_version to 1300522 Rick Macklem
- git: f4e3699069b3 - stable/13 - UPDATING: Add an entry for commit 6e8e261f0d4e Rick Macklem
- git: 83271c68c4f4 - stable/13 - Fix some modules to export more used symbols Konstantin Belousov
- git: b0f2ca434842 - stable/13 - kmod_syms.awk: fix removal of the export list from the symbol table Konstantin Belousov
- git: 3218666bd082 - stable/13 - bridge(4): Use American spelling of "behavior" Guangyuan Yang
- deleted (X-No-Archive) deleted
- Re: git: 32a2fed6e71f - stable/13 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- deleted (X-No-Archive) deleted
- Re: git: 32a2fed6e71f - stable/13 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- git: ab3f1b678dde - stable/13 - cloudabi: add deprecation notice in stable branches Ed Maste
- git: c433c96d865e - stable/13 - Update deprecation version for drivers removed in main Ed Maste
- deleted (X-No-Archive) deleted
- git: fb91340341cd - stable/12 - cloudabi: add deprecation notice in stable branches Ed Maste
- git: dbdbbc6ec6b6 - stable/12 - Add/update deprecation version for drivers removed in main Ed Maste
- Re: git: 32a2fed6e71f - stable/13 - openssl: Fix detection of ARMv7 and ARM64 CPU features Allan Jude
- Fri, 26 Nov 2021
- git: cfe9b890d574 - stable/13 - pf: Introduce ridentifier Kristof Provost
- git: 07b8f5dca17b - stable/13 - pf tests: basic test for ridentifier Kristof Provost
- git: 029aed928131 - stable/13 - lagg: fix unused-but-set-variable Kristof Provost
- git: 9aa63a8d13c6 - stable/13 - libpfct: be consistent with u_int vs. uint Kristof Provost
- git: 7f944794868f - stable/12 - pf: Introduce ridentifier Kristof Provost
- git: 6aa808b2ada7 - stable/12 - pf tests: basic test for ridentifier Kristof Provost
- git: 9e2ae7bcd59c - stable/12 - libpfct: be consistent with u_int vs. uint Kristof Provost
- git: c41d129485e0 - stable/13 - ofwfb: fix vga/hdmi console with ASMEDIA during boot on powerpc64(le) Alfredo Dal'Ava Junior
- Sat, 27 Nov 2021
- git: 0aa59ac82786 - stable/13 - pNFS: Add nfsstats counters for number of Layouts Rick Macklem
- git: a9f6a79b2d6a - stable/13 - sddadone: 'error' gets assigned only errno codes, never MMC_ERR codes Andriy Gapon
- git: 83f68b84c234 - stable/13 - ds1307: allow configuration via hints on FDT-based systems Andriy Gapon
- git: f537b3056421 - stable/13 - icee: allow configuration via hints on FDT-based systems Andriy Gapon
- git: 06f49eaf13bd - stable/12 - sddadone: 'error' gets assigned only errno codes, never MMC_ERR codes Andriy Gapon
- git: 45a19f61218b - stable/12 - ds1307: allow configuration via hints on FDT-based systems Andriy Gapon
- git: ad5904ec5913 - stable/12 - icee: allow configuration via hints on FDT-based systems Andriy Gapon
- Sun, 28 Nov 2021
- git: 374f859ec08f - stable/13 - ng_h4: add deprecation notice Ed Maste
- git: ee2e925603e4 - stable/13 - Fix coredump_phnum test with ASLR enabled Ed Maste
- git: 2104a8064951 - stable/13 - mkimg: zero entry in vhdx_write_metadata Ed Maste
- git: 2ff40d5e276f - stable/12 - ng_h4: add deprecation notice Ed Maste
- git: d3a7b75bbcb5 - stable/12 - Fix coredump_phnum test with ASLR enabled Ed Maste
- git: 38cb3cac475c - stable/12 - mkimg: zero entry in vhdx_write_metadata Ed Maste
- git: 03490cedbc6c - stable/13 - TWL: Fix a typo in a source code comment Gordon Bergling
- git: c8f21cc79f00 - stable/13 - sched_ule(4): Fix two typo in source code comments Gordon Bergling
- git: 197f36e0005a - stable/13 - iscsi(4): Fix a typo in a source code comment Gordon Bergling
- git: f9236943e18a - stable/13 - ixl(4): Fix a typo in a sysctl description Gordon Bergling
- git: 7125ea0f154b - stable/13 - firewire(4): Fix a typo in a source code comment Gordon Bergling
- git: 43c4228c970b - stable/13 - lpr(1): Fix a typo in a source code comment Gordon Bergling
- git: 18e627e9c753 - stable/13 - ppbus(4): Fix a typo in source code comment Gordon Bergling
- git: 654f47cfc0a6 - stable/13 - ffs_softdep: Fix a typo in a source code comment Gordon Bergling
- git: 27e280d90d22 - stable/12 - ffs_softdep: Fix a typo in a source code comment Gordon Bergling
- git: fb93bffd8ab5 - stable/12 - ppbus(4): Fix a typo in source code comment Gordon Bergling
- git: 09a5ae5dec01 - stable/12 - lpr(1): Fix a typo in a source code comment Gordon Bergling
- git: c7b5149d47ac - stable/12 - firewire(4): Fix a typo in a source code comment Gordon Bergling
- git: 7ab9bcc23db0 - stable/12 - ixl(4): Fix a typo in a sysctl description Gordon Bergling
- git: 143b0e9b16c9 - stable/12 - iscsi(4): Fix a typo in a source code comment Gordon Bergling
- git: df533f4a54d4 - stable/12 - TWL: Fix a typo in a source code comment Gordon Bergling
- git: 8fff4d48d881 - stable/12 - os-release.5: Fix quoting of dots Mateusz Piotrowski
- git: 98ddcae346db - stable/13 - os-release.5: Fix quoting of dots Mateusz Piotrowski
- git: 900ca3c03a4e - stable/12 - style.Makefile.5: Do not require $FreeBSD$ SCM IDs Mateusz Piotrowski
- git: 2b890871f7d1 - stable/13 - style.Makefile.5: Do not require $FreeBSD$ SCM IDs Mateusz Piotrowski
- Mon, 29 Nov 2021
- git: b61ed468809f - stable/13 - nfsstat: Add output for counts of new RPCs to the "-E" option Rick Macklem
- git: 141f0db23eff - stable/13 - pchtherm: Let the driver be compiled into the kernel Mark Johnston
- git: 294965542720 - stable/13 - Fix segment size in compressing core dumps Mark Johnston
- git: fdd27db34802 - stable/13 - vm: Add a mode to vm_object_page_remove() which skips invalid pages Mark Johnston
- git: cb081566cf86 - stable/13 - vm_page: Consolidate page busy sleep mechanisms Mark Johnston
- git: 1556ae13560c - stable/13 - vm_page: Remove vm_page_sbusy() and vm_page_xbusy() Mark Johnston
- git: e0cee46f5800 - stable/13 - amd64: Initialize kernel_pmap's active CPU set to all_cpus Mark Johnston
- git: f47775628333 - stable/12 - Fix segment size in compressing core dumps Mark Johnston
- git: 4022f3eec404 - stable/13 - cddl: fix missing ZFS library dependencies Mark Johnston
- git: d364adc09c05 - stable/13 - Hoist cddl prebuild lib dependency definitions out of a MK_ZFS block Mark Johnston
- git: 60c3b9a78ae9 - stable/13 - if_gif: fix vnet shutdown panic Kristof Provost
- git: 9bb3c824f523 - stable/13 - net tests: basic if_gif(4) test case Kristof Provost
- git: b4a51fd9c124 - stable/12 - if_gif: fix vnet shutdown panic Kristof Provost
- git: 09dfa60b58e8 - stable/12 - net tests: basic if_gif(4) test case Kristof Provost
- git: 8f02234dbd1d - stable/13 - Don't build sanitizer runtimes under WITHOUT_CXX Ed Maste
- git: 8bb7b159b5b8 - stable/13 - src.opts.mk: Add WITHOUT_CXX dependencies Ed Maste
- git: 7cc6e39cb6a9 - stable/13 - Do not build libatf-c++ when WITHOUT_CXX Ed Maste
- git: 3c1222232251 - stable/13 - src.conf.5: regen Ed Maste
- git: 23566768d92a - stable/13 - syslogd: fix WITHOUT_INET builds Ed Maste
- git: 5c50e93e6ce4 - stable/13 - ext2fs: check for eh_depth in ext4_ext_check_header() Neel Chauhan
- git: 8facf7082d49 - stable/12 - ext2fs: check for eh_depth in ext4_ext_check_header() Neel Chauhan
- Tue, 30 Nov 2021
- git: 02e3eb8d482d - stable/13 - mbuf: Only allow extpg mbufs if the system has a direct map Mark Johnston
- git: 422456ae27f5 - stable/13 - sctp: Use m_apply() to calcuate a checksum for an mbuf chain Mark Johnston
- git: 5b5bbf2e7c34 - stable/13 - sctp: Remove now-unneeded mb_unmapped_to_ext() calls Mark Johnston
- git: d11e9de955ea - stable/13 - Hyper-V: vPCI: Prepopulate device bars Wei Hu
- Re: git: d11e9de955ea - stable/13 - Hyper-V: vPCI: Prepopulate device bars Emmanuel Vadot
- git: 1097f2f40d08 - stable/13 - evdev: Add parentheses around '-' expression in operand of '&'. Vladimir Kondratyev
- git: 7af8903bf31f - stable/13 - ktls.4: fix openssl-devel port name Sergey A. Osokin
- Go to: [ monthly archives ] [ by author ] [ by date ]