Age | Commit message (Expand) | Author |
2020-10-10 | Add OPAL_PCI_MAP_PE_DMA_WINDOW. | Mark Kettenis |
2020-10-10 | Don't leak bundle_file and cert_file paths at the end. | Theo Buehler |
2020-10-10 | Remove unnecessary count of device instances. | Visa Hankala |
2020-10-10 | Add a manual page for octboot(4). | Visa Hankala |
2020-10-10 | Clear the kcov device for the current thread before freeing the same | anton |
2020-10-09 | Unbreak the powerpc64 kernel build. | Mark Kettenis |
2020-10-09 | Escape ! in Ql | Tim van der Molen |
2020-10-09 | Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if | Mark Kettenis |
2020-10-09 | Fix leak or double free with OCSP_request_add0_id() | Theo Buehler |
2020-10-09 | Correct error returns, do not print eror message to stdout (there | Otto Moerbeek |
2020-10-09 | Partly revert previous commit, these changes we not supposed to go in. | Otto Moerbeek |
2020-10-09 | As noted by tb@ previous commit only removed an unused fucntion. | Otto Moerbeek |
2020-10-09 | document lang/go new target modgo-gen-modules | paco |
2020-10-09 | fix SEE ALSO; | Jason McIntyre |
2020-10-09 | More unused headers. | tobhe |
2020-10-09 | Remove unused "wait.h" includes. | tobhe |
2020-10-09 | Kill unused IEEE80211_RADIOTAP_HWQUEUE. | Martin Pieuchot |
2020-10-09 | Do not dereference `vp' after vput(9)ing it. | Martin Pieuchot |
2020-10-09 | Remove unecesary includes. | Martin Pieuchot |
2020-10-09 | Add nolog option to avoid syslog(3) | kn |
2020-10-09 | Improve error message on missing permission | kn |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-08-03 | Import LLVM 10.0.0 release including clang, lld and lldb. | Patrick Wildt |
2020-10-08 | Add regress for ocspcheck | Bob Beck |
2020-10-08 | set SO_REUSEADDR on the server socket when we play oscp server. | Bob Beck |
2020-10-08 | Register sxitwi(4) in the I2C framework. | Patrick Wildt |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-10-08 | A void function has no return value, so zap RETURN VALUES section | Theo Buehler |
2020-10-08 | grammar fix: if/when a renegotiation takeS place | Theo Buehler |
2020-10-08 | Read cert.pem once and reuse it instead of reading it twice per test cert | Theo Buehler |
2020-10-08 | Fail on invalid installurl | kn |
2020-10-08 | Print usage to stderr, print error messages in errx(3) fashion | kn |
2020-10-08 | Use find -delete instead of execing rm and rmdir. | Todd C. Miller |
2020-10-08 | Remove -y from usage too; noticed by jmc@ | Todd C. Miller |
2020-10-08 | sync | Theo de Raadt |
2020-10-08 | don't misdetect comma-separated hostkey names as wildcards; | Damien Miller |
2020-10-08 | clarify conditions for UpdateHostkeys | Damien Miller |
2020-10-07 | Remove support for zic's long-obsolete '-y YEARISTYPE' option. | Todd C. Miller |
2020-10-07 | Update to tzdata2020b from www.iana.org. Major changes: | Todd C. Miller |
2020-10-07 | If we are asked to print the total number of blocks, do so even if | Todd C. Miller |
2020-10-07 | sys_getitimer(), sys_setitimer(): style(9), misc. cleanup | cheloha |
2020-10-07 | zap trailing whitespace | Theo Buehler |
2020-10-07 | getitimer(2), setitimer(2): ITIMER_REAL: call getnanouptime(9) once | cheloha |
2020-10-07 | getitimer(2), setitimer(2): merge critical sections | cheloha |
2020-10-07 | Fix display of P2P link to be consistent over all AF. | denis |
2020-10-07 | Remove dead marko cdev_joy_init. | jan |
2020-10-07 | add arguments to skip a bunch of x448 tests | Theo Buehler |
2020-10-07 | Document that `a_p' is always curproc by using a KASSERT(). | Martin Pieuchot |
2020-10-07 | Do not release the KERNEL_LOCK() when mmap(2)ing files. | Martin Pieuchot |
2020-10-07 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |