summaryrefslogtreecommitdiff
path: root/dev.h
AgeCommit message (Collapse)Author
2007-08-28Change dev read/write functionsrsc
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-07remove _ prefixesrsc
2006-09-06standardize various * conventionsrsc
2006-08-11init creates console, opens 0/1/2, runs shrtm
sh accepts 0-argument commands (like userfs) reads from console
2006-08-09devswkaashoek
checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works