Age | Commit message (Expand) | Author |
2018-09-14 | mark some suspend/resume functions always returning zero as void; ok ratchov@ | miko |
2018-09-14 | unbreak userland uses of in_pcb.h by including sys/refcnt.h | Jonathan Gray |
2018-09-14 | second try, deals properly with missing and private-only keys: | Damien Miller |
2018-09-14 | revert following; deals badly with agent keys | Damien Miller |
2018-09-14 | garbage-collect moribund ssh_new_private() API. | Damien Miller |
2018-09-14 | Use consistent format in debug log for keys readied, offered and | Damien Miller |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-09-13 | missing comma in previous; | Jason McIntyre |
2018-09-13 | Unbreak ramdisks by catching up with the change to use the new libc | Stuart Henderson |
2018-09-13 | oops, missed the libc.so.XX.a relink file | Stuart Henderson |
2018-09-13 | Fix warnings caused by user_from_uid() and group_from_gid() now | Todd C. Miller |
2018-09-13 | sync | Stuart Henderson |
2018-09-13 | Use the new libc uid_from_user() and gid_from_group() instead of | Todd C. Miller |
2018-09-13 | Add uid_from_user() and gid_from_group(), derived from pax's cache.c. | Todd C. Miller |
2018-09-13 | Include the size of IPCOMP header when checking for compression. | Martin Pieuchot |
2018-09-13 | Noticed that the equal case is a bit wrong while adjusting the regress tests. | Claudio Jeker |
2018-09-13 | Adjust after introduction of maxlen | Claudio Jeker |
2018-09-13 | Similar to as-set factor out the code to create a prefix-set into a function. | Claudio Jeker |
2018-09-13 | ROA entires are allowing to define a prefix with a maxlen. | Claudio Jeker |
2018-09-13 | In drm_wait_one_vblank() add a delay when we're "cold". Interrupts aren't | Mark Kettenis |
2018-09-13 | - There's no need to set R92C_HSSI_PARAM2_READ_EDGE for R92C_HSSI_PARAM2(0) | Kevin Lo |
2018-09-13 | missed a bit of openssl-1.0.x API in this unittest | Damien Miller |
2018-09-13 | When unveil(2) was introduced one break from SYS_access case was removed | Ricardo Mestre |
2018-09-13 | Avoid unneeded variable in gen_dynnode() | kn |
2018-09-13 | use only openssl-1.1.x API here too | Damien Miller |
2018-09-13 | vmd: set irq and vm_id in virtio dev structs on restore | pd |
2018-09-13 | clarify that config_activate_children() is called unconditionally in *activat... | miko |
2018-09-13 | drm/drivers: add support for using the arch wc mapping API. | Jonathan Gray |
2018-09-13 | Add initial set of unveil's to vmctl. | ccardenas |
2018-09-13 | drm/i915/userptr: reject zero user_size | Jonathan Gray |
2018-09-13 | avoid sequence-point warning with gcc 4.9 | Jonathan Gray |
2018-09-13 | hold our collective noses and use the openssl-1.1.x API in OpenSSH; | Damien Miller |
2018-09-12 | sync with mozilla-release (one removal, TURKTRUST, more details at | Stuart Henderson |
2018-09-12 | tweak previous; | Jason McIntyre |
2018-09-12 | Make this work on arm64. | Mark Kettenis |
2018-09-12 | Make pmap_protect(9) actually remove exec permission if the new permissions | Mark Kettenis |
2018-09-12 | Stop exporting TDB counters to userland, this change introduced a | Martin Pieuchot |
2018-09-12 | Fix obvious cut&pasto in comment (ifa_msghdr -> if_announcemsghdr). | Kenneth R Westerback |
2018-09-12 | Whitespace fixes | Philip Guenther |
2018-09-12 | sync for libcrypto/libssl/libtls minor bumps; from tb@ | Damien Miller |
2018-09-12 | crank to follow minor crank in libcrypto; ok tb@ jsing@ | Damien Miller |
2018-09-12 | Add some accessor functions: | Damien Miller |
2018-09-12 | fix edit mistake; spotted by jmc@ | Damien Miller |
2018-09-12 | Now that the pmap is more paranoid about some shootdowns (pmap.c rev 1.119), | Philip Guenther |
2018-09-12 | When shooting pages in the KVA range, all pmaps have the page mapped, | Philip Guenther |
2018-09-12 | Move -Wno-address-of-packed-member to the clang block as well and sync | Jonathan Gray |
2018-09-12 | Include certs with multiple RSA signature variants in test data | Damien Miller |
2018-09-12 | add SSH_ALLOWED_CA_SIGALGS - the default list of signature algorithms | Damien Miller |
2018-09-12 | add sshkey_check_cert_sigtype() that checks a cert->signature_type | Damien Miller |
2018-09-12 | add cert->signature_type field and keep it in sync with certificate | Damien Miller |