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