summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Include <sys/cdefs.h> for definition of __BSD_VISIBLE.mike2002-04-121-0/+1
* Remove the hack for segsz_t from <sys/types.h>; use the normalmike2002-04-101-0/+1
* Add manifest constants: _LITTLE_ENDIAN, _BIG_ENDIAN, _PDP_ENDIAN, andmike2002-04-101-6/+15
* Stage-2 commit of the critical*() code. This re-inlines cpu_critical_enter()dillon2002-04-012-5/+72
* Compromise for critical*()/cpu_critical*() recommit. Cleanup the interruptdillon2002-03-272-13/+6
* Guard against redefining __gnuc_va_list.obrien2002-03-241-1/+2
* ASM versions of __FBSDID.obrien2002-03-231-0/+6
* Fix abuses of cpu_critical_{enter,exit} by converting toimp2002-03-211-0/+13
* Remove __P(). This was tested on the GENERIC kernel.obrien2002-03-2012-124/+124
* Move the definition of PT_[GS]ET{,DB,FP}REGS from the MD ptrace.h to thedes2002-03-161-10/+1
* o Don't require long long support in bswap64() functions.mike2002-03-091-6/+16
* add inlines for bswap*.gallatin2002-02-281-5/+38
* Add the following functions/macros to support byte order conversions andtmm2002-02-272-0/+72
* o Move NTOHL() and associated macros into <sys/param.h>. These aremike2002-02-181-45/+10
* Use struct __ucontext in prototypes and associated functions instead ofdeischen2002-02-172-3/+10
* Resurrect one of the easiest changes from my big include files roll-upwollman2002-02-151-0/+1
* Fixes for alpha pmap on SMP machines:jhb2002-02-061-2/+7
* Allow alpha kernels to compile again- make sure opt_ddb.h is includedmjacob2002-01-171-1/+4
* Add missing prototype for pmap_unmapdev().jhb2002-01-111-0/+1
* Use a spare slot in the machine context to identify the context formatdeischen2002-01-101-1/+4
* Introduce a standard name for the lock protecting an interrupt controllerjhb2001-12-201-0/+2
* Modify the critical section API as follows:jhb2001-12-182-4/+4
* Overhaul the per-CPU support a bit:jhb2001-12-117-167/+16
* style(9)obrien2001-12-091-9/+8
* o Stop abusing MD headers with non-MD types.mike2001-12-011-2/+0
* o Add new header <sys/stdint.h>.mike2001-11-024-0/+470
* Detach the prom console when platform.cons_init is called. This seemsmjacob2001-10-261-0/+1
* Remove funky right justification.mike2001-10-231-9/+9
* [partially forced commit due to pilot error in earlier commit attempt]des2001-10-212-4/+10
* Try two on the preprocessing logic.obrien2001-10-191-1/+1
* Blah, fix braino where ru had to remind me of proper preprocessor syntax.obrien2001-10-191-1/+1
* My attempts at minimizing the number of #def's got me in trouble.obrien2001-10-181-5/+5
* Add support for "__gnuc_va_list". Some overly "smart" libraries assumeobrien2001-10-181-1/+4
OpenPOWER on IntegriCloud