aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux64
Commit message (Expand)AuthorAgeFilesLines
* linux64: Don't pass unnecessary -S and -g to objcopyJessica Clarke2021-01-211-1/+1
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-051-1/+7
* 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-1/+1
* 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
* linuxulator: rename linux_locore.s to .asmEd Maste2019-07-301-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
* linux64: add arm64 linuxulator build detailsEd Maste2018-06-251-2/+9
* linux64: use linux output target for linux_vdso.soEd Maste2018-06-121-1/+1
* 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-3/+3
* Move assym.s to DPSRCS in linux modulesEd Maste2018-02-051-2/+2
* Correct MD patch in linux64 module MakefileEd Maste2018-01-291-2/+2
* Revert r319053 due to lack of sence. As pointed out by kib@ opt_global.hDmitry Chagin2017-06-041-1/+1
* On success, getrandom() Linux system call returns the number of bytes thatDmitry Chagin2017-05-281-1/+1
* Strip _binary_linux_locore_o_size from ${VDSO}.so as it is a low absoluteDmitry Chagin2017-05-281-0/+1
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-2/+2
* Exclude -flto when building *genassym.oEd Maste2017-02-211-1/+1
* Implement linux version of ptrace(2). It's nowhere near complete,Edward Tomasz Napierala2017-02-161-1/+1
* opt_apic.h is only used on i386.Bryan Drewery2016-07-271-1/+4
* pass -fPIC to the assembler, not linkerEd Maste2016-02-251-2/+2
* Remove unneeded includes of opt_kdtrace.h.Mark Johnston2015-11-221-1/+1
* For objcopy, use --input-target and --output-targetCraig Rodrigues2015-05-251-1/+1
* Implement epoll family system calls. This is a tiny wrapperDmitry Chagin2015-05-241-1/+1
* Add preliminary support for x86-64 Linux binaries.Dmitry Chagin2015-05-241-0/+55