aboutsummaryrefslogtreecommitdiff
path: root/stand/kboot/arch
Commit message (Expand)AuthorAgeFilesLines
* stand/kboot: Fix the linker script OUTPUT_FORMATAndrew Turner2024-07-151-1/+1
* Trim various $FreeBSD$John Baldwin2023-10-241-2/+0
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-233-6/+0
* Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-232-2/+0
* Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-231-1/+0
* Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* stand: update prototypes for md_load and md_load64Warner Losh2023-01-241-2/+1
* kboot: powerpc64 has no newfstat system callWarner Losh2023-01-241-1/+0
* kboot: Add aarch64 termiosWarner Losh2023-01-241-0/+7
* kboot: Add missing license to termiosWarner Losh2023-01-242-0/+14
* stand: aarch64 has different nlinks than amd64Warner Losh2023-01-243-0/+6
* kboot: powerpc ldscript catchupWarner Losh2023-01-241-10/+38
* kboot: amd64 use /sys/firmware/memmap to find free memoryWarner Losh2023-01-241-1/+126
* stand/kboot: Make FDT fixup per-archWarner Losh2023-01-244-2/+123
* kboot: Move load address stuff to MD codeWarner Losh2023-01-244-2/+249
* kboot: implement stripped down termiosWarner Losh2023-01-242-0/+185
* kboot: Implement host_ioctlWarner Losh2023-01-243-0/+3
* kboot: Add host_exit and use it to implement exit()Warner Losh2023-01-243-0/+3
* kboot: aarch64 supportWarner Losh2023-01-249-0/+442
* kboot: Move conf.c up to top levelWarner Losh2023-01-245-224/+12
* kboot: Remove RELOC defines, it's unusedWarner Losh2023-01-242-9/+0
* kboot: Convert from getdents to getdents64Warner Losh2023-01-242-2/+2
* stand: Spell License correctlyWarner Losh2023-01-244-4/+4
* kboot: Refinements to host_kexec_loadWarner Losh2023-01-243-7/+1
* kboot: Use #defines for magic reboot constantsWarner Losh2023-01-241-2/+2
* kboot: Implement mount(2)Warner Losh2023-01-242-0/+2
* kboot: Implement mkdir(2)Warner Losh2023-01-242-0/+2
* kboot: Implement dup(2)Warner Losh2023-01-242-0/+2
* kboot: Implement symlink(2)Warner Losh2023-01-242-0/+2
* kboot: Implement getpid(2)Warner Losh2023-01-242-0/+2
* kboot: Implement munmap(2)Warner Losh2023-01-242-0/+2
* kboot: Implement stat(2) and fstat(2) system callsWarner Losh2023-01-244-0/+63
* kboot: Reimplement older system calls in terms of newer onesWarner Losh2023-01-242-5/+5
* kboot: Rework _startWarner Losh2023-01-242-0/+64
* kboot: rename kexec_load to host_kexec_loadWarner Losh2023-01-241-1/+2
* kboot: use SYS_kexec_load insteaed of __NR_kexec_loadWarner Losh2023-01-242-2/+2
* kboot: Sort system calls alphabeticallyWarner Losh2023-01-242-14/+14
* stand: Initial kboot support on amd64Warner Losh2023-01-248-0/+650
* stand: s/libstand/libsa/g to catch up with renameWarner Losh2023-01-241-1/+1
* powerpc64: Fix a typo in a source code commentGordon Bergling2023-01-241-1/+1
* kboot: move to generic syscall interfaceWarner Losh2023-01-242-84/+43
* kboot: Split out powerpc buildWarner Losh2023-01-246-0/+604