summaryrefslogtreecommitdiff
path: root/init.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-31group locks into structs they protect.rsc1-2/+2
2007-08-28comments; rename irq_ to pic_rsc1-2/+2
2007-08-27delete unnecessary #include linesrsc1-1/+0
2007-08-24Remove struct uinode.rsc1-1/+1
2007-08-24Remove puts in favor of printf.rsc1-4/+4
2007-08-08watch for zombiesrsc1-1/+1
2007-08-08fix wait bug in initrsc1-3/+4
2006-09-08some comment changeskaashoek1-2/+2
2006-09-06for vs whilersc1-1/+1
2006-09-06no /* */ commentsrsc1-1/+1
2006-09-06standardize various * conventionsrsc1-1/+1
2006-08-29prune unneeded panics and debug outputrtm1-6/+11
2006-08-28some text in readmekaashoek1-0/+2
2006-08-15commented out code for cwdkaashoek1-1/+2
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm1-3/+0
2006-08-12fix getblk to actually lock the blockrtm1-2/+2
2006-08-11init creates console, opens 0/1/2, runs shrtm1-0/+32