summaryrefslogtreecommitdiff
path: root/BUGS
AgeCommit message (Collapse)Author
2019-07-24Remove a few no longer relevant filesFrans Kaashoek
2007-09-05shrsc
2007-08-28nitsrsc
2007-08-22tweaksrsc
2007-08-22PDF at http://am.lcs.mit.edu/~rsc/xv6.pdfrsc
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:rsc
- 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 .rsc
2007-08-10add notersc
2007-08-08notesrsc
2007-08-08fix index bugrsc
2007-08-08make ls work on directoriesrsc
2007-08-08spacingrsc
2007-08-08more bugsrsc
2007-08-08fix . .. unlink bugrsc
2007-08-08donersc
2007-08-08fix various bugsrsc
2007-08-08fix wait bug in initrsc
2007-08-08add bootmain.c to runoff.listrsc
2007-06-29forgot to check in long agorsc
2006-10-19bug reported by nelsonkaashoek
2006-10-18record tim's bug and patchkaashoek
2006-10-13a few noteskaashoek
2006-09-17a few other nitskaashoek
2006-09-17accumulate bugsrsc