summaryrefslogtreecommitdiffstats
path: root/osdep-sunos.c
AgeCommit message (Collapse)Author
2021-05-10Looks like evports on SunOS are broken also, disable them. GitHub issue 2702.Nicholas Marriott
2021-01-17Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott
2017-03-21Some __unused.Nicholas Marriott
2016-09-08Solaris build fixes from Rob Paisley.Nicholas Marriott
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-02Fix osdep_get_cwd on Solaris 11, from J Raynor.Nicholas Marriott
2012-09-24Use pgrp of pty fd not pid of immediate child when recovering current workingNicholas Marriott
directory (like current process). From Marcel Partap.
2012-07-11Remove remaining xfree calls from the portable version.Tiago Cunha
2011-12-09Change the way the working directory for new processes is discovered. IfNicholas Marriott
default-path isn't empty, it is used. Otherwise: 1) If tmux neww is run from the command line, the working directory of the client is used. 2) Otherwise use some platform specific code to retrieve the current working directory of the process in the active pane. 3) If that fails, the directory where the session was created is used. Idea and support code, Linux, Solaris, FreeBSD bits by Romain Francoise, OpenBSD bits by me.
2011-09-11Use %u for process group on Sun OS.Nicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha
2010-12-30epoll on Linux is broken with /dev/null so it needs to be disabled.Nicholas Marriott
Instead of adding another BROKEN_* define, move event_init into osdep-*.c.
2009-10-15Fill in the tty name in SunOS's forkpty compat, and use it in osdep_getname.Nicholas Marriott
From Todd Carson. Tweaked by me to nuke (void) casts. Say no to lint appeasement! ;-)
2009-10-14Support for automatic-rename for Solaris thanks to Todd Carson.Nicholas Marriott