summaryrefslogtreecommitdiffstats
path: root/lib/libcxx/src/algorithm.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-03Revert r1.38 as it introduces use of a stack value post function return.jsing1-50/+86
2019-02-03Use malloc() and memcpy() the test X25519 x25519_peer_public value.jsing1-3/+6
2019-02-03Add mvgicp(4), a driver for the Marvell extension to the GIC thatpatrick5-69/+333
2019-02-03give the fake latin proverb "per aspera ad astra" in the moreschwarze1-1/+1
2019-02-03Add some fixes from upstream to the code that parses .eh_frame sectionskettenis2-190/+344
2019-02-03On SPARC, the return address is %o7 + 8.kettenis2-5/+5
2019-02-03Captive portal detection for unwind(8).florian17-70/+1631
2019-02-03enable -msave-args when building with clang.dlg1-2/+2
2019-02-03Always refault if relocking maps fails after IO. This fixes a regressionvisa1-1/+3
2019-02-03_dl_cerror is trivial on powerpc; just inline the handling into the stubsguenther1-4/+2
2019-02-03_dl_cerror is trivial on alpha and m88k; just inline the hanlding intoguenther3-14/+6
2019-02-03Delete cases in kerntrap() that just jump to the default caseguenther1-10/+1
2019-02-03crank datasize, because mesa is a pigderaadt1-3/+3
2019-02-02Show the routing address selected by "route-to" in "pfctl -s states".yasuoka1-1/+11
2019-02-02Improve stack trace saving on i386:visa1-9/+5
2019-02-02Improve stack trace saving on amd64:visa1-11/+5
2019-02-02An extra test that is known to trigger problems with some versions ofotto3-1/+29
2019-02-01Properly account wired pages in pmap_randomize_levelmlarkin1-3/+7
2019-02-01free size for wscons_event; ok deraadt@ visa@anton1-2/+2
2019-02-01Fix regresion that prevented -A0 from working as before.millert3-6/+11
2019-02-01Complete athn(4) noisefloor calibration code and enable it.stsp13-58/+241
2019-02-01Don't send udp sockets that we failed to open to the frontend,florian1-3/+5
2019-02-01syncderaadt1-1/+0
2019-02-01Export per-TDB counters to userland.mpi2-4/+9
2019-02-01Do not silently return if extensions do not match the filters.mpi1-3/+7
2019-02-01Print xhci version in hex, from sc.dying at gmail.mpi1-2/+2
2019-02-01port is in network byte orderflorian1-5/+5
2019-02-01make m_pullup use the first mbuf with data to measure alignment.dlg1-44/+65
2019-02-01fix comments and clean up whitespacebenno1-38/+12
2019-02-01if not all challenges were validated, retry again.benno1-14/+25
2019-02-01make it easier to ignore incompatible device and test case combinationsanton1-4/+6
2019-02-01In wskbdclose(), use the same logic as in wskbdopen() to determine ifanton1-2/+3
2019-02-01update currency exchange rates;jmc1-38/+38
2019-02-01fix up calculation of our physical function id, making the second portjmatthew1-4/+1
2019-02-01add libelf from elftoolchain r3669jsg118-0/+17766
2019-02-01Save connection timeout and restore for 2nd and subsequent attempts,dtucker1-2/+3
2019-02-01Fix gdb can handle prologues which has the retguard and teach gdb thatyasuoka2-9/+40
2019-02-01the sunxi platform abstraction was removed in 2016jsg3-56/+5
2019-02-01correct Cd for fdtjsg1-3/+3
2019-02-01correct Cd for fdtjsg1-3/+3
2019-02-01Fix lost interrupts in fec(4). Apparently the tick that talks to thepatrick1-3/+4
2019-01-31Bump version number to be able to distinguish bootloaders with softraidkettenis1-2/+2
2019-01-31Relax overzealous PATH_INFO validation.schwarze1-2/+2
2019-01-31Map SHT_LLVM_LINKER_OPTIONS to stringkettenis1-0/+1
2019-01-31Ignore LLVM 7's LINKER_OPTIONS section.kettenis2-0/+2
2019-01-31Instead of skipping the text mmap test, do a non fixed mmap in thisbluhm3-14/+31
2019-01-31matthew noticed that some clocks use tfind() which is not mpsafe.tedu1-10/+20
2019-01-31Make divert-packet port accept any port specificationkn1-5/+6
2019-01-31Remove a log statement used for debugsolene1-2/+1
2019-01-31Fix compilation of amd64 kernel when optimization is disabled.millert7-45/+49