Julian Elischer
2630e4c90c
Give setrunqueue() and sched_add() more of a clue as to
...
where they are coming from and what is expected from them.
MFC after: 2 days
2004-09-01 02:11:28 +00:00
John Baldwin
ef36ad6921
Correct the arguments to kern_sigaltstack() as they were reversed.
...
PR: kern/68079
Submitted by: Georg-W. Koltermann gwk at rahn-koltermann dot de
2004-08-24 20:52:52 +00:00
David E. O'Brien
ce55a234ee
I missed an 'IA32' in the documentation.
2004-08-16 11:15:46 +00:00
David E. O'Brien
c680f6b12d
I'm not sure what tjr envisioned for turning on FreeBSD/i386 rt support,
...
but make it COMPAT_IA32 for now.
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
2004-08-16 11:09:59 +00:00
David E. O'Brien
186b870df3
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
2004-08-16 10:54:25 +00:00
Tim J. Robbins
6766a2386d
Regen.
2004-08-16 08:07:06 +00:00
Tim J. Robbins
ea0fabbc4f
Add preliminary support for running 32-bit Linux binaries on amd64, enabled
...
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.
2004-08-16 07:55:06 +00:00