summaryrefslogtreecommitdiff
path: root/sys/modules/linux64/Makefile
AgeCommit message (Expand)Author
2025-08-23sys/modules: fix standalone build for multiple modulesShengYi Hung
2024-10-17Revert "modules: Add missing opt_*.h files for stand-alone compile"Warner Losh
2024-10-12modules: Add missing opt_*.h files for stand-alone compileWarner Losh
2024-08-20sys/conf: Introduce NOSAN_CFLAGS and NOSAN_CAndrew Turner
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2024-06-05linux64: Fix the build on arm64 with bti checkingAndrew Turner
2024-01-12sanitizers: Avoid building genassym.c and genoffset.c with sanitizersMark Johnston
2023-12-26sys: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*}Alex Xu (Hello71)
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-22linux(4): Implement xattr syscallsDmitry Chagin
2023-02-14linux(4): Trim unused opt_usb.h from modules MakefilesDmitry Chagin
2023-02-12linux(4): Get rid of the opt_compat.h include.Dmitry Chagin
2022-11-02linux64: improve linux_support.s make rulesEd Maste
2022-11-02sys: use .S for assembly language files that use the preprocessorElliott Mitchell
2022-10-29modules: Add missing opt_*.h files for stand-alone compileWarner Losh
2022-10-29linux, linux64: fix module loadMitchell Horne
2022-10-29linux, linux64: improve SRCS formattingMitchell Horne
2022-05-23linux(4); Move vdso_selector_x86.c to the linux_common moduleDmitry Chagin
2022-05-08linux(4): Implement vdso getcpu for x86.Dmitry Chagin
2022-04-26linux(4): Add a simple rseq syscall implementation.Dmitry Chagin
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2021-07-26linux(4): Fix amd64 gcc build.Dmitry Chagin
2021-07-20linux(4); Almost complete the vDSO.Dmitry Chagin
2021-07-03linux(4): implement coredumps on arm64Edward Tomasz Napierala
2021-06-30linux(4): implement coredump supportEdward Tomasz Napierala
2021-03-24Get rid of i386 ref here as linux64 is a 64-bit module.Dmitry Chagin
2021-01-21linux64: Don't pass unnecessary -S and -g to objcopyJessica Clarke
2020-11-05linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer
2020-08-25Pass -fuse-ld=/path/to/ld if ${LD} != "ld"Alex Richardson
2020-08-11Allow overriding the tool used for stripping binariesAlex Richardson
2020-04-18More fixes to build the kernel with a compiler that defaults to -fno-commonAlex Richardson
2019-08-25Replace -Werror with ${WERROR} in module buildsWarner Losh
2019-07-30linuxulator: rename linux_locore.s to .asmEd Maste
2019-05-13Add warning to the Linuxulator makefiles that building it outside of aDmitry Chagin
2019-05-13Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin
2019-05-06The build process generates assym.inc from genassym.o, so don't forgetDmitry Chagin
2018-07-03All genassym.sh usage need offset.incBryan Drewery
2018-06-25linux64: add arm64 linuxulator build detailsEd Maste
2018-06-12linux64: use linux output target for linux_vdso.soEd Maste
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-03-20Rename assym.s to assym.incEd Maste
2018-02-05Move assym.s to DPSRCS in linux modulesEd Maste
2018-01-29Correct MD patch in linux64 module MakefileEd Maste
2017-06-04Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hDmitry Chagin
2017-05-28On success, getrandom() Linux system call returns the number of bytes thatDmitry Chagin
2017-05-28Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absoluteDmitry Chagin
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2017-02-21Exclude -flto when building *genassym.oEd Maste
2017-02-16Implement linux version of ptrace(2). It's nowhere near complete,Edward Tomasz Napierala
2016-07-27opt_apic.h is only used on i386.Bryan Drewery