Age | Commit message (Expand) | Author |
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 |
2015-07-17 | Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out | Miod Vallat |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
2015-05-29 | Make ld.so on alpha cope with binaries built with secureplt (where secure here | Miod Vallat |
2015-05-05 | emul_native is only used for kernel threads which can't dump core, so | Philip Guenther |
2015-04-30 | Remove SIZE_MAX from limits.h. It was added years ago before we | Todd C. Miller |
2015-04-17 | while trying to reproduce lockups on mp alpha i hit an | David Gwynne |
2015-02-15 | Change pmap_remove_holes() to take a vmspace instead of a map as its argument. | Miod Vallat |
2015-02-11 | the only user of __cpu_cas is lock_machdep, so move it there. | David Gwynne |
2015-02-11 | alpha (nor any other arch) uses any types or api provided by sys/lock.h. | David Gwynne |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-09 | _LKM leftovers | Miod Vallat |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2014-12-18 | replace splhigh and a simplelock with a mutex. | David Gwynne |
2014-12-17 | remove simplelocks | Theo de Raadt |
2014-09-08 | Delete procfs; it's always had races and is now unused: no one noticed for | Philip Guenther |
2014-07-12 | Tackle the endian.h mess. Make it so that: | Philip Guenther |
2014-07-11 | CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction | Masao Uebayashi |
2014-03-29 | It's been a quarter century: we can assume volatile is present with that name. | Philip Guenther |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-18 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-02-01 | Lower IPL_SCHED to IPL_CLOCK where it belongs. | Miod Vallat |
2014-02-01 | Allow MP_LOCKDEBUG kernels to get tracebacks from other processors when | Miod Vallat |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-28 | In MUTEX_ASSERT_LOCKED, check we are the mutex owner if MULTIPROCESSOR. | Miod Vallat |
2014-01-26 | Work in progress work towards SMP, heavily based upon NetBSD. The MP kernel | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-06 | Put PG_EXEC and PG_FOE into the PG_PROT mask, and make sure the default | Miod Vallat |
2014-01-05 | Cleanup some leftovers from previous changes. | Miod Vallat |
2014-01-01 | Switch alpha to __HAVE_VM_PAGE_MD. From NetBSD. | Miod Vallat |
2013-12-22 | MP-safe rw_cas() implementation for rwlocks. | Miod Vallat |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-02 | Hide members of __va_list in the implementation namespace | Philip Guenther |