summaryrefslogtreecommitdiff
path: root/picirq.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-08shuffle and tweak for formatting.Russ Cox1-0/+29
2009-07-11trap cleanupRuss Cox1-2/+2
2009-03-08be consistent: no underscores in function namesrsc1-5/+5
2007-08-28comments; rename irq_ to pic_rsc1-11/+12
2007-08-27delete unnecessary #include linesrsc1-1/+0
2006-09-07fix ide, pit interfacesrsc1-2/+8
2006-09-07run without lapic and ioapic, if they are not presentkaashoek1-2/+2
2006-09-06wrap long linesrsc1-2/+2
2006-09-06no /* */ commentsrsc1-5/+5
2006-09-06standardize various * conventionsrsc1-1/+1
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc1-9/+9
2006-09-04a few nitskaashoek1-2/+0
2006-09-03remove duplicationkaashoek1-0/+1
2006-08-13wdir now uses readi/writeirtm1-1/+0
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm1-7/+0
2006-08-04nitkaashoek1-18/+18
2006-08-04better interrupt plan---this one appears to workkaashoek1-1/+0
2006-07-20uint32_t -> uint &crtm1-2/+2
2006-07-16Undo change from this morning that wasn't intended to get in.rsc1-1/+1
2006-07-15move everything having to do with proc_table_lock into proc.crsc1-1/+1
2006-07-05timer interruptskaashoek1-63/+68
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek1-9/+0
2006-06-16checkpointrtm1-0/+92