1. 2007年 8月 28日 31 次提交
  2. 2007年 8月 27日 9 次提交
    • rsc's avatar
      Edit exec. · 629c1fe7
      rsc 提交于
      Do not commit to new memory image until
      nothing can go wrong, avoiding bad2 case.
      
      Be sure to allocate enough stack space for argv.
      
      Load executable before initializing stack, to
      keep ELF loops together.
      
      Make argv loop clearer.
      629c1fe7
    • rsc's avatar
      nits · e79b1659
      rsc 提交于
      e79b1659
    • rsc's avatar
      formatting shuffle · 13491bf3
      rsc 提交于
      13491bf3
    • rsc's avatar
      fileincref -> filedup (consistent with idup) · 1ccff18b
      rsc 提交于
      1ccff18b
    • rsc's avatar
      nits · 7895178d
      rsc 提交于
      7895178d
    • rsc's avatar
      tell what an inode is · 6c34f97c
      rsc 提交于
      6c34f97c
    • rsc's avatar
      FS cleanup. · a505fd66
      rsc 提交于
      Add utility routines bzero, readsb so that balloc, bfree fit on one page.
      Make balloc loop clearer.
      a505fd66
    • rsc's avatar
      Another attempt at the bio.c comment. · d003d232
      rsc 提交于
      Rename B_WRITE to B_DIRTY and then let ide.c
      maintain the B_VALID and B_DIRTY flags.
      d003d232
    • rsc's avatar
      Replace yield system call with sleep. · efc12b8e
      rsc 提交于
      efc12b8e