serenity/Shell
Andreas Kling 08cd75ac4b Kernel: Rename FileDescriptor to FileDescription.
After reading a bunch of POSIX specs, I've learned that a file descriptor
is the number that refers to a file description, not the description itself.
So this patch renames FileDescriptor to FileDescription, and Process now has
FileDescription* file_description(int fd).
2019-06-07 09:36:51 +02:00
..
.gitignore Shell: Move the Shell to a separate directory and let's call it "Shell" :^) 2019-05-07 01:12:08 +02:00
GlobalState.h Shell: Move line editing to a separate class. 2019-05-07 01:39:41 +02:00
LineEditor.cpp Kernel: Add a beep() syscall that beeps the PC speaker. 2019-05-15 21:40:41 +02:00
LineEditor.h Add clang-format file 2019-05-28 17:31:20 +02:00
main.cpp Kernel: Rename FileDescriptor to FileDescription. 2019-06-07 09:36:51 +02:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp Shell: Separate fd rewirings from redirections. 2019-06-04 20:36:08 +02:00
Parser.h Shell: Separate fd rewirings from redirections. 2019-06-04 20:36:08 +02:00