summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-22Limit the number of dma segments used for transmitting packets toMark Kettenis
2015-05-22mention ssh-keygen -E for comparing legacy MD5 fingerprints; bz#2332Damien Miller
2015-05-22Reorder EscapeChar option parsing to avoid a single-byte out-Damien Miller
2015-05-22add knob to relax GSSAPI host credential check for multihomed hostsDamien Miller
2015-05-22Update DH groupsDarren Tucker
2015-05-22Remove 6k and 8k bit moduli fragments since they are now kept inDarren Tucker
2015-05-22Update DH groupsDarren Tucker
2015-05-22syncTheo de Raadt
2015-05-22syncTheo de Raadt
2015-05-22fix a non safe use of TAILQ_FOREACH with TAILQ_REMOVEJonathan Gray
2015-05-22fix a non safe use of LIST_FOREACH with LIST_REMOVEJonathan Gray
2015-05-21Use m_defrag(9) instead of rolling our own version of it.Mark Kettenis
2015-05-21syncTheo de Raadt
2015-05-21Establish interrupts for both keyboard and mouse slots at pckbc attach time,Miod Vallat
2015-05-21Report all valid interrupt locators in isaprint() - although config(8) stanzasMiod Vallat
2015-05-21no such thing as mips64leMiod Vallat
2015-05-21Switch amd64, hppa, mips64, mips64le and powerpc to binutils 2.17.Mark Kettenis
2015-05-21No need to call tzset() and log_init() in the forked constraintReyk Floeter
2015-05-21Rename caddr_t p to cp in an inner block to avoid aliasing the outerNicholas Marriott
2015-05-21Support "ssh-keygen -lF hostname" to find search known_hosts andDamien Miller
2015-05-21some fixes from pjanzen;Jason McIntyre
2015-05-21No need for ifp since we do not set "rcvif".Martin Pieuchot
2015-05-21No need to set "rcvif", if_input() does it for you.Martin Pieuchot
2015-05-21tedu commented out xl_testpacket(), remove one of the IFQ_ENQUEUE()Martin Pieuchot
2015-05-21Convert to if_output().Martin Pieuchot
2015-05-21Correctly state the link state to INVALID when creating a carp interface.Martin Pieuchot
2015-05-21Access to uninitialized variable fixed.Gerhard Roth
2015-05-21regress test for AuthorizedPrincipalsCommandDamien Miller
2015-05-21add AuthorizedPrincipalsCommand that allows getting authorized_principalsDamien Miller
2015-05-21regress test for AuthorizedKeysCommand argumentsDamien Miller
2015-05-21support arguments to AuthorizedKeysCommandDamien Miller
2015-05-21refactor: split base64 encoding of pubkey into its ownDamien Miller
2015-05-21Re-remove extra perl utils, patch lost in 5.20.2 updateAndrew Fresh
2015-05-20Remove clauses 3 and 4 from Christos Zoulas' BSD license.Ingo Schwarze
2015-05-20Remove function argument name from posix_spawnattr_getsigmask()Todd C. Miller
2015-05-20Fix sign compare bug introduced when rnum() was redefined to useTodd C. Miller
2015-05-20Merge the get_drive() function with install_disk(), which is theRobert Peichaer
2015-05-20Signed types are bad array indicies - let it panic instead.Martin Pelikan
2015-05-20scrap unused ixgbe_get_link_capabilities_X540Mike Belopuhov
2015-05-20Remove hotplug(4) sensor support: the code has been disabled byReyk Floeter
2015-05-20Use off_t instead of size_t to pass file size and print it using %lld whenMark Kettenis
2015-05-20Keep track of the ifih corresponding to a vlan instance to ease itsMartin Pieuchot
2015-05-20Do not increment if_opackets in if_output(). It might make sense to doMartin Pieuchot
2015-05-20Return empty string if format is empty rather than attempting toNicholas Marriott
2015-05-20No need to check the return value of memcpy() if you actually checked thisMiod Vallat
2015-05-20Remove cubieboard specific gpio led setting.Jonathan Gray
2015-05-20Now all the socs use the same va entry point and don't have anyJonathan Gray
2015-05-20ARM L2C driver is only relevant on Cortex-A9 machines.Jonathan Gray
2015-05-20add per soc match functions instead of using armv7_matchJonathan Gray
2015-05-19Instead of testing for __ELF__ and/or vax, leave out the bits for interfacingPhilip Guenther