summaryrefslogtreecommitdiffstats
path: root/compat.h
AgeCommit message (Expand)Author
2014-01-06Use 0 if O_DIRECTORY is missing, reported by Dagobert Michelsen.Nicholas Marriott
2013-10-10Add openat() to compat.Nicholas Marriott
2013-07-12Add support for Cgywin, apparently it is enough just to open the tty again inNicholas Marriott
2013-04-22Add compat for cfmakeraw, from Dagobert Michelsen.Nicholas Marriott
2013-03-28Add define for timersub to compat.h.Nicholas Marriott
2011-07-22Typo.Nicholas Marriott
2011-07-22Compatibility for b64_ntop, missing from some alternative libc.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-12-31Switch tmux to use autoconf and automake.Nicholas Marriott
2010-11-11Fix AIX warnings.Nicholas Marriott
2010-10-27I am almost certain we don't need crypt or rt now, and it builds fine onNicholas Marriott
2010-10-27And more.Nicholas Marriott
2010-10-27Style tweaks.Nicholas Marriott
2010-10-27Compat for closefrom().Nicholas Marriott
2010-09-07Solaris 9 has no stdint.h, ugh. Reported by a couple of people mostNicholas Marriott
2010-06-06imsg was moved into libutil on OpenBSD.Tiago Cunha
2010-06-05Should be const char *.Nicholas Marriott
2010-05-19Spacing nits.Nicholas Marriott
2010-05-19Solaris 9 is missing CMSG_ALIGN and some of the RFC2292 CMSG_*. FromNicholas Marriott
2010-05-19Solaris 9 doesn't have setenv and unsetenv so add compat versions, basedNicholas Marriott
2009-11-08Adjust recent libevent changes to the portable version.Tiago Cunha
2009-10-06Remove unneeded defines that were used with the internal locking mechanism.Tiago Cunha
2009-09-23Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, dueTiago Cunha
2009-09-03- Make it compile on operating systems other than BSD due to OpenBSD patchsetTiago Cunha
2009-09-02OS X CMSG_FIRSTHDR is broken.Nicholas Marriott
2009-08-26ttydefchars is a fucking horlicks. Happily we only need it in one file, move itNicholas Marriott
2009-08-20Solaris has no u_int32_t etc.Nicholas Marriott
2009-08-20Solaris has no bzero().Nicholas Marriott
2009-08-20Solaris and AIX have no ttydefaults.h.Nicholas Marriott
2009-08-19This is a better fix for OS X stupidity.Nicholas Marriott
2009-08-16Solaris has no strsep(3).Nicholas Marriott
2009-08-14Adjust imsg changes to the portable version due to OpenBSD patchset 243.Tiago Cunha
2009-07-28Add PASS_MAX for glibc.Tiago Cunha
2009-07-21No paths.h in cmd.c; add _PATH_DEV for Solaris.Nicholas Marriott
2009-07-02Solaris has no strcasestr.Nicholas Marriott
2009-07-01Move defines after includes to avoid multiple definition.Nicholas Marriott
2009-07-01Typo: bsdpoll.h -> bsd-poll.h.Nicholas Marriott
2009-06-25vis compat stuff.Nicholas Marriott
2009-06-25Start of portability update: bitstring.h.Nicholas Marriott
2009-06-25More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott