summaryrefslogtreecommitdiff
path: root/init.c
AgeCommit message (Expand)Author
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2009-05-31group locks into structs they protect.rsc
2007-08-28comments; rename irq_ to pic_rsc
2007-08-27delete unnecessary #include linesrsc
2007-08-24Remove struct uinode.rsc
2007-08-24Remove puts in favor of printf.rsc
2007-08-08watch for zombiesrsc
2007-08-08fix wait bug in initrsc
2006-09-08some comment changeskaashoek
2006-09-06for vs whilersc
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-08-29prune unneeded panics and debug outputrtm
2006-08-28some text in readmekaashoek
2006-08-15commented out code for cwdkaashoek
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm
2006-08-12fix getblk to actually lock the blockrtm
2006-08-11init creates console, opens 0/1/2, runs shrtm