Commit történet

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