Age | Commit message (Expand) | Author |
2016-03-14 | small step towards multiple pools: move two globls into the struct dir_info | Otto Moerbeek |
2016-03-14 | Remove doaccess variable and access(2) call since this interfers with | mestre |
2016-03-14 | (char *)0 -> NULL | mmcc |
2016-03-13 | crt0.c is already setting environ, so don't set it in MD_START_SETUP | Philip Guenther |
2016-03-13 | environ and __progname are not declared in a public header; declare them | Philip Guenther |
2016-03-13 | Fix examples for EVP_PKEY_CTX_set_rsa_padding. | Brent Cook |
2016-03-12 | Call mprotect() via its hidden _lib_mprotect alias to avoid accidental | Philip Guenther |
2016-03-12 | Add error handling to the remaining calls to bn_wexpand(). | Brent Cook |
2016-03-12 | Remove sentences in RETURN VALUES sections saying that functions with | mmcc |
2016-03-12 | Bump for LibreSSL 2.4.0 | Brent Cook |
2016-03-12 | Fix markup problem introduced in the previous commit. Solution and | tb |
2003-05-11 | import 0.9.7b (without idea and rc5) | Markus Friedl |
2016-03-11 | X509_free(3) is NULL-safe, so remove NULL checks before its calls. | mmcc |
2016-03-11 | missing article in previous; | Jason McIntyre |
2016-03-11 | pledge: define the meaning of passing NULL to one arguments of pledge(2) as "I | Sebastien Marie |
2016-03-10 | http -> https for a few more IETF URLs in comments or man pages | mmcc |
2016-03-10 | Remove VAX-specific bits of libm manpages. | tb |
2016-03-10 | no need for SUBDIR now that vax is gone; ok deraadt | Jason McIntyre |
2016-03-10 | ANSIfy function declarations, move initializations to declaration block | mmcc |
2016-03-10 | remove Xr to infnan, a trickily hidden (from me anyway) vax page; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | un-vax; | Jason McIntyre |
2016-03-10 | more pieces of vax | Theo de Raadt |
2016-03-10 | No point in keeping the threading support for vax, I guess | Philip Guenther |
2016-03-09 | We are done providing support for the vax. | Theo de Raadt |
2016-03-07 | http -> https for IETF/IANA URLs in comments | mmcc |
2016-03-06 | The range of PIDs has changed, and always included zero. | Philip Guenther |
2016-03-06 | No more compat emulations, so remove ktrace EMUL records and the baggage | Philip Guenther |
2016-03-06 | explict_bzero for some asn1 free's - ok miod@ | Bob Beck |
2016-03-06 | Make sure stdio functions don't end up in the library, from miod@ | Bob Beck |
2016-03-06 | Document the PT_GET_THREAD_{FIRST,NEXT} requests | Philip Guenther |
2016-03-04 | graduate bn_expand() to a real function. the openssl version of this | Theo de Raadt |
2016-03-04 | Revert bn_expand until there's consensus on a fix. | Doug Hogan |
2016-03-03 | Remove option USER_LDT and everything depending on it. | Christian Weisgerber |
2016-03-02 | fix the rest of the read_ledword() calls used as lengths to be bounded. | Bob Beck |
2016-03-02 | Add bounds checking for BN_hex2bn/BN_dec2bn. | Doug Hogan |
2016-03-02 | bound lengths coming out of a pem file to something like reality | Bob Beck |
2016-03-01 | KNF this file; OK stsp@ | Todd C. Miller |
2016-03-01 | Fix a segfault and functional error in c_gets(), | Ingo Schwarze |
2016-03-01 | Remove support for ancient, broken DSA implementations. | Doug Hogan |
2016-02-29 | Add NET_RT_IFNAMES; OK deraadt@ | Tim van der Molen |
2016-02-29 | __tfork is section 3, not 2; | Jason McIntyre |
2016-02-29 | delete the kern.emul/KERN_EMUL sysctl bits since there are no | Christian Weisgerber |
2016-02-29 | remove NULL checks for pqueue_free() | mmcc |
2016-02-28 | fruncate() returns EFBIG when length exceeds the max file size. | natano |
2016-02-27 | Fix STANDARDS: use the appropriate .St argument and add the information | Ingo Schwarze |
2016-02-27 | If an incomplete character is passed to mbtowc(3), set errno to EILSEQ. | Ingo Schwarze |
2016-02-26 | Fix negation of POSIX character classes; passed new regress test. | Todd C. Miller |