Skip to content
Snippets Groups Projects
  1. Aug 21, 2011
  2. Aug 16, 2011
  3. Aug 15, 2011
  4. Aug 09, 2011
  5. Jul 31, 2011
  6. Jul 29, 2011
  7. 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
  8. Sep 19, 2010
  9. Aug 31, 2010
  10. Aug 11, 2010
  11. Aug 06, 2010
  12. Jul 23, 2010
  13. Jul 02, 2010
  14. Jul 11, 2009
  15. May 30, 2009
    • rsc's avatar
      · 34295f46
      rsc authored
      group locks into structs they protect.
      few naming nits.
      34295f46
  16. Aug 27, 2007
  17. Aug 24, 2007
  18. Aug 14, 2007
  19. Aug 10, 2007
  20. Sep 08, 2006
  21. Sep 07, 2006
  22. Sep 06, 2006
  23. Sep 04, 2006
    • rtm's avatar
      nits · 82537b71
      rtm authored
      82537b71
  24. Aug 30, 2006
  25. Aug 10, 2006
  26. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  27. Jul 16, 2006
  28. Jul 12, 2006
    • rtm's avatar
      i think my cmpxchg use was wrong in acquire · 8148b6ee
      rtm authored
      nesting cli/sti: release shouldn't always enable interrupts
      separate setup of lapic from starting of other cpus, so cpu() works earlier
      flag to disable locking in console output
      make locks work even when curproc==0
      (still crashes in clock interrupt)
      8148b6ee
Loading