aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* imgact_elf: Add const to the header_supported callback argumentsAlex Richardson2024-03-045-20/+20
* riscv: catch up with EARLY_PRINTF changesMitchell Horne2024-03-043-2/+3
* LinuxKPI: Queue skbuffs at tail in __skb_queue_tailTom Coldrick2024-03-041-1/+1
* linux: require vnet(9) context in ifname_bsd_to_linux_name()Gleb Smirnoff2024-03-031-2/+2
* sys/mount.h: align values of MNTK_XXX flagsKonstantin Belousov2024-03-031-18/+20
* getblkx(9): be more tolerant but also strict with the buffer size checksKonstantin Belousov2024-03-021-2/+10
* nvme: Report only the unknown bitsWarner Losh2024-03-011-1/+2
* pci_host_generic: Enumerate resource ranges under bootverboseJohn Baldwin2024-03-012-11/+8
* nvme: Firmware revisions in the firmware slot info logpage are ASCII stringsJohn Baldwin2024-03-012-16/+2
* HTPS has actually three states not two so the macro needs to account for that.Randall Stewart2024-03-012-2/+15
* arm64: Fix typo in pagetable_l0_ttbr0_bootstrap symbol nameAlfredo Mazzinghi2024-03-011-3/+3
* mqueuefs: fix statfs report to not signal file system fullStefan Eßer2024-03-011-2/+2
* pf: support if-bound with reply-toKristof Provost2024-03-011-1/+32
* lib{c,sys}: expose _getlogin consistentlyBrooks Davis2024-02-291-1/+1
* firmware: unbreak armv7Warner Losh2024-02-291-5/+5
* firmware: Allow binary files to be loaded by /boot/loaderWarner Losh2024-02-291-0/+50
* firmware: load binary firmware filesWarner Losh2024-02-291-8/+114
* kernel: Sync ldscript files wrt gnu.attributes and .note.GNU-stackWarner Losh2024-02-299-14/+23
* powerpc: Bump maximum number of FDT reserved mem entriesShawn Anastasio2024-02-291-1/+1
* sockets: in solisten_proto() don't call sbdestroy() on a PR_SOCKBUFGleb Smirnoff2024-02-281-2/+4
* pf: convert kill/clear state to use netlinkKristof Provost2024-02-284-6/+119
* netlink: add bool type supportKristof Provost2024-02-283-0/+19
* netlink: fix castsKristof Provost2024-02-281-1/+1
* gicv3: If the LPI is already allocated, remember itWarner Losh2024-02-281-2/+28
* gicv3: In its_init_cpu_lpi record each cpu's PENDBASERWarner Losh2024-02-281-0/+11
* gicv3: Define PA masks for the PENDBASR and PROPBASER registersWarner Losh2024-02-281-0/+18
* gicv3: Report PENDBASE when bootverboseWarner Losh2024-02-281-0/+5
* gicv3: Only set the redistributor base if we're not preallocedWarner Losh2024-02-281-63/+71
* gicv3: Don't allocate pend_base if we're already startedWarner Losh2024-02-281-9/+15
* gicv3: Panic if the gicv3 already runningWarner Losh2024-02-281-7/+16
* gicv3: Change how we initialize its children.Warner Losh2024-02-281-14/+18
* riscv: add starfive kernelconf templateMitchell Horne2024-02-273-0/+8
* riscv: add dwc, dwmmc to NOTESMitchell Horne2024-02-271-0/+4
* conf: deduplicate dwmmc config logicMitchell Horne2024-02-274-3/+1
* conf: deduplicate dwc config logicMitchell Horne2024-02-276-8/+7
* dwc: fix DEBUG macro nameMitchell Horne2024-02-271-1/+1
* netlink: restore original buffer if nlmsgs_to_linux() failsGleb Smirnoff2024-02-271-3/+3
* netlink: Don't use a zero-length arrayJohn Baldwin2024-02-271-3/+13
* bhnd_chipc: Make use of bus_generic_rman_* to simplify some codeJohn Baldwin2024-02-271-46/+22
* bhnd_usb: Use bus_generic_rman_*John Baldwin2024-02-271-26/+85
* dpaa2: Use bus_generic_rman_*John Baldwin2024-02-274-46/+33
* rman: Remove rman_set_start/endJohn Baldwin2024-02-272-16/+0
* CTL: Drop Format Device and Rigid Disk Geometry mode pagesAlexander Motin2024-02-272-257/+0
* carp(4): Fix a typo in a source code commentGordon Bergling2024-02-271-1/+1
* bxe(4): Fix two typos in a kernel messagesGordon Bergling2024-02-271-2/+2
* pf: fix packet-to-big for route-to as wellKristof Provost2024-02-271-2/+2
* vge(4): Fix a typo in a source code commentGordon Bergling2024-02-271-1/+1
* sched: Simplify sched_lend_user_prio_cond()Olivier Certner2024-02-272-17/+5
* PP mutexes: lock: Reduce 'umtx_lock' holding before taking the user lockOlivier Certner2024-02-271-11/+14
* PP mutexes: lock: Check if priority is too high against base oneOlivier Certner2024-02-271-1/+1