summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-05-08Add a compatibility shim for older pfctl binariesMike Belopuhov
2017-05-08Use C99 types and add a couple of missing macros needed for ctfconvert(1).Martin Pieuchot
2017-05-08Only test the mirror if it's remote (and not a local directory).Antoine Jacoutot
2017-05-08Unifed PMAP_UAREA, unused since we stopped supporting ARM < v7.Martin Pieuchot
2017-05-08Make netstat(8) always ask for IPv6 multicast routing information. WorstRafael Zalamena
2017-05-08Sync nfs_connect() w/ sys_connect().Martin Pieuchot
2017-05-08Adds functions to read and write state of devices in vmd.Reyk Floeter
2017-05-08Fix issues with iwm(4) firmware's retry rate table:Stefan Sperling
2017-05-08Added initial IPv6 multicast routing support for multiple rdomains:Rafael Zalamena
2017-05-08make requesting bad ECDSA bits yield the same error (SSH_ERR_KEY_LENGTH)Damien Miller
2017-05-08fix for new SSH_ERR_KEY_LENGTH error valueDamien Miller
2017-05-08helps if I commit the correct version of the file. fix missingDamien Miller
2017-05-08BUF_MEM_grow_clean() returns an int, not a size_t. Humourously, on successJoel Sing
2017-05-08Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing toIngo Schwarze
2017-05-08Always use the same callback to unlock as was used to lock. PermitsPhilip Guenther
2017-05-08remove arcfour, blowfish and CAST here tooDamien Miller
2017-05-08add a BUS_DMA_64BIT flag to bus_dma on all our archs.David Gwynne
2017-05-08I was too aggressive with the scalpel in the last commit;Damien Miller
2017-05-08add printing of arguments in stack traces.David Gwynne
2017-05-07Refuse RSA keys <1024 bits in length. Improve reporting for keys thatDamien Miller
2017-05-07Don't offer CBC ciphers by default in the client. ok markus@Damien Miller
2017-05-07As promised in last release announcement: remove support forDamien Miller
2017-05-07Add a format for the name of the pane's mode, lets it be used as aNicholas Marriott
2017-05-07implement .DT in terms of .ta; needed for print/ghostview, for exampleIngo Schwarze
2017-05-07Up to now, tmux sees \033\033[OA as M-Up and since we turned onNicholas Marriott
2017-05-07killpg() is covered by XSI so add a STANDARDS section to that effectTodd C. Miller
2017-05-07further improvement to vmm fpu handling (support avx and avx2, blockMike Larkin
2017-05-07Revise cipher suites in regress to match DSS cipher suite removal.Joel Sing
2017-05-07Drop cipher suites with DSS authentication - there is no good reason toJoel Sing
2017-05-07Fix stage transition from the initial one to DROPPINGMike Belopuhov
2017-05-07Backout previous as it's causing problems on architectures that alignMike Belopuhov
2017-05-07Basic implementation of the roff(7) .ta (define tab stops) request.Ingo Schwarze
2017-05-07Don't allow a negative process group ID, it would turn into aTodd C. Miller
2017-05-07Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach()Mark Kettenis
2017-05-07Refactor this code to support the GMAC found on the Rockchip RK3399 alongsideMark Kettenis
2017-05-07Increase the offset from the start of the disk to the FAT filesystemJonathan Gray
2017-05-07Sync FDT code with arm64.Mark Kettenis
2017-05-07Pass the address of the EFI system table and the EFI memory map throughMark Kettenis
2017-05-07Add arm64 support.Mark Kettenis
2017-05-07Change test from [] to [[]] and simplify pattern.Robert Peichaer
2017-05-07Replace hardcoded script name with ${0##*/}Robert Peichaer
2017-05-07syncJonathan Gray
2017-05-07Instead of starting a 'zero-sized' CBB at the size of the first additionJoel Sing
2017-05-07Move state from ssl->internal to the handshake structure.Bob Beck
2017-05-07Limit -Werror to gcc4 as was done in libcrypto/libssl/libtls to avoidJonathan Gray
2017-05-07Ensure that a client context has been connected before attempting toJoel Sing
2017-05-07Add a (currently failing) call to tls_handshake() on a client context thatJoel Sing
2017-05-07Also test calling tls_handshake() on a server connection context that hasJoel Sing
2017-05-07Return an error if tls_handshake() is called on a TLS context that hasJoel Sing
2017-05-07Add a test that calls tls_handshake() on a connection that has alreadyJoel Sing