summaryrefslogtreecommitdiff
path: root/Notes
AgeCommit message (Expand)Author
2006-09-07nit in console interruptskaashoek
2006-09-03don't send keyboard interrupts to the second cpu, if we have only one cpu.kaashoek
2006-08-30complain if no disk 1rtm
2006-08-29nitsrtm
2006-08-29clean up stale error checks and panicsrtm
2006-08-26mkdir check error from mknodrtm
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm
2006-08-24big directory testrtm
2006-08-23i/o redirection in shkaashoek
2006-08-15no more proc[] entry per cpu for idle looprtm
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm
2006-08-13namei returns locked parent dir inode for create / unlinkrtm
2006-08-13link()rtm
2006-08-12zero out all of dirent.name when creatingrtm
2006-08-12LRU disk cache replacementrtm
2006-08-12buffer cache, fifo replacementrtm
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-08fix race in holding() check in acquire()rtm
2006-07-28exec argumentsrtm
2006-07-21nameirtm
2006-07-15no more recursive locksrtm
2006-07-12passes both usertestsrtm
2006-07-12i think my cmpxchg use was wrong in acquirertm
2006-07-12cvs add spinlock.hrtm
2006-07-12no more big kernel lockrtm
2006-07-11pre-empt both user and kernel, in clock interruptrtm
2006-07-11Changes to allow use of native x86 ELF compilers, which on myrsc
2006-06-27file descriptorsrtm
2006-06-22send console output to parallel portrtm
2006-06-15primitive fork and exit system callsrtm
2006-06-13fix some trap bugsrtm
2006-06-13more or less take traps/interruptsrtm
2006-06-12importrtm