- 2006年 8月 30日 1 次提交
-
-
由 rtm 提交于
-
- 2006年 8月 29日 2 次提交
- 2006年 8月 28日 1 次提交
-
-
由 kaashoek 提交于
-
- 2006年 8月 27日 1 次提交
-
-
由 rtm 提交于
forbid create or write of existing directory mkdir("d1/d2/d3"), .. should refer to d2, not cwd mkdir increase parent link count
-
- 2006年 8月 26日 1 次提交
-
-
由 rtm 提交于
chdir return -1 if target not a dir
-
- 2006年 8月 25日 7 次提交
- 2006年 8月 24日 1 次提交
-
-
由 kaashoek 提交于
nit in sbrk indirect block fix dup to share fd struct
-
- 2006年 8月 23日 1 次提交
-
-
由 kaashoek 提交于
better parsing of sh commands (copied from jos sh) cat: read from 1 if no args sbrk system call, but untested getpid system call moved locks in keyboard intr, but why do we get intr w. null characters from keyboard?
-
- 2006年 8月 20日 3 次提交
- 2006年 8月 16日 2 次提交
- 2006年 8月 15日 3 次提交
- 2006年 8月 14日 3 次提交
- 2006年 8月 13日 10 次提交
-
-
由 rtm 提交于
-
由 kaashoek 提交于
-
由 rtm 提交于
don't hold fd table lock across idecref() (latter does block i/o) idecref calls iput() in case last ref -> freeing inode dir size is 512 * # blocks, so readi/writei &c work unlink deletes dirent even if ip->nlink > 0
-
由 kaashoek 提交于
multi-block directories track size of directory (size = number entries in use) should namei (and other code that scans through directories) scan through all blocks of a directory and not use size?
-
由 rtm 提交于
-
由 rtm 提交于
don't increase length of directory
-
由 rtm 提交于
-
由 kaashoek 提交于
read problem, but untested
-
由 rtm 提交于
-
由 rtm 提交于
usertests for concurrent create/delete, and read() after unlink()
-
- 2006年 8月 12日 4 次提交