summaryrefslogtreecommitdiff
path: root/kalloc.c
AgeCommit message (Expand)Author
2009-07-11rearrangements and cleanup for textRuss Cox
2009-05-31group locks into structs they protect.rsc
2007-08-27delete unnecessary #include linesrsc
2007-08-27make kfree loop same as kallocrsc
2007-08-24simplify ide queuingrtm
2007-08-14formatting, simplifyrsc
2007-08-10tweak kallocrsc
2007-08-10Make cp a magic symbol.rsc
2006-09-08some comment changeskaashoek
2006-09-07more commentsrsc
2006-09-06writeable => writablersc
2006-09-06no /* */ commentsrsc
2006-09-06standardize various * conventionsrsc
2006-09-04nitsrtm
2006-08-30complain if no disk 1rtm
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm
2006-07-29open()rtm
2006-07-17add uint and standardize on typedefs instead of unsignedrsc
2006-07-17nitpicksrsc
2006-07-16more idiomatic crsc
2006-07-12i think my cmpxchg use was wrong in acquirertm
2006-07-12no more big kernel lockrtm
2006-07-11pre-empt both user and kernel, in clock interruptrtm
2006-07-01swtch saves callee-saved registersrtm
2006-06-12importrtm