summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2020-04-01Disallow session timeout on pppx(4).Martin Pieuchot
2020-04-01update currency exchanges rates;Jason McIntyre
2020-03-31Log summary of certificates in cert store when iked fails to find atobhe
2020-03-31Add a way to mark environment variables as "hidden" so they can be usedNicholas Marriott
2020-03-31Add a -T flag to resize-pane to trim lines below the cursor, movingNicholas Marriott
2020-03-31Add non-regex search variants to avoid the performance cost for peopleNicholas Marriott
2020-03-31Remove leftover that should have been removed in the previous commit.Mark Kettenis
2020-03-31Add session_path from Chris Ruegge in GitHub issue 2142.Nicholas Marriott
2020-03-31Newer device trees no longer put the full physical address in the "reg"Mark Kettenis
2020-03-31Add a "second click" key type which is fired for the second click of aNicholas Marriott
2020-03-31Fix MIMO rates with firmware-based rate scaling in iwm(4).Stefan Sperling
2020-03-31Remove unused code. The padconf code has been replaced with theMark Kettenis
2020-03-31For roa-set and origin-set the following statements get joined into oneClaudio Jeker
2020-03-31Move sleep_finish_all() down to where sleep_finish() and all otherClaudio Jeker
2020-03-31Missing semi-colons.Antoine Jacoutot
2020-03-31When using a fixed Tx MCS in iwx(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31When using a fixed Tx MCS in iwm(4) enable SGI if the peer supports it.Stefan Sperling
2020-03-31Move alternate screen into the screen rather than the pane.Nicholas Marriott
2020-03-31Revert previous, syzkaller found a way to trigger the KASSERT().Martin Pieuchot
2020-03-31Detach reply escape sequences from the pane so they work in popups.Nicholas Marriott
2020-03-31Don't send "control changed" messages when hardware controls are set.Alexandre Ratchov
2020-03-30No point in checking the loop variable for NULL inside a LIST_FOREACH.Kenneth R Westerback
2020-03-30Log the received cryptographic proposal when the handshake fails becausetobhe
2020-03-30Log summary of IKE SA for established policy.tobhe
2020-03-30Don't let MiRA trigger event-based probing if the current measurementStefan Sperling
2020-03-30Break crypto_unregister() sanity check into two expressions, making itKenneth R Westerback
2020-03-30Use defines instead of raw numbers for intervals specified by RFCFlorian Obser