Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-14 | start on mkdir | kaashoek | 1 | -1/+2 | |
stat | |||||
2006-08-13 | link() | rtm | 1 | -0/+1 | |
2006-08-12 | fix getblk to actually lock the block | rtm | 1 | -0/+3 | |
no more cons_put system calls usertests tests two processes writing files | |||||
2006-08-12 | fstat | kaashoek | 1 | -1/+1 | |
primitive ls | |||||
2006-08-11 | init creates console, opens 0/1/2, runs sh | rtm | 1 | -2/+3 | |
sh accepts 0-argument commands (like userfs) reads from console | |||||
2006-08-10 | printf | kaashoek | 1 | -0/+3 | |
convert userfs to use printf bfree ifree writei start on unlink | |||||
2006-08-08 | fix race in holding() check in acquire() | rtm | 1 | -0/+2 | |
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 | |||||
2006-08-08 | mknod,ialloc,iupdate | kaashoek | 1 | -1/+1 | |
2006-07-16 | add %s to cprintf for cons_puts | rsc | 1 | -0/+1 | |
2006-07-16 | Add user.h for prototypes. | rsc | 1 | -0/+15 | |
Add cons_puts for cleaner output. |