summaryrefslogtreecommitdiffstats
path: root/sys/arch/alpha (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-112-4/+4
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-2/+9
* Add uhidpp(4), a driver for Logitech HID++ devices. Currently limited toanton2021-02-041-1/+2
* repair declerations to satisfy -fno-commonderaadt2021-01-293-19/+4
* Again allow COPTS= to come from the environment again, and don't lose thederaadt2021-01-281-4/+4
* introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr2021-01-232-2/+5
* Use daddr_t and not daddr32_t in boot media.krw2020-12-092-5/+5
* In case of failure, call sigexit() from trapsignal instead of sensig().mpi2020-11-081-12/+7
* multiple reads of pmap_emulate_reference() don't show any reason for itderaadt2020-11-071-7/+3
* observed by miod, a kernel unlock missed in last commitderaadt2020-10-271-3/+5
* As done with other architectures, narrow the KERNEL_LOCK around uvm_fault()deraadt2020-10-251-4/+5
* uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.deraadt2020-10-221-7/+4
* (same as sh/sh/trap.c)deraadt2020-10-211-7/+3
* whitespacederaadt2020-10-211-19/+19
* uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tderaadt2020-10-211-3/+2
* alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha2020-10-201-1/+3
* use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt2020-10-081-8/+8
* ast() was lacking refreshcreds(). That can sleep, and mi_ast() requiresderaadt2020-09-241-4/+4
* Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt2020-09-241-5/+7
* Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.visa2020-08-261-4/+1
* Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi2020-08-191-3/+1
* __main() is not need anymorederaadt2020-07-181-8/+1
* Use CPU_IS_PRIMARY macro on alpha and mips64.fcambus2020-07-151-2/+2
* Add support for timeconting in userland.pirofti2020-07-062-2/+25
* wire up kstat(4)dlg2020-07-061-2/+3
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-60/+0
* Implement cpu_rnd_messybits() as a read of the cycle counter register.naddy2020-06-052-12/+7
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-312-2/+13
* dev/rndvar.h no longer has statistical interfaces (removed during variousderaadt2020-05-291-2/+1
* Retire <machine/varargs.h>.visa2020-05-271-58/+0
* /etc/random.seed reuse can now be detected. The stat +T bit marks the filederaadt2020-05-261-1/+7
* make loadrandom() return 0 for success, -1 for failure. While here,deraadt2020-05-251-11/+18
* Pass boothowto from bootblock to kernelderaadt2020-05-253-4/+7
* Add support for write operations to diskstrategy().deraadt2020-05-251-3/+7
* remove ifdef'd out tc fb cnattach bitsjsg2020-05-231-85/+1
* remove more cfb and sfb bitsjsg2020-05-234-163/+2
* remove cfb and sfb alpha tc fb driversjsg2020-05-236-990/+2
* Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.deraadt2020-05-171-1/+4
* Make inittodr() and resettodr() MI.kettenis2020-05-161-93/+1
* Use the same inittodr()/resettodr() implementation as onkettenis2020-05-112-132/+147
* ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;jmc2020-04-231-3/+3
* Allow alpha boot(8) to read from an ffs2 filesystem and adapt itsotto2020-03-114-42/+147
* The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUGclaudio2020-03-051-2/+2
* Use major 32 for dt(4).mpi2020-01-241-2/+3
* wire up pppac(4) to some majors on each arch.dlg2020-01-231-1/+2
* Add fido(4), a HID driver for FIDO/U2F security keysreyk2019-12-172-2/+5
* Remove unused test program.visa2019-12-011-62/+0
* The compiler -pg option implies -fno-ret-protector, as we want to disableguenther2019-11-071-2/+2
* Convert db_addr_t -> vaddr_t but leave the typedef for now.mpi2019-11-074-23/+23
* ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.mpi2019-11-073-65/+40