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