aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/include/asm.h
Commit message (Collapse)AuthorAgeFilesLines
* MFC: support for kernels with more than 64k worth of globalsAndrew Gallatin2000-10-241-1/+4
| | | | Notes: svn path=/stable/4/; revision=67504
* 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
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.Peter Wemm1999-11-221-1/+1
| | | | | | | The KAME code intruduces _KERNEL, which exposes some of them. Notes: svn path=/head/; revision=53591
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* * Restore register correctly.Hidetoshi Shimokawa1999-07-161-2/+2
| | | | | | | * Add missing bits for profiling. Notes: svn path=/head/; revision=48836
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-3/+3
| | | | | | | | | | | | | work in progress and has never booted a real machine. Initial development and testing was done using SimOS (see http://simos.stanford.edu for details). On the SimOS simulator, this port successfully reaches single-user mode and has been tested with loads as high as one copy of /bin/ls :-). Obtained from: partly from NetBSD/alpha Notes: svn path=/head/; revision=36849
* Header files which are linked from /usr/include to /usr/include/machine.John Birrell1998-01-101-0/+638
NetBSD's endian.h needs sys/types.h for the typedefs that are used to get htonl() correct when a long is 64 bits. Notes: svn path=/head/; revision=32404