aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux/linux_support.s
Commit message (Collapse)AuthorAgeFilesLines
* Futex is an aligned 32-bit integer. Use the proper instruction andDmitry Chagin2015-06-081-24/+24
| | | | | | | operand when dereferencing futex pointer. Notes: svn path=/head/; revision=284159
* Add preliminary support for x86-64 Linux binaries.Dmitry Chagin2015-05-241-0/+124
Differential Revision: https://reviews.freebsd.org/D1076 Notes: svn path=/head/; revision=283424