Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-28 | Change dev read/write functions | rsc | 1 | -2/+2 | |
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. | |||||
2006-09-07 | remove _ prefixes | rsc | 1 | -4/+2 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -3/+3 | |
2006-08-11 | init creates console, opens 0/1/2, runs sh | rtm | 1 | -2/+2 | |
sh accepts 0-argument commands (like userfs) reads from console | |||||
2006-08-09 | devsw | kaashoek | 1 | -0/+10 | |
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works |