Age | Commit message (Expand) | Author |
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 |
2016-02-25 | refactor option letter parsing into a subfunction, to increase clarity | Theo de Raadt |
2016-02-24 | Avoid a possible double-free if the "search" keyword is used multiple times. | Eric Faurot |
2016-02-22 | Document sendsyslog2(2) in man page. | Alexander Bluhm |
2016-02-19 | Remove the "error" variable; we no longer fall back to writing to | Todd C. Miller |
2016-02-17 | Sync some root certificates with Mozilla's cert store. ok bcook@ | Stuart Henderson |
2016-02-13 | Dv fix; | Jason McIntyre |
2016-02-13 | Fix an obvious cut-and-paste error: | Ingo Schwarze |
2016-02-11 | Document how to use sndio in pledged programs. | Tim van der Molen |
2016-02-08 | new sentence, new line; | Jason McIntyre |
2016-02-08 | mention mktime, since that is where struct tm is described. ok schwarze | Ted Unangst |
2016-02-08 | Align with reality, and with POSIX: For this particular function, | Ingo Schwarze |
2016-02-07 | compare pointer to NULL in example code | mmcc |
2016-02-05 | be more forceful about not using these. | Marc Espie |
2016-02-05 | Use the correct structure size when allocating the array for nodes. | Can Erkin Acar |
2016-02-05 | Fix err(3) calls after allocation failures in examples. | Ingo Schwarze |
2016-02-05 | avoid an uninitialised value in a return path added in rev 1.5 | Jonathan Gray |
2016-02-02 | Get rid of an ugly #ifdef in the middle of el_init() by | Ingo Schwarze |
2016-02-01 | ansify amd64_iopl() | Jeremie Courreges-Anglas |
2016-02-01 | ansify; ok sthen@ kettenis@ | Jeremie Courreges-Anglas |
2016-02-01 | Sort cert.pem alphabetically, first by organisation, then by CA name | Stuart Henderson |
2016-01-31 | Revamp cert.pem certificate information formatting. Skip headers which | Stuart Henderson |
2016-01-31 | remove some whitespace differences with NetBSD; no change with diff -b | Ingo Schwarze |
2016-01-31 | trivial partial sync to NetBSD, no functional change: | Ingo Schwarze |
2016-01-30 | Fifth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | Fourth step in synching with NetBSD: | Ingo Schwarze |
2016-01-30 | delete "#ifdef notdef" code that is no longer present in NetBSD; | Ingo Schwarze |