Age | Commit message (Expand) | Author |
2019-11-26 | Revert previous "honour DEBUG", otherwise clang uses -g resulting in huge | Stuart Henderson |
2019-11-26 | kdump reads /etc/protocols to translate proto numbers into names; ok sthen@ g... | Otto Moerbeek |
2019-11-26 | allow using 'auth' as an origin: | Gilles Chehade |
2019-11-26 | Add support for MSI-X. MSI-X allows establishing a number of | Patrick Wildt |
2019-11-26 | whitespaces | Gilles Chehade |
2019-11-26 | s/sc_arpcom/sc_ac/ to be consistent with other drivers. | David Gwynne |
2019-11-26 | mail-from and rcpt-to already carry origin and destination, so we can make | Gilles Chehade |
2019-11-26 | vmm(4): fix pvclock accuracy issues | pd |
2019-11-26 | Add bits to allow lldb to find lldb-server. | mortimer |
2019-11-26 | use "sc" as the name of tun_softc variables, not "tp". | David Gwynne |
2019-11-26 | more debugging; behind DEBUG_SK | Damien Miller |
2019-11-26 | Make aarch64, amd64, arm, and i386 more like sparc64: move non-lazy | Philip Guenther |
2019-11-26 | When deciding if a pci device is 'primary' test if the efi fb memory | Jonathan Gray |
2019-11-26 | Compute RSSI on 9k iwm(4) devices in the same way we do for previous | Stefan Sperling |
2019-11-26 | Don't use LOCKPARENT on namei calls for realpath(). We don't | Bob Beck |
2019-11-26 | Do not process 0 size DT_PLTRELSZ sections. | mortimer |
2019-11-25 | Honour DEBUG | kn |
2019-11-25 | gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins | Philip Guenther |
2017-10-04 | Import LLVM 5.0.0 release including clang, lld and lldb. | Patrick Wildt |
2019-11-25 | Honour DEBUG | kn |
2019-11-25 | Don't use motion flag uninitialized. | Nicholas Marriott |
2019-11-25 | Fix a warning in previous. | Nicholas Marriott |
2019-11-25 | Do not clear search marks on cursor movement with vi(1) keys, from Eric | Nicholas Marriott |
2019-11-25 | simplify histogram code and cut off at < limit, as the histogram display in | Otto Moerbeek |
2019-11-25 | Use scsi_read_cap[10|16] instead of re-rolling the code. | Kenneth R Westerback |
2019-11-25 | Signal what happened, not what needs doing. | Florian Obser |
2019-11-25 | Move struct scsi_read_cap_data and struct scsi_read_cap_data_16 to | Kenneth R Westerback |
2019-11-25 | Add p format modifier for padding to width. | Nicholas Marriott |
2019-11-25 | Allow multiple substitutions in a single format. | Nicholas Marriott |
2019-11-25 | document that rules can match specific users or user lists now | Gilles Chehade |
2019-11-25 | store smtp session username in envelope and allow ruleset to match specific | Gilles Chehade |
2019-11-25 | use explicit from notation in default config | Gilles Chehade |
2019-11-25 | Add option for cms test in appstest.sh | Kinichiro Inoguchi |
2019-11-25 | use crlf line-ending during the internal smtp session | Eric Faurot |
2019-11-25 | Convert infinite sleeps to tsleep_nsec(9). | Martin Pieuchot |
2019-11-25 | Convert to tsleep_nsec(9) and use the correct timeout period in msec. | Martin Pieuchot |
2019-11-25 | unbreak tests for recent security key changes | Damien Miller |
2019-11-25 | redundant test | Damien Miller |
2019-11-25 | unbreak after security key support landed | Damien Miller |
2019-11-25 | document the "no-touch-required" certificate extension; | Damien Miller |
2019-11-25 | Print a key touch reminder when generating a security key. Most keys | Damien Miller |
2019-11-25 | allow "ssh-keygen -x no-touch-required" when generating a security key | Damien Miller |
2019-11-25 | add a "no-touch-required" option for authorized_keys and a similar | Damien Miller |
2019-11-25 | Add a sshd_config PubkeyAuthOptions directive | Damien Miller |
2019-11-25 | Add new structure for signature options | Damien Miller |
2019-11-25 | memleak in error path | Damien Miller |
2019-11-24 | Only substitute patterns starting with ^ once. | Nicholas Marriott |
2019-11-24 | revert previous, has not been thought through | Florian Obser |
2019-11-24 | Show the build date of the (about to be) fetched snapshot / release. | Florian Obser |
2019-11-24 | Add test for cms operations in appstest.sh | Kinichiro Inoguchi |