summaryrefslogtreecommitdiff
path: root/fstests.c
AgeCommit message (Collapse)Author
2006-09-07one regression test programkaashoek
2006-09-06standardize various * conventionsrsc
2006-08-29clear killed flag in exitrtm
idecref cwd in exit
2006-08-26consistently ignore more than 14 chars in path componentrtm
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 mknodrtm
chdir return -1 if target not a dir
2006-08-25fstests bugsrtm
2006-08-25inode addrs[NDIRECT] -> NADDRSrtm
fix race in mknod / creat use last component in dirent in mknod, not path
2006-08-24big directory testrtm
2006-08-19chdirkaashoek
cd in shell nits in mkdir, ls, etc.
2006-08-15no more proc[] entry per cpu for idle looprtm
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