aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* LINT: Remove DTrace supportKristof Provost2024-12-021-6/+0
* fix build with LOCK_PROFILING but without KDTRACE_HOOKSKristof Provost2024-12-022-13/+7
* sound: Do not access cv_waitersChristos Margiolis2024-12-024-18/+10
* sound: Fix mis-sorted CHN_F_BITS lineChristos Margiolis2024-12-021-1/+1
* sound: Merge pcm/matrix_map.h with pcm/matrix.hChristos Margiolis2024-12-023-673/+640
* sound: Dissolve pcm/intpcm.hChristos Margiolis2024-12-025-151/+109
* sound: Remove unused code from pcm/g711.hChristos Margiolis2024-12-021-33/+0
* sound: Remove dead code from pcm/Christos Margiolis2024-12-026-154/+0
* sound: Merge ac97 and ac97_patchChristos Margiolis2024-12-025-155/+96
* elf_common.h: Add definitions for LoongArch ELF filesHaowu Ge2024-12-021-0/+176
* ipfw: do not reset fwmark when one_pass is disabled.Andrey V. Elsukov2024-12-021-1/+1
* sfxge: defer ether_ifattach to when ifmedia_init is doneFranco Fichtner2024-12-021-7/+3
* net80211: 11ac: add options to manage VHT STBCBjoern A. Zeeb2024-12-014-6/+36
* net80211: name IEEE80211_VHTCAP_SUPP_CHAN_WIDTH_{NONE -> NO160}Bjoern A. Zeeb2024-12-011-1/+1
* net80211: add missing reference for struct ieee80211_vht_mcs_infoBjoern A. Zeeb2024-12-011-0/+1
* LinuxKPI: 802.11: make HT compile againBjoern A. Zeeb2024-12-011-3/+3
* powernv/opal: Add missing DEVMETHOD_END to method listJustin Hibbits2024-12-011-1/+3
* LinuxKPI: firmware: change order filenames trying to load firmwareBjoern A. Zeeb2024-12-011-11/+11
* vm: Optimize page renameAlan Cox2024-11-304-19/+26
* libc/stdio: Increase BUF in vfprintf.c and vfwprintf.cAhmad Khalifa2024-11-291-1/+1
* Reduce additional console output when mutedCraig Woodward2024-11-292-4/+11
* vmm: Correctly suspend and resume the vmm driver.Joshua Rogers2024-11-298-2/+33
* ipfw: Fix comment typos in ipfw struct dyn_dataDamjan Jovanovic2024-11-291-4/+4
* linux(4): Fix typo `xatrr` in function nameMinseo Kim2024-11-291-4/+4
* cxgbe(4): Fix the name of the 2 x 10/25 OCP card.Navdeep Parhar2024-11-291-1/+1
* RegenEdward Tomasz Napierala2024-11-2910-3/+59
* Add fchroot(2)Edward Tomasz Napierala2024-11-295-25/+74
* tcp: add TH_AE capabilities to ppp and pfRichard Scheffenegger2024-11-294-7/+9
* tcp: extend the use of the th_flags accessor functionRichard Scheffenegger2024-11-2938-169/+175
* e1000: Remove old itr sysctl handlerKevin Bowling2024-11-291-6/+0
* sys/modules/hid/*: Fix standalone buildSHENG-YI HONG2024-11-2911-6/+11
* pf: Fix source node lockingKajetan Staszkiewicz2024-11-283-88/+134
* hwpmc: Restore line lost in previous commitAlexander Motin2024-11-281-0/+1
* udp: Prefer memcpy() over bcopy()Zhenlei Huang2024-11-281-2/+2
* pf: Set cleared time when zeroing stats for table addressesKajetan Staszkiewicz2024-11-281-1/+1
* pf: Use a single pointer to state in pf_src_connlimit()Kajetan Staszkiewicz2024-11-281-23/+23
* Speed up syncer shutdownEdward Tomasz Napierala2024-11-281-2/+3
* cxgbe(4): Update the board names of the T6 OCP cards.Navdeep Parhar2024-11-283-9/+9
* powerpc: Remove unnecessary prototype.Justin Hibbits2024-11-271-1/+0
* powerpc: Get rid of interrupt subterfuge for IPIsJustin Hibbits2024-11-271-12/+20
* pf_route6(): one more __sdt_used annotationKonstantin Belousov2024-11-271-1/+1
* uart: Add primitive noise filtering on RXJustin Hibbits2024-11-272-0/+18
* vm: Retire an unused declarationAlan Cox2024-11-271-2/+0
* dmar: set acpi ivar domain on identify()Konstantin Belousov2024-11-261-29/+31
* acpica: add domain ivarKonstantin Belousov2024-11-263-24/+56
* acpica: rename acpi_parse_pxm() to acpi_pxm_parse() and make it non-staticKonstantin Belousov2024-11-262-4/+5
* drm2: Fix the build after commit 38e3125d6df9Mark Johnston2024-11-261-2/+2
* kern: Make fileops and filterops tables const where possibleMark Johnston2024-11-2644-90/+91
* vnode: Make the vop_vector reference a pointer to constMark Johnston2024-11-262-3/+3
* kevent: Use designated array indices to initialize the sysfilt_ops tableMark Johnston2024-11-261-13/+13