Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-08-12 | zero out all of dirent.name when creating | rtm | 1 | -2/+2 | |
don't increase length of directory | |||||
2006-08-12 | LRU disk cache replacement | rtm | 1 | -9/+28 | |
2006-08-12 | buffer cache, fifo replacement | rtm | 1 | -4/+19 | |
2006-08-12 | fix getblk to actually lock the block | rtm | 1 | -12/+19 | |
no more cons_put system calls usertests tests two processes writing files | |||||
2006-08-10 | interrupts could be recursive since lapic_eoi() called before rti | rtm | 1 | -1/+7 | |
so fast interrupts overflow the kernel stack fix: cli() before lapic_eoi() | |||||
2006-08-07 | bwrite | kaashoek | 1 | -0/+13 | |
2006-08-06 | generalize async read to support write too | kaashoek | 1 | -2/+2 | |
2006-08-04 | better interrupt plan---this one appears to work | kaashoek | 1 | -1/+1 | |
ioapic | |||||
2006-07-29 | open() | rtm | 1 | -1/+1 | |
2006-07-21 | bread | rtm | 1 | -0/+66 | |
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 |