summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-04regenSASANO Takayoshi
2017-08-04add ASIX AX99100 device IDSASANO Takayoshi
2017-08-04Since we have TAILQ_FOREACH_SAFE in nd6_purge() it is not necessaryAlexander Bluhm
2017-08-04Backport https://reviews.llvm.org/D29778. Fixes a bug where clang wasMark Kettenis
2017-08-04When we disable INET6 on an interface that also removes the autoconf6Florian Obser
2017-08-04remove llvm's .gitignore file; upstream have separate repos for clang, lld,Stuart Henderson
2017-08-04Use C stdio instead of C++ iostream as we cannot use the latter inMark Kettenis
2017-08-04Use ${CC}=${CXX} here as well.Mark Kettenis
2017-08-04Use volatile to keep clang from optimizing things too much. Force linkingMark Kettenis
2017-08-04The in_pcbhashlookup() in in_pcbconnect() enforces that the 4 tupelAlexander Bluhm
2017-08-04Compile a debug printf in ieee80211_match_bss() by default, previouslyStefan Sperling
2017-08-04Remove ieee80211_input_print() which printed information about receivedStefan Sperling
2017-08-04Show net80211 state transitions in desmg if 'ifconfig debug' was used.Stefan Sperling
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-08-04Update libexpat to 2.2.3. Only few changes affect OpenBSD.Alexander Bluhm
2017-08-04the PURGE_EVERYTHING flag used to purge config bits was inaccurateGilles Chehade
2017-08-04We do have SO_TIMESTAMP since some time and there is other code in theFlorian Obser
2017-08-04No need for LIST_FOREACH_SAFE, we want to remove exactly one interfaceFlorian Obser
2017-08-04When free(3)'ing an address_proposal we need to stop the libeventFlorian Obser
2017-08-04Add dwmmc(4) and update dwge(4).Mark Kettenis
2017-08-04Enable atomic support functions.Mark Kettenis
2017-08-04Adjust the html index-parsing regex to cope with anchor tags that aren'tStuart Henderson
2017-08-04Fix defenition of reset bits.Mark Kettenis
2017-08-04Remove unused structs and defines, from Edgar Pettijohn. ok jca@rob
2017-08-04Do not attempt to parse zero'd input buffer afterKenneth R Westerback
2017-08-03Since nearly 20 years the correct spelling ofFlorian Obser
2017-08-03RFC 1885 was obsoleted nearly 20 years ago by RFC 2463 which was obsoletedFlorian Obser
2017-08-03Whitespace.Kenneth R Westerback
2017-08-03Make -Q work play nice with other flags. This makes things like:Aaron Bieber
2017-08-03Remove duplicated commented out "dev/rasops/files.rasops" include.Frederic Cambus
2017-08-03Flush static (RTF_STATIC) routes and not justKenneth R Westerback
2017-08-02Split up source code to keep clang from optimizing this into failure.Mark Kettenis
2017-08-02Fix register numbering for OpenBSD/i386. Make exception handling work withMark Kettenis
2017-08-02When performing an inverted search in less, make sure to invalidate the matchanton
2017-08-02List D-Link DWA-130 rev F1 as a supported run(4) device.Stefan Sperling
2017-08-02Match D-Link DWA-130 rev F1 devices. These work with run(4).Stefan Sperling
2017-08-02regenStefan Sperling
2017-08-02Add device ID for D-Link DWA-130 rev F.Stefan Sperling
2017-08-02No longer use names that only occur in the SYNOPSIS section as namesIngo Schwarze
2016-09-03Import libunwind 3.9.0Patrick Wildt
2005-09-28two new regresses for dlclose. double dlopen("foo") with singleKurt Miller
2017-08-02Delete duplicated switch {} case: block.Kenneth R Westerback
2017-08-02Add selection_present format so commands in copy mode can use it, GitHubNicholas Marriott
2017-08-02Fix rtable regression tests.Martin Pieuchot
2017-08-02Move a sanity check that only makes sense for userland where it belongs.Martin Pieuchot
2017-08-02Only run mtree if we install a patch.Antoine Jacoutot
2017-08-01Handle the flags of mousecfg fields correctly.Ulf Brosziewski
2017-08-01rt_if_track() is needed even on ramdisk kernels, because of MPATHTheo de Raadt
2017-08-01Add missing splx().Martin Pieuchot
2017-08-01Remove some debug printfs.Mark Kettenis