summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
AgeCommit message (Expand)Author
2013-07-17don't forget to insert the io to the list on the JensenMartin Reindl
2013-07-05Take II, this time without flubbing off_t: : move several internalPhilip Guenther
2013-07-04backout previous; off_t must be signed and there might be other C++ APIOtto Moerbeek
2013-07-04To ease future changes, move several internal type definitions that arePhilip Guenther
2013-06-23Stop using -traditional-cpp on gcc3/4 platforms.Miod Vallat
2013-06-13use right source files from libkernTheo de Raadt
2013-06-13bcopy/memmove/memcpy are now in libkernTheo de Raadt
2013-06-11bcopy (and family) can check for 0 length, but negative lengths shouldTheo de Raadt
2013-06-11final removal of daddr64_t. daddr_t has been 64 bit for a long enoughTheo de Raadt
2013-06-04Disable parity on the PCI bus; according to Linux, some lca-based systems hitMiod Vallat
2013-06-03changes for isc fuse support. not enabled. ok beck deraadt.Ted Unangst
2013-06-02Hide members of __va_list in the implementation namespacePhilip Guenther
2013-06-01cleanup and consolidate the spinlock_lock (what a name!) code.Ted Unangst
2013-05-31remove counters for simplelocksTed Unangst
2013-05-21remove unused cpu_lock code (where it is truly unused). it is notTed Unangst
2013-05-17Add a dummy IPL_MPSAFE definition.Mark Kettenis
2013-03-31try to avoid pulling in pte.h and other more crazy things. Checked againstTheo de Raadt
2013-03-30reorder include search directories. cuts lookups by quite a bit.Ted Unangst
2013-03-28Add STRONG_ALIAS macros to be used from assembly code in libc andMartynas Venckus
2013-03-28Add __strong_alias macros for all architectures to be able to aliasMartynas Venckus
2013-03-26sync TDIRS with realityJasper Lievisse Adriaanse
2013-03-26PGSHIFT and PGOFSET are now contained inside the kernel namespace.Theo de Raadt
2013-03-25PGSHIFT -> PAGE_SHIFTTheo de Raadt
2013-03-25ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file.Theo de Raadt
2013-03-23refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is addedTheo de Raadt
2013-03-21NBPG -> PAGE_SIZE, PGSHIFT -> PAGE_SHIFT, PGOFSET -> PAGE_MASKTheo de Raadt
2013-03-15Delete the sequencer(4) driver, since its not used any longer. DiffAlexandre Ratchov
2013-03-12Fix kernel profiling on MP systems by using per-CPU buffers and teachMartin Pieuchot
2013-03-10this ramdisk is just for one machineTheo de Raadt
2013-03-09RAMDISKC wil be needed for alphabook1Theo de Raadt
2013-03-09remove unneccessary needs-flagTheo de Raadt
2013-03-09First steps towards alphabook1 support; from netbsdTheo de Raadt
2013-03-08Stop defining __NO_ISA_INTR_CHECK and add a real isa_intr_check() function.Miod Vallat
2013-03-08Always initialize the direct DMA window, instead of relying upon SRM to do so;Miod Vallat
2013-03-02Replace magic numbers with more meaningful (1 << interrupt#) constructs.Miod Vallat
2013-02-12Back out per-CPU kernel profiling, it shouldn't modify a public headerMartin Pieuchot
2013-02-11Fix kernel profiling on MP systems by using per-CPU buffer. PreviouslyMartin Pieuchot
2013-02-09Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longerMiod Vallat
2013-01-16cpu_coredump() also needs to invoke vn_rdwr() without IO_NODELOCKED; onlyMiod Vallat
2013-01-01<machine/aout_machdep.h> is not used anywhere in the tree, move to the Attic.Miod Vallat
2012-12-31Remove emulation errno mapping code from platforms that no longer havePhilip Guenther
2012-12-17Add a list of alpha systems and their SRM footprint in the linker scriptMiod Vallat
2012-12-17Unbreak bootblocks on Alpha by fixing the primary load address. AMartynas Venckus
2012-12-10Add cdce(4).Brad Smith
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
2012-12-02Determine whether we're currently on the alternative signal stackPhilip Guenthe
2012-11-08now that our make is more strict, fix ws issue; ok espie@Otto Moerbeek
2012-11-05unifdef -D __HAVE_TIMECOUNTERMiod Vallat
2012-11-02typoMiod Vallat
2012-11-01Switch alpha to per-process astpending.Miod Vallat