diff options
| author | kre <kre@NetBSD.org> | 2019-03-26 13:32:26 +0000 |
|---|---|---|
| committer | kre <kre@NetBSD.org> | 2019-03-26 13:32:26 +0000 |
| commit | 6c82034edf64d68fb0fb46922574f267464ff23d (patch) | |
| tree | 12c1451f5e92873e84570e10748bdb612f198c62 /sys/dev/microcode | |
| parent | 7fdb97eef936544387f8273fa48797e4378ac72d (diff) | |
Fix a logic botch that prevented "wait -n" (with no pid args) from
finding a job that had previously terminated.
Now in that case JOBWANTED is set on all jobs (since any will do)
which then simplifies a later test which no longer needs to special
case "wait -n". Further, we always look to see if any wanted
job has already terminated, even if there are still running jobs
we can wait upon - if anything is already ready, that's where we start
harvesting (and finish, if -n is specified).
Diffstat (limited to 'sys/dev/microcode')
0 files changed, 0 insertions, 0 deletions
