summaryrefslogtreecommitdiff
path: root/fstests.c
AgeCommit message (Collapse)AuthorFilesLines
2006-09-07one regression test programkaashoek1-685/+0
2006-09-06standardize various * conventionsrsc1-4/+4
2006-08-29clear killed flag in exitrtm1-2/+6
idecref cwd in exit
2006-08-26consistently ignore more than 14 chars in path componentrtm1-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-26mkdir check error from mknodrtm1-0/+76
chdir return -1 if target not a dir
2006-08-25fstests bugsrtm1-5/+5
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm1-4/+118
fix race in mknod / creat use last component in dirent in mknod, not path
2006-08-24big directory testrtm1-0/+45
2006-08-19chdirkaashoek1-0/+2
cd in shell nits in mkdir, ls, etc.
2006-08-15no more proc[] entry per cpu for idle looprtm1-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