summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-05-11import 0.9.7b (without idea and rc5)Markus Friedl
2016-03-11X509_free(3) is NULL-safe, so remove NULL checks before its calls.mmcc
2016-03-11missing article in previous;Jason McIntyre
2016-03-11pledge: define the meaning of passing NULL to one arguments of pledge(2) as "ISebastien Marie
2016-03-10http -> https for a few more IETF URLs in comments or man pagesmmcc
2016-03-10Remove VAX-specific bits of libm manpages.tb
2016-03-10no need for SUBDIR now that vax is gone; ok deraadtJason McIntyre
2016-03-10ANSIfy function declarations, move initializations to declaration blockmmcc
2016-03-10remove Xr to infnan, a trickily hidden (from me anyway) vax page;Jason McIntyre
2016-03-10un-vax;Jason McIntyre
2016-03-10un-vax;Jason McIntyre
2016-03-10un-vax;Jason McIntyre
2016-03-10un-vax;Jason McIntyre
2016-03-10more pieces of vaxTheo de Raadt
2016-03-10No point in keeping the threading support for vax, I guessPhilip Guenther
2016-03-09We are done providing support for the vax.Theo de Raadt
2016-03-07http -> https for IETF/IANA URLs in commentsmmcc
2016-03-06The range of PIDs has changed, and always included zero.Philip Guenther
2016-03-06No more compat emulations, so remove ktrace EMUL records and the baggagePhilip Guenther
2016-03-06explict_bzero for some asn1 free's - ok miod@Bob Beck
2016-03-06Make sure stdio functions don't end up in the library, from miod@Bob Beck
2016-03-06Document the PT_GET_THREAD_{FIRST,NEXT} requestsPhilip Guenther
2016-03-04graduate bn_expand() to a real function. the openssl version of thisTheo de Raadt
2016-03-04Revert bn_expand until there's consensus on a fix.Doug Hogan
2016-03-03Remove option USER_LDT and everything depending on it.Christian Weisgerber
2016-03-02fix the rest of the read_ledword() calls used as lengths to be bounded.Bob Beck
2016-03-02Add bounds checking for BN_hex2bn/BN_dec2bn.Doug Hogan
2016-03-02bound lengths coming out of a pem file to something like realityBob Beck
2016-03-01KNF this file; OK stsp@Todd C. Miller
2016-03-01Fix a segfault and functional error in c_gets(),Ingo Schwarze
2016-03-01Remove support for ancient, broken DSA implementations.Doug Hogan
2016-02-29Add NET_RT_IFNAMES; OK deraadt@Tim van der Molen
2016-02-29__tfork is section 3, not 2;Jason McIntyre
2016-02-29delete the kern.emul/KERN_EMUL sysctl bits since there are noChristian Weisgerber
2016-02-29remove NULL checks for pqueue_free()mmcc
2016-02-28fruncate() returns EFBIG when length exceeds the max file size.natano
2016-02-27Fix STANDARDS: use the appropriate .St argument and add the informationIngo Schwarze
2016-02-27If an incomplete character is passed to mbtowc(3), set errno to EILSEQ.Ingo Schwarze
2016-02-26Fix negation of POSIX character classes; passed new regress test.Todd C. Miller
2016-02-25refactor option letter parsing into a subfunction, to increase clarityTheo de Raadt
2016-02-24Avoid a possible double-free if the "search" keyword is used multiple times.Eric Faurot
2016-02-22Document sendsyslog2(2) in man page.Alexander Bluhm
2016-02-19Remove the "error" variable; we no longer fall back to writing toTodd C. Miller
2016-02-17Sync some root certificates with Mozilla's cert store. ok bcook@Stuart Henderson
2016-02-13Dv fix;Jason McIntyre
2016-02-13Fix an obvious cut-and-paste error:Ingo Schwarze
2016-02-11Document how to use sndio in pledged programs.Tim van der Molen
2016-02-08new sentence, new line;Jason McIntyre
2016-02-08mention mktime, since that is where struct tm is described. ok schwarzeTed Unangst
2016-02-08Align with reality, and with POSIX: For this particular function,Ingo Schwarze