summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-11-03use %lx to print the frame address if resolving of the symbol name failsJasper Lievisse Adriaanse
2017-11-02Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code.Martin Pieuchot
2017-10-13ansify function prototypes (to match db_stack_trace_print() in the same file)Jasper Lievisse Adriaanse
2017-09-11Sync alpha/mips64/powerpc mutex implementations.Martin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-08-17Fix typo in comments: s/return/returns/ in "a function that never return."Tom Cosgrove
2017-07-14fix GET_CURPCB on !MULTIPROCESSOR builds.David Gwynne
2017-06-05Split early startup code out of locore.S into locore0.S. Adjust linkTheo de Raadt
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.Martin Pieuchot
2017-05-27Implement copyin32(9) for alpha.Mark Kettenis
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-30Unifdef KGDB.Martin Pieuchot
2017-04-27Unifdef KADB.Martin Pieuchot
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-02-28Switch geteblks()'s size argument from int to size_t. It's called withMartin Natano
2017-02-12Split up fork1():Philip Guenther
2017-01-21p_comm is the process's command and isn't per thread, so move it fromPhilip Guenther
2017-01-13Ansify cpu_sysctl() on alpha, arm, arm64, luna88k and sparc64.Frederic Cambus
2016-10-27revert 1.41 now that subr_percpu is using ncpusfound instead of ncpus.David Gwynne
2016-10-27increment ncpus when a cpu is attached, not when its booted.David Gwynne
2016-10-19The first argument to process_domem() and its uio_procp should be curprocPhilip Guenther
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-10-08Various printf claim to report the PID, so actually report that and not the TIDPhilip Guenther
2016-10-04The new thread's userspace v0, a3, and a4 registers are updated inPhilip Guenther
2016-09-27typoTheo de Raadt
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-19fix whitespace at EOLJasper Lievisse Adriaanse
2016-09-18option INSECURE is obsoleteTheo de Raadt
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-08-15normalize some commentsTed Unangst
2016-08-01bring the light of ansi to a few more filesTed Unangst
2016-06-13rename _splraise to splraiseDavid Gwynne
2016-06-08remove obsolete raid from namtoblk tables. from Artturi AlmTed Unangst
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-05-23Place a cpu-dependent trap/illegal instruction over the remainder of theTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similar.Theo de Raadt
2016-05-15Implement TCB_{GET,SET} using PAL_{rd,wr}unique.Philip Guenther
2016-05-11Add the sigcontext cookie clearing block, which was missed in the previousTheo de Raadt
2016-05-10SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookieTheo de Raadt
2016-04-27Stop using DDB_REGS.Martin Pieuchot
2016-04-25remove systraceTed Unangst
2016-03-30Better support for alphas without all IEEE-mode instructionsAndrew Fresh
2016-03-19Reduces the noise around the global ``ticks'' variable by renamingMartin Pieuchot
2016-02-26Remove stale RAIDframe entries from chrtoblktbl.natano
2016-02-26Make alpha and sh 2038-safe. Now that we have 64-bit time_t, we don'tmmcc
2016-02-22Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archsLandry Breuil