Age | Commit message (Expand) | Author |
2019-10-15 | Reduce the number of places where `p_priority' and `p_stat' are set. | Martin Pieuchot |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-08-28 | sys/arch/luna88k/luna88k/locore0.S:dummy_cpu assumes that | Kenji Aoyama |
2019-07-20 | Increment `db_active' before entering db_trap() like other archs do. | Martin Pieuchot |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-06-17 | add code to check stack pointer is within MAP_STACK | Theo de Raadt |
2019-04-23 | Remove file name and line number output from witness(4) | Visa Hankala |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-10-22 | More "explicitely" -> "explicitly" in various comments. | Kenneth R Westerback |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-08-22 | Adding membar_xxx defines to userland. | Kenji Aoyama |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-07-10 | Move from sendsig() to its callers the initsiginfo() calls and | Philip Guenther |
2018-04-12 | Implement MAP_STACK option for mmap(). Synchronous faults (pagefault and | Theo de Raadt |
2018-03-12 | Make luna88k use the MI mplock implementation. | Kenji Aoyama |
2018-03-12 | Make luna88k use the MI mplock implementation. | Kenji Aoyama |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. | Martin Pieuchot |
2018-01-04 | Unify <machine/mutex.h> a bit further. | Martin Pieuchot |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-06-22 | Tidy up comment about double load opcodes in m88k/eh_common.S (and fix ;; -> ||) | Tom Cosgrove |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-29 | copyin32 implementation from miod@ | Martin Pieuchot |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-03-19 | Put the address of the per-cpu clock and interrupt registers into the cpu_info | Miod Vallat |
2017-02-15 | Make this build (and run) with gcc 4. | Miod Vallat |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2016-10-19 | Change process_{domem,auxv_offset}() to take a process instead of a proc. | Philip Guenther |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-09 | Tweak the special handling of pid 1 in setregs()...and document that | Philip Guenther |
2016-10-09 | Apply consistency to forever loops with continue and NOTREACHED | Tom Cosgrove |
2016-10-08 | Report the PID in sendsig() debugging | Philip Guenther |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-19 | ansify function definitions | Jasper Lievisse Adriaanse |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-04 | TCB_GET_MEMBER() is no longer used after the TIB changes | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-08-01 | bring the light of ansi to a few more files | Ted Unangst |
2016-06-21 | Add sc_cookie in sigcontext, as same as other ports. | Kenji Aoyama |
2016-06-13 | rename raiseipl to splraise() | David Gwynne |
2016-06-07 | consistently set ipls on pmap pools. | David Gwynne |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar. | Theo de Raadt |