summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
AgeCommit message (Expand)Author
2021-12-17Correct copypaste comment grammar.skrll
2021-12-17Trailing whitespaceskrll
2021-12-08fix various typos in comments and log messages.andvar
2021-12-05s/specificed/specified/ in comment.msaitoh
2021-12-05s/seach/search/msaitoh
2021-12-05s/preceed/preced/ in comment.msaitoh
2021-11-10s/Reseting/Resetting/msaitoh
2021-11-02In order to prevent _mcount() from being recursively called when built with C...ryo
2021-11-02fix profiling kernel buildryo
2021-11-02fix build with COPTS=-O0ryo
2021-11-01Use "stack_t" instead of "struct sigaltstack", as the former is thethorpej
2021-10-30- In vec_restore_from_mcontext() and vec_save_to_mcontext(), allows thethorpej
2021-10-29Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility.thorpej
2021-10-27Need frame.hchristos
2021-10-27There is no sigcontext in ppc64christos
2021-10-27Use the signal trampoline version constants from <sys/signal.h>.thorpej
2021-10-27Make sigcontext13 visible only to _KERNEL. Make sigcontext visible onlythorpej
2021-10-26Merge all MD __sigaction14_sigtramp.c copies into one:christos
2021-10-02Pass the pmap in tlb_set_asid for the benefit of aarch64.skrll
2021-10-02Use KERNEL_PID instead of 0. NFC.skrll
2021-09-19fix various typos in comments, messages and documentation.andvar
2021-09-13Fix IBM405 errata 77 workaround for __cpu_simple_lock{,_try}();rin
2021-09-11Add missing double p and d for stopped and overriden accordingly.andvar
2021-09-08pte_enter() and pmap_enter_pv(): return zero for success, andrin
2021-09-05Now, ctx_flush() never fails. So, make this function void.rin
2021-09-05pmap_enter_pv(): At the moment, this function is always called withrin
2021-09-05pmap_enter_pv(): No need to initialize npv to NULL.rin
2021-09-05pmap_testout(): Use pmap_{protect,remove}() for va to (va + PAGE_SIZE),rin
2021-09-05if (cond) panic() or Debugger() in #ifdef DIAGNOSTIC ---> KASSERT(!cond)rin
2021-09-04Style. No binary changes.rin
2021-08-20fix various typos in comments and log messages.andvar
2021-08-17fix multiplei repetitive typos in comments, messages and documentation. mainl...andvar
2021-08-14Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ...ryo
2021-08-13fix typos in words "pointer" and s/fram /frame/andvar
2021-08-12fix typos in "environment" word.andvar
2021-08-07Merge thorpej-cfargs2.thorpej
2021-08-03Fix various typos in comments. Also add missing NetBSD RCS Id in some of thes...andvar
2021-07-24Fix all remaining typos, mainly in comments but also in few definitions and l...andvar
2021-07-19there is no need to keep pvos for unmanaged mappings on a hidden p/v list,chs
2021-06-29Remove uscanner(4) drivernia
2021-06-27PR 55325: unify both pvo pools (for managed and unmanaged pages).martin
2021-06-16if_attach and if_initialize cannot fail, don't test return valueriastradh
2021-05-31Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE issimonb
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-22Fix rnd(9) support; events were not sampled actually in the previous.rin
2021-04-17Sync MAXfoo params with oea:rin
2021-04-17PR port-powerpc/56107rin
2021-04-17Adjust TABs. No functional changes.rin
2021-04-15sandpoint has its own module_init_md(). So, do not compile inrin
2021-04-15Use uvm_km_alloc(9) with UVM_KMF_NOWAIT flag in pte_enter(), in order not torin