Skip to content
Snippets Groups Projects
Forked from redox-os / ion
Source project has a limited visibility.
  • Michael Aaron Murphy's avatar
    2d78a037
    Implement disown & suspend Builtins · 2d78a037
    Michael Aaron Murphy authored
    - The `SIGHUP` command is now being handled.
    - The `disown` builtin can specify which jobs should ignore `SIGHUP`.
    - The `disown` command will also prevent jobs from being terminated
      when the shell exits.
    - The `suspend` command will send a `SIGSTOP` to the shell to stop it.
    2d78a037
    History
    Implement disown & suspend Builtins
    Michael Aaron Murphy authored
    - The `SIGHUP` command is now being handled.
    - The `disown` builtin can specify which jobs should ignore `SIGHUP`.
    - The `disown` command will also prevent jobs from being terminated
      when the shell exits.
    - The `suspend` command will send a `SIGSTOP` to the shell to stop it.