summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
2022-12-06_C_LABEL() and _ASM_LABEL() are no longer useful in the "everythingPhilip Guenther
2022-12-06m88k, luna88k: switch to clockintrScott Soule Cheloha
2022-11-02Clean up more ancient history: since 2015 the libc stubs forPhilip Guenther
2022-10-30Simplfity setregs() by passing it the ps_strings and switchingPhilip Guenther
2022-09-10Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise.Miod Vallat
2022-09-04spellingJonathan Gray
2022-08-29use ansi volatile keyword, not __volatileJonathan Gray
2022-08-12use string literal for format stringJonathan Gray
2022-08-02Correctly detect xmem operations faulting on missing pages on 88110.Miod Vallat
2022-04-14ddb: constify command tablesChristian Weisgerber
2022-04-12ddb: simplify machine command handlingChristian Weisgerber
2022-02-21Convert KVA allocation to km_alloc(9).Mark Kettenis
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-10-06Change sendsig() interface so that the MD code does not need to accessClaudio Jeker
2021-09-24Fix two bugs in m88k fcmp{,u} emulation.Kenji Aoyama
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-07-06Introduce CPU_IS_RUNNING() and us it in scheduler-related code to preventMark Kettenis
2021-06-02kernel: introduce per-CPU panic(9) message bufferscheloha
2021-05-16b_saveaddr has a type of void * use NULL not 0Jonathan Gray
2021-05-04Fix 2nd and 3rd arguments' cast in atomic_cas_ptr().Kenji Aoyama
2021-03-11spellingJonathan Gray
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().Martin Pieuchot
2020-10-30As done on other architectures, narrow the KERNEL_LOCK only aroundTheo de Raadt
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tTheo de Raadt
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyTheo de Raadt
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.Martin Pieuchot
2020-09-27miod's proposal for traps was also wrong, causing one type of kernelTheo de Raadt
2020-09-25miod notes T_USER needs to be a bit, it was not.Theo de Raadt
2020-09-25add uvm_map_isentry check for 88100, and alter the KERNEL_LOCKTheo de Raadt
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.Theo de Raadt
2020-09-23|= is not supposed to be spelled +=Theo de Raadt
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().Martin Pieuchot
2020-07-08do not need these versions of timetc.hTheo de Raadt
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargVisa Hankala
2020-06-23Fix format strings (%p --> %lx) in debug code.Kenji Aoyama
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-27Retire <machine/varargs.h>.Visa Hankala
2020-05-26Rewrite m88k mutex code as a slight variation of the MI mutex code.Kenji Aoyama
2019-12-11%r26 hasn't been used by the threads implementation since 2016, so stopPhilip Guenther
2019-11-10TRUE/FALSE conversions missed in previous.Martin Pieuchot
2019-11-08Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t.Martin Pieuchot
2019-10-15Reduce the number of places where `p_priority' and `p_stat' are set.Martin Pieuchot
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andTheo de Raadt
2019-08-28sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes thatKenji Aoyama
2019-07-20Increment `db_active' before entering db_trap() like other archs do.Martin Pieuchot
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andTheo de Raadt
2019-06-17add code to check stack pointer is within MAP_STACKTheo de Raadt
2019-04-23Remove file name and line number output from witness(4)Visa Hankala