1. 12 Mar, 2009 4 commits
  2. 11 Mar, 2009 13 commits
  3. 10 Mar, 2009 13 commits
  4. 09 Mar, 2009 1 commit
  5. 08 Mar, 2009 5 commits
  6. 07 Mar, 2009 4 commits
    • Russ Cox's avatar
      document Conn interface better, in preparation · 1e37e8a4
      Russ Cox authored
      for per-method interface documentation
      by mkdoc.pl.
      
      implement timeouts on network reads
      and use them in dns client.
      
      also added locks on i/o to ensure writes
      are not interlaced.
      
      R=r
      DELTA=340  (272 added, 25 deleted, 43 changed)
      OCL=25799
      CL=25874
      1e37e8a4
    • Ken Thompson's avatar
      1. type switches · a4a10ed8
      Ken Thompson authored
      2. fixed fault on bug128
      3. got rid of typeof
      4. fixed bug in t,ok = I2T
      
      R=r
      OCL=25873
      CL=25873
      a4a10ed8
    • Rob Pike's avatar
      document sort · b0609f14
      Rob Pike authored
      R=rsc
      DELTA=20  (20 added, 0 deleted, 0 changed)
      OCL=25869
      CL=25872
      b0609f14
    • Rob Pike's avatar
      document syscall. all we do is redirect elsewhere. · 6f07796e
      Rob Pike authored
      R=rsc
      DELTA=7  (7 added, 0 deleted, 0 changed)
      OCL=25859
      CL=25871
      6f07796e