1. 28 Sep, 2009 7 commits
  2. 26 Sep, 2009 1 commit
  3. 25 Sep, 2009 13 commits
  4. 24 Sep, 2009 15 commits
  5. 23 Sep, 2009 2 commits
  6. 22 Sep, 2009 2 commits
    • Russ Cox's avatar
      nacl - run tests under emulator. · 567673fc
      Russ Cox authored
      special all-nacl.bash and test/run-nacl that
      run just the tests known to work under nacl.
      the rest requires closures.
      
      fix another bug or two in syscall.
      
      R=r
      DELTA=420  (410 added, 8 deleted, 2 changed)
      OCL=34882
      CL=34907
      567673fc
    • Russ Cox's avatar
      changes to accommodate nacl: · 1b14bdbf
      Russ Cox authored
        * change ldt0setup to set GS itself; nacl won't let us do it.
        * change breakpoint to INT $3 so 8l can translate to HLT for nacl.
        * panic if closure is needed on nacl.
        * do not try to access symbol table on nacl.
        * mmap in 64kB chunks.
      
      nacl support:
        * system calls, threading, locks.
      
      R=r
      DELTA=365  (357 added, 5 deleted, 3 changed)
      OCL=34880
      CL=34906
      1b14bdbf