summaryrefslogtreecommitdiff
path: root/cat.c
AgeCommit message (Collapse)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2016-09-19Check result of write (thans to Alexander Kapshuk <alexander.kapshuk@gmail)Frans Kaashoek
2007-08-28more consistent spacingrsc
2007-08-28nitrsc
2007-08-24Remove puts in favor of printf.rsc
Allow multiple arguments to ls.
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-09-06some pipe support in shkaashoek
bug in proc_wait
2006-08-23i/o redirection in shkaashoek
better parsing of sh commands (copied from jos sh) cat: read from 1 if no args sbrk system call, but untested getpid system call moved locks in keyboard intr, but why do we get intr w. null characters from keyboard?
2006-08-08fix race in holding() check in acquire()rtm
give cpu1 a TSS and gdt for when it enters scheduler() and a pseudo proc[] entry for each cpu cpu0 waits for each other cpu to start up read() for files