Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-07 | avoid system binary clashes | rsc | 2 | -25/+31 | |
2006-09-07 | better page breaks | rsc | 1 | -8/+89 | |
2006-09-07 | more simplifying | kaashoek | 1 | -15/+12 | |
2006-09-07 | get precedence of <, >, and | right | kaashoek | 2 | -60/+52 | |
simplify | |||||
2006-09-07 | more defensive programming | rsc | 1 | -1/+4 | |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 12 | -48/+128 | |
if no lapic available, use 8253pit for clock now xv6 runs both on qemu (uniprocessor) and bochs (uniprocessor and MP) | |||||
2006-09-07 | nit in console interrupts | kaashoek | 2 | -3/+3 | |
2006-09-06 | fd.c -> file.c | rsc | 1 | -1/+1 | |
2006-09-06 | runoff fixes | rsc | 1 | -41/+50 | |
2006-09-06 | runoff tweaks | rsc | 4 | -9/+11 | |
2006-09-06 | goodbye lgrind | rsc | 2 | -1079/+0 | |
2006-09-06 | clean up after mkfs | rsc | 1 | -0/+2 | |
2006-09-06 | wrap long lines | rsc | 18 | -154/+181 | |
2006-09-06 | for vs while | rsc | 5 | -5/+5 | |
2006-09-06 | weird spacing | rsc | 2 | -5/+5 | |
2006-09-06 | fd_* => file_* | rsc | 6 | -41/+41 | |
2006-09-06 | fd.* -> file.* | rsc | 8 | -8/+8 | |
2006-09-06 | struct fd -> struct file | rsc | 9 | -55/+52 | |
2006-09-06 | what is NULL? | rsc | 1 | -1/+1 | |
2006-09-06 | renumber system calls | rsc | 1 | -12/+12 | |
2006-09-06 | split syscall.c into sysfile.c and sysproc.c | rsc | 5 | -534/+590 | |
2006-09-06 | rm rm | rsc | 1 | -0/+3 | |
2006-09-06 | writeable => writable | rsc | 5 | -11/+11 | |
2006-09-06 | break single-line if statements | rsc | 4 | -10/+20 | |
2006-09-06 | more named constants | rsc | 1 | -6/+10 | |
2006-09-06 | more tabs go away | rsc | 3 | -69/+69 | |
2006-09-06 | no /* */ comments | rsc | 22 | -374/+350 | |
2006-09-06 | standardize various * conventions | rsc | 43 | -503/+503 | |
2006-09-06 | standardize on unnamed args in prototypes | rsc | 1 | -46/+46 | |
2006-09-06 | spacing | rsc | 1 | -10/+10 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 33 | -908/+916 | |
2006-09-06 | print "0" for null string | rsc | 1 | -3/+7 | |
2006-09-06 | tweak | rsc | 1 | -1/+3 | |
2006-09-06 | clear np->mem after freeing | rsc | 1 | -0/+1 | |
2006-09-06 | some pipe support in sh | kaashoek | 3 | -85/+141 | |
bug in proc_wait | |||||
2006-09-06 | nits | kaashoek | 3 | -22/+8 | |
2006-09-06 | change sections and order of files in printout | kaashoek | 1 | -7/+15 | |
2006-09-05 | New formatting scripts. | rsc | 4 | -9/+185 | |
The use/defs extraction in runoff still needs some work for xv6 code style. | |||||
2006-09-04 | a few nits | kaashoek | 3 | -4/+1 | |
2006-09-04 | nits | rtm | 2 | -13/+11 | |
2006-09-03 | nits | kaashoek | 3 | -8/+10 | |
2006-09-03 | don't send keyboard interrupts to the second cpu, if we have only one cpu. | kaashoek | 2 | -3/+3 | |
xv6 seems to work fine on uniprocessor now. | |||||
2006-09-03 | remove duplication | kaashoek | 8 | -17/+13 | |
don't use the same name for two different pieces of code | |||||
2006-09-03 | centralize credits | kaashoek | 8 | -15/+15 | |
2006-09-03 | index for printout | kaashoek | 2 | -5/+854 | |
some cleanup | |||||
2006-08-30 | complain if no disk 1 | rtm | 10 | -122/+35 | |
lots of cleanup | |||||
2006-08-29 | nits | rtm | 3 | -15/+10 | |
2006-08-29 | clear killed flag in exit | rtm | 6 | -12/+12 | |
idecref cwd in exit | |||||
2006-08-29 | prune unneeded panics and debug output | rtm | 15 | -172/+84 | |
2006-08-29 | better printout | kaashoek | 2 | -6/+244 | |