Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-09-07 | one regression test program | kaashoek | 1 | -685/+0 | |
2006-09-06 | standardize various * conventions | rsc | 1 | -4/+4 | |
2006-08-29 | clear killed flag in exit | rtm | 1 | -2/+6 | |
idecref cwd in exit | |||||
2006-08-26 | consistently ignore more than 14 chars in path component | rtm | 1 | -1/+65 | |
forbid create or write of existing directory mkdir("d1/d2/d3"), .. should refer to d2, not cwd mkdir increase parent link count | |||||
2006-08-26 | mkdir check error from mknod | rtm | 1 | -0/+76 | |
chdir return -1 if target not a dir | |||||
2006-08-25 | fstests bugs | rtm | 1 | -5/+5 | |
2006-08-25 | inode addrs[NDIRECT] -> NADDRS | rtm | 1 | -4/+118 | |
fix race in mknod / creat use last component in dirent in mknod, not path | |||||
2006-08-24 | big directory test | rtm | 1 | -0/+45 | |
2006-08-19 | chdir | kaashoek | 1 | -0/+2 | |
cd in shell nits in mkdir, ls, etc. | |||||
2006-08-15 | no more proc[] entry per cpu for idle loop | rtm | 1 | -0/+380 | |
each cpu[] has its own gdt and tss no per-proc gdt or tss, re-write cpu's in scheduler (you win, cliff) main0() switches to cpu[0].mpstack |