| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-11 | 2 | -9/+9 |
* | remove some unused includes |  jsg | 2021-02-23 | 1 | -163/+0 |
* | Remove useless redundant call of ttyopen(). |  jan | 2021-01-01 | 1 | -5/+1 |
* | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 2020-11-08 | 1 | -10/+6 |
* | The condition around uvm_grow() can be simplified, as the error result |  deraadt | 2020-10-21 | 1 | -7/+3 |
* | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't |  deraadt | 2020-10-21 | 1 | -3/+2 |
* | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset |  cheloha | 2020-10-20 | 1 | -1/+2 |
* | use access_type as the PROT_* variable for uvm_fault() consistantly |  deraadt | 2020-10-08 | 1 | -7/+7 |
* | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 2020-10-07 | 1 | -1/+2 |
* | landisk has legacy global variable want_resched, rather than post-MP |  deraadt | 2020-09-25 | 1 | -10/+5 |
* | landisk has legacy global variable want_resched, rather than post-MP |  deraadt | 2020-09-25 | 3 | -5/+15 |
* | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 2020-09-24 | 1 | -10/+9 |
* | On sh architecture, general_exception() handles regular traps as well as |  deraadt | 2020-09-22 | 1 | -5/+7 |
* | Ensure the SH_(TRA)) register is read before a potential sleep in trap() |  deraadt | 2020-09-14 | 1 | -4/+2 |
* | another excess file |  deraadt | 2020-07-09 | 1 | -23/+0 |
* | Add support for timeconting in userland. |  pirofti | 2020-07-06 | 1 | -0/+23 |
* | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 2020-06-30 | 1 | -56/+0 |
* | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 1 | -1/+2 |
* | Retire <machine/varargs.h>. |  visa | 2020-05-27 | 1 | -57/+0 |
* | Make inittodr() and resettodr() MI. |  kettenis | 2020-05-16 | 1 | -94/+1 |
* | Use the same inittodr()/resettodr() implementation as on |  kettenis | 2020-05-11 | 2 | -68/+122 |
* | db_addr_t -> vaddr_t |  mpi | 2019-11-07 | 4 | -125/+125 |
* | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 2019-11-07 | 4 | -16/+16 |
* | If uvm_map_inentry returns false then a signal has been delivered, and |  deraadt | 2019-09-06 | 1 | -2/+2 |
* | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and |  deraadt | 2019-07-09 | 1 | -2/+3 |
* | print the cpu model in the correct place (only) |  deraadt | 2019-07-07 | 2 | -6/+7 |
* | landisk/sh didn't have the code for checking if sp is on MAP_STACK |  deraadt | 2019-06-28 | 1 | -1/+4 |
* | Remove unused scheduler related definitions. |  mpi | 2019-06-11 | 1 | -3/+1 |
* | Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however it |  deraadt | 2019-04-25 | 1 | -2/+2 |
* | Add intr_{disable,restore}() for sh. |  visa | 2019-03-24 | 1 | -1/+13 |
* | sprinle some casts to quiet compiler; ok millert |  deraadt | 2019-02-17 | 1 | -3/+3 |
* | Add END() macro to set symbol size like every other arch |  guenther | 2018-11-11 | 1 | -1/+3 |
* | Provide an MD 64-bit byteswapping function build on 32-bit swaps |  naddy | 2018-10-05 | 1 | -2/+11 |
* | Unify the MD byteswapping code as much as possible across architectures. |  naddy | 2018-10-02 | 1 | -21/+26 |
* | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to |  claudio | 2018-09-14 | 1 | -2/+2 |
* | Move from sendsig() to its callers the initsiginfo() calls and |  guenther | 2018-07-10 | 1 | -4/+3 |
* | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and |  deraadt | 2018-04-12 | 1 | -3/+3 |
* | Do not panic from ddb(4) when a lock requirement isn't fulfilled. |  mpi | 2018-03-20 | 1 | -3/+1 |
* | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 2018-03-05 | 1 | -1/+2 |
* | Remove almost unused `flags' argument of suser(). |  mpi | 2018-02-19 | 2 | -5/+5 |
* | Move landisk to MI mutex. |  mpi | 2018-02-11 | 3 | -150/+3 |
* | Delete unnecessary <sys/file.h> includes |  guenther | 2017-12-30 | 1 | -2/+1 |
* | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so |  guenther | 2017-12-14 | 1 | -1/+9 |
* | use %lx to print the frame address if resolving of the symbol name fails |  jasper | 2017-11-03 | 1 | -2/+6 |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -5/+1 |
* | Fix typo in comments: s/return/returns/ in "a function that never return." |  tom | 2017-08-17 | 1 | -2/+2 |
* | kill RCSID macros; discussed with millert |  deraadt | 2017-06-29 | 1 | -4/+1 |
* | Unbreak profiling assembly functions in userland by defining the |  mpi | 2017-06-23 | 1 | -2/+2 |
* | Fix the remaining ';;'s in sys/ |  tom | 2017-06-22 | 1 | -2/+2 |
* | Kill db_sym_t. |  mpi | 2017-05-30 | 2 | -4/+4 |