Age | Commit message (Expand) | Author | Files | Lines |
2007-09-27 | cleaner | rsc | 1 | -1/+1 |
2007-09-27 | rename splhi/spllo to pushcli/popcli | rsc | 1 | -2/+2 |
2007-09-27 | kernel SMP interruptibility fixes. | rsc | 1 | -0/+3 |
2007-09-26 | Apparently the initial interrupt count lapic[TICR] | rsc | 1 | -4/+0 |
2007-08-28 | nits | rsc | 1 | -3/+3 |
2007-08-28 | delete proc_ on proc_exit, proc_wait, proc_kill | rsc | 1 | -3/+3 |
2007-08-28 | comments; rename irq_ to pic_ | rsc | 1 | -1/+1 |
2007-08-28 | replace setjmp/longjmp with swtch | rsc | 1 | -4/+3 |
2007-08-28 | rename 8253pit.c to timer.c | rsc | 1 | -3/+3 |
2007-08-28 | remove _ from pipe; be like file | rsc | 1 | -4/+4 |
2007-08-28 | Move keyboard code into kbd.c; add backspace handling. | rsc | 1 | -1/+4 |
2007-08-27 | Rename main0 to main. | rsc | 1 | -1/+1 |
2007-08-27 | Clean up lapic code. | rsc | 1 | -2/+2 |
2007-08-27 | fileincref -> filedup (consistent with idup) | rsc | 1 | -1/+1 |
2007-08-27 | Replace yield system call with sleep. | rsc | 1 | -0/+2 |
2007-08-27 | nits | rsc | 1 | -1/+1 |
2007-08-24 | first ever correct use of strncpy | rsc | 1 | -0/+1 |
2007-08-24 | Remove struct uinode. | rsc | 1 | -9/+9 |
2007-08-24 | simplify ide queuing | rtm | 1 | -1/+1 |
2007-08-23 | align, sort | rsc | 1 | -124/+121 |
2007-08-22 | PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf | rsc | 1 | -13/+15 |
2007-08-21 | remove namelen parameter | rsc | 1 | -6/+1 |
2007-08-21 | Various cleanup: | rsc | 1 | -1/+7 |
2007-08-20 | checkpoint - simpler namei interface | rsc | 1 | -2/+4 |
2007-08-20 | shuffle fs.c in bottom-up order | rsc | 1 | -1/+1 |
2007-08-08 | help gcc | rsc | 1 | -1/+1 |
2007-08-08 | unused | rsc | 1 | -1/+0 |
2007-08-08 | convert syscall dispatch to table | rsc | 1 | -0/+3 |
2007-08-08 | iincref returns new ref | rsc | 1 | -1/+1 |
2007-08-08 | add safestrcpy | rsc | 1 | -0/+1 |
2006-09-08 | unnecessary struct jmpbuf | rsc | 1 | -1/+0 |
2006-09-08 | fix file names | rsc | 1 | -3/+3 |
2006-09-07 | missing def | rsc | 1 | -0/+1 |
2006-09-07 | debugging prints | rsc | 1 | -0/+1 |
2006-09-07 | fix ide, pit interfaces | rsc | 1 | -4/+2 |
2006-09-07 | refactor syscall code | rsc | 1 | -6/+5 |
2006-09-07 | run without lapic and ioapic, if they are not present | kaashoek | 1 | -0/+6 |
2006-09-06 | fd.c -> file.c | rsc | 1 | -1/+1 |
2006-09-06 | fd_* => file_* | rsc | 1 | -8/+8 |
2006-09-06 | struct fd -> struct file | rsc | 1 | -8/+8 |
2006-09-06 | split syscall.c into sysfile.c and sysproc.c | rsc | 1 | -0/+5 |
2006-09-06 | standardize various * conventions | rsc | 1 | -4/+4 |
2006-09-06 | standardize on unnamed args in prototypes | rsc | 1 | -46/+46 |
2006-08-30 | complain if no disk 1 | rtm | 1 | -0/+1 |
2006-08-29 | i broke sbrk, fix it | rtm | 1 | -1/+1 |
2006-08-29 | clean up stale error checks and panics | rtm | 1 | -1/+1 |
2006-08-25 | inode addrs[NDIRECT] -> NADDRS | rtm | 1 | -1/+2 |
2006-08-24 | user-level malloc (untested) | kaashoek | 1 | -1/+1 |
2006-08-23 | i/o redirection in sh | kaashoek | 1 | -0/+1 |
2006-08-20 | compiling, but untested dup | kaashoek | 1 | -1/+0 |