Age | Commit message (Expand) | Author |
2017-01-12 | Remove more checks testing for empty option strings. | Martin Pieuchot |
2017-01-12 | show meta data for -Ttree output | Ingo Schwarze |
2017-01-12 | Print the test description before running each subtest. | Alexander Bluhm |
2017-01-12 | Update athn(4) man page in light of recently added 802.11n support. | Stefan Sperling |
2017-01-12 | Finish initial 11n support for athn(4). | Stefan Sperling |
2017-01-12 | TAILQ_CONCAT() takes 3 arguments. | Martin Pieuchot |
2017-01-12 | Inline strlen() call to reduce/simplify code. | Joel Sing |
2017-01-12 | Inline tls_get_new_cb_bio() from the only place that it gets called, | Joel Sing |
2017-01-12 | If tls_set_cbs() fails an error will already be specified, so do not | Joel Sing |
2017-01-12 | Remove unneeded splsoftnet(). | Martin Pieuchot |
2017-01-12 | change two trailing Xr to Fn; ok schwarze | Jason McIntyre |
2017-01-12 | Simplify the TLS callback BIO code - a pointer to the tls context can be | Joel Sing |
2017-01-12 | If tls_get_new_cb_bio() fails, an error will already be set. | Joel Sing |
2017-01-12 | If no callbacks are specified, return after setting an error rather than | Joel Sing |
2017-01-12 | Add regress tests for libtls, which currently cover handshakes and closes | Joel Sing |
2017-01-12 | Simplify appending to string options. | Nicholas Marriott |
2017-01-12 | Don't write configuration request replies outside of the packet | Rafael Zalamena |
2017-01-12 | Put all palette functions together in the file. | Nicholas Marriott |
2017-01-12 | Unlink PF state keys before passing mbufs to drivers. | Martin Pieuchot |
2017-01-12 | Remove vc_hsa_stack_va, it has not been used in a long time and is no | Mike Larkin |
2017-01-12 | add a couple missing comments, no code change | Mike Larkin |
2017-01-12 | Clean up multicast files from unused definitions and comments. | Rafael Zalamena |
2017-01-12 | Fix typo in expect. | Alexander Bluhm |
2017-01-12 | Fix trailing whitespace. | Alexander Bluhm |
2017-01-12 | The program to create hard links is called ln(1) and not link. | Alexander Bluhm |
2017-01-12 | Test the non-existing system-call lchflags(2) by using chflagsat(2) | Alexander Bluhm |
2017-01-12 | Do not suppress error messages to stderr, but remove unnecessary | Alexander Bluhm |
2017-01-12 | aixterm colours can be used if -2 is given, as well as if TERM tells us | Nicholas Marriott |
2017-01-12 | Erm the aixterm colours should start at 8, not 7. | Nicholas Marriott |
2017-01-12 | Fix setting the palette of aixterm colours (90-97). | Nicholas Marriott |
2017-01-11 | Be less aggressive about turning margins off. | Nicholas Marriott |
2017-01-11 | Add empty sysctl.conf for arm64. | Patrick Wildt |
2017-01-11 | Add imsg communication channel between vmd and invividual VMs. | Reyk Floeter |
2017-01-11 | Add some missing special keys to key_string_lookup_key, fix a mouse | Nicholas Marriott |
2017-01-11 | Eliminate an error message by checking whether /tmp/i/hosts exists before | Theo Buehler |
2017-01-11 | safe to enter arm64 | Theo de Raadt |
2017-01-11 | Add support for AArch64. | Patrick Wildt |
2017-01-11 | Add support for AArch64. | Patrick Wildt |
2017-01-11 | Move the membar in counters_read(). It has to be between reading | Alexander Bluhm |
2017-01-11 | Do text production for .Bt, .Ex, .Rv, .Ud at the validation stage | Ingo Schwarze |
2017-01-11 | Add a test that creates a nested tree of mount points. All partitions | Alexander Bluhm |
2017-01-11 | sync | Patrick Wildt |
2017-01-11 | Add support for OpenBSD/arm64. | Patrick Wildt |
2017-01-11 | Add a format for terminal type. | Nicholas Marriott |
2017-01-11 | Use a macro for looking up tty types. | Nicholas Marriott |
2017-01-11 | Updated the route(9) man page by removing nonexistent function and | Rafael Zalamena |
2017-01-11 | Some tidying and tweaks to options code. | Nicholas Marriott |
2017-01-11 | Add "support" for OpenBSD/arm64 so that it compiles. It's a copy of | Patrick Wildt |
2017-01-11 | Add "support" for AArch64 to make it compile. | Patrick Wildt |
2017-01-11 | Build a bunch more floating point helpers for AArch64. | Patrick Wildt |