summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* MFC r303464 (by brooks@):dchagin2017-03-111-5/+0
| | | | | | | | Don't create pointless backups of generated files in "make sysent". Any sensible workflow will include a revision control system from which to restore the old files if required. In normal usage, developers just have to clean up the mess.
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsavg2011-03-121-2/+4
| | | | | | | | | | This commits makes necessary changes in syscall/sysent generation infrastructure. PR: kern/152822 Submitted by: Artem Belevich <fbsdlist@src.cx> Reviewed by: jhb (ealier version) MFC after: 3 weeks
* Add preliminary support for running 32-bit Linux binaries on amd64, enabledtjr2004-08-161-0/+15
with the COMPAT_LINUX32 option. This is largely based on the i386 MD Linux emulations bits, but also builds on the 32-bit FreeBSD and generic IA-32 binary emulation work. Some of this is still a little rough around the edges, and will need to be revisited before 32-bit and 64-bit Linux emulation support can coexist in the same kernel.
OpenPOWER on IntegriCloud