| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-02-23 | remove some unused includes |  jsg | 1 | -163/+0 |
| 2020-09-25 | landisk has legacy global variable want_resched, rather than post-MP |  deraadt | 1 | -10/+5 |
| 2020-07-09 | another excess file |  deraadt | 1 | -23/+0 |
| 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 | -56/+0 |
| 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 | -57/+0 |
| 2019-11-07 | db_addr_t -> vaddr_t |  mpi | 1 | -2/+2 |
| 2019-11-07 | Substitute boolean_t/TRUE/FALSE by int/1/0. |  mpi | 1 | -4/+4 |
| 2019-03-24 | Add intr_{disable,restore}() for sh. |  visa | 1 | -1/+13 |
| 2019-02-17 | sprinle some casts to quiet compiler; ok millert |  deraadt | 1 | -3/+3 |
| 2018-11-11 | Add END() macro to set symbol size like every other arch |  guenther | 1 | -1/+3 |
| 2018-10-05 | Provide an MD 64-bit byteswapping function build on 32-bit swaps |  naddy | 1 | -2/+11 |
| 2018-10-02 | Unify the MD byteswapping code as much as possible across architectures. |  naddy | 1 | -20/+25 |
| 2018-09-14 | Unify and bump some of the NMBCLUSTERS defines. Some archs had it set to |  claudio | 1 | -2/+2 |
| 2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 1 | -1/+2 |
| 2018-02-11 | Move landisk to MI mutex. |  mpi | 1 | -61/+2 |
| 2017-09-05 | Move mutex, condvar, and thread-specific data routes, pthread_once, and |  guenther | 1 | -5/+1 |
| 2017-06-29 | kill RCSID macros; discussed with millert |  deraadt | 1 | -4/+1 |
| 2017-06-23 | Unbreak profiling assembly functions in userland by defining the |  mpi | 1 | -2/+2 |
| 2017-05-18 | Fix kernel build on armv7 and sh. |  visa | 1 | -2/+2 |
| 2017-04-20 | Hook up mutex(9) to witness(4). |  visa | 1 | -3/+4 |
| 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-27 | Remove the non ELF macros |  deraadt | 2 | -32/+3 |
| 2016-05-18 | Save and restore 'gbr' register when enter/leaving the kernel, and use |  guenther | 4 | -5/+25 |
| 2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie |  deraadt | 1 | -3/+3 |
| 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-01-15 | intr_barrier for sh/landisk; tobiasu noticed the need as well |  deraadt | 1 | -1/+3 |
| 2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ |  krw | 1 | -4/+4 |
| 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-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option |  guenther | 1 | -2/+1 |
| 2015-05-05 | emul_native is only used for kernel threads which can't dump core, so |  guenther | 1 | -4/+1 |
| 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 | no md code wants lockmgr locks, so no md code needs to include sys/lock.h |  dlg | 1 | -2/+1 |
| 2014-11-17 | split the int and long implementations to avoid compiler warnings. |  dlg | 1 | -13/+70 |
| 2014-09-24 | jmatthew@ found another case of me getting the number of args wrong |  dlg | 1 | -2/+2 |
| 2014-09-24 | implement atomic_{cas,swap}_{uint,long,ptr) and atomic_{add,sub}_{int,long} |  dlg | 1 | -9/+122 |
| 2014-07-12 | Tackle the endian.h mess. Make it so that: |  guenther | 1 | -4/+6 |
| 2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction |  uebayasi | 1 | -1/+3 |
| 2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. |  guenther | 1 | -9/+9 |
| 2014-03-19 | It's safe to assumed 'signed' exists |  guenther | 1 | -2/+2 |
| 2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the |  guenther | 1 | -8/+1 |
| 2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to |  miod | 2 | -20/+21 |
| 2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. |  miod | 1 | -2/+1 |
| 2013-12-18 | Provide MI symbol _STACKALIGNBYTES |  deraadt | 1 | -3/+4 |