History log of /freebsd-14.2/stand/kboot/libkboot/Makefile (Results 1 – 5 of 5)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/13.4.0-p5, release/13.5.0-p1, release/14.2.0-p3, release/13.5.0, release/14.2.0-p2, release/14.1.0-p8, release/13.4.0-p4, release/14.1.0-p7, release/14.2.0-p1, release/13.4.0-p3, release/14.2.0, release/13.4.0, release/14.1.0, release/13.3.0
# df6ae114 28-Jan-2024 Warner Losh <[email protected]>

kboot: Move termios to libkboot

Sponsored by: Netflix

(cherry picked from commit 36ef238cb604c827c696e975281f63d90641005f)


# 29f9f6b9 28-Jan-2024 Warner Losh <[email protected]>

kboot: Move system calls to libkboot

Sponsored by: Netflix

(cherry picked from commit 2e3f49888ec8851bafb22011533217487764fdb0)


# 78f3a2d4 28-Jan-2024 Warner Losh <[email protected]>

kboot: Move syscall stubs to libkboot

Sponsored by: Netflix

(cherry picked from commit 099335814d5aafefb3603b1a0901a1432895455c)


# edf8a9a4 28-Jan-2024 Warner Losh <[email protected]>

kboot: Cleanup libkern reference

For aarch64 and amd64, we don't pull in anything from libkern, so we
don't need it in our path. However, powerpc needs ucmpdi2 from libkern,
so bring it into libkbo

kboot: Cleanup libkern reference

For aarch64 and amd64, we don't pull in anything from libkern, so we
don't need it in our path. However, powerpc needs ucmpdi2 from libkern,
so bring it into libkboot's build and omit it from loader.kboot.

Sponsored by: Netflix

(cherry picked from commit 4aabaa1890e927ed3dd34ccc4642268ea6a505ce)

show more ...


# 93fa71ab 28-Jan-2024 Warner Losh <[email protected]>

kboot: Move _start out of kboot and into libkboot

Move the startup code from kboot/kboot to kboot/libkboot and add the
necessary infrastructure for it to build. move start_arch.h, a private
header f

kboot: Move _start out of kboot and into libkboot

Move the startup code from kboot/kboot to kboot/libkboot and add the
necessary infrastructure for it to build. move start_arch.h, a private
header for libkboot, over as well.

Sponsored by: Netflix

(cherry picked from commit a03411e84728e9b267056fd31c7d1d9d1dc1b01e)

show more ...