summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/include
AgeCommit message (Expand)Author
2007-04-21fix generic soft interrupts; improve establishing and disestablishing ofMartin Reindl
2007-04-13get alpha SMP into a state where it at least compiles:Martin Reindl
2007-04-12__HAVE_CPUINFO for alpha, with bits from netbsdMartin Reindl
2007-03-17add proper atomic_{set,clear}bits_int implementationMartin Reindl
2007-03-15Since p_flag is often manipulated in interrupts and without biglockArtur Grabowski
2007-02-19only make this interface available to the kernel for now, discussed withaTheo de Raadt
2007-02-13Remove a.out nlist support (COFF nlist is kept in case kernel has COMPAT_OSF1)Miod Vallat
2007-02-06Add machine/atomic.h to all architectures and define two operationsArtur Grabowski
2006-12-24Define PROC_PC. Then, since profiling information is being reported inMiod Vallat
2006-12-11change sig_atomic_t to int (was long). spotted by Alexander_Bluhm@genua.deTheo de Raadt
2006-10-20Try again with local variable to avoid alignment issues.Kenneth R Westerback
2006-10-18back out disksubr changes ... since they violate strict alignment onTheo de Raadt
2006-10-17The dosparts member of cpu_disklabel was not used for any persistantKenneth R Westerback
2006-10-04Zap bad144 bad sector info in disklabels. Sparsely used if at all forKenneth R Westerback
2006-08-12Make all DEV_BSIZE definitions consistant by using (1 << DEV_BSHIFT)Kenneth R Westerback
2006-07-09Remove DLT_* logic from Alpha as well, being careful to keep theKenneth R Westerback
2006-06-19Zap Amiga bits of disklabel.h now that Amiga bits of readdisklabel() areKenneth R Westerback
2006-06-15Rework the interrupt code, shaving some cycles off in the process.Brad Smith
2006-06-11Amiga is no longer amoung us. Some architectures were too sentimentalKenneth R Westerback
2006-05-12Keep track of which DMA window was actually used to map theBrad Smith
2006-04-27from PAE work:Michael Shalayeff
2006-04-09#ifdef lint wraps for va_startTheo de Raadt
2006-04-04Add a `prefetch threshold' member to the bus_dma_tag_t, so thatBrad Smith
2006-04-04clean up after Theo's "support mbuf handling in alpha sgmap dma maps" commit.Brad Smith
2006-03-19remove unused bdbtofsb(bn) macroMartin Reindl
2006-03-17Fix single-stepping via ptrace(2); ok art@ kettenis@Miod Vallat
2006-03-12remove splimp.Brad Smith
2006-02-23Remove duplicate switch_exit() definition with <machine/cpu.h>Miod Vallat
2006-02-22Nuke unused includes.Miod Vallat
2006-02-07convert pmap_phys_address() to a define, consistent with other archs;Martin Reindl
2006-01-29Add a alpha_shared_intr_reset_strays() function that resets the strayMartin Reindl
2006-01-10Remove duplicate _C_LABEL define. OK miod@Todd C. Miller
2006-01-08Expose struct sigcontext, struct sigstat and struct sigaltstack for XPG4.2Todd C. Miller
2006-01-06Don't redefine SIZE_MAXTodd C. Miller
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2006-01-06Merge machine/ansi.h and machine/types.h into machine/_types.h andTodd C. Miller
2006-01-02remove last traces of __BROKEN_INDIRECT_CONFIG.Brad Smith
2005-12-17Get rid of deprecated vm_{offset,size}_t types for good, use {p,v}{addr,size}_tMiod Vallat
2005-12-14make va_arg() map to nothing; ok millertTheo de Raadt
2005-12-14convert _FOO_SOURCE -> __FOO_VISIBLE in machine. OK deraadt@Todd C. Miller
2005-12-13nuke unused BTOPKERNBASE defineMartin Reindl
2005-12-13First step in include files overhaul. Use __FOO_VISIBLE (as definedTodd C. Miller
2005-11-24add lint-specific hacks. at the same time, clean out a lot of ancientTheo de Raadt
2005-10-30Remove unused pcb field (this should have been part of the fetch(9)/store(9)Miod Vallat
2005-10-28no more Mach-macrosMartin Reindl
2005-10-21remove two unused and deprecated Mach macros, alpha_round_page() andMartin Reindl
2005-07-31Get rid of unused SINCR and SSIZE constants.Miod Vallat
2005-05-25comment typoJason Wright
2005-04-19nothing uses spllowersoftclock() anymoreMichael Shalayeff
2005-04-14internal _BSD_WCTRANS_T_, _BSD_MSTATE_T_, _BSD_WCTYPE_T_ types.Marc Espie