summaryrefslogtreecommitdiff
path: root/sys/dev/microcode
diff options
context:
space:
mode:
authorkre <kre@NetBSD.org>2019-03-26 13:32:26 +0000
committerkre <kre@NetBSD.org>2019-03-26 13:32:26 +0000
commit6c82034edf64d68fb0fb46922574f267464ff23d (patch)
tree12c1451f5e92873e84570e10748bdb612f198c62 /sys/dev/microcode
parent7fdb97eef936544387f8273fa48797e4378ac72d (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