summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-30Check that unsupported operation returns ENOSYS.Martin Pieuchot
2017-04-30Return ENOSYS for unsupported operation.Martin Pieuchot
2017-04-30Regression tests for futex(2).Martin Pieuchot
2017-04-30Add futex(2) shim, bump minor.Martin Pieuchot
2017-04-30Make BIO_get_host_ip just yet another getaddrinfo wrapperBob Beck
2017-04-30Rework BIO_accept to be more like modern code.Bob Beck
2017-04-30Only enable -Werror on libcrypto/libssl/libtls if we are building withJoel Sing
2017-04-30Remove unused POW status functions. Makes clang happier.Visa Hankala
2017-04-30Switch back to freezero() and explicitly initialise data_len to zero. TheJoel Sing
2017-04-30Microsoft Windows hates BIO_get_accept_socket in portable. Fix it toBob Beck
2017-04-30Add missing tls_init() and tls_free() calls.Joel Sing
2017-04-30Add a tls_keypair_clear_key() function that uses freezero() to make keyJoel Sing
2017-04-29Fix a bug caused by the return value being set early to signal successfulJoel Sing
2017-04-29Revert previous - we still want to do this, but I forgot about the installerBob Beck
2017-04-29We now require you to have a working libpthreadBob Beck
2017-04-29Make it safe to call SSL_library_init more than once.Bob Beck
2017-04-29Stop calling OPENSSL_init() internally, since it is a no-op. Also placeJoel Sing
2017-04-29Fix UTF-8 combining characters in column 0, based on a diff from KeithNicholas Marriott
2017-04-29Replace sxiehci.c with more generic glue in ehci_fdt.c that is similiar inMark Kettenis
2017-04-29fix argument check, this should never trigger because it is a libexec called byJoerg Jung
2017-04-29Switch Linux getrandom() usage to non-blocking mode, continuing toBob Beck
2017-04-29Decrement ci_idepth on all returns from agintc_irq_handler().Mark Kettenis
2017-04-29Add agintc(4), a driver for interrupt controllers conforming to ARM'sMark Kettenis
2017-04-29Move the userret() call out of data_abort() and simply call it just before weMark Kettenis
2017-04-29Call refreshcreds() in ast() since we may get there without going throughMark Kettenis
2017-04-29put clang headers into clang setsJonathan Gray
2017-04-29Parser unification: use nice ohashes for all three request and macro tables;Ingo Schwarze
2017-04-29store cpu model information in the buffer used by the hw.model sysctlJonathan Gray
2017-04-29Mark futex(2) as PLEDGE_STDIO like all other thread-related syscalls.Martin Pieuchot
2017-04-29tweak previous;Jason McIntyre
2017-04-29allow ssh-keygen to include arbitrary string or flag certificateDamien Miller
2017-04-29Test that suslogd's UDP sockets bound to *.514 do not receive packetsAlexander Bluhm
2017-04-29syncTheo de Raadt
2017-04-28Restore calculation of volume size. Accidentally removed inKenneth R Westerback
2017-04-28Revert previous change that forced consistency between return value andBob Beck
2017-04-28revert previous accidental commitBob Beck
2017-04-28*** empty log message ***Bob Beck
2017-04-28Quiet a clang warning from -Wstring-plus-int. OK naddy@Todd C. Miller
2017-04-28Log what is happening with window and session reference counts much moreNicholas Marriott
2017-04-28Remove a reference from the right window when removing from a winlink'sNicholas Marriott
2017-04-28Do not put the window on the alerts queue and add a reference unless theNicholas Marriott
2017-04-28Konsole incorrectly ignores SU (CSI S) if the parameter is bigger thanNicholas Marriott
2017-04-28Reference the "Futexes Are Tricky" paper.Martin Pieuchot
2017-04-28Delete .Pp right before the first .Sh and right before any .Ss,Ingo Schwarze
2017-04-28Check that non existing log files in syslog.conf are reported toAlexander Bluhm
2017-04-28When syslogd(8) failed to open a logfile, the error message couldAlexander Bluhm
2017-04-28errant space;Jason McIntyre
2017-04-28Remove double assignmentsMike Belopuhov
2017-04-28Start deleting redundant features that are already coveredIngo Schwarze
2017-04-28Document futex(2) with a lot of inputs from schwarze@Martin Pieuchot