aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32/linux32_locore.s
Commit message (Expand)AuthorAgeFilesLines
* linuxulator: rename linux_locore.s to .asmEd Maste2019-07-301-156/+0
* Linuxolator whitespace cleanupEd Maste2018-02-051-6/+6
* Update for LINUX32 rename. The assembler didn't complain about undefinedJohn Baldwin2015-10-291-2/+2
* Being exported through vdso the note.Linux section used by glibcDmitry Chagin2015-05-241-2/+2
* Put linux_platform into the vdso to avoid copying it onto the stack atDmitry Chagin2015-05-241-0/+6
* Implement vdso - virtual dynamic shared object. Through vdso LinuxDmitry Chagin2015-05-241-20/+132
* Save and restore segment registers on amd64 when entering and leavingKonstantin Belousov2009-04-011-4/+0
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsDavid E. O'Brien2009-01-311-4/+4
* Segment registers are stored in the uc_mcontext member of the structKonstantin Belousov2008-09-071-2/+3
* MFP4: Linux set_thread_area syscall (aka TLS) support for amd64.Jung-uk Kim2007-03-301-4/+0
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledTim J. Robbins2004-08-161-0/+45