summary refs log tree commit diff
path: root/src/funcs/suspend
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2010-05-27 21:37:14 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2010-05-27 21:37:14 +1000
commit207e4c2a322fe0f928944f7004b5b17ae2dceaaa (patch)
tree51b52f1f6065ac676e74931ee7eeae222c6d9d02 /src/funcs/suspend
parent[EXPAND] Fix corruption of redirections with byte 0x81 (diff)
downloaddash-207e4c2a322fe0f928944f7004b5b17ae2dceaaa.tar.gz
dash-207e4c2a322fe0f928944f7004b5b17ae2dceaaa.zip
[JOBS] Fix wait regression where it does not wait for all jobs
The sigsuspend patch broke wait by making it return after just
one job has completed.  This is because we rely on pendingsigs
to signal work and never clear it until waitcmd finishes.

This patch adds a separate gotsigchld for this purpose so we
can clear it before we start waiting.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
6930089d1963&follow=1'>ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt