summaryrefslogtreecommitdiffstats
path: root/job.c
AgeCommit message (Expand)Author
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
2013-04-10Set EV_WRITE for jobs or run/if-shell jobs can hang. From Chris Johnsen.Nicholas Marriott
2013-03-25Extend jobs to support writing and use that for copy-pipe instead ofNicholas Marriott
2013-03-22No more lint means no more ARGSUSED.Nicholas Marriott
2013-03-21Extend jobs to support writing and use that for copy-pipe instead of popen,Nicholas Marriott
2013-02-17No more lint means no more ARGSUSED.Nicholas Marriott
2012-07-11Sync OpenBSD patchset 1150:Tiago Cunha
2012-07-10xfree is not particularly helpful, remove it. From Thomas Adam.Nicholas Marriott
2012-01-29Sync OpenBSD patchset 1014:Tiago Cunha
2012-01-29Call bufferevent_free before closing file descriptor associated with itNicholas Marriott
2011-07-09Expand the Id keyword. Tiago Cunha