Age | Commit message (Expand) | Author |
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-26 | increment version numbers, due to recent RB_GOODSEED and fchmod +T changes | Theo de Raadt |
2020-05-25 | Adjust fwrandom() to return 0 for sucess, -1 for failure | Theo de Raadt |
2020-05-25 | Kill unused cdev_pc_init(). | Martin Pieuchot |
2020-05-23 | Add a little bit of const-ness. | Mark Kettenis |
2020-05-22 | Enable bwfm(4). | Patrick Wildt |
2020-05-22 | Enable mvkpcie(4). | Patrick Wildt |
2020-05-18 | Our check to see if the EFI services support Mtftp() doesn't work | Patrick Wildt |
2020-05-18 | Enable amlpwrc(4). | Mark Kettenis |
2020-05-17 | Look at the openbsd,boothowto property. | Mark Kettenis |
2020-05-17 | Fix typo in comment. | Mark Kettenis |
2020-05-17 | Add machdep.compatible. | Mark Kettenis |
2020-05-16 | Make inittodr() and resettodr() MI. | Mark Kettenis |
2020-05-14 | The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it to | Mark Kettenis |
2020-05-13 | Match direct `seltrue' usages with a corresponding `seltrue_kqfilter'. | Martin Pieuchot |
2020-05-11 | Should have bumped this to 1.0 a long time ago. | Mark Kettenis |
2020-05-11 | On ACPI systems, if there is no SPCR table (or if it doesn't provide us | Mark Kettenis |
2020-05-11 | Initialize the timeval passed to todr_gettime() with the base time from | Mark Kettenis |
2020-05-10 | Pass boothowto from the bootloader to the kernel by adding a | Mark Kettenis |
2020-05-02 | Get bus number from _CRS. | Mark Kettenis |
2020-04-27 | Enable tcpci(4). | Patrick Wildt |
2020-04-27 | Move inittodr() and resettodr() to the end of the file to easy move an MI | Mark Kettenis |
2020-04-27 | Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs | Mark Kettenis |
2020-04-26 | Enable imxpciephy(4). | Patrick Wildt |
2020-04-26 | Sanitize inittodr()/resettodr() implementation. | Mark Kettenis |
2020-04-25 | Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller. | Mark Kettenis |
2020-04-25 | Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order. | Mark Kettenis |
2020-04-25 | Enable dsxrtc(4) and pcfrtc(4). | Mark Kettenis |
2020-04-24 | Add bcmgpio(4). For now this driver only provides pinctrl functionality. | Mark Kettenis |
2020-04-23 | Enable imxehci(4). | Patrick Wildt |
2020-04-22 | Knock out a few more well-known nodes that we don't intend to attach a | Mark Kettenis |
2020-04-22 | Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controller | Mark Kettenis |
2020-04-21 | Enable bcmdmac(4). | tobhe |
2020-04-21 | Set DMA constraint based on the openbsd,dma-constraint property if | Mark Kettenis |
2020-04-21 | Add an openbsd,dma-constraint property to the /chosen node and set it | Mark Kettenis |
2020-04-19 | Enable bcmclock(4) and bcmmbox(4). | tobhe |
2020-04-19 | Add bcmirng(4), a driver for the RNG200 random number generator found on | Mark Kettenis |
2020-04-19 | Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4. | Mark Kettenis |
2020-04-18 | Add glue to let bse(4) attach using the FDT. | Mark Kettenis |
2020-04-18 | Sync existing stacktrace_save() implementations | Visa Hankala |
2020-04-14 | Enable bse(4). | Mark Kettenis |
2020-04-13 | Fix some of the more esoteric bus_space functions. The | Mark Kettenis |
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 | Add rkrng(4), a driver for the random number generator found on various | Mark Kettenis |
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-29 | Add glue to make ipmi(4) attach to FDT. | Mark Kettenis |
2020-03-27 | Add imxpwm(4), a driver for the PWM controller found on various NXP i.MX SoCs. | Patrick Wildt |