summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-12-10Add support for the internal PHY on the Allwinner H3. From Stephen Graf.Mark Kettenis
2017-12-10Fix MDIO_CMD register bit definitions. From Stepen Graf.Mark Kettenis
2017-12-10Move SB_SPLICE, SB_WAIT and SB_SEL to `sb_flags', serialized by solock().Martin Pieuchot
2017-12-10Remove outdated comment and trailing spaces.Martin Pieuchot
2017-12-10Enable the phy-supply regulator if present and use the phy id specifiedJonathan Gray
2017-12-09Add sizes for free() in the AMD PowerNow! K8 driver.Frederic Cambus
2017-12-09No need for the txb_used flag anymoreMike Belopuhov
2017-12-09More precision in pledge sysctl reportTheo de Raadt
2017-12-09Add a #define for the name of the .openbsd.randomdata section.Theo de Raadt
2017-12-08Pullup the mbuf before accessing the version field in the IP header.Alexander Bluhm
2017-12-08Use m_freem() in error case. Found by Maxime VillardClaudio Jeker
2017-12-08The adjttl functions use m_pullup(). In some cases m_pullup() can returnClaudio Jeker
2017-12-08mpls_shim_pop() can return NULL. Check it else we end up dereferencing NULL.Claudio Jeker
2017-12-08Add support for background scanning to net80211 and iwm(4).Stefan Sperling
2017-12-08The per-interface mpls flag should also also be tested on input beforeTheo de Raadt
2017-12-08Make iwm(4) restore the ic_bss channel after tweaking this channel as partStefan Sperling
2017-12-08Make sure we don't match (and attach) more than the maximum number ofMark Kettenis
2017-12-08Disable SMAP temporarily to display userland traces.Martin Pieuchot
2017-12-07correct indentationTheo de Raadt
2017-12-07Initialize tcp_secret in tcp_initMike Belopuhov
2017-12-07In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transitionStefan Sperling
2017-12-07Make iwm_newstate() recover from state transition errors.Stefan Sperling
2017-12-07reorder some port numbers, no functional change.Mike Larkin
2017-12-06Update inaccurate comment: i386_has_xcrypt => amd64_has_xcrypt.Frederic Cambus
2017-12-06Implement support for using interrupt cookies in vbus(4) and vpci(4) asMark Kettenis
2017-12-05regenMark Kettenis
2017-12-05Add SPARC-M7 PCIe; rename existing SPARC PCIe entries.Mark Kettenis
2017-12-05Handle 64-bit-address Memory Space.Mark Kettenis
2017-12-05Show board ID and revision in dmesg to ease the identificationVisa Hankala
2017-12-05Drop cn30xxpow_intr_establish(), cn30xxpow_intr() and some otherVisa Hankala
2017-12-04Sadly the firmware on SPARC T7 machines omits the executable bit on mappingsMark Kettenis
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-04RFC 4861 requires that all neighbor discovery packets have 255 inAlexander Bluhm
2017-12-04add the alps touchpad that can be found in the ideapad 710sRobert Nagy
2017-12-04Make divert lookup similar for all socket types. If PF_TAG_DIVERTEDAlexander Bluhm
2017-12-04Change __mp_lock_held() to work with an arbitrary CPU info structure andMartin Pieuchot
2017-12-04Use _kernel_lock_held() instead of __mp_lock_held(&kernel_lock).Martin Pieuchot
2017-12-03Enable bgw(4).Mark Kettenis
2017-12-03Enumerate all i2c devices on the bus. Mark their nodes as attached evenMark Kettenis
2017-12-03Rename ci_number to ci_cpuid to match other archs.Martin Pieuchot
2017-12-01Add quotes around the name of (unconfigured) devices like we do for otherMark Kettenis
2017-12-01Fix white spaces and shorten long line.Alexander Bluhm
2017-12-01Simplify the reverse PCB lookup logic. The PF_TAG_TRANSLATE_LOCALHOSTAlexander Bluhm
2017-11-30Fix the IPL and flags of the MP-safe crypto taskq. Now a sane IPLVisa Hankala
2017-11-30Fix typos in comments.Nayden Markatchev
2017-11-30Add bgw(4), a driver for a family of Bosch acceleration sensors.Mark Kettenis
2017-11-30vn_open(9) does not pass the open(2) flags to VOP_CREATE(9) so we can'thelg
2017-11-30__MAP_NOFAULT doesn't make sense with anon mappings, so return EINVAL ifPhilip Guenther
2017-11-30Per https://patchwork.kernel.org/patch/5838821/, the documented check of ACPIPhilip Guenther
2017-11-29Add support for GPIO-signaled events.Mark Kettenis