Age | Commit message (Expand) | Author |
2020-03-21 | Teach i386 boot98) and friends about ffs2. fdboot(8) is the exception: | Otto Moerbeek |
2020-03-20 | Disable apm(4) on the floppy ramdisk and keep the cd one in sync. | Otto Moerbeek |
2020-03-20 | Declare pci_intr_map_msix() as static inline instead of using a define. | Martin Pieuchot |
2020-03-20 | Add bdpmic(4), a driver for the ROHM BD71837 and BD71847 Power | Patrick Wildt |
2020-03-19 | Remove an unnecessary type cast. | Visa Hankala |
2020-03-17 | Mark a few functions as .globl such that they show up with their name | Mark Kettenis |
2020-03-17 | Fix inline assembly in ppc_mftb(); using %L0 instead of %0+1 makes this work | Mark Kettenis |
2020-03-17 | rework amd (not intel) smt/core/package detection. | David Gwynne |
2020-03-16 | Make the check for vmm_softc->mode exhaustive and return an error | Jasper Lievisse Adriaanse |
2020-03-16 | Teach macppc ofwboot(8) about ffs2. Test and ok gkoehler@ | Otto Moerbeek |
2020-03-15 | Teach sparc64 boot(8) about ffs2 and fix a bug while there: devopen() | Otto Moerbeek |
2020-03-13 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-13 | improve comment about the speculation barrier | Theo de Raadt |
2020-03-13 | Add speciulation barrier after the last remaining naked ERET instruction. | Mark Kettenis |
2020-03-12 | Use strlcpy to make sure 'vm_name' and 'vir_name' are NUL terminated. | tobhe |
2020-03-12 | Allow hppa boot(8) to read from an ffs2 filesystem; ok kettenis@ | Otto Moerbeek |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | Do not declare a variable inside a for () loop. | Martin Pieuchot |
2020-03-11 | In the sigtramp the fallback SYS_exit always works, there is no reason | Theo de Raadt |
2020-03-11 | Anthony Steinhauser reports that 32-bit arm cpus have the same speculation | Theo de Raadt |
2020-03-11 | Allow alpha boot(8) to read from an ffs2 filesystem and adapt its | Otto Moerbeek |
2020-03-11 | Take a swing at blocking Load-Value-Injection attacks against the | Philip Guenther |
2020-03-09 | Recommit, now that we found out how to fix the BIOS related issues: go | Otto Moerbeek |
2020-03-08 | fs_name[] must match file_system[], adapt for ufs2 support. | Landry Breuil |
2020-03-07 | Revert previous, there are BIOS that do not like these changes. | Otto Moerbeek |
2020-03-06 | Add a PCI attachment driver for com(4). Intel has been removing legacy | Patrick Wildt |
2020-03-06 | lcd(4/hppa): timeout_add(9) -> timeout_add_usec(9) | cheloha |
2020-03-05 | Allow amd64 boot(8) and friends to read from an ffs2 filesystem. | Otto Moerbeek |
2020-03-05 | The 'lock spun out' db_printf needs a newline. All other MP_LOCKDEBUG | Claudio Jeker |
2020-03-04 | Enable all the Rockchip video drivers! | Patrick Wildt |
2020-03-03 | Allow loongson boot(8) to read from an ffs2 filesystem. ok deraadt@ visa@ | Otto Moerbeek |
2020-03-03 | Add support for the BUS_DMA_NOCACHE flag to bus_dmamem_mmap(9). | Mark Kettenis |
2020-03-03 | Fix bogus bus_dmamem_mmap(9) implementation. | Mark Kettenis |
2020-03-02 | amd64 ramdisk does not support CD9660, so no use to have a cd(4). | Otto Moerbeek |
2020-03-02 | Add commented out entry fro rkdwhdmi(4). | Mark Kettenis |
2020-03-01 | Allow armv7 efiboot(8) to read from an ffs2 filesystem. ok kettenis@ | Otto Moerbeek |
2020-02-29 | Allow arm64 efiboot(8) to read from an ffs2 filesystem. ok kettenis@ | Otto Moerbeek |
2020-02-28 | Add a sanity check on obj_size to ensure the allocated object fits inside | mortimer |
2020-02-28 | Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem. | Otto Moerbeek |
2020-02-28 | correct data 16-bit aligned block of in4_cksum() | Jonathan Gray |
2020-02-28 | oops, tsc value is 64 bit. | Theo de Raadt |
2020-02-28 | oops some snapshot tests fell in | Theo de Raadt |
2020-02-28 | sync | Theo de Raadt |
2020-02-27 | in rdrand() timeout, if the rdrand instruction fails to fetch entropy | Theo de Raadt |
2020-02-26 | vmm(4): check page boundaries for pvclock struct | pd |
2020-02-26 | vmm(4): tighten rdmsr on svm | pd |
2020-02-21 | Add rkanxdp(4), rkdrm(4) and rkvop(4) to GENERIC, but keep them | Patrick Wildt |
2020-02-20 | Replace field f_isfd with field f_flags in struct filterops to allow | Visa Hankala |
2020-02-20 | controler -> controller | Jonathan Gray |
2020-02-20 | fdc(4/sparc64): timeout_add(9) -> timeout_add_msec(9) | cheloha |