Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make jexec duplicate the actions of the shell searching for an | bmilekic | 2003-07-04 | 1 | -2/+2 |
| | | | | | | | | executable file even if the specified action/filename does not contain a '/' character; convert execv() to execvp(). Submitted by: Christian S.J. Peron <maneo@bsdpro.com> PR: bin/54109 | ||||
* | excute: typo; possible replacements: excite, excuse. | ru | 2003-05-31 | 1 | -4/+4 |
| | |||||
* | o Add jls(8) for listing active jails. | mike | 2003-04-09 | 3 | -0/+121 |
o Add jexec(8) to execute a command in an existing jail. o Add -j option for killall(1) to kill all processes in a specified jail. o Add -i option to jail(8) to output jail ID of newly created jail. |