Age | Commit message (Expand) | Author |
2014-12-06 | fix manual names that clash with other manuals | Ingo Schwarze |
2014-12-06 | A few last 'easy' #include dedups. | Kenneth R Westerback |
2014-12-06 | delete four MLINKS that are both duplicate and wrong | Ingo Schwarze |
2014-12-06 | Avoid modifying input on failure in X509_(TRUST|PURPOSE)_add. | Doug Hogan |
2014-12-06 | malloc(3) is in the "comp" install set, malloc.conf(5) in "man", | Ingo Schwarze |
2014-12-06 | Remove now bogus comment that got missed in the GOST commit. | Joel Sing |
2014-12-06 | Fix some horrible style(9) violations... | Joel Sing |
2014-12-06 | Remove client handling of RSA in ServerKeyExchange messages, along with | Joel Sing |
2014-12-06 | Use appropriate internal types for EC curves and formats, rather than | Joel Sing |
2014-12-06 | Ensure that the client specified EC curve list length is a multiple of two. | Joel Sing |
2014-12-06 | Fix two cases where it is possible to read one or two bytes past the end of | Joel Sing |
2014-12-05 | macro cleanup: remove bogus .Nm and split joint .Fn arguments | Ingo Schwarze |
2014-12-05 | Introduce a new sysctl to retrieve VM map entries | Masao Uebayashi |
2014-12-05 | memmove/bcopy from libkern, almost certainly the unrolling here is | Theo de Raadt |
2014-12-04 | obvious cases of missing NAME .Nm entries | Ingo Schwarze |
2014-12-04 | add missing .Fn macros in the SYNOPSIS; found with mandoc.db(5) | Ingo Schwarze |
2014-12-04 | use the actual function name in .Dt and NAME .Nm, not an alias; | Ingo Schwarze |
2014-12-04 | asm version from libkern, but mempcy() remains tied to the | Theo de Raadt |
2014-12-04 | simplify wording; triggered by a shorter diff from Kaspars Bankovskis; | Ingo Schwarze |
2014-12-03 | Move Windows OS-specific functions to make porting easier. | Brent Cook |
2014-12-03 | We're not supporting 16-bit Windows, remove cast. | Brent Cook |
2014-12-03 | handle the (impossible) situation of a size_t - 1 buffer from | Theo de Raadt |
2014-12-03 | Spotted another opportunity to use reallocarray(). | Theo de Raadt |
2014-12-02 | Add brainpool curves to eccurves_default[], accidentally missing from 1.32; | Miod Vallat |
2014-12-02 | add some openbsd tags, and a first pass at cleanup; | Jason McIntyre |
2014-12-02 | Kill the only instance of .Lb in our tree. It is better to not use | Ingo Schwarze |
2014-12-02 | macro cleanup; kaspars at bankovskis dot net | Ingo Schwarze |
2014-12-02 | Noone cares what castle the princess is in | Theo de Raadt |
2014-12-02 | sync bcopy/memmove/memcpy implementation with the kernel. ok deraadt | Ted Unangst |
2014-11-30 | Fix a minor documentation bug: When given the old real ID unchanged, | Ingo Schwarze |
2014-11-30 | update STANDARDS; ok millert@ jmc@ | Ingo Schwarze |
2014-11-30 | do not use .St -p1003.1d-99 which is used in exactly two pages; | Ingo Schwarze |
2014-11-30 | Replace all 14 instances of .St -ansiC-99 in our tree with .St -isoC-99. | Ingo Schwarze |
2014-11-30 | obvious STANDARDS update | Ingo Schwarze |
2014-11-30 | move the description of flags from the SYNOPSIS to the DESCRIPTION; | Ingo Schwarze |
2014-11-30 | restructure libc/string + libc/arch/*/string coperation regarding | Theo de Raadt |
2006-10-10 | Preliminary userland bits for OpenBSD/landisk, many things coming from | Miod Vallat |
2014-11-30 | mandoc -Tlint fixes from <kaspars at bankovskis dot net> | Ingo Schwarze |
2014-11-30 | Even though not callable, "Ed" is a macro name, so for clarity, | Ingo Schwarze |
2014-11-30 | Remove non-portable use of .Pf that doesn't work with groff; | Ingo Schwarze |
2014-11-27 | Ensure that sess_cert is not NULL at the start of | Joel Sing |
2014-11-27 | Avoid a double-free in an error path. | Joel Sing |
2014-11-27 | Avoid a NULL dereference in the DTLS client that can be triggered by a | Joel Sing |
2014-11-26 | garbage collect .Tn | Ingo Schwarze |
2014-11-26 | remove superflous gettimeofday wrapper. | Brent Cook |
2014-11-26 | memset like a normal human. | Brent Cook |
2014-11-26 | normalize set/getsockopt usage. | Brent Cook |
2014-11-26 | Linux has had IP_MTU since 2005, don't force it. | Brent Cook |
2014-11-26 | macro cleanup; from kaspars at bankovskis dot net | Ingo Schwarze |
2014-11-25 | zap trailing whitespace; | Jason McIntyre |