Age | Commit message (Expand) | Author |
2020-08-19 | Push KERNEL_LOCK/UNLOCK() dance inside trapsignal(). | Martin Pieuchot |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-05-02 | Fix buglet in previous commit; use time from the struct timeval that was | Mark Kettenis |
2020-04-29 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2019-08-22 | unused variable, after previous commit | Theo de Raadt |
2019-08-21 | sysctl(2): add kern.utc_offset: successor to the DST/TIMEZONE options(4) | cheloha |
2019-05-23 | zap reference to non-existent function in a comment | Jasper Lievisse Adriaanse |
2018-07-30 | Use the MI interrupt enable/distable API instead of the MD one on i386 and | Mark Kettenis |
2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required | Philip Guenther |
2018-04-11 | More steps for i386 Meltdown fix: | Alexander Bluhm |
2018-03-31 | Change ci_dev.dv_xname to ci_dev->dv_xname in debugging printf() | Alexander Bluhm |
2018-03-31 | Recommit preparation for i386 Meltdown fix after OpenBSD 6.3 release. | Alexander Bluhm |
2018-03-22 | iBackout the preparations for fixing Meltdown on i386. The task was | Alexander Bluhm |
2018-03-13 | Preparation for i386 Meltdown fix: | Alexander Bluhm |
2018-03-01 | Protect the calls to trapsignal() and psignal() with a kernel lock | Alexander Bluhm |
2017-12-30 | Delete unnecessary <sys/file.h> includes | Philip Guenther |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-01-25 | tedu some code that has not been executed since time_t became 64 bits | Tom Cosgrove |
2016-09-22 | Fix indentation. No binary change. | Jonathan Gray |
2016-06-05 | Use the new input functions of wsmouse in mouse and touchscreen drivers. | Ulf Brosziewski |
2015-09-27 | free(x, 0) cleanup: | Sebastien Marie |
2015-09-01 | fairly simple sizes for free() | Theo de Raadt |
2015-07-16 | Move grab/release of the kernel_lock for softintrs from the ASM stubs to | Philip Guenther |
2015-07-13 | remove unused isa_nodefaultirq; ok kettenis, mlarkin | Mike Belopuhov |
2015-06-28 | Split AST handling from trap() into ast() and get rid of T_ASTFLT | Philip Guenther |
2015-02-11 | deprecate use of sys/lock.h and replace it with sys/atomic.h or | David Gwynne |
2015-02-10 | Switch uiomovei(..., sizeof whatever, ...) to uiomove(). | Miod Vallat |
2015-02-10 | First step towards making uiomove() take a size_t size argument: | Miod Vallat |
2015-01-24 | Add bus_dmamem_alloc_range(9) to allow drivers to allocate DMA'able memory | Mark Kettenis |
2014-12-22 | bcopy -> memcpy, as in amd64 | Theo de Raadt |
2014-07-13 | The correct place to call _bus_dmamap_sync() is after we copy data *to* the | Mark Kettenis |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2013-11-16 | Copied from amd64.. | Brad Smith |
2013-07-14 | IPL_VM is "mpsafe" now as well. | Mark Kettenis |
2013-07-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-05-16 | Implement a mechanism to establish interrupt handlers that don't grab the | Mark Kettenis |
2013-05-08 | remove stale cyrix emc support, and switch to just using intial npxcw | Ted Unangst |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-04-17 | Don't set the frequency of the statclock if we don't have one. | Gerhard Roth |
2012-11-10 | Recent x86 CPUs come with a constant time stamp counter. If this is | Marcus Glocker |
2011-07-11 | Revert art@'s moving around of the KERNEL_LOCK()/KERNEL_UNLOCK() calls, | Philip Guenthe |
2011-07-07 | There is a bunch of places in the kernel entry points where we don't | Artur Grabowski |
2011-07-06 | Clean up after P_BIGLOCK removal. | Artur Grabowski |
2011-07-05 | N: Thou shalt not call hardclock() with biglock held. | Owain Ainsworth |
2011-04-16 | More than a decade ago, interrupt handlers on sparc started returning 0 | Theo de Raadt |
2011-03-20 | When reading MXCSR from userland sigcontext or a ptrace request, | Philip Guenthe |
2011-01-03 | remove unused file | Alexandr Shadchin |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |