1. 9f0904c Remove unused fparseln compat code. by Nicholas Marriott · 5 years ago
  2. 3c5d3a3 Add PATH_DEFPATH to compat.h from Carlo Marcelo Arenas Belón. by Nicholas Marriott · 6 years ago
  3. a3967de Include headers if found regardless of forkpty. by Nicholas Marriott · 7 years ago
  4. 143ccd2 Add memmem to compat. by Nicholas Marriott · 7 years ago
  5. b723f50 Do not need getopt.h for getopt, from Eric N Vander Weele. by Nicholas Marriott · 7 years ago
  6. 9420758 getptmfd() and fdforkpty() compat. by Nicholas Marriott · 7 years ago
  7. 95c3808 Missed freezero. by Nicholas Marriott · 8 years ago
  8. 2e5664d Update imsg*.[ch] from OpenBSD, add some compat bits it needs and remove some by Nicholas Marriott · 8 years ago
  9. b79df1d Compat code for strndup and strnlen. by Nicholas Marriott · 8 years ago
  10. 514a723 Solaris fixes, mostly from Dagobert Michelsen. by Nicholas Marriott · 8 years ago
  11. c54a5d9 Add wchar.h to compat.h, from Koichi Shiraishi. by Nicholas Marriott · 8 years ago
  12. 3e495b4 compat/* should not include tmux.h. by Nicholas Marriott · 8 years ago
  13. a3d5bfc Define away pledge() on !OpenBSD. by Nicholas Marriott · 8 years ago
  14. acf331f Add b64_pton as well. by Nicholas Marriott · 8 years ago
  15. e6f7180 tmux no longer uses openat() so we can remove the compatibilty function. by Nicholas Marriott · 8 years ago
  16. 3ed0973 Solaris build fixes from Rob Paisley. by Nicholas Marriott · 8 years ago
  17. 6c94774 Add support for using utf8proc with --enable-utf8proc, useful for platforms by Nicholas Marriott · 8 years ago
  18. cfef0c6 getprogname() and setproctitle() on Linux. by Nicholas Marriott · 8 years ago
  19. fe4e947 Add --static to PKG_CONFIG rather than replacing it. by Nicholas Marriott · 8 years ago
  20. ca29dc9 Update my email address. by Nicholas Marriott · 9 years ago
  21. 8b4b3ff Add __unused, will be needed shortly. by Nicholas Marriott · 9 years ago
  22. 9bba26f Add reallocarray prototype. by Nicholas Marriott · 9 years ago
  23. 235e0bd Update imsg*.[ch] from OpenBSD, including bzero->memset. by Nicholas Marriott · 9 years ago
  24. dfd72f5 -$Id$. by Nicholas Marriott · 9 years ago
  25. 65257b8 OS X lacks HOST_NAME_MAX, reported by Christian Ebert. by Nicholas Marriott · 10 years ago
  26. b222494 Solaris doesn't have flock and fcntl is useless so make a no-op flock. Reported by Nicholas Marriott · 10 years ago
  27. 92997b7 Add compat/fparseln() for non-BSD systems by Thomas Adam · 10 years ago
  28. 886c282 Use 0 if O_DIRECTORY is missing, reported by Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  29. e588ddb Add openat() to compat. by Nicholas Marriott · 11 years ago
  30. e856709 Add support for Cgywin, apparently it is enough just to open the tty again in by Nicholas Marriott · 11 years ago
  31. 792e285 Add compat for cfmakeraw, from Dagobert Michelsen. by Nicholas Marriott · 11 years ago
  32. 64ea882 Add define for timersub to compat.h. by Nicholas Marriott · 12 years ago
  33. 5339b8c Typo. by Nicholas Marriott · 13 years ago
  34. 20134fa Compatibility for b64_ntop, missing from some alternative libc. by Nicholas Marriott · 13 years ago
  35. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  36. f71b305 Switch tmux to use autoconf and automake. by Nicholas Marriott · 14 years ago
  37. a6fc49a Fix AIX warnings. by Nicholas Marriott · 14 years ago
  38. ae7a7be I am almost certain we don't need crypt or rt now, and it builds fine on by Nicholas Marriott · 14 years ago
  39. 58684ea And more. by Nicholas Marriott · 14 years ago
  40. 914f858 Style tweaks. by Nicholas Marriott · 14 years ago
  41. 2287ec7 Compat for closefrom(). by Nicholas Marriott · 14 years ago
  42. f54482a Solaris 9 has no stdint.h, ugh. Reported by a couple of people most by Nicholas Marriott · 14 years ago
  43. 60134ce imsg was moved into libutil on OpenBSD. by Tiago Cunha · 14 years ago
  44. a9c6976 Should be const char *. by Nicholas Marriott · 14 years ago
  45. 9e7a5fa Spacing nits. by Nicholas Marriott · 14 years ago
  46. 9c01a3d Solaris 9 is missing CMSG_ALIGN and some of the RFC2292 CMSG_*. From by Nicholas Marriott · 14 years ago
  47. 278effd Solaris 9 doesn't have setenv and unsetenv so add compat versions, based by Nicholas Marriott · 14 years ago
  48. e41055c Adjust recent libevent changes to the portable version. by Tiago Cunha · 15 years ago
  49. d23635f Remove unneeded defines that were used with the internal locking mechanism. by Tiago Cunha · 15 years ago
  50. 88f689e1 Remove HAVE_LOGIN_CAP now that the internal locking mechanism was removed, due by Tiago Cunha · 15 years ago
  51. c274551 - Make it compile on operating systems other than BSD due to OpenBSD patchset by Tiago Cunha · 15 years ago
  52. 2668225 OS X CMSG_FIRSTHDR is broken. by Nicholas Marriott · 15 years ago
  53. 1a5aba4 ttydefchars is a fucking horlicks. Happily we only need it in one file, move it by Nicholas Marriott · 15 years ago
  54. 2f51711 Solaris has no u_int32_t etc. by Nicholas Marriott · 15 years ago
  55. 698e003 Solaris has no bzero(). by Nicholas Marriott · 15 years ago
  56. 09cc530 Solaris and AIX have no ttydefaults.h. by Nicholas Marriott · 15 years ago
  57. 620402a This is a better fix for OS X stupidity. by Nicholas Marriott · 15 years ago
  58. 8f9858b Solaris has no strsep(3). by Nicholas Marriott · 15 years ago
  59. b402cef Adjust imsg changes to the portable version due to OpenBSD patchset 243. by Tiago Cunha · 15 years ago
  60. a3fc9de Add PASS_MAX for glibc. by Tiago Cunha · 15 years ago
  61. 48c36d6 No paths.h in cmd.c; add _PATH_DEV for Solaris. by Nicholas Marriott · 15 years ago
  62. 1f1623e Solaris has no strcasestr. by Nicholas Marriott · 15 years ago
  63. ec818b8 Move defines after includes to avoid multiple definition. by Nicholas Marriott · 15 years ago
  64. 81f06ba Typo: bsdpoll.h -> bsd-poll.h. by Nicholas Marriott · 15 years ago
  65. 32312e0 vis compat stuff. by Nicholas Marriott · 15 years ago
  66. 802e129 Start of portability update: bitstring.h. by Nicholas Marriott · 15 years ago
  67. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago