summaryrefslogtreecommitdiffstats
path: root/sys/arch/m88k
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg3-7/+7
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().mpi1-10/+6
2020-10-30As done on other architectures, narrow the KERNEL_LOCK only aroundderaadt1-19/+19
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tderaadt1-3/+3
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt1-18/+18
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi1-1/+2
2020-09-27miod's proposal for traps was also wrong, causing one type of kernelderaadt1-5/+3
2020-09-25miod notes T_USER needs to be a bit, it was not.deraadt1-2/+2
2020-09-25add uvm_map_isentry check for 88100, and alter the KERNEL_LOCKderaadt1-9/+10
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt1-9/+6
2020-09-23|= is not supposed to be spelled +=deraadt1-3/+3
2020-08-19Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().mpi3-11/+3
2020-07-08do not need these versions of timetc.hderaadt1-23/+0
2020-07-06Add support for timeconting in userland.pirofti1-0/+23
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-16/+0
2020-06-23Fix format strings (%p --> %lx) in debug code.aoyama1-23/+23
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+3
2020-05-27Retire <machine/varargs.h>.visa1-13/+0
2020-05-26Rewrite m88k mutex code as a slight variation of the MI mutex code.aoyama4-260/+181
2019-12-11%r26 hasn't been used by the threads implementation since 2016, so stopguenther2-9/+4
2019-11-10TRUE/FALSE conversions missed in previous.mpi2-5/+5
2019-11-08Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t.mpi4-30/+30
2019-10-15Reduce the number of places where `p_priority' and `p_stat' are set.mpi1-4/+2
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andderaadt1-3/+3
2019-08-28sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes thataoyama1-5/+4
2019-07-20Increment `db_active' before entering db_trap() like other archs do.mpi1-1/+3
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andderaadt1-3/+5
2019-06-17add code to check stack pointer is within MAP_STACKderaadt1-1/+7
2019-04-23Remove file name and line number output from witness(4)visa1-4/+4
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenjsg1-1/+2
2018-10-22More "explicitely" -> "explicitly" in various comments.krw1-2/+2
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio1-2/+2
2018-08-22Adding membar_xxx defines to userland.aoyama1-1/+49
2018-08-20Remove unused spllock().visa1-3/+1
2018-07-10Move from sendsig() to its callers the initsiginfo() calls andguenther1-4/+3
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andderaadt1-2/+3
2018-03-12Make luna88k use the MI mplock implementation.aoyama1-167/+0
2018-03-12Make luna88k use the MI mplock implementation.aoyama2-66/+4
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt1-1/+2
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.mpi1-2/+2
2018-01-04Unify <machine/mutex.h> a bit further.mpi1-2/+2
2017-12-14fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soguenther1-1/+9
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andmpi1-3/+3
2017-09-08If you use sys/param.h, you don't need sys/types.hderaadt4-8/+4
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther1-5/+1
2017-06-22Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||)tom1-4/+4
2017-05-30Kill db_sym_t.mpi1-3/+3
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.mpi3-10/+6
2017-05-29copyin32 implementation from miod@mpi1-1/+43
2017-04-30Rename Debugger() into db_enter().mpi2-7/+7