summaryrefslogtreecommitdiff
path: root/sys/modules/linux_common/Makefile
AgeCommit message (Expand)Author
2025-12-29linux: Add required symbol to EXPORT_SYMS listEd Maste
2025-12-08linux: separate all ifnet(9) related code into linux_ifnet.cGleb Smirnoff
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-10-13netlink: move NETLINK define to opt_global.hKristof Provost
2023-08-16sys: Remove $FreeBSD$: one-line sh patternWarner Losh
2023-05-29linux(4): Make linux_emul_path privateDmitry Chagin
2023-03-31linux(4): Fix opt_netlink.h inclusionDmitry Chagin
2023-01-28linux_common: Fixup .PATH.Dmitry Chagin
2022-10-29modules: Add missing opt_*.h files for stand-alone compileWarner Losh
2022-10-01linuxolator: add netlink supportAlexander V. Chernikov
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-01-17linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov
2021-11-18Fix some modules to export more used symbolsKonstantin Belousov
2020-11-05linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer
2020-11-03Make linux_errtbl[] static.Edward Tomasz Napierala
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-13Our bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functionsDmitry Chagin
2018-04-06Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis
2018-03-22Share Linux errno table with libsysdecodeEd Maste
2018-03-16Share a single bsd-linux errno table across MD consumersEd Maste
2017-03-04sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper
2016-07-10Fix a copy/paste bug introduced during X86_64 Linuxulator work.Dmitry Chagin
2015-05-24Rework signal code to allow using it by other modules, like linprocfs:Dmitry Chagin
2015-05-24Refund the proc emuldata struct for future use. For now move flags fromDmitry Chagin
2015-05-24Introduce a new module linux_common.ko which is intended for theDmitry Chagin