summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-10whitespaceTheo de Raadt
2017-01-10Pledge more strictly. This is only enabled on the ramdisk version of theTheo de Raadt
2017-01-10Introduce pvbus_reboot() and pvbus_shutdown() to move the repeatedReyk Floeter
2017-01-10simplify; NODE_ENDED does no harm in man(7)Ingo Schwarze
2017-01-10unify names of AST node flags; no change of cpp outputIngo Schwarze
2017-01-10Cleanup TCB header a la OpenBSD/armv7.Patrick Wildt
2017-01-10Add rd(4) to OpenBSD/arm64's list of devices. Additionally, purge thePatrick Wildt
2017-01-10Introduce flags NODE_NOSRC and NODE_NOPRT for AST nodes.Ingo Schwarze
2017-01-10Quote backslash as well for %%%.Nicholas Marriott
2017-01-10enable acpihve(4)Jonathan Gray
2017-01-10Some manpage fixes: rephrase a convoluted sentence, make the names ofNicholas Marriott
2017-01-10matching i386 diff from previous amd64 - ensure page walk length 4, as weMike Larkin
2017-01-10Do not use a 'struct route_in6' when there's no need to cache the resultMartin Pieuchot
2017-01-10ensure EPT page walk length 4. We don't support other page walk lengthsMike Larkin
2017-01-10Remove NULL checks before m_free(9), it deals with it.Martin Pieuchot
2017-01-10Hyper-V hosts make 64 bytes of entropy available to guests in the formJonathan Gray
2017-01-10Display resolution and color depth when attaching.Frederic Cambus
2017-01-10Make receiving A-MPDUs with an 11n-enabled athn(4) driver work by notStefan Sperling
2017-01-10avoid unneccessary markup; tweaked and ok nicmJason McIntyre
2017-01-10Enable snooping on Braswell. Fixes audio distortion on Acer TravelMateJonathan Gray
2017-01-10When installing with a dhcp server that does not provide domain-nameAlexander Bluhm
2017-01-09Remove dependency on __got_{start,end} symbols and look at PT_GNU_RELROMark Kettenis
2017-01-09Rename control_dispatch_vmm to control_dispatch_vmd to reflect reality.Reyk Floeter
2017-01-09Add %if/%endif for conditionals when parsing configuration files, theNicholas Marriott
2017-01-09Add simple comparisons in formats: #{==:a,b} and #{!=:a,b} ("a" and "b"Nicholas Marriott
2017-01-09When a HT node leaves or reassociates as a non-HT node,Stefan Sperling
2017-01-09Stop defining MIRA_DEBUG by default.Stefan Sperling
2017-01-09Show node MAC addresses in mira debug output.Stefan Sperling
2017-01-09Use a verified list of distribution set files extracted fromRobert Peichaer
2017-01-09source-file -q needs to apply to glob(3) too.Nicholas Marriott
2017-01-09Run the source-file pattern through glob(3).Nicholas Marriott
2017-01-09Use a mutex to serialize accesses to buffer slots.Martin Pieuchot
2017-01-09Revert previous, it's a documented behavior and people might rely on it.Martin Pieuchot
2017-01-09Grab the NET_LOCK() in ipcomp input callback.Visa Hankala
2017-01-09Use stdout rather than stdin for controlling the terminalIngo Schwarze
2017-01-09Stop and restart the watchdog timer when entering and leaving ddb(4).Martin Pieuchot
2017-01-09Grab the NET_LOCK() in various callbacks.Martin Pieuchot
2017-01-09log_verbose() -> log_setverbose()Reyk Floeter
2017-01-09Make the net80211 stack send EDCA parameters to the driver in hostap mode.Stefan Sperling
2017-01-09Avoid leaking conninfo servername.Joel Sing
2017-01-09Stop accessing verbose and debug variables from log.c directly.Reyk Floeter
2017-01-09pf_purge_thread() needs the NET_LOCK().Martin Pieuchot
2017-01-09Remove unneeded <sys/malloc.h> from Michael W. Bombardieri.Martin Pieuchot
2017-01-09Clarify how tabs after .It workIngo Schwarze
2017-01-09Replace hand-rolled for(;;) traversal of ctl_conns TAILQ withKenneth R Westerback
2017-01-09When acting as 11n hostap, send Microsoft WME parameters to clients soStefan Sperling
2017-01-09The .No macro is not supposed to produce fixed-width font, it is notIngo Schwarze
2017-01-09Manage the HT protection setting if acting as hostap with 11n enabled.Stefan Sperling
2017-01-09Provide TLS_INT for consistency with libssl/libcrypto.Joel Sing
2017-01-09smtpd joins the 7 other daemons that share the same log.c file.Reyk Floeter