aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* sound: Update mixer.c LICENSE headerChristos Margiolis2026-05-272-0/+8
* sound: Retire MIXER_SIZE and use correct size in DEFINE_CLASSChristos Margiolis2026-05-272-30/+24
* sound: Retire snd_mixer->enuminfoChristos Margiolis2026-05-271-55/+23
* sound: Do not lock before destroying snd_mixer->lockChristos Margiolis2026-05-271-1/+0
* sound: Retire unused mixer_get_lock()Christos Margiolis2026-05-272-11/+0
* sound: Remove all remaining uses of mixer_get_lock()Christos Margiolis2026-05-275-79/+0
* snd_uaudio: Stop using mixer_get_lock()Christos Margiolis2026-05-271-23/+2
* snd_uaudio: Do not use snd_mixer->lock as mixer_lockChristos Margiolis2026-05-271-20/+11
* sound: Remove unused "from" mixer_ioctl_cmd() argumentChristos Margiolis2026-05-273-12/+6
* sound: Retire unused hw.snd.vpc_mixer_bypassChristos Margiolis2026-05-272-14/+0
* sound: Retire mixer_ioctl_channel()Christos Margiolis2026-05-271-116/+1
* sound: Retire M_MIXERChristos Margiolis2026-05-271-6/+4
* sound: Update feeder_eq.c LICENSE headerChristos Margiolis2026-05-271-1/+1
* sndctl(8): Implement EQ controlsChristos Margiolis2026-05-272-1/+44
* pcm.4: Document dev.pcm.%d.eq*Christos Margiolis2026-05-271-0/+11
* sound: Retire hint.pcm.%d.eq_preampChristos Margiolis2026-05-271-7/+1
* sound: Retire EQ statesChristos Margiolis2026-05-273-29/+2
* sound: Retire FEEDEQ_DISABLEChristos Margiolis2026-05-273-12/+6
* sound: Remove dead EQ FEEDEQ_DISABLE codeChristos Margiolis2026-05-271-16/+0
* sound: Retire FEEDEQ_BYPASSChristos Margiolis2026-05-274-25/+10
* sound: Expose EQ by defaultChristos Margiolis2026-05-275-32/+7
* arm64: mte: copy/save tags on copy-on-writeHarry Moulton2026-05-273-0/+55
* arm64: Add vm_page_t MTE flagsHarry Moulton2026-05-274-0/+44
* arm64: Add support for per-page flagsAndrew Turner2026-05-272-1/+3
* arm64: Check for MTE tag failures on kernel entryAndrew Turner2026-05-273-3/+40
* arm64: Manage the MTE state like pointer authAndrew Turner2026-05-278-3/+130
* arm64: Support changing the DMAP memory typeAndrew Turner2026-05-272-13/+52
* arm64: Add a comment about HWCAP valuesAndrew Turner2026-05-271-0/+6
* riscv64: Move pcb out of kstack into a new UMA zoneJohn Baldwin2026-05-275-13/+21
* arm64: Move pcb out of kstack into a new UMA zoneJohn Baldwin2026-05-275-13/+19
* sys: Consistently use ptoa() with td_kstack_pagesJohn Baldwin2026-05-276-6/+6
* sys: Add td_kstack_top inline helper functionJohn Baldwin2026-05-2719-37/+29
* arm64 locore: Fix a comment typo: Of -> IfJohn Baldwin2026-05-271-1/+1
* amd64: Inline set_top_of_stack_td into cpu_thread_new_kstackJohn Baldwin2026-05-273-10/+3
* cpu_thread_new_kstack: Introduce new MD callbackJohn Baldwin2026-05-2710-13/+55
* amd64/i386: Remove dead code to clear XSAVE headerJohn Baldwin2026-05-272-12/+0
* cpu_fork: Remove redundant assignments to td_pcb and td_frameJohn Baldwin2026-05-276-33/+12
* amd64: Don't set an initial FPU state save sizeJohn Baldwin2026-05-271-1/+0
* arm64: Remove unneeded declaration from <machine/pcpu.h>John Baldwin2026-05-271-1/+0
* arm64: Adjust the kernel stack pointer at the end of fork_trampolineAlfredo Mazzinghi2026-05-271-0/+2
* libarchive: Force GNU iconv compatibility on FreeBSDMark Johnston2026-05-271-1/+11
* login.conf(5): Add missing resource limitsDag-Erling Smørgrav2026-05-271-4/+5
* acpi: Update mentions of s2idle in commentsAymeric Wibo2026-05-272-3/+3
* acpi.4: Update sysctl descriptions with new stype namesAymeric Wibo2026-05-271-6/+9
* acpi: Update s2idle strings to new nameTom Jones2026-05-271-8/+9
* smbfs: plug smbfs_node_alloc() leak of name buffers when insmntque() failsHaoxiang Li2026-05-271-0/+4
* nanobsd: Register the boot.config file in the metalogJose Luis Duran2026-05-271-0/+1
* nanobsd: Adjust the order of the flags in makefsJose Luis Duran2026-05-272-15/+2
* nanobsd: Use makefs -R flag to honor rounded sizesJose Luis Duran2026-05-271-1/+1
* nanobsd: Fix code image size formattingJose Luis Duran2026-05-271-1/+1