aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* timerfd_create: fix after cf742faa39a58a9b43b671c66097e6880459d4aeBaptiste Daroussin2024-03-061-3/+4
* timerfd_create: accept CLOCK_UPTIME/CLOCK_BOOTTIMEBaptiste Daroussin2024-03-061-1/+12
* tarfs: Fix checksum calculation.Dag-Erling Smørgrav2024-03-061-11/+20
* tarfs: Remove unnecessary hack and obsolete comment.Dag-Erling Smørgrav2024-03-061-9/+1
* tarfs: Avoid overflow in exthdr calculation.Dag-Erling Smørgrav2024-03-061-1/+2
* tarfs: Improve validation of numeric fields.Dag-Erling Smørgrav2024-03-061-66/+77
* tarfs: Fix two input validation issues.Dag-Erling Smørgrav2024-03-061-12/+25
* if_bnxt: Correcting the firmware package version parsing logicSumit Saxena2024-03-061-21/+37
* ktrace: log genio events on failed writeKyle Evans2024-03-054-5/+9
* kern: poll: tap out the pollfd array on successful returnKyle Evans2024-03-051-0/+5
* pci_host_generic: Simplify generic_pcie_translate_resourceJohn Baldwin2024-03-051-18/+4
* pci_host_generic: Pass a valid end address in generic_pcie_translate_resourceJohn Baldwin2024-03-051-1/+1
* imgact_elf: Add const to the checknote parameter to __elfN(parse_notes)John Baldwin2024-03-052-2/+2
* imgact_elf: Add const to a few struct image_params pointersAlex Richardson2024-03-052-13/+14
* 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