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