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