summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-03this needs utf8.c tooDamien Miller
2020-04-03fix debug statementDamien Miller
2020-04-03the tunnel-forwarding vs ExitOnForwardFailure fix that I committedDamien Miller
2020-04-03Adjust SMR_ASSERT_CRITICAL() and SMR_ASSERT_NONCRITICAL() so that theVisa Hankala
2020-04-03Take an explicit write reference when associating a thread with a ktraceVisa Hankala
2020-04-03Add percent_expand test for 'Match Exec'.Darren Tucker
2020-04-03%C expansion just added to Match Exec should include remote user not localDarren Tucker
2020-04-03make failures when establishing "Tunnel" forwarding terminate theDamien Miller
2020-04-03Add regression test for percent expansions where possible.Darren Tucker
2020-04-03Make with config keywords support which percent_expansions more consistent.Darren Tucker
2020-04-03give ssh-keygen the ability to dump the contents of a binary keyDamien Miller
2020-04-03add allocating variant of the safe utf8 printer; ok dtucker as part ofDamien Miller
2020-04-02When the last file formatted yielded no tags, the tags file gotIngo Schwarze
2020-04-02Makes libossaudio use sndio instead of the kernel mixer(4) interface.Alexandre Ratchov
2020-04-02Store USE_TRANSPORTMODE in iked_message until the full message was parsedtobhe
2020-04-02use crunchgen -M on macppc; fixes build with clanggkoehler
2020-04-02Make the OpenFirmware functions work with clang.gkoehler
2020-04-02grammar fix;Jason McIntyre
2020-04-02double ARG_MAXTheo de Raadt
2020-04-02syncTheo de Raadt
2020-04-02Switch the default compiler on powerpc to clang.Mark Kettenis
2020-04-02Fix use-after-free zyd(4) upon Tx error and device detach.Stefan Sperling
2020-04-02avoid sys/param.h poisoning, and replace nitems with a local declTheo de Raadt
2020-04-02Only search the visible part of the history when marking (highlighting)Nicholas Marriott
2020-04-02Replace a bunch of hand rolled date / time math with gmtime(3).Florian Obser
2020-04-02Copy tagged strings before marking hyphens as breakable.Ingo Schwarze
2020-04-02Remove iwm(4) 11n mode CCK Tx rate fallback.Stefan Sperling
2020-04-02iwm's LQ_CMD can work asynchronously from interrupt context.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-04-02Remove 'done' flag from struct iwm_tx_data. Check data->m == NULL instead.Stefan Sperling
2020-04-02Use fopen() and BIO_new_fd() instead of BIO_new_file so that a possibleClaudio Jeker
2020-04-02Introduce kqueue_sleep() a wrapper around the tsleep(9) dance.Martin Pieuchot
2020-04-02Enable FFS2 option for both floppiesOtto Moerbeek
2020-04-02Change bootblocks to be able to read from ffs1, ffs2 and softraid.Otto Moerbeek
2020-04-02Add a W position to display-menu -y to use the line above (or below) theNicholas Marriott
2020-04-02Add __lshrti3 to libkern and use it on sparc64Jeremie Courreges-Anglas
2020-04-01Properly handle multiple CERTREQ payloads in CA process. Only for thetobhe
2020-04-01Just like we are already doing it in HTML output, automatically tagIngo Schwarze
2020-04-01If no -q options are used, expose first 8 midi(4) devices to sndiod clientsAlexandre Ratchov
2020-04-01Add ulimit -c unlimited to the commands that plan to produce a coredump.Claudio Jeker
2020-04-01Split the mft file and hash check from the mft parsing. This makes it easierClaudio Jeker
2020-04-01Do not ignore triple-click and send to pane.Nicholas Marriott
2020-04-01Better warning message. Show the filename of the CRL instead of the constantClaudio Jeker
2020-04-01Add a 10 second timeout to prevent searches taking too much time, fromNicholas Marriott
2020-04-01Support mouse in popups.Nicholas Marriott
2020-04-01USB control requests to the root hub differ from those to devices. ForPatrick Wildt
2020-04-01Put the interface down if the kernel fails to enable pipex.Martin Pieuchot
2020-04-01Do not go down the regex search path (which is expensive because we needNicholas Marriott
2020-04-01Use a comparison to check for wrap and avoid an expensive modulus.Nicholas Marriott
2020-04-01Performance improvements for regex searching, most notably:Nicholas Marriott