1. 04 Aug, 2008 3 commits
    • Russ Cox's avatar
      Use a single Make.conf for setting CC, etc. · 34514bdb
      Russ Cox authored
      This makes it easy to build with other flags
      (like -ggdb) or other compilers (like cc64).
      
      R=r
      DELTA=45  (6 added, 22 deleted, 17 changed)
      OCL=13790
      CL=13793
      34514bdb
    • Ken Thompson's avatar
      add 'export' adjectives to external · 989676d2
      Ken Thompson authored
      var, const and type declarations.
      
      R=r
      DELTA=49  (12 added, 28 deleted, 9 changed)
      OCL=13791
      CL=13791
      989676d2
    • Russ Cox's avatar
      make 6a, 6c, 6g, 6l, libmach_amd64 build on 64-bit gcc. · 9aad9fef
      Russ Cox authored
      these guys really really want long to be 32-bits,
      so ,s/long/int32/ (and then manual fixup).
      still passes all tests.
      
      (i started out looking for just those longs that
      needed to be int32 instead, and it was just too hard
      to track them down one by one.)
      
      the longs were rare enough that i don't think
      it will cause integration problems.
      
      R=ken
      OCL=13787
      CL=13789
      9aad9fef
  2. 03 Aug, 2008 3 commits
    • Ken Thompson's avatar
      6c delete .6 file on error · 85110068
      Ken Thompson authored
      R=r
      DELTA=1  (1 added, 0 deleted, 0 changed)
      OCL=13785
      CL=13785
      85110068
    • Russ Cox's avatar
      Remove doubled #else · 873ba78b
      Russ Cox authored
      R=r
      DELTA=4  (2 added, 2 deleted, 0 changed)
      OCL=13775
      CL=13779
      873ba78b
    • Russ Cox's avatar
      slightly gratuitous reorg of scheduler code · 4feda71b
      Russ Cox authored
      	* rename select (very loaded word) nextgoroutine
      	* separate out "enter scheduler" (sys·gosched)
      	  from the scheduler itself (scheduler)
      
      R=r
      APPROVED=r
      DELTA=36  (17 added, 15 deleted, 4 changed)
      OCL=13772
      CL=13774
      4feda71b
  3. 02 Aug, 2008 2 commits
  4. 01 Aug, 2008 5 commits
  5. 31 Jul, 2008 6 commits
  6. 30 Jul, 2008 5 commits
  7. 29 Jul, 2008 5 commits
  8. 28 Jul, 2008 8 commits
  9. 27 Jul, 2008 3 commits