aboutsummaryrefslogtreecommitdiff
path: root/job.c
Commit message (Expand)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2017-04-25
|\
| * Do not update TERM into config file parsing has finished.nicm2017-04-25
* | Merge branch 'obsd-master'Thomas Adam2017-04-20
|\|
| * If a #() command doesn't exit, use its most recent line of output (itnicm2017-04-20
* | Merge branch 'obsd-master'Thomas Adam2017-03-09
|\|
| * Move server_fill_environ into environ.c and move some other common codenicm2017-03-09
* | Merge branch 'obsd-master'Thomas Adam2016-10-12
|\|
| * Loads more static, except for cmd-*.c and window-*.c.nicm2016-10-10
* | Merge branch 'obsd-master'Thomas Adam2016-01-19
|\|
| * I no longer use my SourceForge address so replace it.nicm2016-01-19
* | Merge branch 'obsd-master'Thomas Adam2015-11-18
|\|
| * Use __unused rather than rolling our own.nicm2015-11-18
* | Merge branch 'obsd-master'Thomas Adam2015-10-31
|\|
| * Because pledge(2) does not allow us to pass directory file descriptorsnicm2015-10-31
* | Merge branch 'obsd-master'Thomas Adam2015-10-28
|\|
| * Like options, move the environ struct into environ.c.nicm2015-10-28
* | Some header fixes.Nicholas Marriott2015-10-15
* | Merge branch 'obsd-master'Thomas Adam2015-06-17
|\|
| * Use an explicit job state instead of avoid closing our side of thenicm2015-06-17
* | Merge branch 'obsd-master'Thomas Adam2015-04-25
|\|
| * Set working directory for run-shell and if-shell.nicm2015-04-24
* | No need for $Id$ now.Nicholas Marriott2014-11-08
* | Merge branch 'obsd-master'Thomas Adam2014-10-21
|\|
| * Tidy up some includes.nicm2014-10-20
* | Merge branch 'obsd-master'Thomas Adam2014-04-23
|\|
| * Don't leak socketpair file descriptors if fork fails. Spotted by Balazsnicm2014-04-14
| * Use format_get_command() and some spacing tweaks.nicm2013-10-10
* | Add openat() to compat.Nicholas Marriott2013-10-10
* | Merge branch 'obsd-master'Thomas Adam2013-04-23
|\|
| * %zu format for size_t.Nicholas Marriott2013-04-17
* | Merge branch 'obsd-master'Thomas Adam2013-04-13
|\|
| * Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.Nicholas Marriott2013-04-10
| * Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott2013-03-25
| * No more lint means no more ARGSUSED.Nicholas Marriott2013-03-22
| * xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott2012-07-10
| * Call bufferevent_free before closing file descriptor associated with itNicholas Marriott2012-01-29
| * Simplify the way jobs work and drop the persist type, so all jobs areNicholas Marriott2011-01-26
| * Use LIST_* not SLIST_*.Nicholas Marriott2011-01-26
| * Set $TMUX without the session when background jobs are run.Nicholas Marriott2011-01-23
| * Move all calls to fcntl(...O_NONBLOCK) into a function and clear theNicholas Marriott2011-01-08
| * Trying to set FD_CLOEXEC on every fd is a lost cause, just useNicholas Marriott2010-10-16
| * Do not call event_del() for signals after fork(), just use sigaction()Nicholas Marriott2010-08-19
| * Put this back in with the initialisation in the right order.Nicholas Marriott2010-05-04
| * Revert last change, it appears to be broken somehow.Nicholas Marriott2010-05-04
| * Make signal handler setup/teardown two common functions instead of six,Nicholas Marriott2010-05-03
| * Run job commands explicitly in the global enviroment (which can beNicholas Marriott2010-04-04
| * Typo fix from Tim van der Molen.Nicholas Marriott2010-02-24
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| * Remove a couple of unused arguments where possible, and add /* ARGSUSED */ toNicholas Marriott2009-11-26
| * Add back JOB_PERSIST checks that got lost.Nicholas Marriott2009-11-04