1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys/i386/linux
Peter Wemm f7749f924c Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions)
if compiling with I686_CPU as a target.  CPU_DISABLE_SSE will prevent
this from happening and will guarantee the code is not compiled in.

I am still not happy with this, but gcc is now generating code that uses
these instructions if you set CPUTYPE to p3/p4 or athlon-4/mp/xp or higher.
2002-09-07 07:02:12 +00:00
..
imgact_linux.c - Hold the vnode lock throughout execve. 2002-08-13 06:55:28 +00:00
linux_dummy.c Fix typo in the BSD copyright: s/withough/without/ 2002-06-02 20:05:59 +00:00
linux_genassym.c Include <sys/systm.h> for the definition of offsetof() instead of depending 2002-09-05 12:58:57 +00:00
linux_locore.s
linux_machdep.c Use the new kern_* functions to avoid the need to store arguments 2002-09-01 22:30:27 +00:00
linux_proto.h Regen (linux_ptrace) 2002-05-19 01:23:33 +00:00
linux_ptrace.c Automatically enable CPU_ENABLE_SSE (detect and enable SSE instructions) 2002-09-07 07:02:12 +00:00
linux_syscall.h Regen (linux_ptrace) 2002-05-19 01:23:33 +00:00
linux_sysent.c Regen (linux_ptrace) 2002-05-19 01:23:33 +00:00
linux_sysvec.c Supposedly linux has added a 6th syscall arg register (%ebp). I am not 2002-09-07 04:59:49 +00:00
linux.h Enable emulation of the F_GETLK64, F_SETLK64, and F_SETLKW64 2002-07-09 15:57:12 +00:00
Makefile
syscalls.conf
syscalls.master Sparkling new implementation of linux_ptrace. Slight tweaking by 2002-05-19 01:21:55 +00:00