summary refs log tree commit diff
path: root/src/jobs.c (follow)
Commit message (Expand)AuthorAge
* trap: Globally rename pendingsigs to pending_sigDenys Vlasenko2018-03-10
* jobs: Handle string-based job descriptorsStephen Kitt2016-09-02
* jobs: Don't attempt to access job table for job %0Tobias Klauser2016-06-06
* [JOBS] Fix off-by-one error for multiple of four job numbersHarald van Dijk2014-09-26
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [SHELL] Port to SolarisBrian Koropoff2011-03-15
* [SHELL] Port to AIXBrian Koropoff2011-03-10
* [JOBS] Debug compile fixmaximilian attems2010-09-08
* [JOBS] Fix wait regression where it does not wait for all jobsHerbert Xu2010-05-27
* [REDIR] Fix incorrect savefd conversionsHerbert Xu2009-06-27
* [JOBS] Do not close stderr when /dev/tty fails to openHerbert Xu2009-02-22
* [JOBS] Fix dowait signal raceHerbert Xu2009-02-22
* [BUILD] Fixed build on OS XMark Mentovai2009-01-13
* [JOBS] Fix cmdtxt crash on if statementsLarry Doolittle2008-05-02
* [EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu2007-09-25
* [REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu2007-05-12
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* [JOBS] Fixed support for disabling job controlHerbert Xu2005-10-30
* [SIGNAL] Added default implementation of strsignalHerbert Xu2005-10-29
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Renamed error to sh_error.herbert2005-09-26
* Changed boolean rootshell into shlvl counter.herbert2005-09-26
* Allow negative pid argument to kill(1) in src/jobs.c.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
fig pathsJune McEnroe 2020-08-27Sandbox pounce with pledge(2)June McEnroe 2020-08-27Sandbox calico with pledge(2) and unveil(2)June McEnroe 2020-08-27Add support for OpenBSDJune McEnroe 2020-08-27Remove rc scriptsJune McEnroe 2020-08-27contrib/palaver: Fix documented database pathJune McEnroe 2020-08-27contrib/palaver: Remove rc scriptJune McEnroe 2020-08-27contrib/palaver: Fix database search and creationJune McEnroe 2020-08-27contrib/palaver: Use pounce's XDG directoryJune McEnroe 2020-08-27contrib/palaver: Only allow HTTPSJune McEnroe 2020-08-25Support the pounce_env rc variableJune McEnroe 2020-08-25Remove deprecated option namesJune McEnroe 2020-08-25Document configuration and data file searchJune McEnroe 2020-08-24Use dataOpen for save fileJune McEnroe 2020-08-24Use configOpen to load localCAJune McEnroe 2020-08-24Use configPath to load client cert/privJune McEnroe 2020-08-24Use configOpen in getopt_configJune McEnroe 2020-08-24Import xdg.c from catgirlJune McEnroe 2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni 2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe 2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe 2020-08-13Fix unintended interception of NICK after registrationJune McEnroe 2020-08-12Add Additional Components section to READMEJune McEnroe 2020-08-12Document -L / palaver optionJune McEnroe 2020-08-11contrib/palaver: Document service configurationJune McEnroe 2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe 2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe