summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-12-14replace the bare sleep state handling in barriers with wait cond codeDavid Gwynne
2017-12-14add code to provide simple wait condition handling.David Gwynne
2017-12-13Fix a softdep bug exposed by our recent changes to make reboot drop to read-onlyBob Beck
2017-12-13Fix stray return; hopefully this makes the internal PHY actually work now.Mark Kettenis
2017-12-13Spacing from kshe59@zoho.eu.Martin Pieuchot
2017-12-13Sizes for free in route_output().Martin Pieuchot
2017-12-13Add 'bt' an alias for 'trace'.Martin Pieuchot
2017-12-13report Oracle as the vendor is the produce starts with ORCL,David Gwynne
2017-12-12Add more Allwinner A80 clocks.Mark Kettenis
2017-12-12Only trigger background scans while we are in RUN state, and do not updateStefan Sperling
2017-12-12Make ieee80211_chan2ieee() panic if a bogus channel pointer is detected.Stefan Sperling
2017-12-12Make IEEE80211_CHAN_ANYC be a NULL pointer instead of a pointer to 0xffff.Stefan Sperling
2017-12-12Don't dereference IEEE80211_CHAN_ANYC pointer in ieee80211_node_checkrssi().Stefan Sperling
2017-12-12Allow interfaces that aren't SCANNALLBAND drivers to benefit from thePeter Hessler
2017-12-12Nuke some forward-only struct's and functions and functions therebyKenneth R Westerback
2017-12-12Remove unused variable defined with an unexisting type.Martin Pieuchot
2017-12-12Fix typo. Unbreaks building a kernel on arm64/clang.Mark Kettenis
2017-12-12stray , snuck inTheo de Raadt
2017-12-12syncTheo de Raadt
2017-12-12pledge()'s 2nd argument becomes char *execpromises, which becomes theTheo de Raadt
2017-12-12Fix the behavior of preferring weaker-but-still-good 5Ghz APs overJoshua Stein
2017-12-11Proper do {} while (0) idiom in TIMESPEC_TO_TIMEVAL/TIMEVAL_TO_TIMESPECJeremie Courreges-Anglas
2017-12-11Implement support for the "next-generation" clock bindings for theMark Kettenis
2017-12-11Omit the PMKID count field from RSN information elements (IE) if the PMKIDStefan Sperling
2017-12-11Disable DIOCCACHESYNC code, which I believe does the oppositeTheo de Raadt
2017-12-11Format the vnode lists of ddb show mount properly in columns.Alexander Bluhm
2017-12-11In uvm Chuck decided backing store would not be allocated proactivelyTheo de Raadt
2017-12-11Use correct mask to derive portid from "reg" property in cpu_match.Mark Kettenis
2017-12-10more 0xcc, in data. There are i386 machines without NX, so this changeTheo de Raadt
2017-12-10Stop running iwm(4) devices in "continuous active mode (CAM)".Stefan Sperling
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