- Aug 28, 2007
-
-
rsc authored
Change dev read/write functions to take inode* instead of minor number. Unlock console inode during console_read and console_write. Otherwise background processes cannot write to console while the shell is reading it waiting for input.
-
- Sep 07, 2006
-
-
rsc authored
-
- Sep 06, 2006
-
-
rsc authored
-
- Aug 11, 2006
-
-
rtm authored
sh accepts 0-argument commands (like userfs) reads from console
-
- Aug 09, 2006
-
-
kaashoek authored
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works
-