aboutsummaryrefslogtreecommitdiff
path: root/stand/common
Commit message (Expand)AuthorAgeFilesLines
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-112-0/+2
* stand: Change disk_fmtdev to take a struct devdesc *Warner Losh2022-08-112-2/+6
* stand: Move quit command to common commandsWarner Losh2022-07-301-0/+9
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-272-1/+2
* stand: Fix set but unused warningWarner Losh2022-07-261-1/+2
* stand/disk: Trivial formatting nitWarner Losh2022-07-251-1/+1
* stand: Use c99 structure initialization for network deviceWarner Losh2022-07-241-9/+9
* stand: Use c99 structure initialization for md deviceWarner Losh2022-07-241-9/+8
* loader: Relax the check in is_kernphys_relocatable()Mark Johnston2022-06-151-2/+1
* stand: Fix a common typo in source code commentsGordon Bergling2022-06-051-1/+1
* stand: Remove a double word in a source code commentGordon Bergling2022-04-091-1/+1
* Handle MODULE_VERBOSE_TWIDDLE in module_verbose_setSimon J. Gerraty2022-02-242-5/+5
* module_verbose should also affect non-ELF modules.Simon J. Gerraty2022-02-141-3/+6
* Add support for module_verboseSimon J. Gerraty2022-02-134-62/+98
* loader: tslog: Add more log for module loadingEmmanuel Vadot2022-01-111-0/+22
* loader.efi: to preserve heap space, use AllocatePages() for shadow_fbToomas Soome2021-12-221-0/+1
* gfx_fb: Fix a typo in a source code commentGordon Bergling2021-12-221-1/+1
* loader: bcache: Fix debug printfEmmanuel Vadot2021-12-161-3/+3
* loader: Add preload operation to fs_opsEmmanuel Vadot2021-12-161-0/+1
* loader: Add a readtest commandEmmanuel Vadot2021-12-161-0/+31
* stand/module: skip is only used by veriexecWarner Losh2021-12-161-4/+3
* loader: move all gfx_fb.c stubs to common/gfx_fb_stub.cWarner Losh2021-12-141-0/+78
* loader: narrow the scope of gfx frame buffer wrt tg supported kernelsWarner Losh2021-12-144-48/+43
* loader:prefix is only used for LOADER_VERIEXECWarner Losh2021-12-131-1/+8
* loader: framebuffer should only be written intoToomas Soome2021-12-112-47/+108
* stand: remove mips supportWarner Losh2021-12-101-1/+1
* 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