Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/stand
AgeCommit message (Expand)Author
2022-11-10Sort list of supported features for more easy handlingAlexander Leidinger
2022-11-05stand: Update comment about devdescWarner Losh
2022-11-05stand: Remove unused enumWarner Losh
2022-11-02stand: Nuke double-semicolonsElliott Mitchell
2022-10-27kboot: Add hostfsWarner Losh
2022-10-27stand/kboot: Make FDT fixup per-archWarner Losh
2022-10-24stand/efi: Simpler constructWarner Losh
2022-10-23stand/efi: Call md_copymodules based on __LP64__ to fix 32-bit armWarner Losh
2022-10-23stand/kboot: hostdisk isn't a DEVT_DISK, use a different value.Warner Losh
2022-10-23geli: Move check for DEVT_DISK into geli_probe_and_attachWarner Losh
2022-10-22stabd/geli: Bail out if you can't get the disks sizeWarner Losh
2022-10-14loader: fix elf lookup_symbol type filteringKyle Evans
2022-10-08kboot: hostdisk add to lsdev outputWarner Losh
2022-10-08kboot: Move load address stuff to MD codeWarner Losh
2022-09-29libsa/netif.c: Replace #if with #ifdefMichał Grzelak
2022-09-29libsa/arp.c: Change printf format stringMichał Grzelak
2022-09-29libsa/rarp.c: Change casted type and printf formatMichał Grzelak
2022-09-29libsa/rarp.c: Change printf format stringMichał Grzelak
2022-09-21zfs: merge openzfs/zfs@c629f0bf6Martin Matuska
2022-09-18stand: Pass in the proper size for bootinfoWarner Losh
2022-09-16stand: fix mismergeWarner Losh
2022-09-16stand/elf: Only support swapping headers on powerpc.Warner Losh
2022-09-16stand: Allocate bootinfo rather than have it be staticWarner Losh
2022-09-16stand: Stop support booting 4.x and earlier kernelsWarner Losh
2022-09-16stand: Remove dead store to bi_kernelnameWarner Losh
2022-09-16stand: collapse all copies of *copyenv into md_copyenvWarner Losh
2022-09-16stand: Move MOD_xxx macros from modinfo.h to .cWarner Losh
2022-09-16stand: Move md_copymodules into modinfo.c and reduce copiesWarner Losh
2022-09-16stand: Create common/modinfo.hWarner Losh
2022-09-16stand: Create MOD_ALIGN macro and use it everywhereWarner Losh
2022-09-16stand: use archsw.arch_copyin instead of direct callWarner Losh
2022-09-16stand: use archsw.arch_copyin instead of i386_copyinWarner Losh
2022-09-15stand/efi: Clean the proper filesGuido van Rooij
2022-09-10stand: Add driver interface docsWarner Losh
2022-09-08stand: i386: take into account disk sector size for blk calculationKyle Evans
2022-09-08stand: Unbreak FAT32 in loaderMichael Gmelin
2022-09-06loader.efi(8): document slop control, amd64 nocopy, and amd64 fault commandsKonstantin Belousov
2022-09-06stand: Parse all arguments passed by UEFIMichael Gmelin
2022-09-05Revert "stand: Grammar fix for a source code comment"Gordon Bergling
2022-09-04stand/kboot: Add note about why we use MACHINE_ARCH hereWarner Losh
2022-09-04stand: Grammar fix for a source code commentGordon Bergling
2022-09-04stand: Remove a double word in a source code commentGordon Bergling
2022-09-02lualoader: Add loader_menu_multi_user_prompt config variableJessica Clarke
2022-09-02stand: Parse BIOS revision from SMBIOSKornel Dulęba
2022-09-01kboot: List sources one per line to make merges easierWarner Losh
2022-09-01kboot: add minmalist init functionalityWarner Losh
2022-09-01stand: Add lua binding loader.has_commandWarner Losh
2022-09-01stand: Add interp_has_builtin_cmd to see if we have a commandWarner Losh
2022-09-01stand: separate the command lookup from the command executionWarner Losh
2022-09-01stand: Document EFI consolesWarner Losh