Skip to content
Snippets Groups Projects
  1. Sep 08, 2006
  2. Sep 07, 2006
  3. Sep 06, 2006
  4. Aug 30, 2006
  5. Aug 29, 2006
  6. Aug 24, 2006
  7. Aug 23, 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 19, 2006
    • kaashoek's avatar
      chdir · 8787cd01
      kaashoek authored
      cd in shell
      nits in mkdir, ls, etc.
      8787cd01
  10. Aug 15, 2006
  11. Aug 12, 2006
    • rtm's avatar
      link() · 9e5970d5
      rtm authored
      9e5970d5
  12. Aug 10, 2006
  13. Aug 08, 2006
    • rtm's avatar
      fix race in holding() check in acquire() · 0e84a0ec
      rtm authored
      give cpu1 a TSS and gdt for when it enters scheduler()
      and a pseudo proc[] entry for each cpu
      cpu0 waits for each other cpu to start up
      read() for files
      0e84a0ec
  14. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  15. Jul 27, 2006
  16. Jul 18, 2006
  17. Jul 16, 2006
  18. Jul 15, 2006
    • rsc's avatar
      · 51716a86
      rsc authored
      Rename fd_reference to more suggestive fd_incref.
      (Fd_reference sounds like it might just return the ref count.)
      51716a86
    • 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