aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/sysarch.h
Commit message (Collapse)AuthorAgeFilesLines
* The kernel side of per-process unaligned access control (printing, fixing &Andrew Gallatin2000-01-161-0/+2
| | | | | | | | | | | | delivering SIGBUS). This will allow a non-superuser to control unaligned access behaviour on a per-process basis once a userland control program (uac) is written. Reviewed by: obrien Tested by: obrien Notes: svn path=/head/; revision=56096
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
| | | | | | | | | is an application space macro and the applications are supposed to be free to use it as they please (but cannot). This is consistant with the other BSD's who made this change quite some time ago. More commits to come. Notes: svn path=/head/; revision=55205
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-231-2/+4
| | | | | | | | | | | | | #include <ieeefp.h> to access these functions instead of the i386 specific #include <machine/floatingpoint.h> Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=42029
* Definitions for alpha specific system calls.Doug Rabson1998-11-171-0/+54
Notes: svn path=/head/; revision=41206