summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* - Introduce a new busdma flag BUS_DMA_ZERO to request for zero'edmux2003-07-271-0/+1
* Implement alpha_pal_wrunique() and alpha_pal_rdunique(). Both aremarcel2003-07-241-0/+17
* Use a spare for the thread pointer (mc_thrptr). The thread pointermarcel2003-07-241-1/+2
* Mega busdma API commit.scottl2003-07-011-1/+18
* Migrate the thread stack management functions from the machine-dependentalc2003-06-141-1/+1
* Rename BUS_DMAMEM_NOSYNC to BUS_DMA_COHERENT.hmp2003-05-301-1/+1
* Bring back bus_dmasync_op_t. It is now a typedef to an int, though thescottl2003-05-271-1/+2
* De-orbit bus_dmamem_alloc_size(). It's a hack and was never used anyways.scottl2003-05-261-6/+0
* sys/sys/limits.h:kan2003-05-192-4/+4
* Style fixes.kan2003-05-041-9/+12
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-64/+4
* Remove unmatched #endif left over incidenntally in last commit.kan2003-04-281-1/+0
* Add a new sys/limits.h file which in turn depends on machine/_limits.hkan2003-04-231-54/+39
* Protect the per-process UAC field with the proc lock where it isn't alreadyjhb2003-04-171-1/+1
* Change the operation parameter of bus_dmamap_sync() from anmux2003-04-101-9/+5
* - Kill the pv_flags member of the alpha mdpage since it stop being usedjhb2003-04-101-1/+0
* Fix the osf1 abi module on SMP systems by making the size ofgallatin2003-03-292-2/+3
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-0/+1
* Made the prototypes for pmap_kenter and pmap_kremove MD. These functionsjake2003-03-161-0/+2
* MFi386 revision 1.88alc2003-03-011-6/+0
* Correctly set BUS_SPACE_MAXSIZE in all the busdma backends.mux2003-02-261-1/+1
* Remove support for running in SimOS. The support has rotted overmarcel2003-02-251-10/+0
* Workaround for compiling LINT. Large kernels (like LINT) can havemarcel2003-02-231-20/+32
* Change the console interface to pass a "struct consdev *" instead of aphk2003-02-201-3/+3
* Implement fpclassify():mike2003-02-082-0/+4
* Implement bus_dmamem_alloc_size() and bus_dmamem_free_size() asscottl2003-01-291-0/+6
* Protect against multiple inclusions.obrien2003-01-181-0/+5
* MB_LEN_MAX is not MD, move it to the MI limits.h.tjr2002-12-222-2/+0
* Add getcontext, setcontext, and swapcontext as system calls.deischen2002-11-164-14/+14
* Cast pointers in mem*_io() compat macros to uintptr_t so that they can bejhb2002-11-081-5/+5
* Wrap ()'s around an argument before casting it to a void *. If thejhb2002-11-061-6/+6
* - Enable the use of UMA_MD_PAGE_ALLOC on alpha.jeff2002-11-011-0/+6
* Remove extranious memory barriers, and correct the placement of a few others.gallatin2002-10-301-14/+4
* Use the newer "+" modifier on output contraints when a register orjhb2002-10-252-62/+62
* Split 4.x and 5.x signal handling so that we can keep 4.x signalpeter2002-10-254-7/+25
* psl.h isn't referenced anywhere that I could find on the alpha, so removepeter2002-10-211-32/+0
* Add a bus_space_unmap() for the puc (and possibly other) drivers.gallatin2002-10-211-0/+14
* give alpha a bus_space_subregion() so that ahd_pci compiles and movesgallatin2002-10-201-0/+20
* The a.out md_coredump stuff isn't referenced anywhere anymore, andpeter2002-10-151-10/+0
* Add standards visibility conditionals. Change any uses of sigset_t tomike2002-10-131-5/+10
* Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-0/+4
* o Add conditionals to allow va_list to be defined in other headers.mike2002-10-061-4/+10
* CPU_MAXID shouldobrien2002-10-061-1/+1
* Fix namespace issues by using visibility conditionals frommike2002-10-051-1/+3
* style(9) <machine/setjmp.h> headers so they look mostly the same.mike2002-10-041-8/+13
* New bus_dma interfaces for use by crypto device drivers:sam2002-10-041-0/+23
* use __packed.alfred2002-09-231-10/+10
* Be careful not to define GCC-specific optimizations in the non-GCCmike2002-09-231-2/+11
* Wrap GNUish asm() code in #ifdef __GNUC__markm2002-09-211-0/+24
* Implement C99's va_copy() macro.mike2002-09-181-0/+3
OpenPOWER on IntegriCloud