aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* loader: Add more bus name to pnpautoloadEmmanuel Vadot2021-11-141-6/+9
* loader: Fix pnpload and add some usageEmmanuel Vadot2021-11-141-4/+6
* loader: Fix pnpmatch and add some usageEmmanuel Vadot2021-11-141-5/+10
* efi: switch boot_services_gone to boot_services_activeWarner Losh2021-11-041-4/+6
* powerpc64le: stand fixesLeandro Lupori2021-10-201-18/+0
* loader: net_open() should not replace f->f_devdataToomas Soome2021-10-191-3/+5
* loader bcache: Allow readahead up to 256 kB I/OsColin Percival2021-10-031-1/+4
* loader bcache: Track unconsumed readaheadColin Percival2021-10-031-2/+15
* loader: Refactor readahead adjustment in bcacheColin Percival2021-10-031-4/+14
* loader: Set twiddle globaldiv to 16 by defaultColin Percival2021-09-281-1/+1
* loader: dev_net.c should use __func__ with printfToomas Soome2021-09-241-14/+16
* style: Fix leading whitespace in bcache.cColin Percival2021-09-191-3/+3
* loader: implement mount/unmount rootfsToomas Soome2021-09-082-0/+26
* loader.efi: fix console output after BS offToomas Soome2021-09-021-9/+5
* loader: loader_lua can run command_more twiceToomas Soome2021-08-211-4/+1
* loader: FB console does leave garbage on screen while scrollingToomas Soome2021-08-211-7/+13
* Only trigger read-ahead if two adjacent blocks have been requested.Maxim Sobolev2021-08-201-2/+15
* loader: fix multiboot loading on UEFIRoger Pau Monné2021-08-121-1/+6
* amd64 UEFI loader: stop copying staging area to 2M physicalKonstantin Belousov2021-08-082-0/+18
* loader: Don't reserve space for symbols twice.Warner Losh2021-07-121-2/+0
* loader: Use tslog to instrument some functionsColin Percival2021-06-214-0/+26
* stand/common command_boot: Pass tslog to kernelColin Percival2021-06-211-0/+3
* stand/common: Add support for timestamp logging (tslog)Colin Percival2021-06-212-0/+83
* stand/common: Add file_addbuf()Colin Percival2021-06-212-0/+52
* stand: Fix __elfN(loadimage) return valueMark Johnston2021-06-061-1/+1
* loader: gfx_fb_drawrect should use GfxFbBltVideoFillToomas Soome2021-05-161-17/+26
* stand: Load INIT_ARRAY and FINI_ARRAY sectionsMark Johnston2021-03-161-0/+2
* loader: cursor off should restore display contentToomas Soome2021-03-062-0/+40
* loader: use display pixel density for font autoselectionToomas Soome2021-02-272-0/+112
* loader: do not autoselect smaller font than 8x16 with high res displayToomas Soome2021-02-092-3/+21
* loader: remove BORDER_PIXELSToomas Soome2021-02-091-15/+8
* loader: unload command should reset tg_kernel_supported in gfx_stateToomas Soome2021-01-281-0/+2
* Fix loader detection of vbefb support on !amd64Dimitry Andric2021-01-271-2/+2
* loader: start kernel in text mode when there is no vbefb vt driverToomas Soome2021-01-262-9/+55
* Reuse the amd64 loader relocation code on arm64Andrew Turner2021-01-201-13/+22
* loader: comment on rgb_to_color_index()Toomas Soome2021-01-191-1/+9
* loader: update gfx moduleToomas Soome2021-01-171-42/+76
* loader: Partial revert of 987eabdc2ae1Emmanuel Vadot2021-01-171-4/+1
* loader.efi: Use Blt with gop as defaultToomas Soome2021-01-161-2/+5
* loader: really use bold font for vga text modeToomas Soome2021-01-071-1/+1
* loader: implement framebuffer consoleToomas Soome2021-01-024-1/+3008
* loader: Print autoboot countdown immediately, not at 9Jessica Clarke2020-12-141-2/+3
* stand: liblua: add a pager moduleKyle Evans2020-12-121-0/+1
* loader: cstyle cleanup of console.cToomas Soome2020-11-141-173/+187
* loader: cstyle cleanup of bootstrap.h did miss a bitToomas Soome2020-11-081-3/+3
* loader: cstyle cleanup of bootstrap.hToomas Soome2020-11-081-119/+133
* stand/reloc_elf: Handle relative relocations for arm{,64} and riscvD Scott Phillips2020-09-211-1/+10
* loader: zfs should support bootonce an nextbootToomas Soome2020-09-212-0/+341
* zalloc_malloc:Free hexdump preceeding buffer when we detect overflowSimon J. Gerraty2020-08-292-41/+0
* Fix stand/newvers.sh with zsh in sh modeAlex Richardson2020-08-121-2/+4