summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-29Panic when attempting to execute a scsi command with no disciplineKenneth R Westerback
2016-04-29Need to set in/out bytes count for gz_write too. Otherwise gzipTodd C. Miller
2016-04-29The backoff timer is causing no end of trouble with disconnected clientsNicholas Marriott
2016-04-29Make the grid_cell passed into screen_write_* const.Nicholas Marriott
2016-04-29Delete invocation of mailq(1) that was present for historical reasons.Ingo Schwarze
2016-04-29Do not remove local symbols from the table.Martin Pieuchot
2016-04-29In sysmerge interactive mode, check syntax of several important files afterStuart Henderson
2016-04-29Do not allow to change the routing table of a bound socket. ThisAlexander Bluhm
2016-04-29libotermcap was removed from the miniroots in 2013. Additionally, -lcPatrick Wildt
2016-04-29syncPatrick Wildt
2016-04-29Only focus on the query input box when no manual page is displayed,Ingo Schwarze
2016-04-29Fix keys parsing again to correctly accept Unicode when not prefixedNicholas Marriott
2016-04-29OpenBSD wcwidth() is sensible and complete so if it returns -1 it meansNicholas Marriott
2016-04-29fix "smtpctl show queue" reporting "invalid" envelope state.Eric Faurot
2016-04-29Make if_output() return EAFNOSUPPORT instead of just dropping packetsKenneth R Westerback
2016-04-29close ControlPersist background process stderr when not inDamien Miller
2016-04-28When a group contains a non-existent user, make the warningIngo Schwarze
2016-04-28Avoid unusual Content-Type: even in an example;Ingo Schwarze
2016-04-28provide some examples.David Gwynne
2016-04-28careful study of the holy scrolls reveals that for pselect (and ppoll)Ted Unangst
2016-04-28Don't add setjmp.S twice.Mark Kettenis
2016-04-28Only one bpf device is required; pointed out by and ok jmcMartin Natano
2016-04-28spelling fix;Jason McIntyre
2016-04-28Replace /dev/bpf[0-9] with /dev/bpf and /dev/bpf0. The /dev/bpf node isMartin Natano
2016-04-28Set the "autofocus" attribute on the query text box.Ingo Schwarze
2016-04-28syncTheo de Raadt
2016-04-28If the attempt to broadcast a DCHPDISCOVER packet returns EAFNOSUPPORT,Kenneth R Westerback
2016-04-28Include the TLS configuration errors in log messages. Also set theJoel Sing
2016-04-28Crank majors for lib{crypto,ssl,tls} due to symbol removals, symbolJoel Sing
2016-04-28Factor our the keypair handling in libtls. This results in more readableJoel Sing
2016-04-28Rework the error handling in libtls so that we can associate errors withJoel Sing
2016-04-28Plug a couple of leaks of input buffers.Kenneth R Westerback
2016-04-28Comment sm_check_an_eg().Antoine Jacoutot
2016-04-28don't go into an unbreakable infinite loop during operations suchTed Unangst
2016-04-28Update regress test to reflect changes in the cipher list.Joel Sing
2016-04-28Preserve the domid when swapping 16 bit grant table entry flagsMike Belopuhov
2016-04-28Implement the IETF ChaCha20-Poly1305 cipher suites.Joel Sing
2016-04-28Update AEAD regress to match EVP_aead_chacha20_poly1305() changes.Joel Sing
2016-04-28Rename EVP_aead_chacha20_poly1305() to EVP_aead_chacha20_poly1305_old()Joel Sing
2016-04-28Rework handling of frames which fall beyond the block ack window.Stefan Sperling
2016-04-28Display block ack window slide counter.Stefan Sperling
2016-04-28Add a net80211 stat counter for block ack window "slides" as opposedStefan Sperling
2016-04-28fix commentDamien Miller
2016-04-281) Split pledge whitelist path handling out of pledge_namei() and intoBob Beck
2016-04-28Account for multiple streams in "gzip -l" output. This fixes "gzipTodd C. Miller
2016-04-28Simplify TLS configuration handling. Instead of matching by address/port,Joel Sing
2016-04-28When a frame which falls into the block ack window is received, clearStefan Sperling
2016-04-28Show 11n HT rate in ifconfig scan output. Needs a new kernel.Stefan Sperling
2016-04-28Copy some ieee8021_node HT information to userspace.Stefan Sperling
2016-04-28fix logic bug in deciding if we have UVM_PLA_NOWAIT or not in buf_realloc_pagesBob Beck