summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
...
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-4/+4
* Implement an optimization of the VM<->pmap API. Pass vm_page_t's directlypeter2000-05-211-3/+3
* Eliminate a couple of evil common declarations.peter2000-05-181-2/+2
* Port ppc driver to alpha.dfr2000-05-141-0/+14
* Finish moving all IEEE fp types to be the same on all arch's.jhb2000-05-101-1/+1
* Handle PCI devices that actually use an ISA IRQ for the cia and tsunamijhb2000-05-101-0/+6
* Change floating point exception type to match the i386 one.obrien2000-05-091-1/+1
* Make in_cksum() a macro call to in_cksum_skip(), since it provides thejlemon2000-05-061-3/+2
* Add $FreeBSD$peter2000-05-016-0/+7
* Well, make intrhand2_t take a void * arg then. Matches i386.mjacob2000-04-261-2/+2
* Add include files to alpha/include directory.roger2000-04-152-0/+475
* Make sysv-style shared memory tuneable params fully runtime adjustablepeter2000-03-301-8/+0
* Try and make the Alpha kernel compile. There are still some loose endspeter2000-03-302-1/+10
* Add support for offloading IP/TCP/UDP checksums to NIC hardware whichjlemon2000-03-271-0/+3
* - Add Support for the following PS/2 mice:yokota2000-03-181-4/+44
* Alpha 8200: Add prototype from promcnattach.mjacob2000-03-181-0/+1
* Patches that eliminate extra context switches in FIFO case.dufault2000-03-021-2/+3
* * Fix the memory probing code so that it sees all memory clusters, notdfr2000-02-291-4/+0
* Update the ata driver to take more advantage of newbus, thissos2000-02-181-1/+6
* Don't include <machine/ipl.h> in <sys/systm.h> in the i386 case. Thisbde2000-02-171-6/+0
* Add functions which allow i/o memory to be accessed without forcing adfr2000-02-121-0/+19
* Fix breakage from last commit- macro was broken. I appreciate themjacob2000-01-161-2/+2
* The kernel side of per-process unaligned access control (printing, fixing &gallatin2000-01-162-0/+7
* Add SPLASSERT() macro. SPLASSERT() compiles to a no-opjmb2000-01-161-0/+6
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-2918-36/+37
* inline spl functions.gallatin1999-11-291-17/+62
* Implement inline assembler wrappers for PALcode calls and for alphadfr1999-11-291-35/+268
* Zap some latent problems hidden by differences between KERNEL and _KERNEL.peter1999-11-226-37/+4
* Add MOUSE_MSC_MAXBUTTON and MOUSE_IF_USB.n_hibma1999-11-221-0/+2
* Properly attribute interrupt time on alpha. Previously, interrupt timegallatin1999-11-191-5/+2
* Re-organise the code which manages the owner of the FP state (fpcurproc).dfr1999-11-101-0/+4
* useracc() the prequel:phk1999-10-291-0/+2
* * Implement bus_set/get/delete_resource for pci.dfr1999-10-141-2/+0
* Don't include <machine/frame.h>.dfr1999-10-081-2/+0
* Re-introduction of sigcontext.marcel1999-10-043-11/+50
* sigset_t change (part 3 of 5)marcel1999-09-293-2/+95
* bdbtofsb() appears to have been unused for quite some time, if ever.peter1999-09-261-8/+0
* Back out a portion of the last commit. DFLTPHYS and MAXPHYS cannotdillon1999-09-221-5/+0
* Change default block size for user VBLK device access from 2K to PAGE_SIZEdillon1999-09-221-1/+8
* This file was never used and appears to be a leftover from the NetBSDdfr1999-09-201-45/+0
* Don't install stubs, make a compat symlink at buildworld time.peter1999-09-041-6/+0
* Make <machine/soundcard.h> a stub which includes <sys/soundcard.h>dfr1999-09-041-0/+6
* $Id$ -> $FreeBSD$peter1999-08-2856-56/+56
* Add definitions for Interlink VersaPad.yokota1999-08-171-1/+25
* Merge the cons.c and cons.h to the best of my ability. alpha may orphk1999-08-091-108/+0
* Add support for SYS_RES_DENSE and SYS_RES_BWX resource types. These aredfr1999-07-281-5/+7
* * Restore register correctly.simokawa1999-07-162-7/+27
* Improve Logitech MouseMan+ protocol support.yokota1999-07-121-1/+4
* Add in dbregs stubs that a committer for changes on the i386 ought to have done.mjacob1999-07-091-1/+8
* Improve compatibility with other systems by changing the defaultimp1999-07-031-1/+10
OpenPOWER on IntegriCloud