summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-01Switch alpha to per-process astpending.Miod Vallat
2012-10-10Add __BEGIN_DECLS so that programs using C++ can use functionsStuart Henderson
2012-09-21add register aliases "fp" and "AT" as available on Tru64 and Linux; ok miod@Christian Weisgerber
2012-09-11Remove the 'OLF method' used for the transition from a.out to ELF andTheo de Raadt
2012-06-26create new machine/_float.h which is namespace clean. create a newTheo de Raadt
2012-06-26Stop the song and dance where alpha param.h tries to include the world.Theo de Raadt
2011-11-25Rework assembler constraints to satisfy gcc 4. Unfortunately this could notMiod Vallat
2011-11-16Make userret() MI. On architectures which jammed stuff into it in theTheo de Raadt
2011-10-27Specify the TLS variant for each platform.Philip Guenthe
2011-09-08Provide namespace-safe alignment macros in <machine/_types.h>, withPhilip Guenthe
2011-09-08Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to.Philip Guenthe
2011-08-29Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99.Mark Kettenis
2011-07-06Make alpha consistent with our other architectures by using "longMatthew Dempsky
2011-06-05Update alpha bootblocks to use MI loadfile code instead of rolling our own;Miod Vallat
2011-05-30Remove the freelist member from vm_physsegOwain Ainsworth
2011-05-25Also enclose variable names with external linkage in __BEGIN_DECLS.Martynas Venckus
2011-04-28fenv improvements and cleanupsMartynas Venckus
2011-04-23Implement C99 floating-point environment for Alpha.Martynas Venckus
2011-04-23Sysarch is for userland, not kernel.  ifdef _KERNEL -> ifndef _KERNELMartynas Venckus
2011-04-15More than a decade ago, interrupt handlers on sparc started returning 0Theo de Raadt
2011-03-23Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently.Paul Irofti
2011-03-11Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.Paul Irofti
2010-12-30add a simple __va_copy inside ifdef lint, from tim van der molen.Ted Unangst
2010-12-26Kill pmap_phys_address(), and force every driver's mmap() routine to returnMiod Vallat
2010-12-21Convert netisr to a normal soft interrupt instead of hanving MD codeClaudio Jeker
2010-12-15oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinksTed Unangst
2010-11-28Get rid of machdep.root_device sysctl and related variables.Miod Vallat
2010-11-27Remove ddb single-step load and store counters. Most platforms do notMiod Vallat
2010-09-28Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms,Miod Vallat
2010-07-24One the -> On theMiod Vallat
2010-06-30remove compat_osf1 support from the kernelTed Unangst
2010-05-31there is no spllpt(), since lpt's are just tty devices (call tty functions,Theo de Raadt
2010-04-23Make sure IPL_SCHED is always defined by MD headers, instead of having a MIMiod Vallat
2009-12-25Add bus_space_vaddr() when applicable; from NetBSD.Miod Vallat
2009-11-27Move MB_LEN_MAX into the machine-independent sys/limits.h header,Philip Guenthe
2009-11-07Blink leds on the DEC 3000 models (three different led types).Miod Vallat
2009-11-04Get rid of __HAVE_GENERIC_SOFT_INTERRUPTS now that all our platforms support it.Mark Kettenis
2009-10-02Link the kernel at a higher physical address, in order to accomodate SRMMiod Vallat
2009-09-30Remove unused last argument of alpha_shared_intr_disestablish().Miod Vallat
2009-09-30Get rid of prom_open() and implement it directly as a prom_dispatch() wrapper,Miod Vallat
2009-09-30Fix MDDT_NONVOLATILE value, it's 10 binary, not 10 hexadecimal.Miod Vallat
2009-09-25Fix the value of one voltage sensor in ev6 environmental machine checks.Miod Vallat
2009-07-30Get rid of the obsolet BUS_BARRIER_xxx constants for bus_space_barrier(), onlyMiod Vallat
2009-04-25Strengthen the constraints of the atomic operations assembly statementsMiod Vallat
2009-04-20Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory.Owain Ainsworth
2009-03-26Remove cpu_wait(). It's original use was to be called from the reaper soOwain Ainsworth
2009-03-25Deinline softintr_schedule(). Also fix softintr priorities I got inverted afterMiod Vallat
2009-03-15Now that we have splsoftassert(), make the soft ipl levels positive andMiod Vallat
2009-03-15Introduce splsoftassert(), similar to splassert() but for soft interruptMiod Vallat