openbsd
2017-04-30 djmremove SSHv1-related buffers from client code
2017-04-30 djmremove KEY_RSA1
2017-04-30 djmremove SSHv1 configuration options and man pages bits
2017-04-30 djmremove SSH1 make flag and associated files
2017-04-30 djmremove SSHv1 ciphers; ok markus@
2017-04-30 djmremove compat20/compat13/compat15 variables
2017-04-30 djmremove options.protocol and client Protocol configurati...
2017-04-30 djmunifdef WITH_SSH1
2017-04-30 kettenisMake early attrbute work here as well. Remove unreacha...
2017-04-30 kettenisFix priority handling. The interrupt priority register...
2017-04-30 mikebSwitch AES testcase to the new implementation
2017-04-30 mikebConstant time AES implementation
2017-04-30 deraadtsync
2017-04-30 millertMove FlexLexer.h from /usr/include/g++ to /usr/include...
2017-04-30 mpiRemove KGDB references.
2017-04-30 mpiRemove some KGDB leftovers.
2017-04-30 mpiDo not try to delete a default route before adding it.
2017-04-30 beckNo original OpenSSL code remains in this file. Relicense
2017-04-30 beckwhitespace
2017-04-30 kettenisAdd rkclock(4), a driver for the Rockchip RK3399 clocks.
2017-04-30 mpiRename Debugger() into db_enter().
2017-04-30 deraadtsync
2017-04-30 schwarzeMention that escaping "^" as "\(ha" in source code...
2017-04-30 kettenisAdd xhci@fdt, and move ehci(4) from the sunxi block...
2017-04-30 kettenisAdd rkgrf(4), a driver that makes the "generic register...
2017-04-30 kettenisMake early attrbute work here as well. Remove unreacha...
2017-04-30 ajacoutotTweak error message when running on an unsupported...
2017-04-30 mpiUnifdef KGDB.
2017-04-30 mpiCheck that unsupported operation returns ENOSYS.
2017-04-30 mpiReturn ENOSYS for unsupported operation.
2017-04-30 mpiRegression tests for futex(2).
2017-04-30 mpiAdd futex(2) shim, bump minor.
2017-04-30 beckMake BIO_get_host_ip just yet another getaddrinfo wrapper
2017-04-30 beckRework BIO_accept to be more like modern code.
2017-04-30 jsingOnly enable -Werror on libcrypto/libssl/libtls if we...
2017-04-30 visaRemove unused POW status functions. Makes clang happier.
2017-04-30 jsingSwitch back to freezero() and explicitly initialise...
2017-04-30 beckMicrosoft Windows hates BIO_get_accept_socket in portab...
2017-04-30 jsingAdd missing tls_init() and tls_free() calls.
2017-04-30 jsingAdd a tls_keypair_clear_key() function that uses freeze...
2017-04-29 jsingFix a bug caused by the return value being set early...
2017-04-29 beckRevert previous - we still want to do this, but I forgo...
2017-04-29 beckWe now require you to have a working libpthread
2017-04-29 beckMake it safe to call SSL_library_init more than once.
2017-04-29 jsingStop calling OPENSSL_init() internally, since it is...
2017-04-29 nicmFix UTF-8 combining characters in column 0, based on...
2017-04-29 kettenisReplace sxiehci.c with more generic glue in ehci_fdt...
2017-04-29 jungfix argument check, this should never trigger because...
2017-04-29 beckSwitch Linux getrandom() usage to non-blocking mode...
2017-04-29 kettenisDecrement ci_idepth on all returns from agintc_irq_hand...
2017-04-29 kettenisAdd agintc(4), a driver for interrupt controllers confo...
2017-04-29 kettenisMove the userret() call out of data_abort() and simply...
2017-04-29 kettenisCall refreshcreds() in ast() since we may get there...
2017-04-29 jsgput clang headers into clang sets
2017-04-29 schwarzeParser unification: use nice ohashes for all three...
2017-04-29 jsgstore cpu model information in the buffer used by the...
2017-04-29 mpiMark futex(2) as PLEDGE_STDIO like all other thread...
2017-04-29 jmctweak previous;
2017-04-29 djmallow ssh-keygen to include arbitrary string or flag...
2017-04-29 bluhmTest that suslogd's UDP sockets bound to *.514 do not...
2017-04-29 deraadtsync
2017-04-28 krwRestore calculation of volume size. Accidentally removed in
2017-04-28 beckRevert previous change that forced consistency between...
2017-04-28 beckrevert previous accidental commit
2017-04-28 beck*** empty log message ***
2017-04-28 millertQuiet a clang warning from -Wstring-plus-int. OK naddy@
2017-04-28 nicmLog what is happening with window and session reference...
2017-04-28 nicmRemove a reference from the right window when removing...
2017-04-28 nicmDo not put the window on the alerts queue and add a...
2017-04-28 nicmKonsole incorrectly ignores SU (CSI S) if the parameter...
2017-04-28 mpiReference the "Futexes Are Tricky" paper.
2017-04-28 schwarzeDelete .Pp right before the first .Sh and right before...
2017-04-28 bluhmCheck that non existing log files in syslog.conf are...
2017-04-28 bluhmWhen syslogd(8) failed to open a logfile, the error...
2017-04-28 jmcerrant space;
2017-04-28 mikebRemove double assignments
2017-04-28 schwarzeStart deleting redundant features that are already...
2017-04-28 mpiDocument futex(2) with a lot of inputs from schwarze@
2017-04-28 mpiDisplay futex(2) operations and arguments.
2017-04-28 mpiregen
2017-04-28 mpiAdd futex(2) syscall based on a sane subset of its...
2017-04-28 bennoadd City of Derry Airport
2017-04-28 nicmDefault for xterm-keys was wrong, stop documenting it.
2017-04-28 kettenisInstall a few more x86 intrinsics header files.
2017-04-28 mlarkinadd some comments. no functional change
2017-04-28 mlarkinrename i8253 "counter" to "channel", a better name...
2017-04-28 mlarkinvmm: don't use invvpid if we didn't detect vpid capabil...
2017-04-28 jmcsort;
2017-04-28 dtuckerMerge missing bits from Colin Watson's patch in bz...
2017-04-28 dtuckerPull back some shell portability fixes from -portable...
2017-04-28 djminclude key fingerprint in "Offering public key" debug...
2017-04-28 millertAvoid relying on implementation-specific behavior when...
2017-04-28 dtuckerAdd SyslogFacility option to ssh(1) matching the equiva...
2017-04-27 millertntohl() returns uint32_t so it cannot be < 0. Since...
2017-04-27 millertRemove "len < 0" check; len is socklen_t (uint32_t...
2017-04-27 kettenisBring over the changes to mainbus(4) and simplebus...
2017-04-27 schwarzeMerge trivial patches from pkgsrc to get rid of gratuit...
2017-04-27 schwarzeDetect links to self by parsing .Nm in SYNOPSIS.
2017-04-27 bluhmEnforce that sysctl kern.somaxconn and sominconn can...
2017-04-27 millertChange len arg of getidle() from size_t to int since...
next