summaryrefslogtreecommitdiff
path: root/openbsd-compat
AgeCommit message (Expand)Author
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
2015-01-15kludge around tun API mismatch bettererDamien Miller
2015-01-15unbreak across API changeDamien Miller
2015-01-15support --without-openssl at configure timeDamien Miller
2015-01-14support --without-openssl at configure timeDamien Miller
2014-12-30avoid uninitialised free of ldns_resDamien Miller
2014-12-29pull updated OpenBSD BCrypt PBKDF implementationDamien Miller
2014-12-18upstream libc changeDamien Miller
2014-12-10Add reallocarray to compat libraryDarren Tucker
2014-10-01 - (djm) [openbsd-compat/Makefile.in openbsd-compat/kludge-fd_set.c]Damien Miller
2014-09-04 - (djm) [openbsd-compat/arc4random.c] Zero seed after keying PRNGDamien Miller
2014-08-30 - (djm) [openbsd-compat/openssl-compat.h] add include guardDamien Miller
2014-08-30 - (djm) [openbsd-compat/openssl-compat.h] addDamien Miller
2014-08-27 - (djm) [openbsd-compat/explicit_bzero.c] implement explicit_bzero()Damien Miller
2014-08-22 - (djm) [openbsd-compat/bsd-snprintf.c] Fix compilation failure (prototype/Damien Miller
2014-07-21- (dtucker) [cipher.c openbsd-compat/openssl-compat.h] Restore the bitsDarren Tucker
2014-07-18 - (tim) [openbsd-compat/port-uw.c] Include misc.h for fwd_opts, usedTim Rice
2014-07-02 - djm@cvs.openbsd.org 2014/06/24 01:13:21Damien Miller
2014-06-17 - (dtucker) [entropy.c openbsd-compat/openssl-compat.{c,h}Darren Tucker