summaryrefslogtreecommitdiff
path: root/sys/modules/linux/Makefile
AgeCommit message (Expand)Author
2025-12-29linux: Add required symbol to EXPORT_SYMS listEd Maste
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-07-15Remove residual blank line at start of MakefileWarner Losh
2024-05-11linux: Make module standalone-buildableWarner Losh
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-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-07-22linux(4): Implement xattr syscallsDmitry Chagin
2023-05-29linux(4): Make linux_emul_path privateDmitry Chagin
2023-03-31linux(4): Fix opt_netlink.h inclusionDmitry Chagin
2023-03-31linux(4): Move inclusion of i386-specific files under common conditionDmitry Chagin
2023-03-27netlink: fix linux module build w/ netlink.Alexander V. Chernikov
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
2023-02-06linux(4): Attach netlink on i386.Dmitry Chagin
2023-02-02linux(4): Add coredump support to i386.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-23linux(4): Deduplicate translate_traps()Dmitry 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-11-03linux: mv sys/i386/linux/linux_ptrace{,_machdep}.cEdward Tomasz Napierala
2021-09-22Revert "linux32: add a hack to avoid redefining the type of the savefpu tag"Konstantin Belousov
2021-09-21linux32: add a hack to avoid redefining the type of the savefpu tagKonstantin Belousov
2021-07-26linux(4): Fix amd64 gcc build.Dmitry Chagin
2021-07-26linux(4): Fix i386 gcc build.Dmitry Chagin
2021-07-20linux(4); Almost complete the vDSO.Dmitry Chagin
2021-06-30linux(4): implement coredump supportEdward Tomasz Napierala
2020-12-05Fix i386 linux module after r367395.Tijl Coosemans
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-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-04-24Fix futexes on i386 after the 4/4G split.Konstantin Belousov
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-03-16Share a single bsd-linux errno table across MD consumersEd Maste
2018-02-05Move assym.s to DPSRCS in linux modulesEd Maste