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