summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-08-29i broke sbrk, fix itrtm
2006-08-29clean up stale error checks and panicsrtm
2006-08-28some text in readmekaashoek
2006-08-28remove smallcap versionkaashoek
2006-08-26consistently ignore more than 14 chars in path componentrtm
2006-08-26mkdir check error from mknodrtm
2006-08-25fstests bugsrtm
2006-08-25fix writing the indirect blockrtm
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm
2006-08-25kill user process when it generates an unhandled trap (e.g., 13)kaashoek
2006-08-24bug in sbrkkaashoek
2006-08-24big directory testrtm
2006-08-24fix bugs in indirect-file codekaashoek
2006-08-24user-level malloc (untested)kaashoek
2006-08-23i/o redirection in shkaashoek
2006-08-20compiling, but untested dupkaashoek
2006-08-20removed block system callkaashoek
2006-08-19chdirkaashoek
2006-08-16proc[0] can sleep(), at least after it gets to main00()rtm
2006-08-15no more proc[] entry per cpu for idle looprtm
2006-08-15oopskaashoek
2006-08-15commented out code for cwdkaashoek
2006-08-14user-level programs: mkdir and rmkaashoek
2006-08-14set size for directories correctly in wdir and mkfskaashoek
2006-08-14start on mkdirkaashoek
2006-08-13wdir now uses readi/writeirtm
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm
2006-08-13don't print unallocated dir entrieskaashoek
2006-08-13namei returns locked parent dir inode for create / unlinkrtm
2006-08-13zero freed blockskaashoek
2006-08-13link()rtm
2006-08-12zero out all of dirent.name when creatingrtm
2006-08-12LRU disk cache replacementrtm
2006-08-12free inode only when noone is holding a pointer to it. should fix open-unlink-kaashoek
2006-08-12buffer cache, fifo replacementrtm
2006-08-12mknod set nlink = 1rtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-12fstatkaashoek
2006-08-12unlink,mknod,create with multi-component pathnames should work nowkaashoek
2006-08-11fix deadlock---iput(dp) asapkaashoek
2006-08-11init creates console, opens 0/1/2, runs shrtm
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm
2006-08-10printfkaashoek
2006-08-09iread for T_DEVkaashoek
2006-08-09fix test program: don't close before writingkaashoek
2006-08-09devswkaashoek
2006-08-09oops, update directory inode tookaashoek
2006-08-09block bitmapkaashoek
2006-08-08fix race in holding() check in acquire()rtm