Skip to content
Snippets Groups Projects
  1. Aug 22, 2011
  2. Aug 09, 2011
  3. Jul 29, 2011
  4. Feb 19, 2011
  5. 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
  6. Sep 13, 2010
  7. Sep 02, 2010
  8. Aug 31, 2010
  9. Aug 10, 2010
  10. Aug 06, 2010
  11. Aug 05, 2010
  12. Jul 25, 2010
  13. Jul 23, 2010
  14. Jul 02, 2010
  15. Sep 20, 2009
  16. Sep 03, 2009
  17. Sep 02, 2009
  18. 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
  19. Aug 08, 2009
  20. Jul 12, 2009
  21. Jul 11, 2009
  22. May 30, 2009
    • rsc's avatar
      compile fixes · 27ff8f0e
      rsc authored
      27ff8f0e
    • rsc's avatar
      · 34295f46
      rsc authored
      group locks into structs they protect.
      few naming nits.
      34295f46
    • rsc's avatar
      clean up %fs %gs use · 7b644318
      rsc authored
      7b644318
    • 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
  23. Mar 08, 2009
  24. Oct 14, 2008
  25. Sep 11, 2008
  26. Aug 28, 2008
Loading