- 7b08513 -sys/queue.h in proc.c, and nuke the unnecessary C++ header guards stuff and by Nicholas Marriott · 9 years ago
- 2c48293 Move tmux.h below system includes. by Nicholas Marriott · 9 years ago
- a77960c Add reallocarray to compat. by Nicholas Marriott · 9 years ago
- f199fb6 Fix available_fds when there is no AF_INET, reported by Mathieu Arnold. by Nicholas Marriott · 9 years ago
- 2ebef95 Sync up vis.* for stravis(). by Nicholas Marriott · 9 years ago
- 669059a Fix a warning, from Kosta Zertsekel. by Nicholas Marriott · 9 years ago
- 8c96e2a Implement osdep_get_name and osdep_get_cwd for AIX, from J Raynor. by Nicholas Marriott · 9 years ago
- 235e0bd Update imsg*.[ch] from OpenBSD, including bzero->memset. by Nicholas Marriott · 9 years ago
- dca084e Don't leak dotfd if fchdir fails. From ettl dot martin78 at gmail dot com. by Nicholas Marriott · 9 years ago
- 63b7a03 queue.h should come from compat.h. by Nicholas Marriott · 10 years ago
- 5e956f1 Make place const to avoid a warning, from Ben Boeckel. by Nicholas Marriott · 10 years ago
- 3771ab7 Add missing va_end, from Thomas Jarosch. by Nicholas Marriott · 10 years ago
- 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
- 5e7f1b9 Don't close random file descriptor on error, from J Raynor. by Nicholas Marriott · 10 years ago
- 1667041 I broke last change, fix so it works, from J Raynor. by Nicholas Marriott · 10 years ago
- 054a825 cdefs.h -> types.h. by Nicholas Marriott · 10 years ago
- 4d53fd9 Synchronize forkpty master and child to avoid hang on AIX with fast exiting by Nicholas Marriott · 10 years ago
- 7279707 Add compat/fparseln.c by Thomas Adam · 10 years ago
- 0e23ab4 Sync libutil from OpenBSD (imsg) by Thomas Adam · 10 years ago
- e588ddb Add openat() to compat. by Nicholas Marriott · 11 years ago
- 1099442 +strings.h in compat/. by Nicholas Marriott · 11 years ago
- 792e285 Add compat for cfmakeraw, from Dagobert Michelsen. by Nicholas Marriott · 12 years ago
- 0f31d23 Return error for --foo when using compat/getopt.c. by Nicholas Marriott · 12 years ago
- 7a583b1 Sync with OpenBSD. Mostly because of the added _SAFE macros which is by Tiago Cunha · 12 years ago
- 513bd8f Remove remaining xfree calls from the portable version. by Tiago Cunha · 12 years ago
- b74b875 Sync OpenBSD tree.h due to patchset 1104. Prompted by ore on #tmux. by Tiago Cunha · 13 years ago
- 82f4db0 ANSIfy function prototypes, from Tim Ruehsen. by Nicholas Marriott · 13 years ago
- e9ebdac Can't use the same va_list twice, from Emanuele Giaquinta. by Nicholas Marriott · 13 years ago
- 20134fa Compatibility for b64_ntop, missing from some alternative libc. by Nicholas Marriott · 13 years ago
- 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
- 8357a55 Add missing $Id$. by Tiago Cunha · 13 years ago
- 34bb013 Use the right asprintf since we don't support truly broken platforms right now. by Nicholas Marriott · 14 years ago
- 38f1691 Support for HP-UX. by Nicholas Marriott · 14 years ago
- e34c6fd Only have one asprintf implementation, that's likely to always work. by Nicholas Marriott · 14 years ago
- abd1f61 Trim spaces. by Nicholas Marriott · 14 years ago
- b463d3d Missing HAVE_STDINT_H. by Nicholas Marriott · 14 years ago
- 30e8ed3 Whoops, get the logic the right way round. by Nicholas Marriott · 14 years ago
- 94c2adf malloc(0) may return NULL, so only assume that is an error if allocating by Nicholas Marriott · 14 years ago
- 2287ec7 Compat for closefrom(). by Nicholas Marriott · 14 years ago
- 8344758 Remove redundant preprocessor check (it's already taken care of by tmux.h). by Tiago Cunha · 14 years ago
- bebfd7c Sync OpenBSD patchset 706: by Tiago Cunha · 14 years ago
- 89eb952 Must allocate for putenv. by Nicholas Marriott · 14 years ago
- 278effd Solaris 9 doesn't have setenv and unsetenv so add compat versions, based by Nicholas Marriott · 15 years ago
- 0646b3c Sync OpenBSD patchset 680: by Tiago Cunha · 15 years ago
- e41055c Adjust recent libevent changes to the portable version. by Tiago Cunha · 15 years ago
- 0614ca4 Fill in the tty name in SunOS's forkpty compat, and use it in osdep_getname. by Nicholas Marriott · 15 years ago
- b29d4af Don't try to use tio if it is NULL. by Nicholas Marriott · 15 years ago
- 15b643f Sync from OpenBSD: by Nicholas Marriott · 15 years ago
- 150fba5 Sync OpenBSD patchset 329: by Tiago Cunha · 15 years ago
- dd9dd14 Add $Id$, nuke queue.h. by Nicholas Marriott · 15 years ago
- 61c7bfc Also undef CTRL. by Nicholas Marriott · 15 years ago
- 14eb6df Solaris defines some of these in termios.h so #ifndef them. by Nicholas Marriott · 15 years ago
- 09cc530 Solaris and AIX have no ttydefaults.h. by Nicholas Marriott · 15 years ago
- 966818c Call tcsetattr(). Not tested. by Nicholas Marriott · 15 years ago
- 8f9858b Solaris has no strsep(3). by Nicholas Marriott · 15 years ago
- b402cef Adjust imsg changes to the portable version due to OpenBSD patchset 243. by Tiago Cunha · 15 years ago
- a9b6bfd Sync OpenBSD patchset 243: by Tiago Cunha · 15 years ago
- 7dbabe8 Missing options are not illegal. by Nicholas Marriott · 15 years ago
- e098f7b Add unvis(3) compat stuff. by Tiago Cunha · 15 years ago
- 1f1623e Solaris has no strcasestr. by Nicholas Marriott · 15 years ago
- 3c0500f Don't see a reason for sys/cdefs.h here; remove it. by Nicholas Marriott · 15 years ago
- 32312e0 vis compat stuff. by Nicholas Marriott · 15 years ago
- 802e129 Start of portability update: bitstring.h. by Nicholas Marriott · 15 years ago
- 3a55871 Now in base. by Nicholas Marriott · 16 years ago
- c495337 HAVE_. by Nicholas Marriott · 16 years ago
- 6c27e43 compat/bsd-poll.h now we are not doing -Icompat. by Nicholas Marriott · 16 years ago
- c8cf438 Rename all feature flags to HAVE_* and move out of makefiles into a configure by Nicholas Marriott · 16 years ago
- e1b4a37 Bye-bye nonworking IRIX, can be rescued from the attic if ever needed again. by Nicholas Marriott · 16 years ago
- 792aeb9 Use getopt.c from openssh rather than OpenBSD's getopt_long. by Nicholas Marriott · 16 years ago
- ce989a9 /* $Id$ */ by Nicholas Marriott · 16 years ago
- cc9cc1a Some tweaks for Solaris. by Nicholas Marriott · 16 years ago
- b38f660 Fake warnx(). by Nicholas Marriott · 16 years ago
- d13add8 More AIX tweaks. by Nicholas Marriott · 16 years ago
- 8c36db6 AIX forkpty. by Nicholas Marriott · 16 years ago
- 792b28e Most of AIX support. by Nicholas Marriott · 16 years ago
- 934e6d9 vis functions for Linux. by Nicholas Marriott · 16 years ago
- a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
- 5c3d973 Import OpenBSD's getopt(3) to workaround broken glibc version. by Nicholas Marriott · 16 years ago
- 62457bc Trim. by Nicholas Marriott · 16 years ago
- 33aa931 Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH. by Nicholas Marriott · 16 years ago
- bd1a705 0.4 released. by Nicholas Marriott · 16 years ago
- e704d6a IRIX fixes, sort of partly work. by Nicholas Marriott · 16 years ago
- 91f3165 IRIX fixes thanks to Elias Pipping. by Nicholas Marriott · 16 years ago
- 09a6b8d timespecadd, fgetln headers. by Nicholas Marriott · 16 years ago
- a52be0e More missing bits from Solaris. by Nicholas Marriott · 16 years ago
- 99df48d Trimify. by Nicholas Marriott · 16 years ago
- e9fc383 O_NOCTTY. by Nicholas Marriott · 16 years ago
- 085d68b Solaris bits. by Nicholas Marriott · 16 years ago
- b7cefe4 NO_ASPRINTF. by Nicholas Marriott · 16 years ago
- be53d7f More Sun OS crap. by Nicholas Marriott · 16 years ago
- 0d5ad35 forkpty for Sun OS. by Nicholas Marriott · 16 years ago
- fed1a3b compat/daemon.c by Nicholas Marriott · 16 years ago
- 85d520c tree.h has RB_PREV now, yay! by Nicholas Marriott · 16 years ago
- 08d9f46 Make it build/run on Linux. by Nicholas Marriott · 17 years ago