summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-09Simplify socket creation logic. Normally iked needs two sockets, onetobhe
2020-04-09Revise test to handle the fact that TLSv1.3 cipher suites are now beingJoel Sing
2020-04-09Include TLSv1.3 cipher suites unless cipher string references TLSv1.3.Joel Sing
2020-04-09Test both SSLv3 (aka pre-TLSv1.2) and TLSv1.2 cipher suites with TLS.Joel Sing
2020-04-09Tidy line wrapping and remove an extra blank line.Joel Sing
2020-04-09ssl_aes_is_accelerated() returns a boolean - treat it as such, rather thanJoel Sing
2020-04-09Make sure that we really don't emut quad-precision unless theMark Kettenis
2020-04-09No need to check for NULL before free().Kenneth R Westerback
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2020-04-09No need to check for NULL before free().Kenneth R Westerback
2020-04-09More style nits.Nicholas Marriott
2020-04-09Make sure that we generate a PLT when a plabel is required even forMark Kettenis
2020-04-09Account for environment when computing maximum space used for argsJeremie Courreges-Anglas
2020-04-09Fix history-bottom to use the right line when working out the length.Nicholas Marriott
2020-04-09Some minor style nits.Nicholas Marriott
2020-04-09Tweak how the default size is worked out so it is more obvious.Nicholas Marriott
2020-04-09A couple of other redundant checks/assignments.Nicholas Marriott
2020-04-09Do not try to use the client if the item containing it is NULL.Nicholas Marriott
2020-04-09Some more, and use of wp->window before wp NULL check in format.c.Nicholas Marriott
2020-04-09Some unnecessary assignments and unused variables.Nicholas Marriott
2020-04-09Pass correct flags to fnmatch.Nicholas Marriott
2020-04-09Wait until the initial command sequence is done before sending a deviceNicholas Marriott
2020-04-09find -exec +: use sysconf to find the kernel's idea of ARG_MAXJeremie Courreges-Anglas
2020-04-09Assign and enable clocks; RK3328 has them.Mark Kettenis
2020-04-09Fix an automatic Tx rate control issue in iwn(4).Stefan Sperling
2020-04-09Mention paste at same place as copy, suggested by John Boyle.Nicholas Marriott
2020-04-09Update perl manpage listAndrew Fresh
2020-04-09sync for perl-5.30.2Andrew Fresh
2020-04-09Update perl to 5.30.2Andrew Fresh
2020-04-08Add RK3328 Crypto/RNG clocks.Mark Kettenis
2006-03-28perl 5.8.8 importTodd C. Miller
2002-10-27stock perl 5.8.0 from CPANTodd C. Miller
2020-04-08Prevent multiple ibuf leaks. Clean up on proccess shutdown.tobhe
2020-04-08Ensure legacy session ID is persistent during client TLS session.Joel Sing
2020-04-08Use a separate node->tag attribute rather than abusing the node->stringIngo Schwarze
2020-04-08Add glass console support.Mark Kettenis
2020-04-08Restore pane_current_path format from portable tmux, it is no longerNicholas Marriott
2020-04-08Pass the cmd item to format expansion so that mouse formats work.Nicholas Marriott
2020-04-08Set correct pixel format. Fix limits on number of characters in theMark Kettenis
2020-04-08Bump size of the buffer we use to fetch device tree properties. TheMark Kettenis
2020-04-08Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.Stefan Sperling
2020-04-08Make fifo_kqfilter() honor FREAD|FWRITE just like fifo_poll() does.Martin Pieuchot
2020-04-08Pass correct socket to the write kqueue filter.Martin Pieuchot
2020-04-08vmm(4): add IOCTL handler to sets the access protections of the eptpd
2020-04-08vmm(4): handle cr0 writes more correctly for vmxpd
2020-04-08bump smtpd versionEric Faurot
2020-04-08let sshkey_try_load_public() load public keys from the unencryptedDamien Miller
2020-04-08simplify sshkey_try_load_public()Damien Miller
2020-04-08add sshkey_parse_pubkey_from_private_fileblob_type()Damien Miller
2020-04-08simplify sshkey_parse_private_fileblob_type()Damien Miller