summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 1. mild deprecation noticeschwarze2017-07-041-3/+11
* Enable the use of futex(2) in librthread on mips64.visa2017-07-041-2/+3
* Generate source and header files for regress on demand.bluhm2017-07-031-4/+6
* repair the tree, make sure y.tab.h is there before compiling yacc files.espie2017-07-021-1/+3
* Add test suite source files for expat 2.2.1.bluhm2017-06-3012-0/+4557
* AmigaOS and pre-X Mac OS support has been dropped in upstreambluhm2017-06-302-82/+0
* Update libexpat to version 2.2.1 which has some security fixes.bluhm2017-06-3019-454/+1341
* take const off the timeval argument in the pending functions.dlg2017-06-291-5/+5
* .init stub creation doesn't need a jmp + .align to reach a branch target,deraadt2017-06-281-3/+0
* Use the tls_password_cb() callback with all PEM_read_bio_*() calls, so thatjsing2017-06-224-11/+14
* Fix incorrect indentation.jsing2017-06-221-2/+2
* Plug a memory leak in tls_keypair_cert_hash(), introduced in r1.60.jsing2017-06-221-1/+3
* Remove dead code that has remained hiding since ressl.c r1.14!jsing2017-06-221-4/+1
* Use the standard `rv' idiom in tls_keypair_load_cert(), rather thanjsing2017-06-221-5/+4
* Distinguish between self-issued certificates and self-signed certificates.jsing2017-06-222-30/+40
* port the RBT code to userland by making it part of libc.dlg2017-06-196-13/+728
* mark files as BUILDFIRST, or write explicit dependencies, so that mostespie2017-06-164-4/+10
* no need for branding in .Nd linederaadt2017-06-131-3/+3
* Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@millert2017-06-121-2/+4
* request -> promises; from scott chelohajmc2017-06-111-3/+3
* Add missing .Fn markup to in() and out(); found with mandoc -Tlint.schwarze2017-06-111-33/+39
* remove lots of bogus escaping, some of which even broke the output;schwarze2017-06-101-10/+10
* fix imprecise .Fa markup; found with mandoc -Tlintschwarze2017-06-101-4/+4
* Fix broken markup of function pointer invocations; foundschwarze2017-06-101-11/+6
* fix broken markup of callback arguments; found with mandoc -Tlintschwarze2017-06-102-11/+8
* fix a sentence that used unusual terminology, the wrong macro,schwarze2017-06-101-5/+6
* repair broken markup of callback argument; found with mandoc -Tlintschwarze2017-06-101-5/+3
* Add an acct(5) flag for pledge violations. Then lastcomm(1) showsbluhm2017-06-071-2/+12
* Remove branch prediction hint from conditional branch instruction.naddy2017-06-011-2/+2
* Re-enabled futex based condvar & mutexes, they are not the cause ofmpi2017-06-011-2/+9
* New condvar introduced a regression with vmd(8), revert until it is found.mpi2017-06-011-9/+2
* Add support for EV_RECEIPT and EV_DISPATCH flagsmikeb2017-05-311-2/+17
* install futex(2), ok mpisthen2017-05-311-2/+2
* getrlimit is now allowed by "stdio"deraadt2017-05-301-2/+3
* Don't fall back to heapsort() if we would otherwise switch tomillert2017-05-301-7/+7
* Enable futex-based mutex and condvar.mpi2017-05-291-2/+9
* SPINLOCK_SPIN_HOOK is no more, define our own set of macros.mpi2017-05-292-7/+11
* sort SEE ALSO;jmc2017-05-291-2/+2
* sort SEE ALSO;jmc2017-05-293-7/+7
* Randomize link-order of libcrypto as we do with libc. This libraryderaadt2017-05-291-1/+2
* It is distasteful to have manual pages which don't refer to realderaadt2017-05-2911-32/+38
* Use membar_enter_after_atomic() and membar_exit_before_atomic().mpi2017-05-281-5/+5
* move sha224_initial_hash_value[] under !SHA2_SMALL; ok deraadt@ millert@naddy2017-05-271-13/+13
* New mutex and condvar implementations based on futex(2).mpi2017-05-275-8/+602
* Avoid a potential NULL pointer dereference in d2i_ECPrivateKey().jsing2017-05-261-1/+7
* Add definitions for three OIDs used in EV certificates.jsing2017-05-252-0/+9
* Support swapping 32-bit aligned elements on 64-bit platforms.millert2017-05-241-22/+63
* Document that qsort falls back to heapsort() if the recursion depthmillert2017-05-201-3/+13
* Use David Musser's introsort algorithm to fall back to heapsort(3)millert2017-05-203-16/+47
* The BSD qsort() performs tail recursion elimination on the secondmillert2017-05-171-10/+25