summaryrefslogtreecommitdiff
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0_cvscvs2svn1999-01-2150-50/+50
* This commit was manufactured by cvs2svn to create tagrelease/3.0.0cvs2svn1999-01-2119-889/+95
* This commit was manufactured by cvs2svn to create branch 'RELENG_3'.cvs2svn1999-01-211-96/+0
* A couple more osf/1 compat tweaks.Doug Rabson1999-01-121-1/+2
* Add hooks for the Iprobe kernel profiler.Doug Rabson1999-01-101-1/+2
* Correct typo in macro name.Dag-Erling Smørgrav1999-01-011-2/+2
* Various changes to support OSF1 emulation:Doug Rabson1998-12-301-2/+10
* Implement fpsetmask() and other fp*() functions. Programs should useDoug Rabson1998-12-234-13/+29
* Little reorganization:Dmitrij Tejblum1998-12-192-25/+20
* Implement 'software completion' for floating point arithmetic. On theDoug Rabson1998-12-043-1/+578
* Add support for 'vmstat -i'.Doug Rabson1998-11-282-2/+81
* Oops, I forgot to update this file when I changed moused recently.Kazutaka YOKOTA1998-11-221-1/+3
* Add sc_traparg_a0, sc_traparg_a1 and sc_traparg_a2 to the sigcontextDoug Rabson1998-11-182-31/+39
* Definitions for alpha specific device resources.Doug Rabson1998-11-171-0/+44
* Definitions for alpha specific system calls.Doug Rabson1998-11-171-0/+54
* * Add hooks to allow the X server to access I/O ports and memory.Doug Rabson1998-11-153-21/+31
* Add the ability to specify where on the at_shutdown queue a handler isMike Smith1998-10-301-2/+1
* Typo fix.Peter Wemm1998-10-141-2/+2
* Initial attempt to update the Alpha loader and kernel to use the machinePeter Wemm1998-10-141-2/+8
* Bring in _BSD_UINT8_T_, _BSD_UINT16_T_, and _BSD_UINT32_T from the i386Alexander Langer1998-10-121-1/+4
* Add functions for accessing dense and bwx memory for pci devices. TheseDoug Rabson1998-10-061-1/+8
* Add support for adjkerntz (largely untested).Doug Rabson1998-10-062-3/+10
* Start using the new SWI registration system instead of hardwiring everything.Doug Rabson1998-09-261-1/+3
* Automatically detect which disk was booted and change the root to that disk.Doug Rabson1998-09-261-1/+3
* Add splsoftvm().Doug Rabson1998-09-191-1/+2
* Merge with the latest i386 syscons.Doug Rabson1998-09-173-6/+259
* Add cam spls.Doug Rabson1998-09-161-1/+3
* Port i386 bus_space and bus_dma to alpha.Doug Rabson1998-09-163-454/+1063
* Add new functions fill_fpregs() and set_fpregs(), like fill_regs()John Polstra1998-09-141-1/+7
* Add generic defines ELF_ARCH, ELF_CLASS, and ELF_DATA. These giveJohn Polstra1998-09-141-1/+3
* Add a new library function getobjformat(). It checks all theJohn Polstra1998-09-091-1/+8
* Change various syscalls to use size_t arguments instead of u_int.Doug Rabson1998-08-241-0/+77
* Use address space numbers to reduce TLB flushes.Doug Rabson1998-08-231-1/+4
* Add Miata system type and pull in the LOCATE_PCS macro from NetBSD.Doug Rabson1998-08-171-0/+4
* Add breakpoint() for BREAK_TO_DEBUGGER.Doug Rabson1998-08-171-1/+11
* Update to use elf_generic.h.Doug Rabson1998-08-171-1/+6
* Lots of changes, including:Doug Rabson1998-08-104-5/+44
* Add some more useful macros.Doug Rabson1998-08-071-1/+7
* Port syscons to the alpha. The driver itself has moved to sys/isa as it willDoug Rabson1998-08-065-3/+8
* 1. Reorganized screen saver related code so that both the LKM screenKazutaka YOKOTA1998-08-031-2/+10
* Add definitions of EV56 INT1/INT2/INT4/INT8 memory spaces.Doug Rabson1998-07-311-1/+9
* Change load address to 0xfffffc0000300000 to help support AS200.Doug Rabson1998-07-301-2/+2
* Macros for accessing alpha sparse device ports and memory.Doug Rabson1998-07-271-0/+67
* Add sio support.Doug Rabson1998-07-222-2/+13
* Add platform functions for manipulating PCI irqs.Doug Rabson1998-07-221-0/+3
* Add declaration of {aquire,release}_timer2().Doug Rabson1998-07-221-1/+3
* Add macros and chipset support for accessing device i/o memory on the alpha.Doug Rabson1998-07-222-2/+34
* Make ptrace work.Doug Rabson1998-07-152-2/+13
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-8/+6
* Overhaul the spl system so that it actually works properly.Doug Rabson1998-07-124-8/+8