aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* kboot: Add our own lua bindingsWarner Losh2024-02-165-1/+31
* flua: Add hash moduleWarner Losh2024-02-165-2/+258
* loader: Move drawer.lua over to gfx table.Warner Losh2024-02-161-6/+19
* loader: Move gfx functions to gfx.lua.8Warner Losh2024-02-163-72/+124
* loader: Move to using linker sets to bring in optional bitsWarner Losh2024-02-163-26/+39
* loader: Remove gfx_fb_stub.c, it's no longer neededWarner Losh2024-02-165-85/+2
* loader: Only create gfx 4th bindings when gfx is availableWarner Losh2024-02-164-190/+263
* loader: Add prototype for gfx_interp_mdWarner Losh2024-02-163-0/+15
* loader: Create new gfx tableWarner Losh2024-02-162-1/+27
* loader: Separate gfx to a new file.Warner Losh2024-02-164-203/+245
* loader: Register the gfx stuff separately.Warner Losh2024-02-161-0/+11
* loader: Simplify the loader.has_commandWarner Losh2024-02-161-5/+6
* reboot: Use posix_spawn instead of systemWarner Losh2024-02-161-16/+38
* ipfw: Skip to the start of the loop when following a keep-state ruleKarim Fodil-Lemelin2024-02-161-2/+1
* pci_host_generic: Properly handle bus_release_resource of IRQ resourcesJohn Baldwin2024-02-161-4/+12
* pci_host_generic: Set a valid error if allocating a range resource failsJohn Baldwin2024-02-161-0/+1
* simplebus: Implement bus_delete_resourceJohn Baldwin2024-02-161-0/+1
* simplebus: Map SYS_RES_IOPORT to SYS_RES_MEMORY later in alloc_resourceJohn Baldwin2024-02-161-3/+3
* reboot: initialize howtoWarner Losh2024-02-151-1/+2
* heimdal: Fix NULL derefCy Schubert2024-02-151-1/+1
* heimdal: always confirm PA-PKINIT-KX for anon PKINITCy Schubert2024-02-152-0/+93
* heimdal: CVE-2022-41916: Check for overflow in _gsskrb5_get_mech()Cy Schubert2024-02-151-0/+2
* Heimdal: CVE-2018-16860 Heimdal KDC: Reject PA-S4U2Self with unkeyed checksumCy Schubert2024-02-151-0/+7
* Heimdal: Fix transit path validation CVE-2017-6594Cy Schubert2024-02-151-2/+10
* pci_pci: Remove obsolete commentJohn Baldwin2024-02-151-5/+0
* vmd: Use bus_generic_rman_* for PCI bus and memory resourcesJohn Baldwin2024-02-151-25/+108
* vmd: Use bus_read/write_* instead of bus_space_read/write_*John Baldwin2024-02-152-17/+6
* riscv: Add missing includes for DDBJohn Baldwin2024-02-151-1/+6
* psci: Add FDT node status checkStephen J. Kiernan2024-02-151-0/+3
* socket tests: add listener_wakeupGleb Smirnoff2024-02-152-0/+295
* sockets: repair wakeup of accept(2) by shutdown(2)Gleb Smirnoff2024-02-153-21/+18
* rights.4: Remove sentence implying that rights are a maskEd Maste2024-02-151-1/+0
* path_test: fix cap_rights_init usageEd Maste2024-02-151-3/+3
* bsdinstall: remove two dead mirrorsPhilip Paeps2024-02-151-2/+0
* bsdinstall: prefer HTTPPhilip Paeps2024-02-151-1/+2
* pfsync: Fix offset calculationKajetan Staszkiewicz2024-02-151-12/+16
* zfs: merge openzfs/zfs@e0bd8118dMartin Matuska2024-02-1540-157/+746
|\
| * Linux: Cleanup taskq threads spawn/exitAlexander Motin2024-02-133-71/+34
| * zdb: Fix false leak report for BRT objectsBi112024-02-131-0/+11
| * BRT: Fix slop space calculation with block cloningBi112024-02-121-1/+2
| * Allowing PERFPOOL to be defined by zfs-test usersKevin Greene2024-02-091-1/+1
| * Update zfs-snapshot.8Shawn Bayern2024-02-081-4/+12
| * zfs list: add '-t fs' and '-t vol' optionsRob N2024-02-082-7/+26
| * Add slow disk diagnosis to ZEDDon Brady2024-02-0829-70/+654
* | libcasper: fix cap_rights_init usageEd Maste2024-02-151-8/+8
* | net: bandaid for plugging a fw_com leak in fwip_detach()Tai-hwa Liang2024-02-151-0/+1
* | cat: fix cap_rights_init usageEd Maste2024-02-151-1/+1
* | pci_host_generic: Don't rewrite resource start address for translationJohn Baldwin2024-02-142-132/+235
* | physmem ram: Don't reserve excluded regionsJohn Baldwin2024-02-141-25/+0
* | acpi: Allow child drivers to use bus_set_resource for more resourcesJohn Baldwin2024-02-142-36/+67