aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cpufreq(4): Fix a typo in a source code commentGordon Bergling2026-01-311-1/+1
* ath_hal(4): Fix a typo in a source code commentGordon Bergling2026-01-311-1/+1
* ure: improve checksum offloadingMichael Tuexen2026-01-311-0/+3
* clang-format: adjust to sort C++ headers per style(9)Enji Cooper2026-01-311-2/+2
* tests/netinet: fix tests that depended on connect(in6addr_any)Gleb Smirnoff2026-01-301-0/+2
* ip6_mroute: Remove unnecessary castsMark Johnston2026-01-301-4/+3
* netstat: Fix whitespace in libxo output for multicast routesMark Johnston2026-01-302-13/+11
* ktrcsw(): should not be called when the thread is owning interlock or on sleepqKonstantin Belousov2026-01-303-17/+28
* release: Ship firmware from kmods repo on DVDColin Percival2026-01-302-7/+25
* arm64: Fix kernel panic in get_arm64_sve during core dumpAndy Carrel2026-01-301-3/+3
* lib/virtual_oss/sndio: Remove trailing backslashChristos Margiolis2026-01-301-1/+1
* src.opts: Remove MK_SOUND artifactChristos Margiolis2026-01-301-5/+0
* ip6_output tests: Remove an unused importMark Johnston2026-01-301-1/+0
* ip6_mroute: Mark functions as staticMark Johnston2026-01-301-10/+10
* epair: add VLAN_HWTAGGINGTimo Völker2026-01-302-13/+35
* dpaa2: add support for several interface countersMichael Tuexen2026-01-301-0/+14
* powerpc: explicitly cast the timebase printfsAdrian Chadd2026-01-301-8/+8
* intro.9: grammarMaxim Konovalov2026-01-301-1/+1
* intro.9: deduplicate vm_page XrsMaxim Konovalov2026-01-301-2/+0
* nanobsd: embedded: Stub out experimental functionsJose Luis Duran2026-01-301-0/+7
* Revert "src.opts.mk: Enable LLDB by default globally"Jessica Clarke2026-01-301-1/+5
* firmware: Fix inverted FIRMWARE_GET_NOWARN logicAbdelkader Boudih2026-01-301-1/+1
* SCHED_4BSD: maybe_resched() cannot schedule ast() for curthreadKonstantin Belousov2026-01-294-3/+23
* tuning.7: document schedulers knobsKonstantin Belousov2026-01-291-0/+26
* lindebugfs: check that name is set as otherwise pfs_alloc_node_flags() panicsBjoern A. Zeeb2026-01-291-0/+3
* kern/sched: deduplicate dtrace hook varsKonstantin Belousov2026-01-294-12/+12
* kern/sched: deduplicate sdt probesKonstantin Belousov2026-01-294-36/+29
* kern/sched: move duplicate preemption stat vars into sched_shim.cKonstantin Belousov2026-01-294-8/+8
* sys: enable both SCHED_ULE and SCHED_4BSD for some configsKonstantin Belousov2026-01-292-1/+2
* sched_shim: restore kern.ccpu sysctlKonstantin Belousov2026-01-292-4/+10
* sysctl kern.sched.ule.topology_spec: allow to run if ULE is not initializedKonstantin Belousov2026-01-291-1/+2
* net/iflib.c: move out scheduler-depended code into the hookKonstantin Belousov2026-01-295-79/+87
* x86/cpu_machdep.c: unconditionally fenceKonstantin Belousov2026-01-291-3/+0
* x86/local_apic.c: remove direct SCHED_ULE useKonstantin Belousov2026-01-295-14/+34
* cpu_switch(): unconditionally wait on the blocked mutex transientKonstantin Belousov2026-01-297-37/+18
* kern/sched_shim.c: Add sysctl kern.sched.availableKonstantin Belousov2026-01-291-0/+31
* sys: Move 4BSD sysctls under kern.sched.4bsdKonstantin Belousov2026-01-291-13/+17
* sys: Make sched_4bsd a sched instanceKonstantin Belousov2026-01-291-101/+144
* sys: Move ULE sysctls under kern.sched.uleKonstantin Belousov2026-01-291-28/+32
* sys: Make sched_ule a sched instanceKonstantin Belousov2026-01-291-99/+144
* kern/sched_shim.c: provide required SYSINIT hooksKonstantin Belousov2026-01-292-0/+28
* kern/sched_shim.c: Provide a scheduler selection machineryKonstantin Belousov2026-01-298-0/+74
* Add kern/sched_shim.cKonstantin Belousov2026-01-293-0/+143
* sys/sched.h: add SCHED_STAT_DECLARE()Konstantin Belousov2026-01-291-0/+5
* kern/sched_{ule,4bsd}.c: cleanup headersKonstantin Belousov2026-01-292-4/+0
* sched_4bsd: remove unused function sched_pctcpu_delta()Konstantin Belousov2026-01-292-39/+0
* sys/sched.h: make sched_clear_tdname() function prototypes unconditionalKonstantin Belousov2026-01-291-2/+0
* maybe_preempt(): make static in sched_4bsd.cKonstantin Belousov2026-01-292-2/+1
* amd64/machdep.c: remove extra empty lineKonstantin Belousov2026-01-291-1/+0
* arm, riscv: add a preprocessor symbol indicating missed support of ifuncKonstantin Belousov2026-01-292-0/+12