Age | Commit message (Expand) | Author |
2015-10-01 | In uvm_map_splitentry(), grab the kernel lock before calling into the amap | Mark Kettenis |
2015-10-01 | relax vendor comparison to match variations found in older | Joerg Jung |
2015-10-01 | add const, prodded by mpi | Joerg Jung |
2015-10-01 | remove superfluous sensor_attach() added for debug reasons | Joerg Jung |
2015-10-01 | Remove yet more blinding whitespace. | Kenneth R Westerback |
2015-10-01 | Remove more blinding trailing whitespace. | Kenneth R Westerback |
2015-10-01 | Make the alpha pmap (more) mpsafe by protecting both the pmap itself and the | Mark Kettenis |
2015-10-01 | fix semicolon after if statement | Jonathan Gray |
2015-10-01 | No need to wakeup(9) the sensor thread because upd_refresh() does not | Martin Pieuchot |
2015-10-01 | Don't reject an "empty" CERTREQ (one with no CA hashes), instead treat it as | Stuart Henderson |
2015-10-01 | remove the #if bsdi path from here as well | Jonathan Gray |
2015-10-01 | remove a bsdi ifdef path | Jonathan Gray |
2015-10-01 | include ctype.h for the isspace(3) using _NG_ISSPACE | Jonathan Gray |
2015-10-01 | sync proc.c with httpd. no functional change, only switching to C99 types. | Reyk Floeter |
2015-10-01 | Fix interoperability with Apple iOS9: If we don't get a (valid) | Reyk Floeter |
2015-10-01 | include <sys/types.h> for ssize_t | Brent Cook |
2015-10-01 | add IPv6 equivalents for the permitted IPv4 setsockopts, noticed by doug@, | Stuart Henderson |
2015-10-01 | update currency exchange rates; | Jason McIntyre |
2015-10-01 | Use rtdeletemsg() in nd6_free() to align it with arptfree(). | Martin Pieuchot |
2015-10-01 | Remove support for the AUCAT_COOKIE environment variable. | Alexandre Ratchov |
2015-10-01 | Another s/M_ASN1_INTEGER_free/ASN1_INTEGER_free/. | Joel Sing |
2015-10-01 | Eliminate the last of the LINTEDn and PRINTFLIKEn comments. In one | Philip Guenther |
2015-09-30 | rename the internal functions that do ml_foo ops on classes to hfsc_cl_foo. | David Gwynne |
2015-09-30 | Nuke a #if 0/#endif block and a related variable. No plans to ever make | Kenneth R Westerback |
2015-09-30 | Place all of the ASN1 M_ macros under #ifndef LIBRESSL_INTERNAL. | Joel Sing |
2015-09-30 | Expand M_i2d_ASN1_OCTET_STRING macros - no change in generated assembly, | Joel Sing |
2015-09-30 | s/M_ASN1_ENUMERATED_free/ASN1_ENUMERATED_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_ENUMERATED_(free|new) with ASN1_ENUMERATED_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_OCTET_STRING_(free|new) with ASN1_OCTET_STRING_(free|new). | Joel Sing |
2015-09-30 | Replace M_ASN1_UTCTIME_(new|free) with ASN1_UTCTIME_(new|free). | Joel Sing |
2015-09-30 | Replace M_ASN1_IA5STRING_(new|free) with ASN1_IA5STRING_(new|free). Same | Joel Sing |
2015-09-30 | Replace M_ASN1_GENERALIZEDTIME_(new|free) with | Joel Sing |
2015-09-30 | s/M_ASN1_TIME_free/ASN1_TIME_free/ | Joel Sing |
2015-09-30 | Replace M_ASN1_INTEGER_(new|free) with ASN1_INTEGER_(new|free) - this is | Joel Sing |
2015-09-30 | Remove unnecessary type assignments - M_ASN1_INTEGER_new() already sets | Joel Sing |
2015-09-30 | sync | Theo de Raadt |
2015-09-30 | fix some spelling messes. | Igor Sobrado |
2015-09-30 | trailing whitespace; | Jason McIntyre |
2015-09-30 | Use #ifndef _MACHINE_DISKLABEL_H_ everywhere. Replace _ARM_DISKLABEL_H_ | Kenneth R Westerback |
2015-09-30 | Remove some trailing whitespace. | Kenneth R Westerback |
2015-09-30 | Use consistant whitespace/comments for #define'ing LABELSECTOR, | Kenneth R Westerback |
2015-09-30 | fix two typos. | Igor Sobrado |
2015-09-30 | fix typo; cross-reference smtpd(8). | Igor Sobrado |
2015-09-30 | fix error message for csh-history. the lexer needs to back up more. | Ted Unangst |
2015-09-30 | Fix a bug in the regress, and be much more pedantic about what is allowed | Bob Beck |
2015-09-30 | right place in order | Theo de Raadt |
2015-09-30 | build asmc.4 | Theo de Raadt |
2015-09-30 | enable new asmc(4) driver on amd64 | Joerg Jung |
2015-09-30 | remove old self-kill() in the signal handler. must predate the | Theo de Raadt |
2015-09-30 | Remove remnants of sppp's special queue handling for telnet/rlogin/ftp, | Stuart Henderson |