summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-12-24remove NULL-check before free()mmcc
2015-12-24More adress -> addressmmcc
2008-09-06import of OpenSSL 0.9.8hDamien Miller
2015-12-23remove two NULL castsmmcc
2015-12-23Remove the rest of the scaffolding for nonexistent ElGamal support,mmcc
2015-12-23Remove NULL casts and tweak style in a few places. A more invasivemmcc
2015-12-23remove NULL-checks before free()mmcc
2015-12-23remove NULL-checks before free()mmcc
2015-12-23remove a few NULL-checks before free()mmcc
2015-12-23Update sqlite3 to 3.9.2. Bump major, regen .pc and header. ChangesJames Turner
2015-03-16Update sqlite3 to 3.8.7.4. Changes available here: http://sqlite.org/changes....James Turner
2012-04-14sqlite 3.7.11 library, vendor sourcesMarc Espie
2015-12-23assign pointer NULL rather than 0mmcc
2015-12-23assign pointer to NULL rather than 0mmcc
2015-12-22remove NULL-checks before free()mmcc
2015-12-22initialize a pointer to NULL rather than 0mmcc
2015-12-20Expose internal functions necessary to open audio devices and midiAlexandre Ratchov
2015-12-20Clean up a condition. No functional change. ok tb@mmcc
2015-12-19gethostbyname2() and gethostbyaddr() need <sys/socket.h>; discussed withTim van der Molen
2015-12-19Style cleanup and removal of needless casts. ok tb@mmcc
2015-12-19Remove NULL-checks before free(). ok tb@mmcc
2015-12-19More style improvement and removal of NULL/allocation casts.mmcc
2015-12-18Remove code for unimplemented ElGamel support that's been disabled formmcc
2015-12-18A few more NULL casts and style tweaks. No functional change.mmcc
2015-12-18Cleanup and modernization. No functional change. Discussed with halex@.mmcc
2015-12-18Fix wrong answer if the imaginary part is zero.Alexandr Shadchin
2015-12-18Fix behavior csqrt, should beAlexandr Shadchin
2015-12-18Simplify return call of rand() and rand_r() to make it easier to read.tb
2015-12-16change the kqueue backend to call kevent() as events are added insteadTed Unangst
2015-12-16tweak previous;Jason McIntyre
2015-12-16documents pledge(2) "dpath" promiseSebastien Marie
2015-12-16Remove support for HOSTALIASES from the resolver. This "open and parseTheo de Raadt
2015-12-16in pledged process, setuid/setgid/sticky bits should be ignored.Sebastien Marie
2015-12-15Remove "C=US, O=VeriSign, Inc., OU=Class 3 Public Primary CertificationStuart Henderson
2015-12-14Remove more needless casts of NULL and allocations.mmcc
2015-12-14Remove casts of allocations and NULL. There are a *ton* of these tommcc
2015-12-14initialize ext_len to 0.Bob Beck
2015-12-14initialize ok to 0Bob Beck
2015-12-14initialize md_len to 0 for readability to quell warnings.Bob Beck
2015-12-14Remove NULL-checks before free().mmcc
2015-12-14s/begining/beginning/gmmcc
2015-12-12decipher comment. ok bcook@mmcc
2015-12-12Remove calloc cast, give sizeof parens. No functional change.mmcc
2015-12-12move initialization of buf up to quell warnings and make it obvious the err c...Bob Beck
2015-12-12prevent possibly use of uninitialized variableBob Beck
2015-12-12make the counter a size_t as well, which quells a warning on visual studio 2015Bob Beck
2015-12-11Libraries should not print to stderr, ok tedu beck deraadtNicholas Marriott
2015-12-11"the the" -> "the" in commentmmcc
2015-12-10tiny sanity check on file sizeTed Unangst
2015-12-10use geteuid to make it easier for root to communicate.Ted Unangst