Skip to content
Snippets Groups Projects
  1. Aug 14, 2007
  2. Aug 10, 2007
  3. Aug 08, 2007
  4. Sep 07, 2006
  5. Sep 06, 2006
  6. Sep 03, 2006
  7. Aug 29, 2006
  8. 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
  9. Aug 15, 2006
  10. Aug 11, 2006
  11. Aug 10, 2006
  12. Aug 09, 2006
  13. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  14. Jul 20, 2006
  15. Jul 16, 2006
  16. Jul 15, 2006
    • rsc's avatar
      remove non-idiomatic increment/decrement · 6f2b626d
      rsc authored
      6f2b626d
    • rsc's avatar
      · 856e1fc1
      rsc authored
      Attempt to clean up newproc somewhat.
      
      Also remove all calls to memcpy in favor of
      memmove, which has defined semantics when
      the ranges overlap.  The fact that memcpy was
      working in console.c to scroll the screen is not
      guaranteed by all implementations.
      856e1fc1
    • rsc's avatar
      · 65bd8e13
      rsc authored
      New scheduler.
      
      Removed cli and sti stack in favor of tracking
      number of locks held on each CPU and explicit
      conditionals in spinlock.c.
      65bd8e13
    • 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
  17. Jul 12, 2006
    • rtm's avatar
      i think my cmpxchg use was wrong in acquire · 8148b6ee
      rtm authored
      nesting cli/sti: release shouldn't always enable interrupts
      separate setup of lapic from starting of other cpus, so cpu() works earlier
      flag to disable locking in console output
      make locks work even when curproc==0
      (still crashes in clock interrupt)
      8148b6ee
  18. Jul 11, 2006
Loading