summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-15s/deprecated/ignored/ in the warning message if -6 is used; the optionStuart Henderson
2020-01-15Fix off-by-one in ringbuffer code. When we insert items faster thanPatrick Wildt
2020-01-15syncTheo de Raadt
2020-01-15Restructure certificate generation to utilize make's build deps. Add testtobhe
2020-01-15If we don't find a certificate signed by a trusted CAtobhe
2020-01-156.4 keys not needed anymoreTheo de Raadt
2020-01-15aac(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15lpt(4): timeout_add(9) -> timeout_add_msec(9), tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15Refine error messagekn
2020-01-15Merge radix_perror() into simpler warnx()/errx() usagekn
2020-01-15Move local file handling out of url_get()Jeremie Courreges-Anglas
2020-01-15Further document recursive flush behaviourkn
2020-01-15Guest VMs require some resources that are managed outside of vmm(4), soPeter Hessler
2020-01-15Print the correct field, sb_timeo has been replaced by sb_timeo_nsecs.Martin Pieuchot
2020-01-15pci(4): PCIOCSETVGA: tsleep(9) -> tsleep_nsec(9); ok mpi@cheloha
2020-01-15Print the main ruleset/anchor as "/" not "<root>" for consistencykn
2020-01-15Recent change to pfctl(8) prompts for a minor update of manpage.Alexandr Nedvedicky
2020-01-15Rename the environment variables for ssh hosts and addressesAlexander Bluhm
2020-01-15Keep socket timeout intervals in nsecs and use them with tsleep_nsec(9).Martin Pieuchot
2020-01-15Add automated certificate generation, psk and certificate authenticationtobhe
2020-01-15Enable pfctl(8) to recursively flush rules and tables from PF driver. TheAlexandr Nedvedicky
2020-01-15Replace duplicate error message with gai_strerror(3)kn
2020-01-15If join is connected to an AP, remove the node from the cache so we properlyPeter Hessler
2020-01-15syncTheo de Raadt
2020-01-15drm/i915/gen9: Clear residual context state on context switchJonathan Gray
2020-01-15drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READJonathan Gray
2020-01-15drm/fb-helper: Round up bits_per_pixel if possibleJonathan Gray
2020-01-15Do not redirect already quiet stdout for IPv6 reject routeskn
2020-01-15qle(4): tsleep(9) -> tsleep_nsec(9)cheloha
2020-01-15mii(4): tsleep(9) -> tlseep_nsec(9); ok mpi@cheloha
2020-01-14Remove IPsec flow blocking unencrypted IPv6 traffic which wastobhe
2020-01-14Fix screen brightness adjustment through function keyskn
2020-01-14In nfs_clearcommit() the loops over mnt_vnodelist and v_dirtyblkhdAlexander Bluhm
2020-01-14amlsm(4)Mark Kettenis
2020-01-14Pick the value for "max requests number" from the correct server {}Sebastian Benoit
2020-01-14Add amlsm(4), a driver for the "secure monitor" firmware interface.Mark Kettenis
2020-01-14syncTheo de Raadt
2020-01-14amltemp(4)Mark Kettenis
2020-01-14Add amltemp(4), a driver for the temperature sensors on various Amlogic SoCs.Mark Kettenis
2020-01-14sync ssh-keygen.1 and ssh-keygen's usage() with each other and realityChristian Weisgerber
2020-01-14Add live test for simple ikev2 handshake and encrypted ping between twotobhe
2020-01-14Introduce TIMESPEC_TO_NSEC() and use it to convert userland facingMartin Pieuchot
2020-01-14Convert custom semaphores to tsleep_nsec(9).Martin Pieuchot
2020-01-14bump to 3.1.0Brent Cook
2020-01-13Unifdef WWN quirkkn
2020-01-13Document how to make getopt_long(3) process arguments in order and stopStefan Sperling
2020-01-13Make clean should not require SUDO.Alexander Bluhm
2020-01-13Fix printf compiler warnings in wfp regress. Convert wchar to aAlexander Bluhm
2020-01-13Ensure XHCI_SCTX_DCI() always contains a valid number, i.e. the DCI ofKenneth R Westerback
2020-01-13move function around to minimize conflictsMarc Espie