| 2009-05-31 |
rsc | move T_DIR etc into stat.h; move type up |
commit | commitdiff | tree | snapshot |
| 2009-05-31 |
rsc | Add serial port input/output. |
commit | commitdiff | tree | snapshot |
| 2009-05-31 |
rsc | slight rearrangement; sleep on b not buf. |
commit | commitdiff | tree | snapshot |
| 2009-05-26 |
rsc | Add MIT license file; update xv6-rev2.tar.gz with LICENSE. |
commit | commitdiff | tree | snapshot |
| 2009-03-08 |
rsc | be consistent: no underscores in function names |
commit | commitdiff | tree | snapshot |
| 2009-03-08 |
rsc | xv6: boot loader adjustments |
commit | commitdiff | tree | snapshot |
| 2009-03-08 |
rsc | xv6: use stosb for memset |
commit | commitdiff | tree | snapshot |
| 2009-03-08 |
rsc | xv6/x86.h: add stosb, fix bugs in insl/outsl (rep not... |
commit | commitdiff | tree | snapshot |
| 2009-03-08 |
rsc | xv6/x86.h: inline assembly cleanup |
commit | commitdiff | tree | snapshot |
| 2008-10-20 |
rtm | Explain why itrunc() is OK w.r.t. crashes. |
commit | commitdiff | tree | snapshot |
| 2008-10-17 |
kolya | try harder to get directory refcounts right |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
kolya | make mkdir crash-safer, as noticed by many students... |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
kolya | free the indirect block |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
kolya | as rtm noticed, avoid doubly-freeing pipe page |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
kolya | indent |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
kolya | cleaner swtch.S |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
kolya | save cpus.intena in sched(), so we get the right EFLAGS... |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
kolya | check cp->killed before returning to user from a timer... |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
kolya | update .cvsignore |
commit | commitdiff | tree | snapshot |
| 2008-10-12 |
kolya | minor cleanup |
commit | commitdiff | tree | snapshot |
| 2008-10-12 |
kolya | minor cleanup with STUB macro |
commit | commitdiff | tree | snapshot |
| 2008-10-12 |
kolya | include explicitly initialized globals (int x = 0;... |
commit | commitdiff | tree | snapshot |
| 2008-10-12 |
kolya | fix: when two names only differed in case, crossrefs... |
commit | commitdiff | tree | snapshot |
| 2008-10-08 |
rtm | be clear what the root i-number is |
commit | commitdiff | tree | snapshot |
| 2008-09-28 |
rtm | document lock->locked=0 vs xchg(&lock->locked, 0) |
commit | commitdiff | tree | snapshot |
| 2008-09-24 |
kolya | trap 9 does not push ec: fix from Greg Price <price... |
commit | commitdiff | tree | snapshot |
| 2008-09-24 |
kolya | always save and restore %fs, %gs to ensure old segment... |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
rtm | restore std toolprefix |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
rtm | omit *.d from tar file |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
kaashoek | add copyright notice |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
kolya | make bochsrc work for bochs 2.2.6 |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
kolya | make pdf, ps, tarball |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
kaashoek | nits in index.txt |
commit | commitdiff | tree | snapshot |
| 2008-09-03 |
rsc | DO NOT MAIL: xv6 web pages |
commit | commitdiff | tree | snapshot |
| 2008-08-28 |
rtm | simplify growproc |
commit | commitdiff | tree | snapshot |
| 2008-08-28 |
rtm | avoid a bug w/ exit() |
commit | commitdiff | tree | snapshot |
| 2008-08-28 |
rtm | the old explanation of AP startup might have been corre... |
commit | commitdiff | tree | snapshot |
| 2008-08-22 |
kolya | clean up circular buffers, so pipe can queue 512 bytes... |
commit | commitdiff | tree | snapshot |
| 2008-08-21 |
kolya | fix obvious printf nits after reading through code |
commit | commitdiff | tree | snapshot |
| 2008-08-20 |
rsc | now rev2 |
commit | commitdiff | tree | snapshot |
| 2008-08-20 |
rsc | add nice font |
commit | commitdiff | tree | snapshot |
| 2008-08-20 |
rsc | formatting updates |
commit | commitdiff | tree | snapshot |
| 2008-08-20 |
rsc | bochs faster |
commit | commitdiff | tree | snapshot |
| 2008-08-20 |
rsc | xv6: latest (as of January 2008) |
commit | commitdiff | tree | snapshot |
| 2007-12-20 |
rsc | oops - wrong bit (vic zandy) |
commit | commitdiff | tree | snapshot |
| 2007-11-28 |
rsc | fork minibug |
commit | commitdiff | tree | snapshot |
| 2007-11-28 |
rsc | More complete lapic startup (thanks Silas) |
commit | commitdiff | tree | snapshot |
| 2007-11-28 |
rsc | bda[0xE] is a 16-bit segment number, |
commit | commitdiff | tree | snapshot |
| 2007-10-20 |
rtm | proc_wait -> wait |
commit | commitdiff | tree | snapshot |
| 2007-10-12 |
rsc | Model verifying that wakeup really |
commit | commitdiff | tree | snapshot |
| 2007-10-01 |
rsc | Incorporate new understanding of/with Intel SMP spec. |
commit | commitdiff | tree | snapshot |
| 2007-09-30 |
rsc | Re: why cpuid() in locking code? |
commit | commitdiff | tree | snapshot |
| 2007-09-30 |
rsc | tricks |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | interrupts during system calls |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | Final word on the locking fiasco? |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | cleaner |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | yank out stack overflow checking ugliness |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | okay, that was long enough - revert |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | test: store curproc at top of stack |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | nit |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | rename splhi/spllo to pushcli/popcli |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | overkill: use segments to catch stack overflow (delete... |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | now spllo is okay |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | better lapic writes, suggested by cliff |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | use larger, allocated cpu stacks |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | don't call it ss - that's the stack segment |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | kernel SMP interruptibility fixes. |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | use console lock |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | make slow bigdir last test |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | changes since two days ago: |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | use standard bios location |
commit | commitdiff | tree | snapshot |
| 2007-09-27 |
rsc | believe it or not, this was working |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
rsc | comment bochs nonsense |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
rsc | various comment and print tweaks |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
rsc | debugging prints |
commit | commitdiff | tree | snapshot |
| 2007-09-26 |
rsc | Apparently the initial interrupt count lapic[TICR] |
commit | commitdiff | tree | snapshot |
| 2007-09-25 |
rtm | oops, interrupts on in syscall traps doesn't work after all |
commit | commitdiff | tree | snapshot |
| 2007-09-25 |
rtm | tell SETGATE to leave interrupts on for T_SYSCALL |
commit | commitdiff | tree | snapshot |
| 2007-09-19 |
nelhage | This should fix building on FreeBSD |
commit | commitdiff | tree | snapshot |
| 2007-09-18 |
nelhage | Fix compilation on 64-bit machines (thanks to andersk... |
commit | commitdiff | tree | snapshot |
| 2007-09-15 |
rtm | fix comments |
commit | commitdiff | tree | snapshot |
| 2007-09-05 |
rsc | sh |
commit | commitdiff | tree | snapshot |
| 2007-08-31 |
rtm | continuous quality management |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | symlink implementation |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | do not toss .ps |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | clumsy cd |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rtm | make new Homework 8 work |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | oops - broke circular buffer |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | oops - broke arg counting |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rtm | longjmp -> swtch in comments |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | tweak |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | DO NOT MAIL: xv6-rev1 |
commit | commitdiff | tree | snapshot |
| 2007-08-30 |
rsc | final xv6 for 2007 |
commit | commitdiff | tree | snapshot |
| 2007-08-29 |
rsc | bootothers now in main |
commit | commitdiff | tree | snapshot |
| 2007-08-29 |
rtm | spelling |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
rsc | final nits |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
rsc | match README |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
rsc | nits |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
rsc | nits |
commit | commitdiff | tree | snapshot |
| 2007-08-28 |
rsc | delete proc_ on proc_exit, proc_wait, proc_kill |
commit | commitdiff | tree | snapshot |
| next |