freebsd kernel with SKQ
Go to file
Jamie Gritton aa02af5404 run_command (mostly) cleanup:
Make the parallelism limit a global instead of always passing it
 to run_command and finish_command.
In the case of an empty command string, try to run any other strings
 the command may have.
Replace JF_BACKGROUND with its sort-of opposite JF_SLEEPQ.
Change j->comstring earlier to render JF_RUNQ unncessary.
Change the if-else series to a more readable switch statement.
Treat IP_STOP_TIMEOUT like a command, calling run_command which then
 calls term_procs.
When the IP_STOP_TIMEOUT "command" finishes, it shouldn't mess with
 the parallelism limit.
Make sufficient checks in finish_command and run_command so that
 the nonintuitive j->comstring null check isn't necessary to run them.
Rename the "waiting" queue to "depend", because the "sleeping" and
 "runnable" queues are also used to wait for something.
2010-12-10 23:57:55 +00:00
etc No longer install /etc/manpath.config since the BSDL man utilities 2010-10-04 01:07:04 +00:00
lib/libc/sys Remove a section that went to jail(8), and fix a small grammar error. 2010-10-20 21:19:36 +00:00
usr.sbin/jail run_command (mostly) cleanup: 2010-12-10 23:57:55 +00:00