Commit History

Author SHA1 Message Date
  AnotherTest 12af65c1c9 Shell: Add support for ARGV (and $*, $#) 5 years ago
  AnotherTest 4be2cb895c Shell: Do not assume that wstatus is valid after wait() returns 0 5 years ago
  AnotherTest dc62371439 Shell: Avoid waiting for jobs that were *just* unblocked 5 years ago
  AnotherTest 151e4d41ed Shell: Put children in their own process groups and fix job control 5 years ago
  Tom 5d9ea2c787 Shell: Pledge sigaction 5 years ago
  Tom 6dfd503518 Shell: Handle signals asynchronously 5 years ago
  Andreas Kling 1bc6bb0421 Shell: Run both /etc/shellrc and ~/.shellrc on startup 5 years ago
  AnotherTest 5cdb0ef2e5 Shell: Keep the TTY on the same pgroup to get tty signals 5 years ago
  AnotherTest dec27e5e6f Shell: Handle the case where the child we're waiting for doesn't exist 5 years ago
  AnotherTest 6d17fe38a4 Shell: Do not treat the absence of an init script as an error 5 years ago
  AnotherTest 639c1a1737 Shell: Build as part of Lagom as well 5 years ago
  AnotherTest bc3285abb0 Shell: Read and evaluate an init file on start 5 years ago
  AnotherTest 3d6a035d0f Shell: Use ArgsParser for argument parsing 5 years ago
  AnotherTest a4627f2439 Shell: Switch to a new parser and AST 5 years ago
  AnotherTest 889a8e7d0f LibLine: Handle interrupts again 5 years ago
  AnotherTest d5e9213683 Shell: Avoid messing with sigaction while waiting for a child 5 years ago
  AnotherTest 70a213a6ec LibLine: Use Core::EventLoop for outer read loop 5 years ago
  Sergey Bugaev 4139838a93 Userland et al: Pledge sigaction when needed 5 years ago
  AnotherTest 42114c5784 Shell: Refuse to be suspended with ^Z 5 years ago
  AnotherTest 7fba21aefc LibLine: Unify completion hooks and adapt its users 5 years ago
  AnotherTest a398898c12 Shell: Switch to using Core::EventLoop 5 years ago
  AnotherTest 172df68666 Shell: Patch most of the builtins to use Core::ArgsParser 5 years ago
  AnotherTest e630d83633 Shell: Add job control capabilities 5 years ago
  Linus Groh b11c7ad2ba Shell: Properly handle parser syntax errors 5 years ago
  Shannon Booth 154a6e69a4 Shell: Use DirIterator::SkipParentAndBaseDir 5 years ago
  AnotherTest 6fcdfe1169 Shell: Correct program stop behaviour 5 years ago
  Sergey Bugaev 7aad44b825 Shell: Print correct errno when execvp() fails 5 years ago
  AnotherTest 6cd4d136a0 Shell: Break out of continuation when ^C is pressed 5 years ago
  Andreas Kling c50672a19d Shell: Hyperlink output from "pwd" and "dirs" built-ins :^) 5 years ago
  AnotherTest 6b674db855 Shell: Support basic syntax highlighting 5 years ago