summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
AgeCommit message (Expand)Author
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
2018-12-05Include srp.h where struct cpu_info uses srp to avoid erroring out whenJonathan Gray
2018-10-22More "explicitely" -> "explicitly" in various comments.Kenneth R Westerback
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toClaudio Jeker
2018-08-22Adding membar_xxx defines to userland.Kenji Aoyama
2018-08-20Remove unused spllock().Visa Hankala
2018-07-10Move from sendsig() to its callers the initsiginfo() calls andPhilip Guenther
2018-04-12Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andTheo de Raadt
2018-03-12Make luna88k use the MI mplock implementation.Kenji Aoyama
2018-03-12Make luna88k use the MI mplock implementation.Kenji Aoyama
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archTheo de Raadt
2018-01-13Define and use IPL_MPFLOOR in our common mutex implementation.Martin Pieuchot
2018-01-04Unify <machine/mutex.h> a bit further.Martin Pieuchot
2017-12-14fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soPhilip Guenther
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andPhilip Guenther
2017-06-22Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||)Tom Cosgrove
2017-05-30Kill db_sym_t.Martin Pieuchot
2017-05-29Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead.Martin Pieuchot
2017-05-29copyin32 implementation from miod@Martin Pieuchot
2017-04-30Rename Debugger() into db_enter().Martin Pieuchot
2017-04-20Hook up mutex(9) to witness(4).Visa Hankala
2017-04-13Provide mips64 with kernel-facing TCB_{GET,SET} macros that store itPhilip Guenther
2017-03-19Put the address of the per-cpu clock and interrupt registers into the cpu_infoMiod Vallat
2017-02-15Make this build (and run) with gcc 4.Miod Vallat
2017-02-12Split up fork1():Philip Guenther
2017-02-08In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() exceptPhilip Guenther
2016-10-19Change process_{domem,auxv_offset}() to take a process instead of a proc.Philip Guenther
2016-10-19Change pmap_proc_iflush() to take a process instead of a procPhilip Guenther
2016-10-09Tweak the special handling of pid 1 in setregs()...and document thatPhilip Guenther
2016-10-09Apply consistency to forever loops with continue and NOTREACHEDTom Cosgrove
2016-10-08Report the PID in sendsig() debuggingPhilip Guenther
2016-09-25Make a move towards ending 4 decades of kernel snooping.Theo de Raadt
2016-09-19ansify function definitionsJasper Lievisse Adriaanse
2016-09-15all pools have their ipl set via pool_setipl, so fold it into pool_init.David Gwynne
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-08-01bring the light of ansi to a few more filesTed Unangst
2016-06-21Add sc_cookie in sigcontext, as same as other ports.Kenji Aoyama
2016-06-13rename raiseipl to splraise()David Gwynne
2016-06-07consistently set ipls on pmap pools.David Gwynne
2016-05-27Remove the non ELF macrosTheo de Raadt
2016-05-21hand-massage sendsig() and sys_sigreturn() to be much more similar.Theo de Raadt