summaryrefslogtreecommitdiff
path: root/external/bsd
AgeCommit message (Expand)Author
2018-02-25add some flag definitions from a newer version of FreeBSD's libprocchs
2018-02-25add LIBKRB5_LDADD/LIBKRB5_DPADD and their static counterpartsmrg
2018-02-18llvm detects infinite recursion, so don't infinitely recurse.christos
2018-02-14Fix broken dig and host commandsryoon
2018-02-11non-null arg.christos
2018-02-10remove more unreachable code.christos
2018-02-10Convert to full recursive attr/die lookup instead of one level since gcc 6christos
2018-02-09fix for OpenSSL 1.0 and 1.1 co-existance, merge conflicts.christos
2018-02-09NSD 4.1.19christos
2018-02-07update for GCC 6:mrg
2018-02-06Restore default paths to what they were before prior import.roy
2018-02-06put back all the build info in one place (Makefile.inc)christos
2018-02-06provide 2 configs: one for openssl-1.0 and one for openssl-1.1 since theychristos
2018-02-06merge conflictschristos
2018-02-06Unbound 1.6.8christos
2018-02-06merge conflictschristos
2018-02-06OpenLDAP 2.4.45 Release (2017/06/01)christos
2018-02-05undo previous.christos
2018-02-05Adapt the version hack for openssl provided inline functions: openssl 1.0.2kmartin
2018-02-05Try to fix the build: OpenSSL 1.0.2k already has the EVP inline functions.martin
2018-02-04fix GCC 6.4 issues (finally a couple that aren't actual bugs,mrg
2018-02-04Merge pkg_install-20171030maya
2018-02-04Import pkg_install-20171030maya
2018-02-04apply __attribute__((__used__)) for rcsid, etc.mrg
2018-02-04split out the child runner.christos
2018-02-04switch everyone to openssl.oldchristos
2018-02-04ATF needs C++98 for now, and GCC 6.4 defaults to C++11.mrg
2018-02-02convert HAVE_GCC handling to modern GCC release numbering:mrg
2018-02-01add a diff for smtpdchristos
2018-01-29Syncroy
2018-01-29Import dhcpcd-7.0.1 with the following changes:roy
2018-01-14Add the NONE/WIRED drivers.christos
2018-01-01Syncroy
2018-01-01Import dhcpcd-7.0.0 with the following changes:roy
2017-12-17Mark files not tagged with r319952 as dead.joerg
2017-12-17Be consistent with the revision numbers in the import-llvm command.joerg
2017-12-17Update for LLVM/Clang 5.0.1.joerg
2017-12-17Import clang r319952 from branches/release_50joerg
2017-12-17Import LLVM r319952 from branches/release_50joerg
2017-12-11If we don't have any formatting characters, we are always ok.christos
2017-12-08Use PRIxPTR instead of lx to print pointers. Fix debug build with LLVM.rin
2017-12-06When testing to see if a signal handler was previously installed injmcneill
2017-12-06Syncroy
2017-12-06Import dhcpcd-7.0.0-rc4 with the following changes:roy
2017-12-01Compare ap->len wide chars, not ap->len bytes.rin
2017-12-01Check format strings for ex_printf.rin
2017-12-01Remove ex_printf duplicate with ex_extern.h.rin
2017-11-30add more DW_ATE_ constantschristos
2017-11-22Fix missing of "search wrapped" message when searching from the last char ofrin
2017-11-22Fix backward memcpy in :e +cmd, taken from nvi2 (and OpenBSD):rin