Skip to content
Snippets Groups Projects
  1. Aug 15, 2011
  2. Aug 09, 2011
  3. Jul 31, 2011
  4. Jul 29, 2011
  5. 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
  6. Sep 19, 2010
  7. Aug 31, 2010
  8. Aug 11, 2010
  9. Aug 06, 2010
  10. Jul 23, 2010
  11. Jul 02, 2010
  12. Jul 11, 2009
  13. May 30, 2009
    • rsc's avatar
      · 34295f46
      rsc authored
      group locks into structs they protect.
      few naming nits.
      34295f46
  14. Aug 27, 2007
  15. Aug 24, 2007
  16. Aug 14, 2007
  17. Aug 10, 2007
  18. Sep 08, 2006
  19. Sep 07, 2006
  20. Sep 06, 2006
  21. Sep 04, 2006
    • rtm's avatar
      nits · 82537b71
      rtm authored
      82537b71
  22. Aug 30, 2006
  23. Aug 10, 2006
  24. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  25. Jul 16, 2006
  26. 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
  27. Jul 11, 2006
  28. Jul 01, 2006
    • rtm's avatar
      swtch saves callee-saved registers · 8b4e2a08
      rtm authored
      swtch idles on per-CPU stack, not on calling process's stack
      fix pipe bugs
      usertest.c tests pipes, fork, exit, close
      8b4e2a08
Loading