Skip to content
Snippets Groups Projects
  1. Aug 27, 2007
  2. Aug 24, 2007
    • rsc's avatar
      nits · 97ac612f
      rsc authored
      97ac612f
  3. Aug 14, 2007
  4. Aug 10, 2007
  5. Aug 08, 2007
  6. Sep 07, 2006
  7. Sep 06, 2006
  8. Sep 03, 2006
  9. Aug 29, 2006
  10. 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
  11. Aug 15, 2006
  12. Aug 11, 2006
  13. Aug 10, 2006
  14. Aug 09, 2006
  15. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  16. Jul 20, 2006
  17. Jul 16, 2006
  18. 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
Loading