Skip to content
Snippets Groups Projects
  1. Aug 13, 2007
    • rsc's avatar
      · 8c4b5fc5
      rsc authored
      Gcc expects to be able to pick up the return
      address off the stack, so put one there for it.
      (Bug was hidden by bad segment limits.)
      8c4b5fc5
  2. Aug 10, 2007
  3. Aug 08, 2007
  4. Sep 08, 2006
  5. Sep 07, 2006
  6. Sep 06, 2006
  7. Aug 29, 2006
  8. Aug 15, 2006
  9. Aug 12, 2006
    • rtm's avatar
      link() · 9e5970d5
      rtm authored
      9e5970d5
  10. Aug 11, 2006
  11. Aug 10, 2006
  12. Aug 09, 2006
    • rtm's avatar
      low-level keyboard input (not hooked up to /dev yet) · 8a8be1b8
      rtm authored
      fix acquire() to cli() *before* incrementing nlock
      make T_SYSCALL a trap gate, not an interrupt gate
      sadly, various crashes if you hold down a keyboard key...
      8a8be1b8
    • kaashoek's avatar
      devsw · 6fa5ffb5
      kaashoek authored
      checkpoint: write(fd,"hello\n",6) where fd is a console dev almost works
      6fa5ffb5
  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. Aug 04, 2006
  15. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  16. Jul 27, 2006
  17. Jul 20, 2006
  18. Jul 16, 2006
  19. Jul 15, 2006
    • 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