summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-01-23vmm(4): wire faulted in pagesmlarkin1-20/+6
2021-01-23Handle write() errors.tobhe1-3/+5
2021-01-23Handle errors and truncated output from snprintf().tobhe1-73/+219
2021-01-23list-io must be run from config dirkn1-3/+3
2021-01-23Fix typos.tobhe3-7/+7
2021-01-23Fix IORT struct for Context and PMU interrupts. I misread bytes with bits.patrick1-7/+5
2021-01-23syncderaadt26-104/+247
2021-01-23Move resolv_conf string generation for ASR to function; makesflorian1-14/+25
2021-01-23Don't just blindly upgrade to VALIDATING if we see a SECURE answer.florian1-3/+3
2021-01-23Remove unused variables found by clang. Additional unused var spotted by eric@.rob10-44/+32
2021-01-23syncsthen1-0/+1
2021-01-23OPAL implements firmware calls that abstract communicating with the BMC overkettenis9-11/+489
2021-01-23recognize those ubiquitous webp fileespie1-1/+3
2021-01-23introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.thfr51-53/+337
2021-01-22Gracefully handle any erroneous closing bracket/brace trailers inrob1-2/+2
2021-01-22ims: an actual i2c-connected mouse is unlikelyjcs2-7/+6
2021-01-22Extend test with an full depth search of all possible prefix_evaluations.claudio1-23/+108
2021-01-22The correct spelling is NULL.florian1-2/+2
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb1-4/+6
2021-01-22Avoid NULL deref on BIO_new{_mem_buf,}() failure.tb1-3/+5
2021-01-22Private functions in the kernel do not to be prototyped.millert1-6/+8
2021-01-22Cleanup and document the code a bitclaudio1-13/+29
2021-01-22fix a memory leak, found by rob@ in relayd.benno1-1/+2
2021-01-22Revert clear changes to writing as they don't work properly, betternicm1-26/+7
2021-01-22Add rectangle-on and rectangle-off copy mode commands, GitHub isse 2546nicm2-7/+37
2021-01-22Fix some cursor movement commands, from Anindya Mukherjee.nicm1-43/+57
2021-01-22Adjust for traphandler process removal commit.martijn1-1/+3
2021-01-22Remove the traphandler process, which was nothing more then a sham.martijn6-265/+224
2021-01-22Valid integer and enumerated types always have non-zero length. Performrob1-1/+5
2021-01-22PubkeyAcceptedKeyTypes->PubkeyAcceptedAlgorithms here too.dtucker1-3/+3
2021-01-22Rename PubkeyAcceptedKeyTypes keyword to PubkeyAcceptedAlgorithms.dtucker12-73/+76
2021-01-21when using fake keys, skip the private key checkeric1-1/+2
2021-01-21return -1 on error for consistencyeric1-2/+2
2021-01-21Ignore special keys returned by the curses getch() function.millert1-2/+3
2021-01-21ndp only deals with current localtime. Print time with subsecondflorian4-114/+12
2021-01-21sync for libtls bumperic1-1/+1
2021-01-21minor bump after symbol additioneric1-1/+1
2021-01-21Allow setting a keypair on a tls context without specifying the privateeric4-26/+77
2021-01-21Mop up unused dtls1_build_sequence_number() function.jsing2-25/+2
2021-01-21Pledge violation for SO_RTABLE prints "wroute" now. Adapt test.bluhm1-5/+4
2021-01-21Handle NO_PROPOSAL_CHOSEN for CREATE_CHILD_SA.tobhe1-2/+10
2021-01-21Add support for INVALID_KE_PAYLOAD in CREATE_CHILD_SAtobhe3-37/+104
2021-01-21revert previous after complaints from sthen and deraadt;jmc1-2/+2
2021-01-21Make it possible to convert map arguments to long and insert nsecs in maps.mpi2-2/+9
2021-01-21carp(4): convert ifunit() to if_unit(9)mvs1-3/+6
2021-01-21vlan(4): convert ifunit() to if_unit(9)mvs1-9/+15
2021-01-21remove an unneccessary escape; from martin vahlensieckjmc1-4/+4
2021-01-21let vfs keep track of nonblocking state for us.dlg2-9/+4
2021-01-21Document IFM_2500_T media type.kevlo1-2/+5
2021-01-21Backport "Squelch udp connect 'no route to host' errors" from upstream.sthen1-3/+32