Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-24 | comment nits | rtm | 1 | -1/+1 | |
2007-08-20 | shuffle fs.c in bottom-up order | rsc | 1 | -2/+0 | |
2006-09-08 | tweak fs.h spacing; add comment | rsc | 1 | -0/+2 | |
2006-09-08 | fix various comments | rsc | 1 | -2/+2 | |
2006-09-07 | more comments | rsc | 1 | -20/+33 | |
2006-08-25 | inode addrs[NDIRECT] -> NADDRS | rtm | 1 | -1/+1 | |
fix race in mknod / creat use last component in dirent in mknod, not path | |||||
2006-08-24 | user-level malloc (untested) | kaashoek | 1 | -2/+6 | |
nit in sbrk indirect block fix dup to share fd struct | |||||
2006-08-15 | commented out code for cwd | kaashoek | 1 | -0/+2 | |
2006-08-10 | low-level keyboard input (not hooked up to /dev yet) | rtm | 1 | -5/+0 | |
fix acquire() to cli() *before* incrementing nlock make T_SYSCALL a trap gate, not an interrupt gate sadly, various crashes if you hold down a keyboard key... | |||||
2006-08-09 | iread for T_DEV | kaashoek | 1 | -0/+4 | |
O_RDWR, etc. create file | |||||
2006-08-09 | block bitmap | kaashoek | 1 | -6/+11 | |
balloc | |||||
2006-08-08 | mknod,ialloc,iupdate | kaashoek | 1 | -1/+5 | |
2006-07-21 | namei | rtm | 1 | -1/+3 | |
2006-07-21 | bread | rtm | 1 | -0/+28 | |
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 |