- 23 Aug, 2019 1 commit
-
-
Frans Kaashoek authored
Maybe apply this change to master
-
- 13 Jun, 2019 1 commit
-
-
Robert Morris authored
-
- 11 Jun, 2019 1 commit
-
-
Robert Morris authored
-
- 04 Jun, 2019 1 commit
-
-
Robert Morris authored
-
- 29 Aug, 2017 1 commit
-
-
Robert Morris authored
-
- 08 Aug, 2017 2 commits
-
-
Robert Morris authored
-
Robert Morris authored
-
- 12 Sep, 2016 1 commit
-
-
Frans Kaashoek authored
-
- 29 Aug, 2014 1 commit
-
-
Frans Kaashoek authored
-
- 11 Oct, 2011 1 commit
-
-
Robert Morris authored
-
- 29 Aug, 2011 2 commits
-
-
Frans Kaashoek authored
My changes have a race with re-used bufs and the code doesn't seem to get shorter Keep the changes that fixed ip->off race This reverts commit 3a5fa7ed. Conflicts: defs.h file.c file.h
-
Austin Clements authored
-
- 26 Aug, 2011 1 commit
-
-
Frans Kaashoek authored
Remove I_BUSY, B_BUSY, and intrans defs and usages One spinlock per buf to avoid ugly loop in bget fix race in filewrite (don't update f->off after releasing lock)
-
- 08 Aug, 2009 1 commit
-
-
Russ Cox authored
pdf has very good page breaks now. would be a good copy for fall 2009.
-
- 31 May, 2009 1 commit
-
-
rsc authored
-
- 24 Aug, 2007 1 commit
-
-
rsc authored
Remove struct uinode. Remove type arg to mknod (assume T_DEV).
-
- 22 Aug, 2007 1 commit
-
-
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
-
- 06 Sep, 2006 3 commits
- 08 Aug, 2006 1 commit
-
-
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
-
- 29 Jul, 2006 1 commit
-
-
rtm authored
-
- 16 Jul, 2006 1 commit
-
-
rsc authored
-
- 27 Jun, 2006 1 commit
-
-
rtm authored
pipes
-