| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 3 | -8/+8 |
| 2020-07-06 | Add support for timeconting in userland. |  pirofti | 1 | -0/+23 |
| 2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg |  visa | 1 | -54/+0 |
| 2020-06-14 | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 1 | -2/+12 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -1/+2 |
| 2020-05-27 | Retire <machine/varargs.h>. |  visa | 1 | -17/+0 |
| 2019-11-07 | Convert db_addr_t -> vaddr_t but leave the typedef for now. |  mpi | 1 | -7/+7 |
| 2019-04-23 | Remove file name and line number output from witness(4) |  visa | 1 | -16/+6 |
| 2018-12-05 | Include srp.h where struct cpu_info uses srp to avoid erroring out when |  jsg | 1 | -1/+2 |
| 2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to |  claudio | 1 | -2/+2 |
| 2018-06-08 | Constipate all the struct lock_type's so they go into .rodata |  guenther | 1 | -3/+3 |
| 2018-05-14 | Expose memory barriers to userland. |  kettenis | 1 | -2/+3 |
| 2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 1 | -1/+2 |
| 2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. |  mpi | 2 | -3/+4 |
| 2018-01-04 | Unify <machine/mutex.h> a bit further. |  mpi | 1 | -2/+2 |
| 2017-12-04 | Change __mp_lock_held() to work with an arbitrary CPU info structure and |  mpi | 1 | -2/+2 |
| 2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 1 | -5/+1 |
| 2017-07-16 | Add WITNESS support |  guenther | 1 | -8/+36 |
| 2017-06-23 | Unbreak profiling assembly functions in userland by defining the |  mpi | 1 | -2/+2 |
| 2017-05-19 | tweak the spllower asm so it is more straightforward. |  dlg | 1 | -6/+10 |
| 2017-05-18 | Implement copyin32(9). |  kettenis | 1 | -1/+3 |
| 2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. |  dlg | 1 | -1/+2 |
| 2017-04-20 | Hook up mutex(9) to witness(4). |  visa | 1 | -6/+20 |
| 2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it |  guenther | 1 | -3/+1 |
| 2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except |  guenther | 1 | -3/+1 |
| 2016-09-03 | Increase the number of mbufs on most architectures. This is based |  bluhm | 1 | -2/+2 |
| 2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie |  deraadt | 1 | -2/+3 |
| 2016-05-10 | The hppa trapframe PC is marked (in the low two bits) to indicate a |  deraadt | 1 | -2/+2 |
| 2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to |  kettenis | 1 | -1/+2 |
| 2016-04-27 | G/C DDB_REGS. |  mpi | 1 | -2/+1 |
| 2016-02-27 | Rename kdb_trap() into db_ktrap(). |  mpi | 1 | -2/+2 |
| 2016-02-09 | make __cpu_simple_lock provide serialisation of the critical section. |  dlg | 1 | -8/+8 |
| 2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE |  miod | 1 | -8/+3 |
| 2015-09-30 | Remove some trailing whitespace. |  krw | 1 | -2/+2 |
| 2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, |  krw | 1 | -4/+4 |
| 2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG |  guenther | 1 | -3/+1 |
| 2015-09-13 | intr_barrier(9) for hppa. |  kettenis | 1 | -1/+3 |
| 2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option |  guenther | 1 | -2/+1 |
| 2015-07-27 | Always #include <sys/mutex.h>: need struct mutex for struct vm_page_md |  guenther | 1 | -2/+2 |
| 2015-07-14 | First stab at making the hppa mpsafe. Not quite there yet though. |  kettenis | 1 | -4/+7 |
| 2015-07-02 | introduce srp, which according to the manpage i wrote is short for |  dlg | 1 | -1/+5 |
| 2015-05-05 | emul_native is only used for kernel threads which can't dump core, so |  guenther | 1 | -7/+1 |
| 2015-05-02 | rework hppa mutexes. |  dlg | 1 | -8/+7 |
| 2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we |  millert | 1 | -4/+1 |
| 2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. |  miod | 1 | -2/+2 |
| 2015-02-11 | dont need lockmgr for pmap things, so we dont need sys/lock.h |  dlg | 1 | -4/+1 |
| 2015-02-11 | intr.c needs atomic.h for atomic_setbits_int to say softints are pending. |  dlg | 1 | -3/+1 |
| 2015-02-11 | make the rwlock implementation MI. |  dlg | 1 | -5/+1 |
| 2015-02-10 | increase min address to page size for all remaining min == 0 systems. |  tedu | 1 | -2/+2 |
| 2014-12-17 | remove simplelocks |  deraadt | 1 | -3/+1 |