Skip to content
Snippets Groups Projects
  1. Aug 14, 2007
  2. Aug 10, 2007
  3. Aug 09, 2007
    • rsc's avatar
      spacing · 22330658
      rsc authored
      22330658
  4. Aug 08, 2007
  5. Sep 08, 2006
  6. Sep 06, 2006
  7. Aug 10, 2006
  8. Jul 18, 2006
  9. Jul 15, 2006
    • rtm's avatar
      no more recursive locks · 46bbd72f
      rtm authored
      wakeup1() assumes you hold proc_table_lock
      sleep(chan, lock) provides atomic sleep-and-release to wait for condition
      ugly code in swtch/scheduler to implement new sleep
      fix lots of bugs in pipes, wait, and exit
      fix bugs if timer interrupt goes off in schedule()
      console locks per line, not per byte
      46bbd72f
  10. Jul 11, 2006
  11. Jul 01, 2006
    • rtm's avatar
      swtch saves callee-saved registers · 8b4e2a08
      rtm authored
      swtch idles on per-CPU stack, not on calling process's stack
      fix pipe bugs
      usertest.c tests pipes, fork, exit, close
      8b4e2a08
  12. Jun 27, 2006
Loading