| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling |  jsg | 2021-03-11 | 3 | -7/+7 |
* | In case of failure, call sigexit() from trapsignal instead of sensig(). |  mpi | 2020-11-08 | 1 | -10/+6 |
* | As done on other architectures, narrow the KERNEL_LOCK only around |  deraadt | 2020-10-30 | 1 | -19/+19 |
* | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't |  deraadt | 2020-10-21 | 1 | -3/+3 |
* | use access_type as the PROT_* variable for uvm_fault() consistantly |  deraadt | 2020-10-08 | 1 | -18/+18 |
* | Include <sys/systm.h> directly instead of relying on hidden UVM includes. |  mpi | 2020-10-07 | 1 | -1/+2 |
* | miod's proposal for traps was also wrong, causing one type of kernel |  deraadt | 2020-09-27 | 1 | -5/+3 |
* | miod notes T_USER needs to be a bit, it was not. |  deraadt | 2020-09-25 | 1 | -2/+2 |
* | add uvm_map_isentry check for 88100, and alter the KERNEL_LOCK |  deraadt | 2020-09-25 | 1 | -9/+10 |
* | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. |  deraadt | 2020-09-24 | 1 | -9/+6 |
* | |= is not supposed to be spelled += |  deraadt | 2020-09-23 | 1 | -3/+3 |
* | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). |  mpi | 2020-08-19 | 3 | -11/+3 |
* | do not need these versions of timetc.h |  deraadt | 2020-07-08 | 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 | -16/+0 |
* | Fix format strings (%p --> %lx) in debug code. |  aoyama | 2020-06-23 | 1 | -23/+23 |
* | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 2020-05-31 | 1 | -1/+3 |
* | Retire <machine/varargs.h>. |  visa | 2020-05-27 | 1 | -13/+0 |
* | Rewrite m88k mutex code as a slight variation of the MI mutex code. |  aoyama | 2020-05-26 | 4 | -260/+181 |
* | %r26 hasn't been used by the threads implementation since 2016, so stop |  guenther | 2019-12-11 | 2 | -9/+4 |
* | TRUE/FALSE conversions missed in previous. |  mpi | 2019-11-10 | 2 | -5/+5 |
* | Substitute boolean_t/TRUE/FALSE/db_addr_t by int/1/0/vaddr_t. |  mpi | 2019-11-08 | 4 | -30/+30 |
* | Reduce the number of places where `p_priority' and `p_stat' are set. |  mpi | 2019-10-15 | 1 | -4/+2 |
* | If uvm_map_inentry returns false then a signal has been delivered, and |  deraadt | 2019-09-06 | 1 | -3/+3 |
* | sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that |  aoyama | 2019-08-28 | 1 | -5/+4 |
* | Increment `db_active' before entering db_trap() like other archs do. |  mpi | 2019-07-20 | 1 | -1/+3 |
* | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and |  deraadt | 2019-07-09 | 1 | -3/+5 |
* | add code to check stack pointer is within MAP_STACK |  deraadt | 2019-06-17 | 1 | -1/+7 |
* | Remove file name and line number output from witness(4) |  visa | 2019-04-23 | 1 | -4/+4 |
* | Include srp.h where struct cpu_info uses srp to avoid erroring out when |  jsg | 2018-12-05 | 1 | -1/+2 |
* | More "explicitely" -> "explicitly" in various comments. |  krw | 2018-10-22 | 1 | -2/+2 |
* | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to |  claudio | 2018-09-14 | 1 | -2/+2 |
* | Adding membar_xxx defines to userland. |  aoyama | 2018-08-22 | 1 | -1/+49 |
* | Remove unused spllock(). |  visa | 2018-08-20 | 1 | -3/+1 |
* | 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 | -2/+3 |
* | Make luna88k use the MI mplock implementation. |  aoyama | 2018-03-12 | 1 | -167/+0 |
* | Make luna88k use the MI mplock implementation. |  aoyama | 2018-03-12 | 2 | -66/+4 |
* | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 2018-03-05 | 1 | -1/+2 |
* | Define and use IPL_MPFLOOR in our common mutex implementation. |  mpi | 2018-01-13 | 1 | -2/+2 |
* | Unify <machine/mutex.h> a bit further. |  mpi | 2018-01-04 | 1 | -2/+2 |
* | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so |  guenther | 2017-12-14 | 1 | -1/+9 |
* | Change __mp_lock_held() to work with an arbitrary CPU info structure and |  mpi | 2017-12-04 | 1 | -3/+3 |
* | If you use sys/param.h, you don't need sys/types.h |  deraadt | 2017-09-08 | 4 | -8/+4 |
* | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 2017-09-05 | 1 | -5/+1 |
* | Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||) |  tom | 2017-06-22 | 1 | -4/+4 |
* | Kill db_sym_t. |  mpi | 2017-05-30 | 1 | -3/+3 |
* | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. |  mpi | 2017-05-29 | 3 | -10/+6 |
* | copyin32 implementation from miod@ |  mpi | 2017-05-29 | 1 | -1/+43 |
* | Rename Debugger() into db_enter(). |  mpi | 2017-04-30 | 2 | -7/+7 |