Age | Commit message (Expand) | Author | Files | Lines |
2010-08-31 | no more pminit, or ELF header at 0x10000 | Robert Morris | 1 | -2/+1 |
2010-08-31 | kalloc/kfree now only a page at a time | Robert Morris | 1 | -3/+2 |
2010-08-30 | xx | Robert Morris | 1 | -1/+1 |
2010-08-11 | uptime() sys call for benchmarking | Robert Morris | 1 | -1/+1 |
2010-08-10 | allow sbrk(-x) to de-allocate user memory | Robert Morris | 1 | -0/+1 |
2010-08-06 | fix corner cases in exec of ELF | Robert Morris | 1 | -1/+2 |
2010-08-05 | remove some unused vm #defines | Robert Morris | 1 | -2/+0 |
2010-08-05 | move jkstack to main.c | Robert Morris | 1 | -2/+0 |
2010-08-05 | fix allocuvm() to handle sbrk() with non-page-granularity argument | Robert Morris | 1 | -2/+0 |
2010-07-28 | kill TLB shoot down code | Frans Kaashoek | 1 | -1/+0 |
2010-07-25 | some cleanup | Frans Kaashoek | 1 | -10/+9 |
2010-07-23 | Checkpoint page-table version for SMP | Frans Kaashoek | 1 | -0/+3 |
2010-07-02 | nits | Frans Kaashoek | 1 | -2/+3 |
2010-07-02 | Initial version of single-cpu xv6 with page tables | Frans Kaashoek | 1 | -3/+19 |
2009-10-07 | Remove memcpy prototypes at Russ' request to prevent code from calling | Austin Clements | 1 | -1/+0 |
2009-10-07 | Provide memcpy for compatibility with older versions of gcc | Austin Clements | 1 | -0/+1 |
2009-08-30 | assorted fixes: | Russ Cox | 1 | -1/+1 |
2009-08-08 | shuffle and tweak for formatting. | Russ Cox | 1 | -0/+1 |
2009-07-11 | initproc, usegment, swtch tweaks | Russ Cox | 1 | -3/+2 |
2009-05-31 | move fork into proc.c | rsc | 1 | -3/+4 |
2009-05-31 | Some proc cleanup, moving some of copyproc into allocproc. | rsc | 1 | -2/+9 |
2009-03-08 | be consistent: no underscores in function names | rsc | 1 | -18/+18 |
2008-10-15 | cleaner swtch.S | kolya | 1 | -1/+1 |
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 |