summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
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
2015-07-17Check if realpath works on nonexistent files.Darren Tucker
2015-06-02Replace strcpy with strlcpy.Darren Tucker
2015-05-10upstream commitDamien Miller
2015-05-10upstream commitDamien Miller
2015-05-10upstream commitDamien Miller
2015-05-08Put brackets around mblen() compat constant.Darren Tucker
2015-04-17Wrap endian.h include inside ifdef (bz#2370).Darren Tucker
2015-04-07Use do{}while(0) for no-op functions.Darren Tucker
2015-04-07Wrap blf.h include in ifdef. From FreeBSD.Darren Tucker
2015-02-26Remove dependency on xmalloc.Darren Tucker
2015-02-25Move definition of _NSIG.Darren Tucker
2015-02-24Add AI_NUMERICSERV to fake-rfc2553.Darren Tucker
2015-02-23Wrap stdint.h includes in ifdefs.Darren Tucker