summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/alpha
AgeCommit message (Expand)Author
2022-02-01When a struct ipovly needs to be computed and checksummed in in4_cksum(),Miod Vallat
2021-12-09We only have one syscall table: inline sysent/SYS_MAXSYSCALL andPhilip Guenther
2021-11-11Retire switch(4) it never really was production ready and the OpenFlowClaudio Jeker
2021-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-03-11spellingJonathan Gray
2021-02-23timecounting: use C99-style initialization for all timecounter structscheloha
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-11-07multiple reads of pmap_emulate_reference() don't show any reason for itTheo de Raadt
2020-10-27observed by miod, a kernel unlock missed in last commitTheo de Raadt
2020-10-25As done with other architectures, narrow the KERNEL_LOCK around uvm_fault()Theo de Raadt
2020-10-22uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.Theo de Raadt
2020-10-21(same as sh/sh/trap.c)Theo de Raadt
2020-10-21whitespaceTheo de Raadt
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tTheo de Raadt
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyTheo de Raadt
2020-09-24ast() was lacking refreshcreds(). That can sleep, and mi_ast() requiresTheo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-08-26Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.Visa Hankala
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
2020-07-15Use CPU_IS_PRIMARY macro on alpha and mips64.Frederic Cambus
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06wire up kstat(4)David Gwynne
2020-06-05Implement cpu_rnd_messybits() as a read of the cycle counter register.Christian Weisgerber
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-25Pass boothowto from bootblock to kernelTheo de Raadt
2020-05-17Put setjmp+longjmp inside #ifdef DDB the only kernel-side user.Theo de Raadt
2020-05-16Make inittodr() and resettodr() MI.Mark Kettenis
2020-05-11Use the same inittodr()/resettodr() implementation as onMark Kettenis
2020-03-05The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUGClaudio Jeker
2020-01-24Use major 32 for dt(4).Martin Pieuchot
2020-01-23wire up pppac(4) to some majors on each arch.David Gwynne
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-11-07Convert db_addr_t -> vaddr_t but leave the typedef for now.Martin Pieuchot
2019-11-07ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0.Martin Pieuchot
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-06-01Refactor the MAP_STACK feature, and introduce another similar variation:Theo de Raadt
2019-04-01fast track ddb> reboot command to skip anything which might panic again.Ted Unangst
2018-09-06fix whitespaceJonathan Gray
2018-07-10Move from sendsig() to its callers the initsiginfo() calls andPhilip Guenther
2018-05-22Delete antique sigdebug definitionsPhilip Guenther
2018-04-20grammar fixes PTE's -> PTEsMike Larkin
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2018-04-09Fill in FRAME_PS after the fact. What a ridiculous design decision.Theo de Raadt
2018-03-20Do not panic from ddb(4) when a lock requirement isn't fulfilled.Martin Pieuchot
2018-02-19Remove almost unused `flags' argument of suser().Martin Pieuchot
2018-01-27Sync the nam2blk entries with the bdevsw table, which is theChristian Weisgerber