aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux64
Commit message (Expand)AuthorAgeFilesLines
* MFC r347538 by dchagin:Edward Tomasz Napierala2020-08-241-9/+0
* MFC r350451 by emaste:Edward Tomasz Napierala2020-08-231-1/+1
* MFC r360071-r360072: force -fcommon in kernel/modules where neededKyle Evans2020-04-301-1/+1
* MFC: r351429,351430,351485,351497,351498Warner Losh2019-09-091-1/+1
* MFC r347196:Dmitry Chagin2019-05-221-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