aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux
Commit message (Expand)AuthorAgeFilesLines
* Revert "modules: Add missing opt_*.h files for stand-alone compile"Warner Losh2024-10-171-2/+0
* modules: Add missing opt_*.h files for stand-alone compileWarner Losh2024-10-121-0/+2
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* linux: Make module standalone-buildableWarner Losh2024-05-111-0/+2
* sanitizers: Avoid building genassym.c and genoffset.c with sanitizersMark Johnston2024-01-121-1/+2
* sys: ${CFLAGS:N-flto} -> ${CFLAGS:N-flto*}Alex Xu (Hello71)2023-12-261-1/+1
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-131-2/+1
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* linux(4): Implement xattr syscallsDmitry Chagin2023-07-221-0/+1
* linux(4): Make linux_emul_path privateDmitry Chagin2023-05-291-1/+0
* linux(4): Fix opt_netlink.h inclusionDmitry Chagin2023-03-311-2/+2
* linux(4): Move inclusion of i386-specific files under common conditionDmitry Chagin2023-03-311-4/+3
* netlink: fix linux module build w/ netlink.Alexander V. Chernikov2023-03-271-0/+1
* linux(4): Trim unused opt_usb.h from modules MakefilesDmitry Chagin2023-02-141-1/+0
* linux(4): Get rid of the opt_compat.h include.Dmitry Chagin2023-02-121-1/+0
* linux(4): Attach netlink on i386.Dmitry Chagin2023-02-061-0/+1
* linux(4): Add coredump support to i386.Dmitry Chagin2023-02-021-1/+1
* linux64: improve linux_support.s make rulesEd Maste2022-11-021-2/+2
* sys: use .S for assembly language files that use the preprocessorElliott Mitchell2022-11-021-1/+1
* modules: Add missing opt_*.h files for stand-alone compileWarner Losh2022-10-291-0/+1
* linux, linux64: fix module loadMitchell Horne2022-10-291-0/+1
* linux, linux64: improve SRCS formattingMitchell Horne2022-10-291-12/+40
* linux(4); Move vdso_selector_x86.c to the linux_common moduleDmitry Chagin2022-05-231-2/+2
* linux(4): Deduplicate translate_traps()Dmitry Chagin2022-05-231-1/+2
* linux(4): Implement vdso getcpu for x86.Dmitry Chagin2022-05-081-1/+1
* linux(4): Add a simple rseq syscall implementation.Dmitry Chagin2022-04-261-1/+1
* Fix some modules to export more used symbolsKonstantin Belousov2021-11-181-0/+2
* linux: mv sys/i386/linux/linux_ptrace{,_machdep}.cEdward Tomasz Napierala2021-11-031-2/+2
* Revert "linux32: add a hack to avoid redefining the type of the savefpu tag"Konstantin Belousov2021-09-221-1/+1
* linux32: add a hack to avoid redefining the type of the savefpu tagKonstantin Belousov2021-09-211-1/+1
* linux(4): Fix amd64 gcc build.Dmitry Chagin2021-07-261-3/+5
* linux(4): Fix i386 gcc build.Dmitry Chagin2021-07-261-3/+3
* linux(4); Almost complete the vDSO.Dmitry Chagin2021-07-201-20/+40
* linux(4): implement coredump supportEdward Tomasz Napierala2021-06-301-0/+1
* Fix i386 linux module after r367395.Tijl Coosemans2020-12-051-2/+2
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-0/+6
* Pass -fuse-ld=/path/to/ld if ${LD} != "ld"Alex Richardson2020-08-251-1/+1
* Allow overriding the tool used for stripping binariesAlex Richardson2020-08-111-2/+2
* More fixes to build the kernel with a compiler that defaults to -fno-commonAlex Richardson2020-04-181-1/+1
* Replace -Werror with ${WERROR} in module buildsWarner Losh2019-08-251-1/+1
* Add warning to the Linuxulator makefiles that building it outside of aDmitry Chagin2019-05-131-0/+4
* Linuxulator depends on a fundamental kernel settings such as SMP. ManyDmitry Chagin2019-05-131-9/+0
* The build process generates assym.inc from genassym.o, so don't forgetDmitry Chagin2019-05-061-1/+2
* All genassym.sh usage need offset.incBryan Drewery2018-07-031-1/+1
* Fix futexes on i386 after the 4/4G split.Konstantin Belousov2018-04-241-3/+7
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+1
* Rename assym.s to assym.incEd Maste2018-03-201-4/+4
* Share a single bsd-linux errno table across MD consumersEd Maste2018-03-161-1/+1
* Move assym.s to DPSRCS in linux modulesEd Maste2018-02-051-2/+2
* Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hDmitry Chagin2017-06-041-1/+1