Age | Commit message (Expand) | Author |
2017-02-13 | whitespace tweak. no functional change. | David Gwynne |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2016-09-25 | Remove more duplicated includes | Frederic Cambus |
2016-09-17 | Use the asm global register extension for the TCB pointer in userspace | Philip Guenther |
2016-09-04 | TCB_GET_MEMBER() is no longer used after the TIB changes | Philip Guenther |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-08-17 | use a register variable to get at the curcpu pointer in %g7 | David Gwynne |
2016-08-17 | we have some spare interrupt levels, so move softnet above softclock. | David Gwynne |
2016-06-13 | rework sparc64 splfoo functions to be more consistent with other archs | David Gwynne |
2016-06-07 | remove splsoftfd and splausoft | David Gwynne |
2016-05-27 | Remove the non ELF macros | Theo de Raadt |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-05-04 | Some hardware (such as the onboard dc(4) of the Netra X1) has a broken DMA | Mark Kettenis |
2016-05-04 | Initial support for MSI-X. Only supported on amd64 for now. I have diffs to | Mark Kettenis |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-03-07 | Sync no-argument function declaration and definition by adding (void). | Christian Weisgerber |
2016-02-27 | Rename kdb_trap() into db_ktrap(). | Martin Pieuchot |
2015-11-01 | Remove the definition of USRTEXT. It has no relevance outside of the non-PIE | Miod Vallat |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-27 | Store the target CPU in "struct intrhand" and use it in intr_barrier(). | Mark Kettenis |
2015-09-26 | lint is dead and C99 may be old enough to drive a car: delete LONGLONG | Philip Guenther |
2015-09-13 | Introduce intr_barrier(4), an interface that guarantees that an interrupt | Mark Kettenis |
2015-08-30 | Provide remaining arch with END() macro for setting calculated size on | Philip Guenther |
2015-08-29 | _NLIST_DO_ELF is no longer needed: it's the only option | Philip Guenther |
2015-08-28 | Add support for switching CPUs in ddb on sparc64. | Mark Kettenis |
2015-07-02 | introduce srp, which according to the manpage i wrote is short for | David Gwynne |
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-09 | Make the sparc64 pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-02-11 | make the rwlock implementation MI. | David Gwynne |
2015-02-10 | increase min address to page size for all remaining min == 0 systems. | Ted Unangst |
2015-02-08 | Hilarious! We are not ready yet for large stack random biases, due to | Theo de Raadt |
2015-02-07 | Oh well, APM_USER_HIBERNATE_REQ being used in MI code, needs to be defined | Miod Vallat |
2015-02-05 | Expand STACKGAP_RANDOM to 2MB on machines with large user VA | Theo de Raadt |
2014-12-17 | minimal removal of simplelock to eliminate lock.h dependency | Ted Unangst |
2014-11-30 | SPARC T4 and later have a pause instruction to voluntarily pause a virtual | Mark Kettenis |
2014-11-26 | Add a new ELF segment .openbsd.bootdata to the sparc64 kernel. | Stefan Sperling |
2014-10-24 | Bring phys_map to sparc64 and use it in vmapbuf(9) and vunmapbuf(9). | Mark Kettenis |
2014-10-22 | make [bl]emtoh{16,32,64} take volatile const foo *, not volatile foo * | David Gwynne |
2014-10-15 | move CPU_BUSY_CYCLES define out of #ifdef/else MULTIPROCESSOR, its meant to | Sebastian Reitenbach |
2014-10-09 | revert unintentional commit unrelated to LKM | Ted Unangst |
2014-10-09 | remove LKM devices | Ted Unangst |
2014-07-20 | RB_MINIROOT is never checked by anything, so stop setting it. | Theo de Raadt |
2014-07-18 | atomic_swap_ptr is special. | David Gwynne |
2014-07-18 | pass atomic_{cas,swap}_uint a volatile void * instead of a volatile | David Gwynne |
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-25 | the memory constraints are correct on the MD_SWAPIO bits, so we dont need | David Gwynne |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |