summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh
AgeCommit message (Expand)AuthorFilesLines
2021-03-11spellingjsg2-9/+9
2021-02-23remove some unused includesjsg1-163/+0
2021-01-01Remove useless redundant call of ttyopen().jan1-5/+1
2020-11-08In case of failure, call sigexit() from trapsignal instead of sensig().mpi1-10/+6
2020-10-21The condition around uvm_grow() can be simplified, as the error resultderaadt1-7/+3
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tderaadt1-3/+2
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha1-1/+2
2020-10-08use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt1-7/+7
2020-10-07Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi1-1/+2
2020-09-25landisk has legacy global variable want_resched, rather than post-MPderaadt1-10/+5
2020-09-25landisk has legacy global variable want_resched, rather than post-MPderaadt3-5/+15
2020-09-24Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt1-10/+9
2020-09-22On sh architecture, general_exception() handles regular traps as well asderaadt1-5/+7
2020-09-14Ensure the SH_(TRA)) register is read before a potential sleep in trap()deraadt1-4/+2
2020-07-09another excess filederaadt1-23/+0
2020-07-06Add support for timeconting in userland.pirofti1-0/+23
2020-06-30Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa1-56/+0
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg1-1/+2
2020-05-27Retire <machine/varargs.h>.visa1-57/+0
2020-05-16Make inittodr() and resettodr() MI.kettenis1-94/+1
2020-05-11Use the same inittodr()/resettodr() implementation as onkettenis2-68/+122
2019-11-07db_addr_t -> vaddr_tmpi4-124/+124
2019-11-07Substitute boolean_t/TRUE/FALSE by int/1/0.mpi4-16/+16
2019-09-06If uvm_map_inentry returns false then a signal has been delivered, andderaadt1-2/+2
2019-07-09I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andderaadt1-2/+3
2019-07-07print the cpu model in the correct place (only)deraadt2-6/+7
2019-06-28landisk/sh didn't have the code for checking if sp is on MAP_STACKderaadt1-1/+4
2019-06-11Remove unused scheduler related definitions.mpi1-3/+1
2019-04-25Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itderaadt1-2/+2
2019-03-24Add intr_{disable,restore}() for sh.visa1-1/+13
2019-02-17sprinle some casts to quiet compiler; ok millertderaadt1-3/+3
2018-11-11Add END() macro to set symbol size like every other archguenther1-1/+3
2018-10-05Provide an MD 64-bit byteswapping function build on 32-bit swapsnaddy1-2/+11
2018-10-02Unify the MD byteswapping code as much as possible across architectures.naddy1-20/+25
2018-09-14Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio1-2/+2
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-3/+3
2018-03-20Do not panic from ddb(4) when a lock requirement isn't fulfilled.mpi1-3/+1
2018-03-05#define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt1-1/+2
2018-02-19Remove almost unused `flags' argument of suser().mpi2-5/+5
2018-02-11Move landisk to MI mutex.mpi3-150/+3
2017-12-30Delete unnecessary <sys/file.h> includesguenther1-2/+1
2017-12-14fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soguenther1-1/+9
2017-11-03use %lx to print the frame address if resolving of the symbol name failsjasper1-2/+6
2017-09-05Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther1-5/+1
2017-08-17Fix typo in comments: s/return/returns/ in "a function that never return."tom1-2/+2
2017-06-29kill RCSID macros; discussed with millertderaadt1-4/+1
2017-06-23Unbreak profiling assembly functions in userland by defining thempi1-2/+2
2017-06-22Fix the remaining ';;'s in sys/tom1-2/+2
2017-05-30Kill db_sym_t.mpi2-4/+4