summaryrefslogtreecommitdiff
path: root/picirq.c
AgeCommit message (Expand)Author
2019-06-05start at support for multiple CPUsRobert Morris
2017-08-09Commit to running on an SMP (perhaps with only 1 core). Remove most codeFrans Kaashoek
2016-09-02Make runoff happyFrans Kaashoek
2010-09-02Get rid of the blank page in picirq.c. It misaligs things now.Austin Clements
2009-08-08shuffle and tweak for formatting.Russ Cox
2009-07-11trap cleanupRuss Cox
2009-03-08be consistent: no underscores in function namesrsc
2007-08-28comments; rename irq_ to pic_rsc
2007-08-27delete unnecessary #include linesrsc
2006-09-07fix ide, pit interfacesrsc
2006-09-07run without lapic and ioapic, if they are not presentkaashoek
2006-09-06wrap long linesrsc
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-09-06spacing fixes: no tabs, 2-space indents (for rtm)rsc
2006-09-04a few nitskaashoek
2006-09-03remove duplicationkaashoek
2006-08-13wdir now uses readi/writeirtm
2006-08-13fix iget() bug that allocated in-use inode[] entriesrtm
2006-08-04nitkaashoek
2006-08-04better interrupt plan---this one appears to workkaashoek
2006-07-20uint32_t -> uint &crtm
2006-07-16Undo change from this morning that wasn't intended to get in.rsc
2006-07-15move everything having to do with proc_table_lock into proc.crsc
2006-07-05timer interruptskaashoek
2006-06-22checkpoint. booting second processor. stack is messed up, but thanks to cliffkaashoek
2006-06-16checkpointrtm