summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-17Nuke some unused variables, tweak some declarations andKenneth R Westerback
2019-08-17some cleanup:Ingo Schwarze
2019-08-17no need to escape "-", generally speaking; instances remain in EXAMPLES;Jason McIntyre
2019-08-17minor cleanup:Ingo Schwarze
2019-08-17signal handlers should not call exit() due to possibility of reenteringTheo de Raadt
2019-08-17drm/i915: Fix wrong escape clock divisor init for GLKJonathan Gray
2019-08-17drm: silence variable 'conn' set but not usedJonathan Gray
2019-08-17drm/amd/display: Increase size of audios arrayJonathan Gray
2019-08-17drm/amd/display: Only enable audio if speaker allocation existsJonathan Gray
2019-08-17drm/amd/display: Fix dc_create failure handling and 666 color depthsJonathan Gray
2019-08-17drm/amd/display: use encoder's engine id to find matched free audio deviceJonathan Gray
2019-08-17drm/amd/display: Wait for backlight programming completion in set backlight l...Jonathan Gray
2019-08-17change drm memory barriers to be closer to what linux does onJonathan Gray
2019-08-17Move play blocks count from the audio_softc to the audio_buf structure.Alexandre Ratchov
2019-08-17Move block size and block count calculations in their own routines.Alexandre Ratchov
2019-08-16sort; OK deraadt@Ingo Schwarze
2019-08-16syncTheo de Raadt
2019-08-16check that software de/encrypt is possible: under hardwareRichard Procter
2019-08-16syncTheo de Raadt
2019-08-16Send snmpctl(8) to the great bitbucket in the sky. You've served us well.Martijn van Duren
2019-08-16link to the new EC_KEY_METHOD_new(3) pageIngo Schwarze
2019-08-16document the EC_KEY_METHOD function tableIngo Schwarze
2019-08-16document EC_KEY_get_ex_new_index(3), EC_KEY_get_ex_data(3),Ingo Schwarze
2019-08-16Add explanation for the [IKE/ESP only] column of the transform table.tobhe
2019-08-16Add a flag to reverse sort in the various choose modes, from BenjaminNicholas Marriott
2019-08-16some cleanup:Ingo Schwarze
2019-08-16Call comma-separated lists as such to clarify semanticskn
2019-08-16minor cleanup:Ingo Schwarze
2019-08-16grid_view_delete_cells does need to clear, GitHub issue 1871.Nicholas Marriott
2019-08-16Fix segfault in parser when specifying an invalid transform.tobhe
2019-08-16include sshbuf-misc.c in SRCS_BASEDamien Miller
2019-08-16switch percent_expand() to use sshbuf instead of a limited fixed buffer;Damien Miller
2019-08-16knock out useless Pp;Jason McIntyre
2019-08-16ifq_hdatalen should keep the mbuf it's looking at, not leak it.David Gwynne
2019-08-16STP works fine on etherip(4), it was gif(4) that lacked a MAC address.David Gwynne
2019-08-15pfctl_reset() must set syncookies settings back to defaultAlexandr Nedvedicky
2019-08-15minor cleanup:Ingo Schwarze
2019-08-15NMEA 4.1 has one more field in the RMC message; ok kettenis@Otto Moerbeek
2019-08-15some cleanup:Ingo Schwarze
2019-08-15auich_freemem() returns void. while here fix a typo in an error message. audi...miko
2019-08-15document but do not recommend EVP_Cipher(3);Ingo Schwarze
2019-08-15Serialize access to the vnode pointers associated with acct(2) systemanton
2019-08-15Revert previous. There were some users of the quirky behaviour that wereMartijn van Duren
2019-08-14Add test case for ber_scanf_elements.rob
2019-08-14revert the inet6 format diff, regression observed by florian@Gilles Chehade
2019-08-14scsi_[add|remove]_link() are local functions so move theirKenneth R Westerback
2019-08-14Whitespace nit. Add {} around body of SLIST_FOREACH().Kenneth R Westerback
2019-08-14Explain how to take over syspatch builds from another machine.Theo Buehler
2019-08-14Clean up clean_old():Christian Weisgerber
2019-08-14Fix argument list for ber_set_writecallbackMartijn van Duren