aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linux64
Commit message (Expand)AuthorAgeFilesLines
* 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