summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-14add code to provide simple wait condition handling.David Gwynne
2017-12-13Fix whitespace botch that snuck in.Kenneth R Westerback
2017-12-13Simplifiy parser by not worrying about nesting 'interface <if> {}'Kenneth R Westerback
2017-12-13Fix a softdep bug exposed by our recent changes to make reboot drop to read-onlyBob Beck
2017-12-13Fix array index by signed char; from martijn@Todd C. Miller
2017-12-13Fix sign compare warnings; OK martijn@Todd C. Miller
2017-12-13Enable compiler warnings; OK martijn@Todd C. Miller
2017-12-13Add support for the -d (-o debug) option to libfuse. Currently works for FUSEhelg
2017-12-13If the list of templates 'o' passed to fuse_opt_parse(3) is NULL thenhelg
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-13getsockname(2) needs to be passed the length of the input struct.Patrick Wildt
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-12Fix pfloadanchors tests when running with obj directory.Alexander Bluhm
2017-12-12Use bn_checkp() always; from ksheOtto Moerbeek
2017-12-12Minor cleanup from ksheOtto Moerbeek
2017-12-12optimize add, sub and mul; from kshe; ok tom@Otto Moerbeek
2017-12-12Consistently use .Va for "errno";Ingo Schwarze
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-12ld.so's syscall _dl_* API/ABI doesn't reurn errno, but -errno.Theo de Raadt
2017-12-12Create a persistent umac128.c source file: #define the output size andChristian Weisgerber
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-12Fix 2 bugs introduced by previous.Martijn van Duren
2017-12-12Nuke some forward-only struct's and functions and functions therebyKenneth R Westerback
2017-12-12Document change in the default shell prompts.Theo Buehler
2017-12-12Remove unused variable defined with an unexisting type.Martin Pieuchot
2017-12-12space required between macro arg and punctuation;Jason McIntyre
2017-12-12Fix typo. Unbreaks building a kernel on arm64/clang.Mark Kettenis
2017-12-12Avoid undefined behaviour in rorate_left() macro. From NetBSD via FreeBSD.Mark Kettenis
2017-12-12stray , snuck inTheo de Raadt
2017-12-12spacingTheo 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-12Include hostname in shell prompts by defaultTheo Buehler
2017-12-11The code can be simplified by using clock_gettime(2)'s CLOCK_REALTIMETheo Buehler
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-11Fix and change y command in the following ways:Martijn van Duren
2017-12-11sscanf(3) is now used to parse templates that contain format specifiershelg
2017-12-11Update to fuse_opt_parse(3) so that all option templates are now matched forhelg