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