summaryrefslogtreecommitdiff
path: root/BUGS
AgeCommit message (Collapse)AuthorFilesLines
2007-09-05shrsc1-0/+5
2007-08-28nitsrsc1-16/+0
2007-08-22tweaksrsc1-0/+4
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc1-41/+5
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
2007-08-21Various cleanup:rsc1-5/+19
- Got rid of dummy proc[0]. Now proc[0] is init. - Added initcode.S to exec /init, so that /init is just a regular binary. - Moved exec out of sysfile to exec.c - Moved code dealing with fs guts (like struct inode) from sysfile.c to fs.c. Code dealing with system call arguments stays in sysfile.c - Refactored directory routines in fs.c; should be simpler. - Changed iget to return *unlocked* inode structure. This solves the lookup-then-use race in namei without introducing deadlocks. It also enabled getting rid of the dummy proc[0].
2007-08-10add test for rm .rsc1-3/+0
2007-08-10add notersc1-3/+8
2007-08-08notesrsc1-0/+13
2007-08-08fix index bugrsc1-3/+0
2007-08-08make ls work on directoriesrsc1-3/+0
2007-08-08spacingrsc1-3/+0
2007-08-08more bugsrsc1-7/+0
2007-08-08fix . .. unlink bugrsc1-2/+0
2007-08-08donersc1-3/+0
2007-08-08fix various bugsrsc1-12/+0
2007-08-08fix wait bug in initrsc1-4/+0
2007-08-08add bootmain.c to runoff.listrsc1-3/+0
2007-06-29forgot to check in long agorsc1-0/+3
2006-10-19bug reported by nelsonkaashoek1-0/+3
2006-10-18record tim's bug and patchkaashoek1-1/+3
2006-10-13a few noteskaashoek1-0/+7
2006-09-17a few other nitskaashoek1-2/+12
2006-09-17accumulate bugsrsc1-0/+36