summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-18Tweak cross references, in particular making sure thatIngo Schwarze
2019-08-18version field was reserved but not discussed, this is done nowGilles Chehade
2019-08-18Rename 'link' to 'link0' as it refers to target 0 only.Kenneth R Westerback
2019-08-18Increase timeout used when waiting for the Rx FIFO to fill up when in polledMark Kettenis
2019-08-18In polled mode, wait on STOP detected bit to be set in the interrupt statusMark Kettenis
2019-08-18Implement a few Linux compat ACPI interfaces and enable the ACPI supportMark Kettenis
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18minor cleanup:Ingo Schwarze
2019-08-18some cleanup:Ingo Schwarze
2019-08-18When activating or detaching a target don't search the scsi_link SLISTKenneth R Westerback
2019-08-18sc_buswidth field in struct scsi_link is redundant. Just useKenneth R Westerback
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