summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2018-02-15Introduce _UC_MACHINE_FP() as a macrokamil
2017-11-06Cleanup and clarify the ELFSIZE mess:christos
2017-10-17Explain our implementation choice for implementation-defined valuesmaya
2017-09-17more const.christos
2017-06-22spelling (DEC called it "TURBOchannel")flxd
2017-06-16dumpconf(void) long doesn't exist, remove the prototypejdolecek
2017-04-12Add new macro PTRACE_BREAKPOINT_ASM in <sys/ptrace.h> MD partkamil
2017-03-16allow pcu_save() and pcu_discard() to be called on other threads,chs
2017-01-14Undo; the correct fix was applied in csu/arch/alpha/crtbegin.hchristos
2017-01-14Avoid stupid gcc redefinition warnings by #undef before redefine.martin
2017-01-14fix types.christos
2016-12-17Fix typo "one the" and architecture where appropriate.flxd
2016-10-18add isa_intr_establish_xname() to MD isa headers so that it can be usedjdolecek
2016-08-25match the name with the FE_ constant from fenv.hchristos
2016-08-24restore the constants to the old values to match what the kernel expectschristos
2016-08-23fenv.h for alphachristos
2016-01-24use __paddr_t since this is a userland API.christos
2016-01-23expose the kernel types for standalone code.christos
2016-01-23Hide {p,v}{addr,size}_t and register_t (and a couple more types thatchristos
2016-01-20Change base address to account for later Alpha models with later firmwarejklos
2015-09-25For processors that have memory breakpoints, add macros for them to helpchristos
2015-09-15Provide access to pc/sp/syscall-return registers like we have for mcontextchristos
2015-09-07Final bit of PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-28Convert to __cpu_simple_lock_nv_t. Somehow missed alpha in the earlierpooka
2015-06-17Make clock_t unsignedmartin
2015-01-08Introduce membar_datadep_consumer.riastradh
2014-10-17Fix build of RAWHIDE kernel.uebayasi
2014-08-13Include <sys/common_int_types.h> if __UINTPTR_TYPE__ is defined.matt
2014-08-13Include <sys/common_int_const.h> if __INTMAX_C_SUFFIX__ is defined.matt
2014-08-13Include <sys/common_init_limits.h> if __SIG_ATOMIC_MAX__ is defined.matt
2014-08-13include <sys/common_int_mwgwtypes.h> if __UINT_FAST64_TYPE__ is defined.matt
2014-08-13include <sys/common_int_fmtio.h> if __INTPTR_FMTd__ is definedmatt
2014-08-06Consistently define WARN in a way that passes format string checks, i.e.joerg
2014-05-19Implement MI IPI interface with cross-call support.rmind
2014-05-16Cleanup and simplify PCU FP support. Nuke MDLWP_FPUSED.matt
2014-05-16pcu(9):rmind
2014-04-21Since all our compilers support __DBL_* and __FLT_*, use them to definematt
2014-03-29make pci_intr_string and eisa_intr_string take a buffer and a lengthchristos
2014-03-21gc sprintf; reduce local static usage of interrupt strings that are onlychristos
2014-03-18Make all __ALIGNBYTES macros return the same type (size_t)christos
2014-01-22undo rump workaroundchristos
2014-01-21rumpkernel needs ci_pcc_freqchristos
2014-01-20Check and set "is_console" property to PCI displays for framebuffer drivers.tsutsui
2014-01-01Fix PMAP_SIZEOF() to deal with that the pmap has 0 pmap_asn_info now.matt
2013-11-10use __unused instead of __USE and void cast to mark iterator variable unusedchristos
2013-11-04convert to flex arraychristos
2013-11-04make volatile variable as __USED()christos
2013-11-03use __USE() in the iterator variablechristos
2013-08-22-extend the pcu(9) API by a function which saves all context on thedrochner
2013-07-11Add a RCSID macro for non _KERNEL usematt