Age | Commit message (Expand) | Author |
2017-04-08 | Make network ports work on Shasta. | Visa Hankala |
2017-04-08 | Sensors are run as callbacks inside tasks. During suspend a sensor | Theo de Raadt |
2017-04-08 | Use ADDR64 opcodes to specify 64bit DMA addresses for all buffers. This | Jonathan Matthew |
2017-04-08 | Remove some #if 0 code that dates back to r1.1 | Mike Larkin |
2017-04-08 | A pile of sizes to free(9). In test for a few days in snapshots. | Theo de Raadt |
2017-04-08 | Two prototypes for acpi_maptable; merge to one place | Theo de Raadt |
2017-04-07 | Add prid for CN72xx/CN73xx. | Visa Hankala |
2017-04-07 | Make SoC version available in a simple form. | Visa Hankala |
2017-04-07 | si_addr should be of type void *, not char * | Philip Guenther |
2017-04-07 | Simplify the size calculation for memset() | Philip Guenther |
2017-04-06 | Convert bcopy to memcpy where the memory does not overlap, otherwise, | David Hill |
2017-04-06 | Sizes for the remaining free() calls, and use mallocarray() | Theo de Raadt |
2017-04-06 | Use the correct interrupt disestablish routine. | Visa Hankala |
2017-04-06 | Extend the fdt interrupt API a little. | Visa Hankala |
2017-04-06 | Replace bcopy with a simple assignment where both variables are | David Hill |
2017-04-06 | remove stray character in previous that broke the build | Jonathan Gray |
2017-04-06 | Unify a few attach-time patterns between usb *com drivers, and remove | Theo de Raadt |
2017-04-06 | add sizes to free() calls | Theo de Raadt |
2017-04-06 | Convert bcopy to memcpy as the memory does not overlap. | David Hill |
2017-04-05 | 3 more mallocarray() uses | Theo de Raadt |
2017-04-05 | Replace 2 bcopy()'s with a simple assignment as both variables are | David Hill |
2017-04-05 | When building counter memory in preparation to copy to userland, always | Theo de Raadt |
2017-04-05 | timeval has trailing padding on powerpc and m88k, so memset it before | Philip Guenther |
2017-04-05 | Here at OpenBSD we change ABIs at the fling of a hat. Just in case a | Theo de Raadt |
2017-04-05 | clear structure on the stack before copying out for sysctl. At present | Theo de Raadt |
2017-04-04 | struct vfsconf is tightly packed, but let's M_ZERO it in case that ever | Theo de Raadt |
2017-04-04 | Cleanup the code further. Get rid of the remaining C++-style comments, | Mark Kettenis |
2017-04-04 | Issue memory barrier before lock release, not after. This ensures | Visa Hankala |
2017-04-04 | add a free() size near microcode loading | Theo de Raadt |
2017-04-04 | Add 8265 and 3168 support. Both cards need new firmware files which currently | Claudio Jeker |
2017-04-03 | provide size to free(9) | Theo de Raadt |
2017-04-03 | Compute address for ll/sc only once. | Visa Hankala |
2017-04-02 | Less convoluted code in soshutdown() | Theo de Raadt |
2017-04-02 | Filter out RDTSCP, needed to handle solaris guests. We set the VMX control | Mike Larkin |
2017-04-02 | On ARMv8, the translation table walk is fully coherent so there is no | Mark Kettenis |
2017-04-02 | printf format strings should be literals. Reminded by clang. | Visa Hankala |
2017-04-02 | Drop address conversion cruft. | Visa Hankala |
2017-04-02 | Fix tcp stats reporting | Jeremie Courreges-Anglas |
2017-04-02 | Bring back the wait instruction into the idle loop, but only on octeon. | Visa Hankala |
2017-04-02 | normalize order of arguments to if () | Theo de Raadt |
2017-04-02 | unlock tree, we are now hacking on 6.1-current | Theo de Raadt |
2017-03-30 | correct NBPFILTER #ifdef's | Theo de Raadt |
2017-03-30 | these free() size choices appear to be wrong. joel has a diff that fixes | Theo de Raadt |
2017-03-30 | Use m_devget(9) to replace code that does more or less the same but assumes | Mark Kettenis |
2017-03-29 | Fix iwi(4) regressions. WPA was broken since 6.0 errata 018. | Stefan Sperling |
2017-03-29 | POOL_DEBUG off for release | Theo de Raadt |
2017-03-29 | move to 6.1 release, drop -beta tag | Theo de Raadt |
2017-03-29 | Remove quirks for two devices that are known to be CDC ACM protocol 0 | Jonathan Gray |
2017-03-29 | Match on class communications subclass abstract control model protocol | Jonathan Gray |
2017-03-28 | Add an instruction synchronisation barrier instruction after changing | Jonathan Gray |