Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-30 | assorted fixes: | Russ Cox | 1 | -8/+8 | |
* rename c/cp to cpu/proc * rename cpu.context to cpu.scheduler * fix some comments * formatting for printout | |||||
2009-07-11 | mmu.h: unused SEG_NULL | Russ Cox | 1 | -3/+0 | |
2007-09-27 | don't call it ss - that's the stack segment | rsc | 1 | -2/+2 | |
2007-08-14 | formatting | rsc | 1 | -0/+2 | |
2007-08-08 | spacing | rsc | 1 | -17/+17 | |
2007-08-08 | add DPL_USER constant | rsc | 1 | -0/+2 | |
2006-09-07 | better comment | rsc | 1 | -1/+1 | |
2006-09-06 | wrap long lines | rsc | 1 | -20/+21 | |
2006-09-06 | no /* */ comments | rsc | 1 | -3/+1 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -6/+6 | |
2006-09-06 | spacing fixes: no tabs, 2-space indents (for rtm) | rsc | 1 | -118/+118 | |
2006-09-03 | centralize credits | kaashoek | 1 | -1/+0 | |
2006-08-29 | prune unneeded panics and debug output | rtm | 1 | -66/+7 | |
2006-08-10 | interrupts could be recursive since lapic_eoi() called before rti | rtm | 1 | -0/+1 | |
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi() | |||||
2006-07-21 | bread | rtm | 1 | -1/+1 | |
iget mkfs makes a file system image put this in your .bochsrc: ata0-slave: type=disk, mode=flat, path="fs.img", cylinders=1024, heads=1, spt=1 | |||||
2006-07-20 | uint32_t -> uint &c | rtm | 1 | -41/+41 | |
2006-07-17 | standarize on unix-like lowercase struct names | rsc | 1 | -7/+7 | |
2006-07-17 | add uint and standardize on typedefs instead of unsigned | rsc | 1 | -26/+26 | |
2006-07-16 | Eliminate annoying Pseudodesc structure. | rsc | 1 | -97/+3 | |
Eliminate unnecessary parts of mmu.h. | |||||
2006-07-16 | standardize on not using foo_ prefix in struct foo | rsc | 1 | -82/+82 | |
2006-06-12 | import | rtm | 1 | -0/+308 | |