| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-03-11 | spelling |  jsg | 1 | -3/+3 |
| 2020-11-28 | Add retguard to macppc kernel locore.S, ofwreal.S, setjmp.S |  gkoehler | 1 | -11/+20 |
| 2020-10-26 | Retguard asm macros for powerpc libc, ld.so |  gkoehler | 1 | -1/+42 |
| 2020-07-09 | do not need this one either |  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 | -51/+0 |
| 2020-06-05 | Implement cpu_rnd_messybits() as a read of the cycle counter register. |  naddy | 1 | -2/+10 |
| 2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. |  dlg | 1 | -1/+3 |
| 2020-05-27 | Retire <machine/varargs.h>. |  visa | 1 | -57/+0 |
| 2020-04-15 | Switch powerpc to MI mplock implementation. |  mpi | 1 | -9/+11 |
| 2020-03-17 | Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work |  kettenis | 1 | -2/+2 |
| 2019-07-11 | Use "i" constrain instead of "n" constrain in inline assembly. Makes clang |  kettenis | 1 | -3/+3 |
| 2019-07-02 | Drop % from register name used for register variable since it makes clang |  kettenis | 1 | -2/+2 |
| 2019-03-23 | Use the debugger mutex for `ddb_mp_mutex'. This should prevent a race |  visa | 1 | -3/+1 |
| 2019-03-23 | Add intr_{disable,restore}() for powerpc. |  visa | 1 | -1/+13 |
| 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-08-20 | Remove unused spllock(). |  visa | 1 | -2/+1 |
| 2018-03-05 | #define _MAX_PAGE_SHIFT in MD _types.h as the maximum pagesize an arch |  deraadt | 1 | -1/+2 |
| 2018-01-25 | Move common mutex implementations to a MI place. |  mpi | 1 | -84/+2 |
| 2018-01-22 | Include <sys/mutex.h> rather than <machine/mutex.h> |  mpi | 1 | -2/+2 |
| 2018-01-13 | Define and use IPL_MPFLOOR in our common mutex implementation. |  mpi | 2 | -3/+4 |
| 2018-01-12 | Unify <machine/mutex.h> a bit further. |  mpi | 1 | -7/+8 |
| 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-25 | Remove leftovers of a past softintr mechanism. |  visa | 1 | -5/+1 |
| 2017-06-29 | kill RCSID macros; discussed with millert |  deraadt | 1 | -5/+1 |
| 2017-06-23 | Unbreak profiling assembly functions in userland by defining the |  mpi | 1 | -2/+2 |
| 2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. |  mpi | 1 | -3/+1 |
| 2017-05-12 | Make atomic.h ready to be included in userland. |  mpi | 1 | -3/+4 |
| 2017-04-20 | Hook up mutex(9) to witness(4). |  visa | 1 | -3/+15 |
| 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 | -4/+2 |
| 2016-09-04 | Telling gcc the TCB pointer is in %r2 via the 'register asm' extension |  guenther | 1 | -35/+2 |
| 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/+2 |
| 2016-05-07 | Flush page (through the direct map) before mapping it into AGP. Fixes |  kettenis | 1 | -1/+17 |
| 2016-05-07 | Use a Thread Information Block in both single and multi-threaded programs. |  guenther | 1 | -1/+4 |
| 2016-04-27 | G/C DDB_REGS. |  mpi | 1 | -2/+1 |
| 2016-03-05 | One ddb interface is enough for ppc. |  mpi | 1 | -1/+6 |
| 2016-03-05 | Define db_reg_t like the other archs by typedef'ing "struct trapframe". |  mpi | 1 | -9/+6 |
| 2015-11-24 | The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER. |  mpi | 1 | -2/+1 |
| 2015-10-08 | Add a per-page flag to indicate that all mappings of that page should be |  kettenis | 1 | -4/+5 |
| 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 macppc and socppc. |  kettenis | 1 | -2/+3 |
| 2015-09-11 | Make the powerpc pmap (more) mpsafe by protecting both the pmap itself and the |  kettenis | 1 | -1/+5 |
| 2015-08-30 | Provide remaining arch with END() macro for setting calculated size on |  guenther | 1 | -1/+2 |
| 2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option |  guenther | 1 | -4/+2 |
| 2015-08-23 | Add support for the Secure-PLT ABI variant. This will give us better W^X |  kettenis | 1 | -2/+7 |
| 2015-08-14 | replace the asm mutexes with a c implementation. |  dlg | 2 | -6/+8 |