Skip to content
Snippets Groups Projects
  1. Aug 29, 2011
  2. Aug 26, 2011
  3. Aug 16, 2011
    • Frans Kaashoek's avatar
      Clean up memlayout.h · c3dcf479
      Frans Kaashoek authored
      Get rid of last instances of linear address and "la"
      Get ready for detecting physical memory dynamically
      c3dcf479
  4. Aug 15, 2011
  5. Aug 09, 2011
  6. Jul 29, 2011
  7. Jul 27, 2011
  8. Jan 11, 2011
    • Russ Cox's avatar
      more trivial cleanup · 417c3711
      Russ Cox authored
      417c3711
    • 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
  9. Sep 27, 2010
  10. Sep 13, 2010
  11. Sep 02, 2010
  12. Aug 31, 2010
  13. Aug 30, 2010
  14. Aug 11, 2010
  15. Aug 10, 2010
  16. Aug 06, 2010
  17. Aug 05, 2010
  18. Jul 28, 2010
  19. Jul 25, 2010
  20. Jul 23, 2010
  21. Jul 02, 2010
  22. Oct 07, 2009
  23. 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
  24. Aug 08, 2009
  25. Jul 11, 2009
  26. May 30, 2009
    • rsc's avatar
      move fork into proc.c · 21573833
      rsc authored
      21573833
    • rsc's avatar
      · 19333efb
      rsc authored
      Some proc cleanup, moving some of copyproc into allocproc.
      
      Also, an experiment: use "thread-local" storage for c and cp
      instead of the #define macro for curproc[cpu()].
      19333efb
  27. Mar 08, 2009
  28. Oct 14, 2008
  29. Sep 27, 2007
    • rsc's avatar
      cleaner · f97f0d2b
      rsc authored
      f97f0d2b
Loading