aboutsummaryrefslogtreecommitdiff
path: root/osdep-sunos.c
Commit message (Collapse)AuthorAge
* Looks like evports on SunOS are broken also, disable them. GitHub issue 2702.Nicholas Marriott2021-05-10
|
* Look for libevent2 differently from libevent for platforms with both.Nicholas Marriott2021-01-17
|
* Some __unused.Nicholas Marriott2017-03-21
|
* Solaris build fixes from Rob Paisley.Nicholas Marriott2016-09-08
|
* No need for $Id$ now.Nicholas Marriott2014-11-08
|
* Fix osdep_get_cwd on Solaris 11, from J Raynor.Nicholas Marriott2014-10-02
|
* Use pgrp of pty fd not pid of immediate child when recovering current workingNicholas Marriott2012-09-24
| | | | directory (like current process). From Marcel Partap.
* Remove remaining xfree calls from the portable version.Tiago Cunha2012-07-11
|
* Change the way the working directory for new processes is discovered. IfNicholas Marriott2011-12-09
| | | | | | | | | | | | | | | | | 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.
* Use %u for process group on Sun OS.Nicholas Marriott2011-09-11
|
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* epoll on Linux is broken with /dev/null so it needs to be disabled.Nicholas Marriott2010-12-30
| | | | | | Instead of adding another BROKEN_* define, move event_init into osdep-*.c.
* Fill in the tty name in SunOS's forkpty compat, and use it in osdep_getname.Nicholas Marriott2009-10-15
| | | | | | | From Todd Carson. Tweaked by me to nuke (void) casts. Say no to lint appeasement! ;-)
* Support for automatic-rename for Solaris thanks to Todd Carson.Nicholas Marriott2009-10-14