summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
2017-03-20Add llabs() implementation.Darren Tucker
2017-03-12sync fmt_scaled.c with OpenBSDDamien Miller
2016-12-13Remove commented-out includes.Darren Tucker
2016-12-13Add prototype for strcasestr in compat library.Darren Tucker
2016-12-13Add strcasestr to compat library.Darren Tucker
2016-10-28Move OPENSSL_NO_RIPEMD160 to compat.Darren Tucker
2016-10-26Use !=NULL instead of >0 for getdefaultproj.Darren Tucker
2016-10-19Import readpassphrase.c rev 1.26.Darren Tucker
2016-10-19Import readpassphrase.c rev 1.25.Darren Tucker
2016-10-15Move DEF_WEAK into defines.h.Darren Tucker
2016-10-13Import rev 1.24 from OpenBSD.Darren Tucker
2016-10-13Import rev 1.23 from OpenBSD. Fixes bz#2619.Darren Tucker
2016-10-13If we don't have TCSASOFT, define it to zero.Darren Tucker
2016-09-29Remove portability support for mmapDamien Miller
2016-08-17Remove obsolete CVS $Id from source files.Darren Tucker
2016-08-16fix false positives when compiled with msanDamien Miller
2016-08-02Replace spaces with tabs.Darren Tucker
2016-08-02Strip trailing whitespace.Darren Tucker
2016-08-02Repair $OpenBSD markers.Darren Tucker
2016-08-02Repair $OpenBSD marker.Darren Tucker
2016-07-21Search users for one with a valid salt.Darren Tucker
2016-07-15cast to avoid type warning in error messageDamien Miller
2016-07-15Move VA_COPY macro into compat header.Darren Tucker
2016-07-15Determine appropriate salt for invalid users.Darren Tucker
2016-07-14Add compat code for missing wcwidth.Darren Tucker
2016-07-13Move err.h replacements into compat lib.Darren Tucker
2016-06-14Remove now-defunct .cvsignore files. ok djmDarren Tucker
2016-06-03Update vis.h and vis.c from OpenBSD.Darren Tucker
2016-05-31whitespace at EOLDamien Miller
2016-05-10initialise salen in binresvport_saDamien Miller
2016-03-11Include priv.h for priv_set_t.Darren Tucker
2016-02-19Make Solaris privs code build on older systems.Darren Tucker
2016-02-17Rollback addition of va_start.Darren Tucker
2016-01-08Support Illumos/Solaris fine-grained privilegesDamien Miller
2015-11-30Revert "stub for pledge(2) for systems that lack it"Damien Miller
2015-11-30stub for pledge(2) for systems that lack itDamien Miller
2015-11-30Add a null implementation of pledge.Darren Tucker
2015-10-29Prevent name collisions with system glob (bz#2463)Darren Tucker
2015-10-16need va_copy before va_startDamien Miller
2015-10-15fix compilation on systems without SYMLOOP_MAXDamien Miller
2015-10-14upstream commitDamien Miller
2015-10-14upstream commitDamien Miller
2015-10-14upstream commitDamien Miller
2015-10-14upstream commitDamien Miller
2015-10-14upstream commitDamien Miller
2015-10-14upstream commitDamien Miller
2015-10-14upstream commitDamien Miller
2015-08-21expose POLLHUP and POLLNVAL for netcat.cDamien Miller
2015-07-30downgrade OOM adjustment logging: verbose -> debugDamien Miller
2015-07-20make realpath.c compile -Wsign-compare cleanDamien Miller