Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-31 | group locks into structs they protect. | rsc | 1 | -2/+2 | |
few naming nits. | |||||
2007-08-28 | comments; rename irq_ to pic_ | rsc | 1 | -2/+2 | |
2007-08-27 | delete unnecessary #include lines | rsc | 1 | -1/+0 | |
2007-08-24 | Remove struct uinode. | rsc | 1 | -1/+1 | |
Remove type arg to mknod (assume T_DEV). | |||||
2007-08-24 | Remove puts in favor of printf. | rsc | 1 | -4/+4 | |
Allow multiple arguments to ls. | |||||
2007-08-08 | watch for zombies | rsc | 1 | -1/+1 | |
2007-08-08 | fix wait bug in init | rsc | 1 | -3/+4 | |
2006-09-08 | some comment changes | kaashoek | 1 | -2/+2 | |
2006-09-06 | for vs while | rsc | 1 | -1/+1 | |
2006-09-06 | no /* */ comments | rsc | 1 | -1/+1 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -1/+1 | |
2006-08-29 | prune unneeded panics and debug output | rtm | 1 | -6/+11 | |
2006-08-28 | some text in readme | kaashoek | 1 | -0/+2 | |
generate postscript printout | |||||
2006-08-15 | commented out code for cwd | kaashoek | 1 | -1/+2 | |
2006-08-13 | fix iget() bug that allocated in-use inode[] entries | rtm | 1 | -3/+0 | |
2006-08-12 | fix getblk to actually lock the block | rtm | 1 | -2/+2 | |
no more cons_put system calls usertests tests two processes writing files | |||||
2006-08-11 | init creates console, opens 0/1/2, runs sh | rtm | 1 | -0/+32 | |
sh accepts 0-argument commands (like userfs) reads from console |