Skip to content
Snippets Groups Projects
  1. Aug 29, 2011
  2. Aug 26, 2011
  3. Aug 25, 2011
  4. Jul 29, 2011
  5. Feb 19, 2011
  6. Jan 11, 2011
    • Russ Cox's avatar
      make new code like old code · 1a81e38b
      Russ Cox authored
      Variable declarations at top of function,
      separate from initialization.
      
      Use == 0 instead of ! for checking pointers.
      
      Consistent spacing around {, *, casts.
      
      Declare 0-parameter functions as (void) not ().
      
      Integer valued functions return -1 on failure, 0 on success.
      1a81e38b
  7. Jul 02, 2010
  8. Aug 30, 2009
    • Russ Cox's avatar
      assorted fixes: · 48755214
      Russ Cox authored
       * rename c/cp to cpu/proc
       * rename cpu.context to cpu.scheduler
       * fix some comments
       * formatting for printout
      48755214
  9. May 30, 2009
  10. Mar 08, 2009
  11. Aug 30, 2007
  12. Aug 28, 2007
  13. Aug 27, 2007
  14. Aug 24, 2007
  15. Aug 14, 2007
  16. Sep 08, 2006
  17. Sep 07, 2006
  18. Sep 06, 2006
  19. Sep 03, 2006
  20. Aug 30, 2006
  21. Aug 12, 2006
    • rtm's avatar
      link() · 9e5970d5
      rtm authored
      9e5970d5
  22. Aug 10, 2006
  23. Aug 09, 2006
  24. 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
Loading