Lịch sử commit

Tác giả SHA1 Thông báo Ngày
  Andreas Kling ce837d157f Shell: Don't open ~/.history for writing on startup 5 năm trước cách đây
  Conrad Pankoff 6bb6176762 Shell: Support semicolons for separating commands 6 năm trước cách đây
  Andreas Kling 3363426a6b Shell: Put failed command exit statuses in the debug output instead. 6 năm trước cách đây
  Andreas Kling 7c3b2e0728 Shell: Simply print "cmd: Command not found." for ENOENT on execution. 6 năm trước cách đây
  Andreas Kling 253e391bfc Shell: Implement support for terminal clearing with ^L. 6 năm trước cách đây
  Andreas Kling 3073ea7d84 Kernel: Add support for the WSTOPPED flag to the waitpid() syscall. 6 năm trước cách đây
  Andreas Kling aa2cfed6b0 Shell: Remove some unused code. 6 năm trước cách đây
  Andreas Kling fc4022d173 Shell: Handle SIGWINCH to get a nice behavior when resizing. 6 năm trước cách đây
  Andreas Kling 0e75aba7c3 StringView: Rename characters() to characters_without_null_termination(). 6 năm trước cách đây
  CallumAttryde e38c3bce15 add ~/.history file for Shell, stores entire command log and loads recent commands into history buffer 6 năm trước cách đây
  Sergey Bugaev 802612f665 Shell: Implement more advanced globbing. 6 năm trước cách đây
  Andreas Kling f7ede145b4 Shell: Run clang-format on everything. 6 năm trước cách đây
  Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription. 6 năm trước cách đây
  Andreas Kling ecb72dd991 Shell: Print the name of each process whose exit status we're reporting. 6 năm trước cách đây
  Andreas Kling 036d808e96 Shell: Check the exit status of all spawned child processes. 6 năm trước cách đây
  Andreas Kling 848044b74c Shell: Separate fd rewirings from redirections. 6 năm trước cách đây
  Andreas Kling 6b585f9dd7 Shell: Fix an error message incorrectly complaining about lstat() failure. 6 năm trước cách đây
  Andreas Kling 07c3cc01ec LibC: Move wait-related stuff to <sys/wait.h>. #POSIX 6 năm trước cách đây
  Andreas Kling 96db775ac1 LibC: Add setenv(). 6 năm trước cách đây
  Robin Burchell 9947ee9566 Shell: Allow * and ? wildcard expansion in arguments 6 năm trước cách đây
  Andreas Kling dd595fe865 Shell: A '>' redirection target should be truncated. 6 năm trước cách đây
  Andreas Kling 0fa098845f Shell: When a command is terminated by a signal, print signal description. 6 năm trước cách đây
  Robin Burchell aee99b05a6 Shell: Add append operator (>>) 6 năm trước cách đây
  Robin Burchell abb7455163 LibC/Shell: Add unsetenv(), and unset builtin calling it in Shell. 6 năm trước cách đây
  Robin Burchell b2dd12daac LibC: Change putenv (and getenv) to not copy, but directly return the environ values. 6 năm trước cách đây
  Andreas Kling 43604bf71a LibC+Shell: Make system() actually work. 6 năm trước cách đây
  Andreas Kling c838a2e652 Shell: Add "umask" builtin for reading/writing the shell's umask. 6 năm trước cách đây
  Andreas Kling d53941a466 Shell: Support basic line editing with left/right arrow keys. 6 năm trước cách đây
  Andreas Kling 16a5a76445 Shell: Add "history" command that shows command history. 6 năm trước cách đây
  Andreas Kling ba7364b43b Shell: Move line editing to a separate class. 6 năm trước cách đây