summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
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
2017-03-28Properly handle VMX entry controls governing guest processor mode.Mike Larkin
2017-03-28add RDTSCP flags to identcpu.cMike Larkin
2017-03-28Previous W^X diff only changed the access permissions in the bootstrap pageMark Kettenis
2017-03-28Reset ci_curmap to kernel_pmap() in cpu_hatch(). Otherwise the lazy pmapMark Kettenis
2017-03-28Allow the multicast ttl/hops and loop options with the mcast pledge.Alexander Bluhm
2017-03-28Make set_params() return the rate the device is using. FixesAlexandre Ratchov
2017-03-28Simplify rate/channels/bits bounds checking code. FromAlexandre Ratchov
2017-03-28Add quirk for MacBook Pro 5,5. From Manav Rathi <mnvrth at gmail.com>.Alexandre Ratchov
2017-03-27Don't reject etherip packets if they are protected with IPsec.Jeremie Courreges-Anglas
2017-03-27Now that hibernate_alloc() only has clean success/failure, don'tTheo de Raadt
2017-03-27If hibernate_alloc() encounters a problem it should undo the partialTheo de Raadt