freebsd-src/sys/amd64
Daniel Eischen 2be05b70c9 Add getcontext, setcontext, and swapcontext as system calls.
Previously these were libc functions but were requested to
be made into system calls for atomicity and to coalesce what
might be two entrances into the kernel (signal mask setting
and floating point trap) into one.

A few style nits and comments from bde are also included.

Tested on alpha by: gallatin
2002-11-16 06:35:53 +00:00
..
acpica - curproc may be NULL in 4-stable. In that case use the vmspace from 2002-10-16 17:22:03 +00:00
amd64 Add getcontext, setcontext, and swapcontext as system calls. 2002-11-16 06:35:53 +00:00
compile Make space for compilations. 2002-07-06 02:49:07 +00:00
conf No need for pmtimer hint anymore. 2002-10-22 17:32:27 +00:00
ia32 Sync to src/sys/kern/syscalls.master 2002-11-02 23:55:30 +00:00
include Add getcontext, setcontext, and swapcontext as system calls. 2002-11-16 06:35:53 +00:00
isa Add getcontext, setcontext, and swapcontext as system calls. 2002-11-16 06:35:53 +00:00
pci MFp4: 2002-11-14 05:22:37 +00:00
Makefile This commit adds basic support for the UFS2 filesystem. The UFS2 2002-06-21 06:18:05 +00:00