aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/freebsd32/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Don't use an .OBJDIR for 'make sysent'.Bryan Drewery2018-01-291-0/+3
| | | | | | | | Reported by: emaste, jhb Sponsored by: Dell EMC Notes: svn path=/head/; revision=328560
* Add compat32 support for capsicum.Konstantin Belousov2016-09-181-1/+1
| | | | | | | | | | Reviewed by: bapt, emaste Sponsored by: The FreeBSD Foundation MFC after: 2 weeks Differential revision: https://reviews.freebsd.org/D7942 Notes: svn path=/head/; revision=305954
* Don't create pointless backups of generated files in "make sysent".Brooks Davis2016-07-281-5/+0
| | | | | | | | | | | | | 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. Reviewed by: jhb Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D7353 Notes: svn path=/head/; revision=303464
* add DTrace systrace support for linux32 and freebsd32 on amd64 syscallsAndriy Gapon2011-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 Notes: svn path=/head/; revision=219559
* Add a 'clean' target.David E. O'Brien2005-10-231-0/+3
| | | | Notes: svn path=/head/; revision=151597
* Begin attempting to consolidate the two different i386 emulationsPeter Wemm2003-08-221-7/+7
| | | | | | | | on ia64 and amd64. I'm attempting to keep the generic 32bit-on-64bit binary support seperate from the i386 support and the MD backend support. Notes: svn path=/head/; revision=119331
* Make this compile with WITNESS enabled. It wants the syscall names.Peter Wemm2003-05-311-1/+2
| | | | Notes: svn path=/head/; revision=115429
* Initial support for executing IA-32 binaries. This will not compileDoug Rabson2002-04-101-0/+15
without a few patches for the rest of the kernel to allow the image activator to override exec_copyout_strings and setregs. None of the syscall argument translation has been done. Possibly, this translation layer can be shared with any platform that wants to support running ILP32 binaries on an LP64 host (e.g. sparc32 binaries?) Notes: svn path=/head/; revision=94380