summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-01-24Merge LLVM 4.0.0 rc1Patrick Wildt
2017-01-24Import LLVM 4.0.0 rc1 including clang and lld to help the currentPatrick Wildt
2017-01-24In preparation of compiling our kernels with -ffreestanding, explicitly mapMark Kettenis
2017-01-24pfind(9) has been renamed to tfind(9);Jason McIntyre
2017-01-24string terminator is called a NULTheo de Raadt
2017-01-24accross -> across;Jason McIntyre
2017-01-24Document KEEPKERNELS: If set to "yes" in mk.conf or in the environment,Theo Buehler
2017-01-24On fatal errors, kill ourselves with thrkill(0,9,NULL) instead ofPhilip Guenther
2017-01-24Use prime256v1 for tests unless otherwise specified.Joel Sing
2017-01-24vmctl start -k is optional; also emphasise it specifies a path on the hostRichard Procter
2017-01-24In accept(2) and accept4(2) allocate a new file descriptor beforeMartin Pieuchot
2017-01-24Display process group in "ps /w" since they got removed from "ps /n".Martin Pieuchot
2017-01-14Import LLVM 3.9.1 including clang and lld.Patrick Wildt
2016-09-03Use the space freed up by sparc and zaurus to import LLVM.Pascal Stumpf
2017-01-24There are two u-boot targets which should work with the sabre liteJonathan Gray
2017-01-24Display the thread ID (TID) rather than the process group ID (PGRP)Martin Pieuchot
2017-01-24when we lose link, do not delete entries that have the RTF_BFD flag setPeter Hessler
2017-01-24sync log.c from relayd et al to ospfd.Sebastian Benoit
2017-01-24sync log.c from relayd et al to bgpd.Sebastian Benoit
2017-01-24Track a per-fd flag UF_PLEDGED. This indicates the initial open was done by aTheo de Raadt
2017-01-24add support for multiple transmit ifqueues per network interface.David Gwynne
2017-01-24only send the rt msg on timeout failure if bfd is not downPeter Hessler
2017-01-24Fix typo in brainpool curve name within a comment.Joel Sing
2017-01-24syncTheo de Raadt
2017-01-24Modernize and unify test idioms for the sake of readability andTheo Buehler
2017-01-24Add /etc/installurl to changelist.Antoine Jacoutot
2017-01-24There is no point returning then breaking...Joel Sing
2017-01-24Zap a "true ;" that is there for no good reason.Theo Buehler
2017-01-24unifdef OPENSSL_NO_BIO - we do not support this in any form.Joel Sing
2017-01-24move setting the IP TOS from the listening socket to the sending socketPeter Hessler
2017-01-24Unbreak $ORIGIN support when only one of DT_RUNPATH and DT_RPATH is usedPhilip Guenther
2017-01-24Use header <sys/atomic.h> rather than <machine/atomic.h> in MI code.Visa Hankala
2017-01-24Introduce ticket support. To enable them it is enough to set a positiveClaudio Jeker
2017-01-24ssl_cert_free() checks for NULL itself.Joel Sing
2017-01-24Remove a "free up if allocated" comment that exists before code that freesJoel Sing
2017-01-24sk_SSL_CIPHER_free() checks for NULL so do not bother doing the same fromJoel Sing
2017-01-24Fix passing &_DYNAMIC to _dl_boot_bind; makes -static -pie work.Mark Kettenis
2017-01-24ssl_sess_cert_free() checks for NULL, so do not bother doing it at theJoel Sing
2017-01-24There is no point in zeroing fields that exist within a struct that isJoel Sing
2017-01-24Add missing documentation for tls_config_set_verify_depthClaudio Jeker
2017-01-24Whitespace.Antoine Jacoutot
2017-01-24The /p modifier now takes a TID, while here add a missing argumentMartin Pieuchot
2017-01-24Rename pfind(9) into tfind(9) to reflect that it deals with threads.Martin Pieuchot
2017-01-24Fix typo in variable name.Alexander Bluhm
2017-01-24Shuffle the deck chairs to bring them back in order.Claudio Jeker
2017-01-24remove unused junk definitionsTheo de Raadt
2017-01-24Introduce rt_report() a function that generates a route message from anClaudio Jeker
2017-01-24tls_config_add_keypair_mem is the function to add additional keypairs andClaudio Jeker
2017-01-23Interpolate a 'make cleandir' if KEEPKERNELS is set to a non-empty string,Theo Buehler
2017-01-23File descriptor passing internalizes fd's into an mbuf-stored array ofTheo de Raadt