summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg2-4/+4
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha1-2/+9
2021-02-04Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton1-1/+2
2021-01-29repair declerations to satisfy -fno-commonderaadt3-19/+4
2021-01-28Again allow COPTS= to come from the environment again, and don't lose thederaadt1-4/+4
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2-2/+5
2020-12-09Use daddr_t and not daddr32_t in boot media.krw2-5/+5
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().mpi1-12/+7
2020-11-07multiple reads of pmap_emulate_reference() don't show any reason for itderaadt1-7/+3
2020-10-27observed by miod, a kernel unlock missed in last commitderaadt1-3/+5
2020-10-25As done with other architectures, narrow the KERNEL_LOCK around uvm_fault()deraadt1-4/+5
2020-10-22uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.deraadt1-7/+4
2020-10-21(same as sh/sh/trap.c)deraadt1-7/+3
2020-10-21whitespacederaadt1-19/+19
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tderaadt1-3/+2
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha1-1/+3
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt1-8/+8
2020-09-24ast() was lacking refreshcreds(). That can sleep, and mi_ast() requiresderaadt1-4/+4
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt1-5/+7
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa1-4/+1
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi1-3/+1
2020-07-18__main() is not need anymorederaadt1-8/+1
2020-07-15Use CPU_IS_PRIMARY macro on alpha and mips64.fcambus1-2/+2
2020-07-06Add support for timeconting in userland.pirofti2-2/+25
2020-07-06wire up kstat(4)dlg1-2/+3
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-60/+0
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy2-12/+7
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2-2/+13
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt1-2/+1
2020-05-27Retire <machine/varargs.h>.visa1-58/+0
2020-05-26/etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt1-1/+7
2020-05-25make loadrandom() return 0 for success, -1 for failure. While here,deraadt1-11/+18
2020-05-25Pass boothowto from bootblock to kernelderaadt3-4/+7
2020-05-25Add support for write operations to diskstrategy().deraadt1-3/+7
2020-05-23remove ifdef'd out tc fb cnattach bitsjsg1-85/+1
2020-05-23remove more cfb and sfb bitsjsg4-163/+2
2020-05-23remove cfb and sfb alpha tc fb driversjsg6-990/+2
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.deraadt1-1/+4
2020-05-16Make inittodr() and resettodr() MI.kettenis1-93/+1
2020-05-11Use the same inittodr()/resettodr() implementation as onkettenis2-132/+147
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc1-3/+3
2020-03-11Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsotto4-42/+147
2020-03-05The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUGclaudio1-2/+2
2020-01-24Use major 32 for dt(4).mpi1-2/+3
2020-01-23wire up pppac(4) to some majors on each arch.dlg1-1/+2
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysreyk2-2/+5
2019-12-01Remove unused test program.visa1-62/+0
2019-11-07The compiler -pg option implies -fno-ret-protector, as we want to disableguenther1-2/+2
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi4-23/+23
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.mpi3-65/+40