aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* qlxgbe: purge EOL release compatibilityElliott Mitchell2023-02-044-62/+2
* qlxge: purge EOL release compatibilityElliott Mitchell2023-02-041-4/+0
* qlxgb: purge EOL release compatibilityElliott Mitchell2023-02-042-9/+0
* mmc: purge EOL release compatibilityElliott Mitchell2023-02-041-5/+0
* ixgbe: purge EOL release compatibilityElliott Mitchell2023-02-041-12/+0
* e1000: purge EOL release compatibilityElliott Mitchell2023-02-041-12/+0
* mxge: cleanup from purging EOL release compatibilityElliott Mitchell2023-02-042-153/+19
* mxge: purge EOL release compatibilityElliott Mitchell2023-02-042-24/+2
* mrsas: purge EOL release compatibilityElliott Mitchell2023-02-044-76/+1
* mpt: purge EOL release compatibilityElliott Mitchell2023-02-041-5/+0
* usb: purge EOL release compatibilityElliott Mitchell2023-02-047-49/+0
* nfsserver: purge EOL release compatibilityElliott Mitchell2023-02-041-2/+0
* altq: purge EOL release compatibilityElliott Mitchell2023-02-043-24/+2
* Refer to a related manpageTom Hukins2023-02-041-0/+1
* iwm(4), iwmfw(4): mention iwm7265DfwPiotr Kubaj2023-02-042-2/+5
* Remove rt ethernet driver.Justin Hibbits2023-02-043-3619/+0
* loader.efi: include help.fdt for FDT-enabled loaderMitchell Horne2023-02-031-0/+1
* loader: always install help filesMitchell Horne2023-02-039-8/+24
* inpcb: better document INP_ANONPORT flagGleb Smirnoff2023-02-031-1/+1
* netinet: don't return conflicting inpcb in in_pcbconnect_setup()Gleb Smirnoff2023-02-034-34/+14
* tcp: bring comment for tcp_connect() up to dateGleb Smirnoff2023-02-031-7/+3
* inpcb: use family specific sockaddr argument for connect functionsGleb Smirnoff2023-02-038-37/+29
* netinet6: require network epoch for in6_pcbconnect()Gleb Smirnoff2023-02-033-8/+9
* inpcb: merge two versions of in6_pcbconnect() into oneGleb Smirnoff2023-02-035-16/+7
* tcp: retire net.inet.tcp.tcp_require_unique_portGleb Smirnoff2023-02-032-35/+6
* pcb: Move an assignment into in_pcbdisconnect()Mark Johnston2023-02-034-7/+3
* inpcb: Assert against wildcard addrs in in_pcblookup_hash_locked()Mark Johnston2023-02-032-0/+8
* inpcb: Deduplicate some assertionsMark Johnston2023-02-032-24/+10
* shm: Document shm_create_largepage()Mark Johnston2023-02-032-10/+162
* man4: Add a manual page for kvmclockMark Johnston2023-02-032-0/+98
* pvclock: Export a vDSO page even without rdtscp availableMark Johnston2023-02-032-2/+25
* libc: Fall back to rdtsc when using pvclock and rdtscp is not availableMark Johnston2023-02-031-3/+39
* linux(4): Microoptimize linux_ipc code to unindent else blocks.Dmitry Chagin2023-02-031-123/+103
* linux(4): Use designated initializers.Dmitry Chagin2023-02-032-42/+30
* test: Add fstab to all ufs imagesWarner Losh2023-02-031-5/+10
* kboot: Keep track of what's used in the segmentWarner Losh2023-02-031-10/+19
* kboot: Allocate a really big first segmentWarner Losh2023-02-031-3/+16
* kboot: Remove externsWarner Losh2023-02-032-4/+0
* kboot: Try to read UEFI memory from physical memory on aarch64Warner Losh2023-02-031-7/+44
* kboot: Enable for aarch64Warner Losh2023-02-031-2/+2
* kboot: Don't need an arch pointer to get segmentsWarner Losh2023-02-036-15/+8
* kboot: MI fixups to enable aarch64 bootingWarner Losh2023-02-031-8/+25
* kboot: Improve amd64 bootingWarner Losh2023-02-032-110/+262
* kboot: aarch64 trampoline implementationWarner Losh2023-02-032-55/+199
* stand: share bootinfo.c between EFI and KBOOTWarner Losh2023-02-033-469/+8
* kboot: aarch64 bi_loadsmapWarner Losh2023-02-031-0/+19
* kboot: bi_loadsmap for amd64Warner Losh2023-02-031-0/+19
* kboot: Powerpc provide bi_loadsmapWarner Losh2023-02-031-0/+6
* kboot: Define bi_loadsmap for loading memory mapsWarner Losh2023-02-031-0/+2
* kboot: Call enumerate_memory_arch()Warner Losh2023-02-031-0/+1