summaryrefslogtreecommitdiff
path: root/sys/alpha/include/sysarch.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the advertsing clause, per the Regent's letter dated July 22, 1999.Warner Losh2004-04-051-4/+0
| | | | | | | Approved by: core Notes: svn path=/head/; revision=127910
* Provide sysarch(2) prototypes in the MD sysarch.h headers. While I'mJacques Vidrine2004-01-091-0/+1
| | | | | | | | | | | | | at it, use the ANSI C generic pointer type for the second argument, thus matching the documentation. Remove the now extraneous (and now conflicting) function declarations in various libc sources. Remove now unnecessary casts. Reviewed by: bde Notes: svn path=/head/; revision=124296
* Remove __P(). This was tested on the GENERIC kernel.David E. O'Brien2002-03-201-1/+1
| | | | Notes: svn path=/head/; revision=92816
* 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