summaryrefslogtreecommitdiff
path: root/Notes
AgeCommit message (Expand)AuthorFilesLines
2006-09-03don't send keyboard interrupts to the second cpu, if we have only one cpu.kaashoek1-1/+0
2006-08-30complain if no disk 1rtm1-0/+1
2006-08-29nitsrtm1-2/+2
2006-08-29clean up stale error checks and panicsrtm1-35/+9
2006-08-26mkdir check error from mknodrtm1-8/+1
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm1-0/+5
2006-08-24big directory testrtm1-1/+10
2006-08-23i/o redirection in shkaashoek1-0/+8
2006-08-15no more proc[] entry per cpu for idle looprtm1-263/+22
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm1-11/+3
2006-08-13namei returns locked parent dir inode for create / unlinkrtm1-0/+15
2006-08-13link()rtm1-2/+2
2006-08-12zero out all of dirent.name when creatingrtm1-2/+2
2006-08-12LRU disk cache replacementrtm1-0/+8
2006-08-12buffer cache, fifo replacementrtm1-0/+3
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm1-0/+75
2006-08-10low-level keyboard input (not hooked up to /dev yet)rtm1-0/+38
2006-08-08fix race in holding() check in acquire()rtm1-0/+78
2006-07-28exec argumentsrtm1-0/+2
2006-07-21nameirtm1-3/+15
2006-07-15no more recursive locksrtm1-0/+23
2006-07-12passes both usertestsrtm1-17/+6
2006-07-12i think my cmpxchg use was wrong in acquirertm1-0/+4
2006-07-12cvs add spinlock.hrtm1-0/+7
2006-07-12no more big kernel lockrtm1-11/+38
2006-07-11pre-empt both user and kernel, in clock interruptrtm1-12/+18
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc1-0/+2
2006-06-27file descriptorsrtm1-0/+8
2006-06-22send console output to parallel portrtm1-0/+3
2006-06-15primitive fork and exit system callsrtm1-0/+1
2006-06-13fix some trap bugsrtm1-0/+6
2006-06-13more or less take traps/interruptsrtm1-0/+8
2006-06-12importrtm1-0/+67