1. 12 Aug, 2008 8 commits
  2. 11 Aug, 2008 8 commits
  3. 10 Aug, 2008 5 commits
  4. 09 Aug, 2008 3 commits
  5. 08 Aug, 2008 7 commits
  6. 07 Aug, 2008 3 commits
  7. 06 Aug, 2008 2 commits
  8. 05 Aug, 2008 4 commits
    • Robert Griesemer's avatar
      bug: package name not visible · 044a3b1a
      Robert Griesemer authored
      R=r
      OCL=13898
      CL=13898
      044a3b1a
    • Robert Griesemer's avatar
      - fixed another export bug · 28547615
      Robert Griesemer authored
      - more self-verification code
      
      R=r
      OCL=13894
      CL=13894
      28547615
    • Russ Cox's avatar
      kill trailing white space. · f7f6329e
      Russ Cox authored
      (apparently my first attempt didn't work.)
      
      R=r
      OCL=13888
      CL=13888
      f7f6329e
    • Russ Cox's avatar
      * comment, clean up scheduler · 96824000
      Russ Cox authored
      * rewrite lock implementation to be correct
        (tip: never assume that an algorithm you found
        in a linux man page is correct.)
      * delete unneeded void* arg from clone fn
      * replace Rendez with Note
      * comment mal better
      * use 6c -w, fix warnings
      * mark all assembly functions 7
      
      R=r
      DELTA=828  (338 added, 221 deleted, 269 changed)
      OCL=13884
      CL=13886
      96824000