Skip to content
Snippets Groups Projects
  1. Sep 07, 2006
  2. Sep 06, 2006
  3. Aug 22, 2006
    • kaashoek's avatar
      i/o redirection in sh · 8b58e810
      kaashoek authored
      better parsing of sh commands (copied from jos sh)
      cat: read from 1 if no args
      sbrk system call, but untested
      getpid system call
      moved locks in keyboard intr, but why do we get intr w. null characters from keyboard?
      8b58e810
  4. Aug 19, 2006
    • kaashoek's avatar
      removed block system call · 16083d44
      kaashoek authored
      renumber system calls (run gmake clean!)
      skeleton for dup system call
      16083d44
    • kaashoek's avatar
      chdir · 8787cd01
      kaashoek authored
      cd in shell
      nits in mkdir, ls, etc.
      8787cd01
  5. Aug 13, 2006
  6. Aug 12, 2006
  7. Aug 11, 2006
    • kaashoek's avatar
      fstat · 1f544842
      kaashoek authored
      primitive ls
      1f544842
  8. Aug 09, 2006
    • kaashoek's avatar
      printf · 28d9ef04
      kaashoek authored
      convert userfs to use printf
      bfree
      ifree
      writei
      start on unlink
      28d9ef04
  9. Aug 08, 2006
  10. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  11. Jul 27, 2006
  12. Jul 16, 2006
  13. 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
  14. Jul 11, 2006
  15. Jul 06, 2006
  16. 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
  17. Jun 27, 2006
  18. Jun 26, 2006
  19. Jun 15, 2006
Loading