aboutsummaryrefslogtreecommitdiff
path: root/compat.h
Commit message (Collapse)AuthorAge
...
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* Switch tmux to use autoconf and automake.Nicholas Marriott2010-12-31
| | | | | Although they suck, they suck less than the alternatives.
* Fix AIX warnings.Nicholas Marriott2010-11-11
|
* I am almost certain we don't need crypt or rt now, and it builds fine onNicholas Marriott2010-10-27
| | | | | Linux without.
* And more.Nicholas Marriott2010-10-27
|
* Style tweaks.Nicholas Marriott2010-10-27
|
* Compat for closefrom().Nicholas Marriott2010-10-27
|
* Solaris 9 has no stdint.h, ugh. Reported by a couple of people mostNicholas Marriott2010-09-07
| | | | | recently Timothy Larson.
* imsg was moved into libutil on OpenBSD.Tiago Cunha2010-06-06
|
* Should be const char *.Nicholas Marriott2010-06-05
|
* Spacing nits.Nicholas Marriott2010-05-19
|
* Solaris 9 is missing CMSG_ALIGN and some of the RFC2292 CMSG_*. FromNicholas Marriott2010-05-19
| | | | | Dagobert Michelsen.
* Solaris 9 doesn't have setenv and unsetenv so add compat versions, basedNicholas Marriott2010-05-19
| | | | | on code from Dagobert Michelsen.
* Adjust recent libevent changes to the portable version.Tiago Cunha2009-11-08
|
* Remove unneeded defines that were used with the internal locking mechanism.Tiago Cunha2009-10-06
|
* Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, dueTiago Cunha2009-09-23
| | | | | to OpenBSD patchset 347.
* - Make it compile on operating systems other than BSD due to OpenBSD patchsetTiago Cunha2009-09-03
| | | | | | 308. - While there, remove some duplicate code from the compat header file.
* OS X CMSG_FIRSTHDR is broken.Nicholas Marriott2009-09-02
|
* ttydefchars is a fucking horlicks. Happily we only need it in one file, move itNicholas Marriott2009-08-26
| | | | | | | | in there to avoid multiple inclusion issues. Perhaps it would be better to pass NULL through to forkpty in the default case...
* Solaris has no u_int32_t etc.Nicholas Marriott2009-08-20
|
* Solaris has no bzero().Nicholas Marriott2009-08-20
|
* Solaris and AIX have no ttydefaults.h.Nicholas Marriott2009-08-20
|
* This is a better fix for OS X stupidity.Nicholas Marriott2009-08-19
|
* Solaris has no strsep(3).Nicholas Marriott2009-08-16
|
* Adjust imsg changes to the portable version due to OpenBSD patchset 243.Tiago Cunha2009-08-14
|
* Add PASS_MAX for glibc.Tiago Cunha2009-07-28
|
* No paths.h in cmd.c; add _PATH_DEV for Solaris.Nicholas Marriott2009-07-21
|
* Solaris has no strcasestr.Nicholas Marriott2009-07-02
|
* Move defines after includes to avoid multiple definition.Nicholas Marriott2009-07-01
|
* Typo: bsdpoll.h -> bsd-poll.h.Nicholas Marriott2009-07-01
|
* vis compat stuff.Nicholas Marriott2009-06-25
|
* Start of portability update: bitstring.h.Nicholas Marriott2009-06-25
|
* More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h.Nicholas Marriott2009-06-25