summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-172-22/+3
* Now that _BSD_CLK_TCK_ and _BSD_CLOCKS_PER_SEC_ are the same on allmike2002-09-031-54/+0
* Change hw.physmem and hw.usermem to unsigned long like they used to bepeter2002-08-301-1/+1
* Renamed poorly named setregs to exec_setregs. Moved its prototype tojake2002-08-291-1/+0
* Fix a long-standing bug on alpha:mike2002-08-261-2/+2
* Move several MI types from <machine/_types.h> to <sys/_types.h>.mike2002-08-231-37/+0
* o Merge <machine/ansi.h> and <machine/types.h> into a new headermike2002-08-216-180/+152
* o Introduce pmap_page_is_mapped(). Its purpose is to obsoletealc2002-08-071-0/+1
* ptvmmap does not exist on alpha.peter2002-08-021-1/+0
* - Split the unaligned access check flags out of md_flags in struct mdthreadjhb2002-07-311-8/+10
* Create a new header <machine/_stdint.h> for storing MD parts ofmike2002-07-294-231/+171
* Remove label_t and physadr, which seem to have never been used inmike2002-07-101-10/+0
* Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>. It'smike2002-07-081-5/+0
* Since printf(3) now supports the `j' conversion specifier, use thatmike2002-06-301-11/+11
* Add files that are new for KSE.julian2002-06-291-0/+49
* Move the "- 1" into the RQB_FFS(mask) macro itself so thatpeter2002-06-201-1/+1
* Move the definition of ElfN_Hashelt to common headers. The only platformdfr2002-05-301-11/+0
* Make the run queue parameters machine dependent. Optimize 64 bitjake2002-05-251-0/+58
* - Apparently, the Alpha ABI mandates that arguments be passed sign-extendedjhb2002-05-171-4/+1
* Move MI stuff out of MD param.h files.phk2002-05-141-38/+0
* Remove the unused definitions of ctod() and dotc().phk2002-05-141-4/+0
* Temporarily disable Jeff's fix for atomic_cmpset_32() to zero-extend thejhb2002-05-111-0/+2
* Opps, remove added bogon.obrien2002-05-101-1/+1
* Gcc 3.1 varargs support.obrien2002-05-103-10/+42
* zapnot the signed bits in atomic_cmpset_32. Previously this did not work withjeff2002-05-081-0/+1
* Tidy up some loose ends.peter2002-04-291-3/+2
OpenPOWER on IntegriCloud