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