summaryrefslogtreecommitdiff
path: root/kalloc.c
AgeCommit message (Collapse)Author
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
lots of cleanup
2006-08-10interrupts could be recursive since lapic_eoi() called before rtirtm
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi()
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
nesting cli/sti: release shouldn't always enable interrupts separate setup of lapic from starting of other cpus, so cpu() works earlier flag to disable locking in console output make locks work even when curproc==0 (still crashes in clock interrupt)
2006-07-12no more big kernel lockrtm
succeeds at usertests.c pipe test
2006-07-11pre-empt both user and kernel, in clock interruptrtm
usertest.c tests pre-emption kill()
2006-07-01swtch saves callee-saved registersrtm
swtch idles on per-CPU stack, not on calling process's stack fix pipe bugs usertest.c tests pipes, fork, exit, close
2006-06-12importrtm