summaryrefslogtreecommitdiffstats
path: root/job.c
AgeCommit message (Expand)Author
2018-11-19Merge branch 'obsd-master'Thomas Adam
2018-11-19evbuffer_new and bufferevent_new can both fail (when malloc fails) andnicm
2018-10-28Merge branch 'obsd-master'Thomas Adam
2018-10-28Do not printf NULL.nicm
2018-09-27Merge branch 'obsd-master'Thomas Adam
2018-09-27Use same working directory rules for jobs as new windows rather thannicm
2018-08-23Merge branch 'obsd-master'Thomas Adam
2018-08-23all_jobs can be static.nicm
2018-08-23Merge branch 'obsd-master'Thomas Adam
2018-08-23Move job struct into job.c.nicm
2018-03-08Merge branch 'obsd-master'Thomas Adam
2018-03-08Add a missing client-detached hook when the server shuts down, and donicm
2017-07-14Merge branch 'obsd-master'Thomas Adam
2017-07-14Because ignore SIGCHLD early, letting signal_del restore it doesn't worknicm
2017-07-12Merge branch 'obsd-master'Thomas Adam
2017-07-12Block signals between forking and clearing signal handlers (or callingnicm
2017-07-12Move signal code into proc.c.nicm
2017-06-01Merge branch 'obsd-master'Thomas Adam
2017-05-31Style and spacing nits.nicm
2017-04-25Merge branch 'obsd-master'Thomas Adam
2017-04-25Do not update TERM into config file parsing has finished.nicm
2017-04-20Merge branch 'obsd-master'Thomas Adam
2017-04-20If a #() command doesn't exit, use its most recent line of output (itnicm
2017-03-09Merge branch 'obsd-master'Thomas Adam
2017-03-09Move server_fill_environ into environ.c and move some other common codenicm
2016-10-12Merge branch 'obsd-master'Thomas Adam
2016-10-10Loads more static, except for cmd-*.c and window-*.c.nicm
2016-01-19Merge branch 'obsd-master'Thomas Adam
2016-01-19I no longer use my SourceForge address so replace it.nicm
2015-11-18Merge branch 'obsd-master'Thomas Adam
2015-11-18Use __unused rather than rolling our own.nicm
2015-10-31Merge branch 'obsd-master'Thomas Adam
2015-10-31Because pledge(2) does not allow us to pass directory file descriptorsnicm
2015-10-28Merge branch 'obsd-master'Thomas Adam
2015-10-28Like options, move the environ struct into environ.c.nicm
2015-10-15Some header fixes.Nicholas Marriott
2015-06-17Merge branch 'obsd-master'Thomas Adam
2015-06-17Use an explicit job state instead of avoid closing our side of thenicm
2015-04-25Merge branch 'obsd-master'Thomas Adam
2015-04-24Set working directory for run-shell and if-shell.nicm
2014-11-08No need for $Id$ now.Nicholas Marriott
2014-10-21Merge branch 'obsd-master'Thomas Adam
2014-10-20Tidy up some includes.nicm
2014-04-23Merge branch 'obsd-master'Thomas Adam
2014-04-14Don't leak socketpair file descriptors if fork fails. Spotted by Balazsnicm
2013-10-10Use format_get_command() and some spacing tweaks.nicm
2013-10-10Add openat() to compat.Nicholas Marriott
2013-04-23Merge branch 'obsd-master'Thomas Adam
2013-04-17%zu format for size_t.Nicholas Marriott
2013-04-13Merge branch 'obsd-master'Thomas Adam