Age | Commit message (Expand) | Author |
2017-06-11 | make vers.o not depend on gap.o using a trick, because it is piece of | Theo de Raadt |
2017-06-11 | Use umask 077 instead of cp -p when installing the kernel as root. | Alexander Bluhm |
2017-06-05 | The arm* architectures edit the ld.script, creating a copy in the compile | Theo de Raadt |
2017-06-04 | Catch up with changes made on amd64 (kettenis@): | Christian Weisgerber |
2017-06-04 | Create gap.* with umask 007 instead of 077 to make kernel builds after | Theo Buehler |
2017-06-03 | Create gap.S and gap.o with umask 077. Create lorder and bsd* with umask 007. | Theo de Raadt |
2017-06-01 | Sync with amd64 and allow building the i386 bootstrap with clang: | Christian Weisgerber |
2017-05-31 | Split early startup code out of locore.S into locore0.S. Adjust link | Theo de Raadt |
2017-05-30 | Kill db_sym_t. | Martin Pieuchot |
2017-05-30 | Support for SMAP is pretty small, so don't exclude it from the RAMDISKS. | Theo de Raadt |
2017-05-30 | move some data tables out of .text and into .rodata where they belong | Mike Larkin |
2017-05-29 | Kill SPINLOCK_SPIN_HOOK, use CPU_BUSY_CYCLE() instead. | Martin Pieuchot |
2017-05-29 | Pass the symbol instead of its name when looking for CTF infos. | Martin Pieuchot |
2017-05-28 | If a function is not found in the CTF data, do not assume it takes no | Martin Pieuchot |
2017-05-28 | Build i386 kernels with -ffreestanding, matching amd64 and various | Jonathan Gray |
2017-05-28 | Use intr_disable()/intr_restore() to reduce differences with sparc64 | Martin Pieuchot |
2017-05-28 | remove bogus atomic_swap_64 code from i386 | Jonathan Gray |
2017-05-27 | On i386 and amd64, atomic instructions include an implicit memory barrier. | Mark Kettenis |
2017-05-27 | manually inline tlbflushg. it's short and there's only one caller. | Ted Unangst |
2017-05-18 | enable acpisbs on i386 for old MacBooks | Joshua Stein |
2017-05-18 | Since copyin(9) already doeas access 32-bit quantities atomically, we can | Mark Kettenis |
2017-05-12 | Make atomic.h ready to be included in userland. | Martin Pieuchot |
2017-05-11 | panic doesn't need \n. | Mike Larkin |
2017-05-08 | Guard debug printf with NETIF_DEBUG ifdef like the other debug prints. | Patrick Wildt |
2017-05-08 | add a BUS_DMA_64BIT flag to bus_dma on all our archs. | David Gwynne |
2017-05-02 | Switch glxsb(4), VIA padlock and AES-NI drivers over to the new AES | Mike Belopuhov |
2017-05-02 | Matching i386 commit to previous amd64 commit (initial support for vmctl | Mike Larkin |
2017-04-30 | Remove some KGDB leftovers. | Martin Pieuchot |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-30 | Unifdef KGDB. | Martin Pieuchot |
2017-04-26 | Convert some hardcoded function names in printfs into %s / __func__. | Mike Larkin |
2017-04-20 | Tweak lock inits to make the system runnable with witness(4) | Visa Hankala |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-20 | Hook up mplock to witness(4) on amd64 and i386. | Visa Hankala |
2017-04-20 | Add routines for saving stack traces and printing saved traces | Visa Hankala |
2017-04-16 | Replace fetch_and_add() with atomic_inc_int_nv() from <sys/atomic.h> | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-12 | Correct a format string | Philip Guenther |
2017-04-08 | Remove some #if 0 code that dates back to r1.1 | Mike Larkin |
2017-03-28 | Reset ci_curmap to kernel_pmap() in cpu_hatch(). Otherwise the lazy pmap | Mark Kettenis |
2017-03-27 | add a newline to an error printf | Mike Larkin |
2017-03-27 | hibernate_free() should not be called from MD code, acpi_sleep_state() | Theo de Raadt |
2017-03-26 | KNF | Jeremie Courreges-Anglas |
2017-03-25 | Split vmm_probe() into a vmm_enabled() function, to better follow the | Theo de Raadt |
2017-03-19 | Handle master/slave PIC vector base properly. OpenBSD uses 0x20/0x28 | Mike Larkin |
2017-03-16 | Typo, from miod@ | Martin Pieuchot |
2017-03-15 | Fix building profiling kernels by passing the -p flag to config(8) | Theo Buehler |
2017-03-11 | Introduce a new knob to force the first USB keyboard as console input. | Martin Pieuchot |
2017-03-09 | There are no compat emulations left so we never do errno mapping: | Philip Guenther |
2017-03-07 | Keep on trying to grab the lock after leaving ddb after lock spin-out. | Visa Hankala |