| Commit message (Expand) | Author | Files | Lines |
2019-02-03 | Revert r1.38 as it introduces use of a stack value post function return. |  jsing | 1 | -50/+86 |
2019-02-03 | Use malloc() and memcpy() the test X25519 x25519_peer_public value. |  jsing | 1 | -3/+6 |
2019-02-03 | Add mvgicp(4), a driver for the Marvell extension to the GIC that |  patrick | 5 | -69/+333 |
2019-02-03 | give the fake latin proverb "per aspera ad astra" in the more |  schwarze | 1 | -1/+1 |
2019-02-03 | Add some fixes from upstream to the code that parses .eh_frame sections |  kettenis | 2 | -190/+344 |
2019-02-03 | On SPARC, the return address is %o7 + 8. |  kettenis | 2 | -5/+5 |
2019-02-03 | Captive portal detection for unwind(8). |  florian | 17 | -70/+1631 |
2019-02-03 | enable -msave-args when building with clang. |  dlg | 1 | -2/+2 |
2019-02-03 | Always refault if relocking maps fails after IO. This fixes a regression |  visa | 1 | -1/+3 |
2019-02-03 | _dl_cerror is trivial on powerpc; just inline the handling into the stubs |  guenther | 1 | -4/+2 |
2019-02-03 | _dl_cerror is trivial on alpha and m88k; just inline the hanlding into |  guenther | 3 | -14/+6 |
2019-02-03 | Delete cases in kerntrap() that just jump to the default case |  guenther | 1 | -10/+1 |
2019-02-03 | crank datasize, because mesa is a pig |  deraadt | 1 | -3/+3 |
2019-02-02 | Show the routing address selected by "route-to" in "pfctl -s states". |  yasuoka | 1 | -1/+11 |
2019-02-02 | Improve stack trace saving on i386: |  visa | 1 | -9/+5 |
2019-02-02 | Improve stack trace saving on amd64: |  visa | 1 | -11/+5 |
2019-02-02 | An extra test that is known to trigger problems with some versions of |  otto | 3 | -1/+29 |
2019-02-01 | Properly account wired pages in pmap_randomize_level |  mlarkin | 1 | -3/+7 |
2019-02-01 | free size for wscons_event; ok deraadt@ visa@ |  anton | 1 | -2/+2 |
2019-02-01 | Fix regresion that prevented -A0 from working as before. |  millert | 3 | -6/+11 |
2019-02-01 | Complete athn(4) noisefloor calibration code and enable it. |  stsp | 13 | -58/+241 |
2019-02-01 | Don't send udp sockets that we failed to open to the frontend, |  florian | 1 | -3/+5 |
2019-02-01 | sync |  deraadt | 1 | -1/+0 |
2019-02-01 | Export per-TDB counters to userland. |  mpi | 2 | -4/+9 |
2019-02-01 | Do not silently return if extensions do not match the filters. |  mpi | 1 | -3/+7 |
2019-02-01 | Print xhci version in hex, from sc.dying at gmail. |  mpi | 1 | -2/+2 |
2019-02-01 | port is in network byte order |  florian | 1 | -5/+5 |
2019-02-01 | make m_pullup use the first mbuf with data to measure alignment. |  dlg | 1 | -44/+65 |
2019-02-01 | fix comments and clean up whitespace |  benno | 1 | -38/+12 |
2019-02-01 | if not all challenges were validated, retry again. |  benno | 1 | -14/+25 |
2019-02-01 | make it easier to ignore incompatible device and test case combinations |  anton | 1 | -4/+6 |
2019-02-01 | In wskbdclose(), use the same logic as in wskbdopen() to determine if |  anton | 1 | -2/+3 |
2019-02-01 | update currency exchange rates; |  jmc | 1 | -38/+38 |
2019-02-01 | fix up calculation of our physical function id, making the second port |  jmatthew | 1 | -4/+1 |
2019-02-01 | add libelf from elftoolchain r3669 |  jsg | 118 | -0/+17766 |
2019-02-01 | Save connection timeout and restore for 2nd and subsequent attempts, |  dtucker | 1 | -2/+3 |
2019-02-01 | Fix gdb can handle prologues which has the retguard and teach gdb that |  yasuoka | 2 | -9/+40 |
2019-02-01 | the sunxi platform abstraction was removed in 2016 |  jsg | 3 | -56/+5 |
2019-02-01 | correct Cd for fdt |  jsg | 1 | -3/+3 |
2019-02-01 | correct Cd for fdt |  jsg | 1 | -3/+3 |
2019-02-01 | Fix lost interrupts in fec(4). Apparently the tick that talks to the |  patrick | 1 | -3/+4 |
2019-01-31 | Bump version number to be able to distinguish bootloaders with softraid |  kettenis | 1 | -2/+2 |
2019-01-31 | Relax overzealous PATH_INFO validation. |  schwarze | 1 | -2/+2 |
2019-01-31 | Map SHT_LLVM_LINKER_OPTIONS to string |  kettenis | 1 | -0/+1 |
2019-01-31 | Ignore LLVM 7's LINKER_OPTIONS section. |  kettenis | 2 | -0/+2 |
2019-01-31 | Instead of skipping the text mmap test, do a non fixed mmap in this |  bluhm | 3 | -14/+31 |
2019-01-31 | matthew noticed that some clocks use tfind() which is not mpsafe. |  tedu | 1 | -10/+20 |
2019-01-31 | Make divert-packet port accept any port specification |  kn | 1 | -5/+6 |
2019-01-31 | Remove a log statement used for debug |  solene | 1 | -2/+1 |
2019-01-31 | Fix compilation of amd64 kernel when optimization is disabled. |  millert | 7 | -45/+49 |