Age | Commit message (Expand) | Author |
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-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. | Christian Weisgerber |
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 |
2020-05-25 | Pass boothowto from bootblock to kernel | Theo de Raadt |
2020-05-23 | remove more cfb and sfb bits | Jonathan Gray |
2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. | Martin Pieuchot |
2019-11-07 | ANSIfy & substitute boolean_t/TRUE/FALSE by int/1/0. | Martin Pieuchot |
2019-05-13 | free(9) sizes. | Martin Pieuchot |
2019-03-24 | Add intr_{disable,restore}() for alpha. | Visa Hankala |
2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when | Jonathan Gray |
2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to | Claudio Jeker |
2018-08-20 | Remove unused spllock(). | Visa Hankala |
2018-04-09 | Fill in FRAME_PS after the fact. What a ridiculous design decision. | Theo de Raadt |
2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch | Theo de Raadt |
2018-01-25 | Move common mutex implementations to a MI place. | Martin Pieuchot |
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-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and | Martin Pieuchot |
2017-11-02 | Switch DEC 3000 (TURBOchannel) alpha serial code to MI z8530 code. | Martin Pieuchot |
2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and | Philip Guenther |
2017-06-29 | kill RCSID macros; discussed with millert | Theo de Raadt |
2017-06-05 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
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-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2016-11-07 | Hide FIX_SSTEP() behind #ifdef _KERNEL | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-06-13 | rename _splraise to splraise | David Gwynne |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-05-15 | Implement TCB_{GET,SET} using PAL_{rd,wr}unique. | Philip Guenther |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-05-03 | alias bus_space_{read,write}_raw to the non-raw counterparts | David Gwynne |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-04-20 | Move back #include <sys/mutex.h> outside #ifdef _KERNEL as it was | Landry Breuil |
2016-03-30 | Better support for alphas without all IEEE-mode instructions | Andrew Fresh |
2016-03-01 | guard macro args with parens | mmcc |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot |
2016-02-22 | put mutex.h lower | Theo de Raadt |
2016-02-22 | Move #include <sys/mutex.h> from pmap.c to pmap.h, like every other archs | Landry Breuil |
2015-11-07 | Spell `unused' correctly. | Miod Vallat |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-13 | intr_barrier(9) for alpha. | Mark Kettenis |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |