Age | Commit message (Expand) | Author |
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 |
2017-01-24 | Prevent too much reordering in the instruction prologue, in order to fulfill | Miod Vallat |
2017-01-24 | Yes the "if (const == val" idiom provides some safety, but it grates on | Theo de Raadt |
2017-01-24 | Remove the [fs]u{byte,word,swintr} fetch(9) functions that have | Patrick Wildt |
2017-01-24 | PIE-by-default. Probably not suitable for upsttreaming in its current form. | Mark Kettenis |
2017-01-24 | Avoid allocating space for commons with ld -r. Already pushed upstream. | Mark Kettenis |
2017-01-24 | knf | Bob Beck |
2017-01-24 | Handle the OpenBSD-style major/minor shared library version scheme. | Mark Kettenis |
2017-01-24 | ftplist.cgi provides the http server from previous installs as the | Robert Peichaer |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-24 | Don't allow any control and space characters in the answer to the | Robert Peichaer |
2017-01-24 | revert accidental commit of theo diff | Bob Beck |
2017-01-24 | Just don't bother with OpenSSL error strings, they are mostly | Bob Beck |
2017-01-24 | SVM: vmd(8) support for SVM | Mike Larkin |
2017-01-24 | Add a workaround for the fact that 'install -d' without explicit mode | Theo Buehler |
2017-01-24 | Force a context switch for every pool_get(9) with the PR_WAITOK flag | Martin Pieuchot |
2017-01-24 | SVM: misspelled field name in vmcb struct (renamed to match SVM code I'm | Mike Larkin |
2017-01-24 | various cleanup; | Jason McIntyre |
2017-01-24 | Bump libssl and libtls minors due to symbol additions. | Joel Sing |
2017-01-24 | slight cleanups | Theo de Raadt |
2017-01-24 | Add a -groups option to openssl s_client, which allows supported EC curves | Joel Sing |
2017-01-24 | Update client tests for changes in default EC formats/curves. | Joel Sing |
2017-01-24 | Add support for setting the supported EC curves via | Joel Sing |
2017-01-24 | SVM: matching i386 commit (missing host save area pa msr) | Mike Larkin |
2017-01-24 | SVM: missing msr defintion for host save area physaddr | Mike Larkin |
2017-01-24 | s/exit/exist/ typo | Bob Beck |
2017-01-24 | mark start -m as optional; reorder start synopsis to match vmctl usage | Richard Procter |