aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* sys/modules/dpdk_lpm4: do not build without INETLexi Winter2024-05-211-1/+1
* sys/netinet6/in6_pcb.c: fix compile without INETLexi Winter2024-05-211-6/+8
* sys/dev/irdma/irdma_cm: fix compile without INETLexi Winter2024-05-211-1/+4
* nfs client comment typo fixKonstantin Belousov2024-05-211-1/+1
* AMD CPUs: update bits and data from CPUID 0x8000_0008Konstantin Belousov2024-05-213-0/+30
* x86: Add Intel TD/HFI related MSR/CPUID defines to specialregs.hKoine Yuusuke2024-05-211-0/+30
* geom_stripe: Cascade cantrim just like we do for gmirrorMatthew Grooms2024-05-202-1/+23
* da: Update trim stats for WRITE SAME and ATA TRIMMatthew Grooms2024-05-201-0/+6
* wg: Add netmap supportMark Johnston2024-05-201-6/+149
* if_ovpn: cope with loopsKristof Provost2024-05-201-0/+9
* tmpfs_destroy_vobject(): clear v_object under the object lockKonstantin Belousov2024-05-191-1/+3
* swap-like pagers: assert that writemapping decrease does not pass zeroKonstantin Belousov2024-05-192-0/+7
* tmpfs: recalculate OBJ_TMPFS_VREF on reinstantiating node' vnodeKonstantin Belousov2024-05-191-3/+7
* vfs_domount_update(): style, use space instead of tabKonstantin Belousov2024-05-191-1/+1
* devfs_allocv(): styleKonstantin Belousov2024-05-191-2/+1
* cdev_pager_allocate(): ensure that the cdev_pager_ops ctr is called only onceKonstantin Belousov2024-05-191-19/+51
* sound: Remove ncards variable from sound_oss_card_info()Christos Margiolis2024-05-171-4/+2
* snd_hda: Rename LENOVO_I* to LENOVO_IDEAPAD*Christos Margiolis2024-05-172-4/+4
* snd_hda: Add patch for Lenovo Ideapad 3Christos Margiolis2024-05-172-1/+3
* sound: Rename oss_audioinfo->real_device to oss_audioinfo->legacy_deviceChristos Margiolis2024-05-172-3/+3
* sound: Add missing oss_mixerinfo devnode and legacy_device fieldsChristos Margiolis2024-05-172-7/+8
* sound: Fix oss_sysinfo->numcardsChristos Margiolis2024-05-171-6/+3
* sound: Remove nmix variable from mixer_oss_mixerinfo()Christos Margiolis2024-05-171-6/+4
* arm: Remove stray references to dev/sound/chip.hChristos Margiolis2024-05-174-4/+0
* sound: Update pcm/vchan.c LICENSE headerChristos Margiolis2024-05-171-0/+4
* sound: Remove unused "num" argument from chn_init() and related callersChristos Margiolis2024-05-175-29/+19
* sound: Rename pcm_getparentchannel() to vchan_getparentchannel()Christos Margiolis2024-05-171-7/+7
* sound: Move vchan-related code to pcm/vchan.*Christos Margiolis2024-05-175-177/+180
* sound: Use nitems() where possibleChristos Margiolis2024-05-1710-28/+29
* sound: Remove unused dsp_cdevs[] fields and devicesChristos Margiolis2024-05-172-86/+21
* sound: Move chip.h contents to pcm/sound.hChristos Margiolis2024-05-1713-58/+16
* sound: Remove hw.snd.version and SND_DRV_VERSIONChristos Margiolis2024-05-173-58/+2
* sound: Convert pcm_chn_add() to voidChristos Margiolis2024-05-173-18/+6
* sound: Add __assert_unreachable() to default cases in pcm_chn_add() and pcm_c...Christos Margiolis2024-05-171-2/+2
* sound: Merge pcm_chn_create() and chn_init()Christos Margiolis2024-05-175-136/+151
* sound: Remove chn_timeout check from chn_init()Christos Margiolis2024-05-171-3/+0
* sound: Move pcm_chnref() and pcm_chnrelease() to pcm/channel.cChristos Margiolis2024-05-175-41/+43
* sound: Merge pcm_chn_destroy() and chn_kill()Christos Margiolis2024-05-175-34/+13
* sound: Retire unit.*Christos Margiolis2024-05-1712-454/+71
* sound: Remove obsolete DV_F_* flagsChristos Margiolis2024-05-171-8/+0
* sound: Simplify unit fetching in dsp_oss_audioinfo()Christos Margiolis2024-05-171-7/+6
* sound: Remove PCMMINOR()Christos Margiolis2024-05-173-6/+3
* sound: Get rid of snddev_info->devcountChristos Margiolis2024-05-172-7/+5
* sound: Call device_get_name() and device_get_unit() only once in mixer_init()Christos Margiolis2024-05-171-5/+7
* sound: Be more verbose with virtual channel descriptionsChristos Margiolis2024-05-171-2/+2
* boottrace: Use NULL for SYSINIT's last arg, which is a pointer typeZhenlei Huang2024-05-171-1/+1
* pf: always mark states as unlinked before detaching themKristof Provost2024-05-161-0/+4
* ipfw: Fix a typo in a source code commentGordon Bergling2024-05-161-1/+1
* Increase IOAPIC_MAX_ID to 255 (from 254)Ed Maste2024-05-151-1/+6
* Revert "intrng: switch from MAXCPU to mp_ncpus"Mike Karels2024-05-151-11/+11