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