1. 23 Aug, 2019 1 commit
  2. 13 Jun, 2019 1 commit
  3. 11 Jun, 2019 1 commit
  4. 04 Jun, 2019 1 commit
  5. 29 Aug, 2017 1 commit
  6. 08 Aug, 2017 2 commits
  7. 12 Sep, 2016 1 commit
  8. 29 Aug, 2014 1 commit
  9. 11 Oct, 2011 1 commit
  10. 29 Aug, 2011 2 commits
  11. 26 Aug, 2011 1 commit
  12. 08 Aug, 2009 1 commit
  13. 31 May, 2009 1 commit
    • rsc's avatar
      simplify · f3685aa3
      rsc authored
      f3685aa3
  14. 24 Aug, 2007 1 commit
    • rsc's avatar
      · 07090dd7
      rsc authored
      Remove struct uinode.
      Remove type arg to mknod (assume T_DEV).
      07090dd7
  15. 22 Aug, 2007 1 commit
    • rsc's avatar
      · eaea18cb
      rsc authored
      PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf
      
      Various changes made while offline.
      
       + bwrite sector argument is redundant; use b->sector.
       + reformatting of files for nicer PDF page breaks
       + distinguish between locked, unlocked inodes in type signatures
       + change FD_FILE to FD_INODE
       + move userinit (nee proc0init) to proc.c
       + move ROOTDEV to param.h
       + always parenthesize sizeof argument
      eaea18cb
  16. 06 Sep, 2006 3 commits
  17. 08 Aug, 2006 1 commit
    • rtm's avatar
      fix race in holding() check in acquire() · 0e84a0ec
      rtm authored
      give cpu1 a TSS and gdt for when it enters scheduler()
      and a pseudo proc[] entry for each cpu
      cpu0 waits for each other cpu to start up
      read() for files
      0e84a0ec
  18. 29 Jul, 2006 1 commit
    • rtm's avatar
      open() · 32630628
      rtm authored
      32630628
  19. 16 Jul, 2006 1 commit
  20. 27 Jun, 2006 1 commit