aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot
Commit message (Expand)AuthorAgeFilesLines
* stand/kboot: hostdisk isn't a DEVT_DISK, use a different value.Warner Losh2022-10-232-4/+12
* kboot: hostdisk add to lsdev outputWarner Losh2022-10-081-2/+8
* kboot: Move load address stuff to MD codeWarner Losh2022-10-086-162/+251
* stand/kboot: Add note about why we use MACHINE_ARCH hereWarner Losh2022-09-041-0/+3
* kboot: List sources one per line to make merges easierWarner Losh2022-09-011-3/+12
* kboot: add minmalist init functionalityWarner Losh2022-09-014-2/+147
* stand: Add disk_fmtdev for dv_fmtdev for all the disk devicesWarner Losh2022-08-111-0/+2
* kboot: Make console raw when we startWarner Losh2022-07-281-3/+8
* kboot: implement stripped down termiosWarner Losh2022-07-286-0/+445
* kboot: Implement host_ioctlWarner Losh2022-07-285-0/+10
* kboot: Add host_exit and use it to implement exit()Warner Losh2022-07-286-1/+11
* kboot: aarch64 supportWarner Losh2022-07-2810-0/+447
* kboot: Move conf.c up to top levelWarner Losh2022-07-286-121/+13
* kboot: Remove RELOC defines, it's unusedWarner Losh2022-07-282-9/+0
* kboot: Convert from getdents to getdents64Warner Losh2022-07-285-18/+29
* kboot: Do a style(9) pass on kbootfdt.cWarner Losh2022-07-281-34/+34
* stand: Make sure nobody has a NULL pointer for dv_cleanupWarner Losh2022-07-271-0/+1
* stand: Spell License correctlyWarner Losh2022-07-265-5/+5
* stand: Use c99 structure initialization for kboot's hostdisk deviceWarner Losh2022-07-241-8/+8
* kboot: Pull in constants from Linux's mmap.h apiWarner Losh2022-07-151-2/+17
* kboot: Properly cap number of segments loaded for kexecWarner Losh2022-07-151-2/+4
* kboot: Refinements to host_kexec_loadWarner Losh2022-07-156-18/+28
* kboot: Use #defines for magic reboot constantsWarner Losh2022-07-152-2/+6
* kboot: Implement mount(2)Warner Losh2022-07-154-0/+14
* kboot: Implement mkdir(2)Warner Losh2022-07-154-0/+9
* kboot: Implement dup(2)Warner Losh2022-07-154-0/+9
* kboot: Implement symlink(2)Warner Losh2022-07-154-0/+11
* kboot: Implement getpid(2)Warner Losh2022-07-154-0/+9
* kboot: Implement munmap(2)Warner Losh2022-07-154-0/+9
* kboot: Implement stat(2) and fstat(2) system callsWarner Losh2022-07-156-0/+92
* kboot: Add HOST_O_ constants for open, etcWarner Losh2022-07-151-0/+21
* kboot: Enhance kboot_getdev to cope with NULLsWarner Losh2022-07-151-1/+7
* kboot: Reimplement older system calls in terms of newer onesWarner Losh2022-07-154-7/+17
* kboot: Rework _startWarner Losh2022-07-155-7/+140
* kboot: rename kexec_load to host_kexec_loadWarner Losh2022-06-273-4/+5
* kboot: sort system callsWarner Losh2022-06-272-43/+60
* kboot: use SYS_kexec_load insteaed of __NR_kexec_loadWarner Losh2022-06-273-3/+3
* kboot: Sort system calls alphabeticallyWarner Losh2022-06-272-14/+14
* stand: Initial kboot support on amd64Warner Losh2022-05-018-0/+650
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2022-04-301-1/+1
* powerpc64: Fix a typo in a source code commentGordon Bergling2022-04-021-1/+1
* kboot: move to generic syscall interfaceWarner Losh2021-12-305-91/+138
* kboot: Split out powerpc buildWarner Losh2021-12-307-12/+19
* kboot: Move powerpc kboot to top levelWarner Losh2021-12-3012-0/+1618