Age | Commit message (Expand) | Author |
2020-08-02 | additional files from libkern will be needed by clang10 | Theo de Raadt |
2020-07-31 | like amd64: | Theo de Raadt |
2020-07-22 | Use CPU_IS_PRIMARY macro in identifycpu() on i386. | Frederic Cambus |
2020-07-21 | acpi can use IPL_BIO (a low interrupt) since it only enqueues operations for | Theo de Raadt |
2020-07-06 | Add support for timeconting in userland. | Paul Irofti |
2020-07-06 | wire up kstat(4) | David Gwynne |
2020-06-30 | Remove obsolete <machine/stdarg.h> header. Nowadays the vararg | Visa Hankala |
2020-06-24 | kernel: use gettime(9)/getuptime(9) in lieu of time_second(9)/time_uptime(9) | cheloha |
2020-06-22 | enable nvme on i386. | David Gwynne |
2020-06-19 | fold the TSC value in fewer operations, same result; ok deraadt@ | Christian Weisgerber |
2020-06-17 | add a dumb pci_intr_establish_cpu(). | David Gwynne |
2020-06-15 | Check rdrand for success and try up to ten times, as recommended by Intel. | Christian Weisgerber |
2020-06-14 | do not need assym.h | Theo de Raadt |
2020-06-14 | crank version number | Theo de Raadt |
2020-06-14 | asm versions of mdrandom() no longer needed | Theo de Raadt |
2020-06-14 | rewrite mdrandom() in C. previously this XOR'd against rdrand if available, | Theo de Raadt |
2020-06-08 | update drm to linux 5.7 | Jonathan Gray |
2020-05-31 | introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c. | David Gwynne |
2020-05-29 | dev/rndvar.h no longer has statistical interfaces (removed during various | Theo de Raadt |
2020-05-27 | Retire <machine/varargs.h>. | Visa Hankala |
2020-05-27 | don't limit clflush to Intel CPUs | Jonathan Gray |
2020-05-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust mdrandom() to also return 0 for success, -1 for failure | Theo de Raadt |
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot |
2020-05-17 | Put setjmp+longjmp inside #ifdef DDB the only kernel-side user. | Theo de Raadt |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-14 | Use '/t' on all architectures to get a trace via TID. | Martin Pieuchot |
2020-05-13 | Kill biospoll/pctrpoll defines and use `seltrue' directly in cdev_*_init(). | Martin Pieuchot |
2020-05-02 | Fix buglet in previous commit; use time from the struct timeval that was | Mark Kettenis |
2020-04-29 | Use the same inittodr()/resettodr() implementation as on | Mark Kettenis |
2020-04-18 | Sync existing stacktrace_save() implementations | Visa Hankala |
2020-04-12 | Add support for the _CCA method. This method indicates whether DMA is | Mark Kettenis |
2020-04-07 | Abstract the head of knote lists. This allows extending the lists, | Visa Hankala |
2020-04-03 | Fix incoherencies of errors returned by various *kqfilter routines. | Martin Pieuchot |
2020-03-29 | Prevent stack trace saving from inspecting untrusted data. On amd64, | Visa Hankala |
2020-03-25 | Introduce stacktrace_save_at() and make use of it in dt(4). | Martin Pieuchot |
2020-03-24 | cope with growth, sigh | Theo de Raadt |
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-09 | Recommit, now that we found out how to fix the BIOS related issues: go | Otto Moerbeek |
2020-03-07 | Revert previous, there are BIOS that do not like these changes. | Otto Moerbeek |
2020-02-28 | Adapt biosboot(8) so it can read boot(8) from an ffs2 filesystem. | Otto Moerbeek |
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-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-10 | When attempting to disabe TSX avoid uninitialised var use for Intel cpus | Jonathan Gray |