Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-08 | shell nits | Robert Morris | 1 | -3/+2 | |
fix Regehr complaint | |||||
2010-08-05 | move jkstack to main.c | Robert Morris | 1 | -1/+0 | |
replace jstack with asm()s | |||||
2010-07-02 | Initial version of single-cpu xv6 with page tables | Frans Kaashoek | 1 | -2/+3 | |
2007-08-30 | clumsy cd | rsc | 1 | -0/+8 | |
2007-08-28 | more consistent spacing | rsc | 1 | -1/+1 | |
2007-08-28 | never returns! | rsc | 1 | -1/+1 | |
2007-08-28 | oops | rsc | 1 | -1/+1 | |
2007-08-28 | formatting tweaks | rsc | 1 | -55/+66 | |
2007-08-28 | New shell. | rsc | 1 | -271/+406 | |
2007-08-27 | delete unnecessary #include lines | rsc | 1 | -1/+0 | |
2007-08-24 | Remove puts in favor of printf. | rsc | 1 | -1/+1 | |
Allow multiple arguments to ls. | |||||
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -1/+1 | |
Various changes made while offline. + bwrite sector argument is redundant; use b->sector. + reformatting of files for nicer PDF page breaks + distinguish between locked, unlocked inodes in type signatures + change FD_FILE to FD_INODE + move userinit (nee proc0init) to proc.c + move ROOTDEV to param.h + always parenthesize sizeof argument | |||||
2007-08-10 | cleanup main | rsc | 1 | -12/+18 | |
2007-08-08 | handle EOF in shell | rsc | 1 | -2/+5 | |
2006-09-07 | more simplifying | kaashoek | 1 | -15/+12 | |
2006-09-07 | get precedence of <, >, and | right | kaashoek | 1 | -59/+51 | |
simplify | |||||
2006-09-06 | what is NULL? | rsc | 1 | -1/+1 | |
2006-09-06 | break single-line if statements | rsc | 1 | -1/+2 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -68/+68 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -62/+62 | |
2006-09-06 | some pipe support in sh | kaashoek | 1 | -73/+129 | |
bug in proc_wait | |||||
2006-09-06 | nits | kaashoek | 1 | -17/+4 | |
2006-08-29 | clear killed flag in exit | rtm | 1 | -1/+1 | |
idecref cwd in exit | |||||
2006-08-23 | i/o redirection in sh | kaashoek | 1 | -28/+272 | |
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-19 | chdir | kaashoek | 1 | -4/+10 | |
cd in shell nits in mkdir, ls, etc. | |||||
2006-08-14 | user-level programs: mkdir and rm | kaashoek | 1 | -3/+22 | |
shell parses arguments (very simplistic) readme version of README (sh doesn't deal with capital characters) printf recognizes %c nicer output format for ls | |||||
2006-08-12 | fix getblk to actually lock the block | rtm | 1 | -3/+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/+31 | |
sh accepts 0-argument commands (like userfs) reads from console |