Skip to content
Snippets Groups Projects
  1. Jul 29, 2011
  2. 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
  3. Sep 19, 2010
  4. Aug 31, 2010
  5. Aug 11, 2010
  6. Aug 06, 2010
  7. Jul 23, 2010
  8. Jul 02, 2010
  9. Jul 11, 2009
  10. May 30, 2009
    • rsc's avatar
      · 34295f46
      rsc authored
      group locks into structs they protect.
      few naming nits.
      34295f46
  11. Aug 27, 2007
  12. Aug 24, 2007
  13. Aug 14, 2007
  14. Aug 10, 2007
  15. Sep 08, 2006
  16. Sep 07, 2006
  17. Sep 06, 2006
  18. Sep 04, 2006
    • rtm's avatar
      nits · 82537b71
      rtm authored
      82537b71
  19. Aug 30, 2006
  20. Aug 10, 2006
  21. Jul 29, 2006
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  22. Jul 16, 2006
  23. 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
  24. Jul 11, 2006
  25. 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
  26. Jun 12, 2006
    • rtm's avatar
      import · 55e95b16
      rtm authored
      55e95b16
Loading