Age | Commit message (Expand) | Author |
2017-01-24 | make ldso[] const; OK guenther@ | Todd C. Miller |
2017-01-24 | splsoftnet() to NET_LOCK() in bpfwrite(). | Martin Pieuchot |
2017-01-24 | do not need sys/proc.h | Theo de Raadt |
2017-01-24 | add explicit casts for going from volatile void * to void * volatile *. | David Gwynne |
2017-01-24 | Fixed keys for choose mode, and remove the last mode keys bits. | Nicholas Marriott |
2017-01-24 | Fix set -u on array options. | Nicholas Marriott |
2017-01-24 | Make update-environment an array as well. | Nicholas Marriott |
2017-01-24 | Convert terminal-overrides to an array option. | Nicholas Marriott |
2017-01-24 | Remove some lies about terminal-overrides from tmux.1. | Nicholas Marriott |
2017-01-24 | server-info can become an alias rather than a command. | Nicholas Marriott |
2017-01-24 | Add support for custom command aliases, this is an array option which | Nicholas Marriott |
2017-01-24 | If given an array option without an index either show or set all items, | Nicholas Marriott |
2017-01-24 | fix make clean and warnings | Otto Moerbeek |
2017-01-24 | make sure realloc preserves data | Otto Moerbeek |
2017-01-24 | use ${.OBJDIR} | Otto Moerbeek |
2017-01-24 | BUF_MEM_free(), X509_STORE_free() and X509_VERIFY_PARAM_free() all check | Joel Sing |
2017-01-24 | sk_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | sk_pop_free() checks for NULL so do not bother doing it from the callers. | Joel Sing |
2017-01-24 | Kill some unused variables found by clang. | Rafael Zalamena |
2017-01-24 | Remove some superfluous words and convert Ar VERSION into Va VERSION. | Theo Buehler |
2017-01-24 | Tell traceroute6 to choose source address based on correct routing | Florian Obser |
2017-01-24 | sync | Theo de Raadt |
2017-01-24 | Within libssl a SSL_CTX * is referred to as a ctx - fix this for | Joel Sing |
2017-01-24 | Use the same stack size as on i386 | Jeremie Courreges-Anglas |
2017-01-24 | Make returns consistent and remove parentheses per style(9). | Joel Sing |
2017-01-24 | sort SEE ALSO; | Jason McIntyre |
2017-01-24 | Shorten a long line, and don't leak buffer in paste_add if size is zero. | Nicholas Marriott |
2017-01-24 | nuke extra brackets. discussed with jsing | Theo Buehler |
2017-01-24 | Complete jsing's coccinelle cleanup... by hand | Theo de Raadt |
2017-01-24 | correct usage format; ok beck claudio benno | Theo de Raadt |
2017-01-24 | in resolver(3), document that _EDNS0 and _DNSSEC are no ops; | Jason McIntyre |
2017-01-24 | errx() does not need extra newline | Theo de Raadt |
2017-01-24 | add ocspcheck to see also | Bob Beck |
2017-01-24 | fix mode on open() and ftruncate(), noticed by | Bob Beck |
2017-01-24 | #if 0 the ecformats_list and eccurves_list - these are currently unused but | Joel Sing |
2017-01-24 | Remove unused cert variable. | Joel Sing |
2017-01-24 | hook ocspcheck into the build | Bob Beck |
2017-01-24 | Say no to two line error messages on failure | Bob Beck |
2017-01-24 | Replace comparisons between a constant or enum and an expression, with | Joel Sing |
2017-01-24 | s/returns/exits/ | Bob Beck |
2017-01-24 | logname(1) uses getlogin(2) to determine the user associated with the | Theo Buehler |
2017-01-24 | Break run-on sentence into two. | Bob Beck |
2017-01-24 | sort previous; | Jason McIntyre |
2017-01-24 | For consistentcy, use 'void *' with %p instead of 'char *' | Philip Guenther |
2017-01-24 | string terminator is called a NUL | Theo de Raadt |
2017-01-24 | Actually load the cafile when providede, and error message cleanup | Bob Beck |
2017-01-24 | To format r_addr, use %p and cast to 'void *'. From comparison with | Philip Guenther |
2017-01-24 | move the opening of /dev/pf from the parent process to the pfe process | Sebastian Benoit |
2017-01-24 | sync | Theo de Raadt |
2017-01-24 | use warn, I have errno here. noticed by theo | Bob Beck |