Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/gen



Module Name:    src
Committed By:   christos
Date:           Wed May 28 20:03:37 UTC 2003

Modified Files:
        src/lib/libc/gen: Makefile.inc closedir.c directory.3 opendir.c
            readdir.c seekdir.c telldir.c

Log Message:
add mutex locking for directories and readdir_r(3). Influenced by FreeBSD.


To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 src/lib/libc/gen/Makefile.inc
cvs rdiff -r1.10 -r1.11 src/lib/libc/gen/closedir.c
cvs rdiff -r1.20 -r1.21 src/lib/libc/gen/directory.3
cvs rdiff -r1.21 -r1.22 src/lib/libc/gen/opendir.c
cvs rdiff -r1.15 -r1.16 src/lib/libc/gen/readdir.c
cvs rdiff -r1.9 -r1.10 src/lib/libc/gen/seekdir.c
cvs rdiff -r1.13 -r1.14 src/lib/libc/gen/telldir.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index