Age | Commit message (Expand) | Author |
2020-09-25 | landisk has legacy global variable want_resched, rather than post-MP | Theo de Raadt |
2020-09-24 | Only perform uvm_map_inentry() checks for PROC_SP for userland pagefaults. | Theo de Raadt |
2020-09-22 | On sh architecture, general_exception() handles regular traps as well as | Theo de Raadt |
2020-09-14 | Ensure the SH_(TRA)) register is read before a potential sleep in trap() | Theo de Raadt |
2020-07-09 | another excess file | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2006-10-06 | Preliminary bits for SuperH-based ports, based on NetBSD/sh3 codebase with | Miod Vallat |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-11 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2019-11-07 | db_addr_t -> vaddr_t | Martin Pieuchot |
2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-09-06 | If uvm_map_inentry returns false then a signal has been delivered, and | Theo de Raadt |
2019-07-09 | I wrote the pc-page-writeable and sp-not-MAP_STACK code to be shared, and | Theo de Raadt |
2019-07-07 | print the cpu model in the correct place (only) | Theo de Raadt |
2019-06-28 | landisk/sh didn't have the code for checking if sp is on MAP_STACK | Theo de Raadt |
2019-06-11 | Remove unused scheduler related definitions. | Martin Pieuchot |
2019-04-25 | Add movstrSI12_i4 for linking -Os/-Oz kernels. Sadly however it | Theo de Raadt |
2019-03-24 | Add intr_{disable,restore}() for sh. | Visa Hankala |
2019-02-17 | sprinle some casts to quiet compiler; ok millert | Theo de Raadt |
2018-11-11 | Add END() macro to set symbol size like every other arch | Philip Guenther |
2018-10-05 | Provide an MD 64-bit byteswapping function build on 32-bit swaps | Christian Weisgerber |
2018-10-02 | Unify the MD byteswapping code as much as possible across architectures. | Christian Weisgerber |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
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-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-02-11 | Move landisk to MI mutex. | Martin Pieuchot |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-12-14 | fcntl(F_SETFL) invokes the FIONBIO and FIOASYNC ioctls internally, so | Philip Guenther |
2017-11-03 | use %lx to print the frame address if resolving of the symbol name fails | Jasper Lievisse Adriaanse |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-08-17 | Fix typo in comments: s/return/returns/ in "a function that never return." | Tom Cosgrove |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-23 | Unbreak profiling assembly functions in userland by defining the | Martin Pieuchot |
2017-06-22 | Fix the remaining ';;'s in sys/ | Tom Cosgrove |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |
2017-05-18 | Fix kernel build on armv7 and sh. | Visa Hankala |
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-02-12 | Split up fork1(): | Philip Guenther |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-19 | struct process has a pointer to the vmspace now, so simplify the ASID search | Philip Guenther |