Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 036d808e96 Shell: Check the exit status of all spawned child processes. hace 6 años
  Andreas Kling 848044b74c Shell: Separate fd rewirings from redirections. hace 6 años
  Andreas Kling 6b585f9dd7 Shell: Fix an error message incorrectly complaining about lstat() failure. hace 6 años
  Andreas Kling 07c3cc01ec LibC: Move wait-related stuff to <sys/wait.h>. #POSIX hace 6 años
  Andreas Kling 96db775ac1 LibC: Add setenv(). hace 6 años
  Robin Burchell 9947ee9566 Shell: Allow * and ? wildcard expansion in arguments hace 6 años
  Andreas Kling dd595fe865 Shell: A '>' redirection target should be truncated. hace 6 años
  Andreas Kling 0fa098845f Shell: When a command is terminated by a signal, print signal description. hace 6 años
  Robin Burchell aee99b05a6 Shell: Add append operator (>>) hace 6 años
  Robin Burchell abb7455163 LibC/Shell: Add unsetenv(), and unset builtin calling it in Shell. hace 6 años
  Robin Burchell b2dd12daac LibC: Change putenv (and getenv) to not copy, but directly return the environ values. hace 6 años
  Andreas Kling 43604bf71a LibC+Shell: Make system() actually work. hace 6 años
  Andreas Kling c838a2e652 Shell: Add "umask" builtin for reading/writing the shell's umask. hace 6 años
  Andreas Kling d53941a466 Shell: Support basic line editing with left/right arrow keys. hace 6 años
  Andreas Kling 16a5a76445 Shell: Add "history" command that shows command history. hace 6 años
  Andreas Kling ba7364b43b Shell: Move line editing to a separate class. hace 6 años
  Andreas Kling fe73543d41 Shell: Move the Shell to a separate directory and let's call it "Shell" :^) hace 6 años