summaryrefslogtreecommitdiffstats
path: root/sys/arch/sh (follow)
Commit message (Expand)AuthorAgeFilesLines
* spellingjsg2021-03-112-9/+9
* remove some unused includesjsg2021-02-231-163/+0
* Remove useless redundant call of ttyopen().jan2021-01-011-5/+1
* In case of failure, call sigexit() from trapsignal instead of sensig().mpi2020-11-081-10/+6
* The condition around uvm_grow() can be simplified, as the error resultderaadt2020-10-211-7/+3
* uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tderaadt2020-10-211-3/+2
* alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha2020-10-201-1/+2
* use access_type as the PROT_* variable for uvm_fault() consistantlyderaadt2020-10-081-7/+7
* Include <sys/systm.h> directly instead of relying on hidden UVM includes.mpi2020-10-071-1/+2
* landisk has legacy global variable want_resched, rather than post-MPderaadt2020-09-251-10/+5
* landisk has legacy global variable want_resched, rather than post-MPderaadt2020-09-253-5/+15
* Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults.deraadt2020-09-241-10/+9
* On sh architecture, general_exception() handles regular traps as well asderaadt2020-09-221-5/+7
* Ensure the SH_(TRA)) register is read before a potential sleep in trap()deraadt2020-09-141-4/+2
* another excess filederaadt2020-07-091-23/+0
* Add support for timeconting in userland.pirofti2020-07-061-0/+23
* Remove obsolete <machine/stdarg.h> header. Nowadays the varargvisa2020-06-301-56/+0
* introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.dlg2020-05-311-1/+2
* Retire <machine/varargs.h>.visa2020-05-271-57/+0
* Make inittodr() and resettodr() MI.kettenis2020-05-161-94/+1
* Use the same inittodr()/resettodr() implementation as onkettenis2020-05-112-68/+122
* db_addr_t -> vaddr_tmpi2019-11-074-125/+125
* Substitute boolean_t/TRUE/FALSE by int/1/0.mpi2019-11-074-16/+16
* If uvm_map_inentry returns false then a signal has been delivered, andderaadt2019-09-061-2/+2
* I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, andderaadt2019-07-091-2/+3
* print the cpu model in the correct place (only)deraadt2019-07-072-6/+7
* landisk/sh didn't have the code for checking if sp is on MAP_STACKderaadt2019-06-281-1/+4
* Remove unused scheduler related definitions.mpi2019-06-111-3/+1
* Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however itderaadt2019-04-251-2/+2
* Add intr_{disable,restore}() for sh.visa2019-03-241-1/+13
* sprinle some casts to quiet compiler; ok millertderaadt2019-02-171-3/+3
* Add END() macro to set symbol size like every other archguenther2018-11-111-1/+3
* Provide an MD 64-bit byteswapping function build on 32-bit swapsnaddy2018-10-051-2/+11
* Unify the MD byteswapping code as much as possible across architectures.naddy2018-10-021-21/+26
* Unify and bump some of the NMBCLUSTERS defines. Some archs had it set toclaudio2018-09-141-2/+2
* Move from sendsig() to its callers the initsiginfo() calls andguenther2018-07-101-4/+3
* Implement MAP_STACK option for mmap(). Synchronous faults (pagefault andderaadt2018-04-121-3/+3
* Do not panic from ddb(4) when a lock requirement isn't fulfilled.mpi2018-03-201-3/+1
* #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an archderaadt2018-03-051-1/+2
* Remove almost unused `flags' argument of suser().mpi2018-02-192-5/+5
* Move landisk to MI mutex.mpi2018-02-113-150/+3
* Delete unnecessary <sys/file.h> includesguenther2017-12-301-2/+1
* fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, soguenther2017-12-141-1/+9
* use %lx to print the frame address if resolving of the symbol name failsjasper2017-11-031-2/+6
* Move mutex, condvar, and thread-specific data routes, pthread_once, andguenther2017-09-051-5/+1
* Fix typo in comments: s/return/returns/ in "a function that never return."tom2017-08-171-2/+2
* kill RCSID macros; discussed with millertderaadt2017-06-291-4/+1
* Unbreak profiling assembly functions in userland by defining thempi2017-06-231-2/+2
* Fix the remaining ';;'s in sys/tom2017-06-221-2/+2
* Kill db_sym_t.mpi2017-05-302-4/+4