| Commit message (Expand) | Author | Age |
* | ANSIfy function prototypes, from Tim Ruehsen. | Nicholas Marriott | 2012-03-02 |
* | Can't use the same va_list twice, from Emanuele Giaquinta. | Nicholas Marriott | 2011-07-25 |
* | Compatibility for b64_ntop, missing from some alternative libc. | Nicholas Marriott | 2011-07-22 |
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
* | Add missing $Id$. | Tiago Cunha | 2011-07-09 |
* | Use the right asprintf since we don't support truly broken platforms right now. | Nicholas Marriott | 2011-03-04 |
* | Support for HP-UX. | Nicholas Marriott | 2011-01-21 |
* | Only have one asprintf implementation, that's likely to always work. | Nicholas Marriott | 2011-01-21 |
* | Trim spaces. | Nicholas Marriott | 2011-01-10 |
* | Missing HAVE_STDINT_H. | Nicholas Marriott | 2011-01-07 |
* | Whoops, get the logic the right way round. | Nicholas Marriott | 2010-11-13 |
* | malloc(0) may return NULL, so only assume that is an error if allocating | Nicholas Marriott | 2010-11-11 |
* | Compat for closefrom(). | Nicholas Marriott | 2010-10-27 |
* | Remove redundant preprocessor check (it's already taken care of by tmux.h). | Tiago Cunha | 2010-10-24 |
* | Sync OpenBSD patchset 706: | Tiago Cunha | 2010-06-06 |
* | Must allocate for putenv. | Nicholas Marriott | 2010-06-05 |
* | Solaris 9 doesn't have setenv and unsetenv so add compat versions, based | Nicholas Marriott | 2010-05-19 |
* | Sync OpenBSD patchset 680: | Tiago Cunha | 2010-04-12 |
* | Adjust recent libevent changes to the portable version. | Tiago Cunha | 2009-11-08 |
* | Fill in the tty name in SunOS's forkpty compat, and use it in osdep_getname. | Nicholas Marriott | 2009-10-15 |
* | Don't try to use tio if it is NULL. | Nicholas Marriott | 2009-09-20 |
* | Sync from OpenBSD: | Nicholas Marriott | 2009-09-16 |
* | Sync OpenBSD patchset 329: | Tiago Cunha | 2009-09-15 |
* | Add $Id$, nuke queue.h. | Nicholas Marriott | 2009-08-20 |
* | Also undef CTRL. | Nicholas Marriott | 2009-08-20 |
* | Solaris defines some of these in termios.h so #ifndef them. | Nicholas Marriott | 2009-08-20 |
* | Solaris and AIX have no ttydefaults.h. | Nicholas Marriott | 2009-08-20 |
* | Call tcsetattr(). Not tested. | Nicholas Marriott | 2009-08-19 |
* | Solaris has no strsep(3). | Nicholas Marriott | 2009-08-16 |
* | Adjust imsg changes to the portable version due to OpenBSD patchset 243. | Tiago Cunha | 2009-08-14 |
* | Sync OpenBSD patchset 243: | Tiago Cunha | 2009-08-14 |
* | Missing options are not illegal. | Nicholas Marriott | 2009-08-09 |
* | Add unvis(3) compat stuff. | Tiago Cunha | 2009-08-09 |
* | Solaris has no strcasestr. | Nicholas Marriott | 2009-07-02 |
* | Don't see a reason for sys/cdefs.h here; remove it. | Nicholas Marriott | 2009-07-01 |
* | vis compat stuff. | Nicholas Marriott | 2009-06-25 |
* | Start of portability update: bitstring.h. | Nicholas Marriott | 2009-06-25 |
* | Now in base. | Nicholas Marriott | 2009-05-26 |
* | HAVE_. | Nicholas Marriott | 2009-05-14 |
* | compat/bsd-poll.h now we are not doing -Icompat. | Nicholas Marriott | 2009-05-13 |
* | Rename all feature flags to HAVE_* and move out of makefiles into a configure | Nicholas Marriott | 2009-05-13 |
* | Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again. | Nicholas Marriott | 2009-05-13 |
* | Use getopt.c from openssh rather than OpenBSD's getopt_long. | Nicholas Marriott | 2009-05-13 |
* | /* $Id$ */ | Nicholas Marriott | 2009-04-29 |
* | Some tweaks for Solaris. | Nicholas Marriott | 2009-04-29 |
* | Fake warnx(). | Nicholas Marriott | 2009-04-02 |
* | More AIX tweaks. | Nicholas Marriott | 2009-03-31 |
* | AIX forkpty. | Nicholas Marriott | 2009-03-31 |
* | Most of AIX support. | Nicholas Marriott | 2009-03-31 |
* | vis functions for Linux. | Nicholas Marriott | 2009-01-10 |