summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Now that vax has been removed, nothing defined MD_NO_CLEANUP anymore.kettenis2016-09-261-5/+1
* sigsetmask() and sigblock() are no longer used by any setjmp implementationguenther2016-09-262-5/+3
* Fix matching when all of user, host and domain are specified.millert2016-09-241-10/+8
* Append to CLEANFILES instead of replacing it, so libcrypto.pc isnatano2016-09-231-2/+2
* remove lib/libsqlite3, it has moved back to portssthen2016-09-23319-285178/+0
* Unhook sqlite3.sthen2016-09-231-2/+2
* s/alloctaed/allocated/ in commentguenther2016-09-231-2/+2
* Simplify mips64 GOTSYM bits to eliminate a couple temp filesguenther2016-09-221-17/+7
* Add copyrightguenther2016-09-221-1/+16
* Switch from calling obsolete sig{block,setmask} to directly using theguenther2016-09-223-76/+42
* m88k switched to RELROguenther2016-09-221-6/+0
* Simplify __cerror now that %r27 is always the TCB pointer.guenther2016-09-223-54/+40
* Improve on code from the previous commit.jsing2016-09-221-7/+5
* Avoid unbounded memory growth, which can be triggered by a clientjsing2016-09-221-9/+20
* Check for packet with truncated DTLS cookie.guenther2016-09-221-12/+17
* Improve ticket validity checking when tlsext_ticket_key_cb() callbackguenther2016-09-221-4/+25
* revert documentation update for the clearning behavior we already revertedbcook2016-09-221-5/+1
* no more KERN_ARND; ok deraadtjmc2016-09-211-10/+2
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-2135-114/+106
* When _LIBUNWIND_ARM_EHABI is defined, include <link.h> to get thekettenis2016-09-201-0/+1
* Add $OpenBSD tagguenther2016-09-201-0/+1
* Avoid selecting weak digests for (EC)DH when using SNI.bcook2016-09-201-3/+12
* Add check_sym, a utility for checking shared libraries for symbol changesguenther2016-09-201-0/+268
* We don't need cross-unwinding support,kettenis2016-09-191-1/+2
* We definitely want to use arc4random() on OpenBSD.kettenis2016-09-191-1/+1
* gmtime_r() should return NULL on failure, not the struct tm * resultmillert2016-09-191-3/+2
* Don't build saveFP/restFP for powerpc. Not needed on OpenBSD.pascal2016-09-191-4/+2
* Add non-VFP arm-specific code.kettenis2016-09-191-1/+48
* Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withkettenis2016-09-191-2/+2
* Add -nostdinc++ like the original CMakeLists.txt does. Fixes bulding withkettenis2016-09-191-2/+2
* Update ld search path for libssl/libcrypto, fixes cross-build after source moved.bcook2016-09-192-6/+6
* move page junking tp unmap(), right before we stick the region in the cache;otto2016-09-181-6/+6
* Go down the right path in the _LIBUNWIND_ARM_EHABI case.kettenis2016-09-181-1/+1
* Use unified syntax such that this compiles with both gcc and clang.kettenis2016-09-181-2/+4
* unbreak the build by including stddef.h for the definition of NULLjsg2016-09-181-1/+2
* Add an interface to find the ARM.exidx table for use by the ARM EHABI unwinder.kettenis2016-09-175-2/+88
* Restore warnings about multiple process waiting on same fdguenther2016-09-172-4/+16
* Include the legacy_coding(3) page which documents use_legacy_coding(),nicm2016-09-162-2/+84
* handle fallout of moving the address maps to RBT code.dlg2016-09-161-4/+8
* we do not build the curses _memleaks and _trace stuff apparently,jmc2016-09-151-14/+2
* Set callbacks on the right tls ctx on accept.bcook2016-09-141-2/+2
* Handle the FLUSH BIO cntl, that happens at the end of SSL handshakes.bcook2016-09-141-1/+2
* Allow callback read/write functions to set TLS_WANT_POLLOUT/POLLIN.bcook2016-09-141-3/+21
* Generate pkg-config files at build time like everything else. Thisnatano2016-09-145-10/+15
* spelling; from Frank Schoepderaadt2016-09-131-4/+4
* add a little more typing to the first callback argument.tedu2016-09-132-7/+7
* Reduce libm's exports and make internal calls go direct.guenther2016-09-12293-563/+1511
* Don't declare select() in <unistd.h>guenther2016-09-121-2/+1
* Per fpclassify(3): isinff(), isnanf(), finite(), and finitef() are deprecatedguenther2016-09-1225-81/+81
* Use fe*() routines from <fenv.h> instead of fp*() routines from <ieeefp.h>guenther2016-09-121-10/+11