History log of /original-bsd/lib/libc/gen/opendir.c (Results 1 – 25 of 28)
Revision Date Author Comments
# 699fb6e5 01-May-1995 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

POSIX.1, section 5.1.2.4 states that NULL is to be returned from
opendir() and errno is to be set to ENOTDIR if "A component of dirname
is not a directory". This requires the file descriptor to be s

POSIX.1, section 5.1.2.4 states that NULL is to be returned from
opendir() and errno is to be set to ENOTDIR if "A component of dirname
is not a directory". This requires the file descriptor to be stat'd
to ensure that it is a directory. (from J.T. Conklin)

show more ...


# 6a2df062 10-Dec-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

don't run off end of union read-ahead buffer


# 6938a03f 14-Aug-1994 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

DT_WHTD is gone


# 4ba124f7 28-Jul-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

changes for whiteouts and union filesystem


# bfd4c770 15-Jun-1994 pendry <pendry@65305748-3e16-e211-a854-8c89a5c6f760>

use a stable sort funciton (mergesort).


# 453b31c1 07-May-1994 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

merge in opendir that understands union mounts


# 025fc2ab 12-Feb-1994 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

typo


# f3f1492a 08-Jun-1993 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

4.4BSD snapshot (revision 8.1); add 1993 to copyright


# 18bc2a40 08-Jun-1993 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

global _rewinddir moves to structure dd_rewind


# e6318fed 04-Feb-1993 ralph <ralph@65305748-3e16-e211-a854-8c89a5c6f760>

use symbolic constant FD_CLOEXEC.


# b49505af 14-Mar-1992 ralph <ralph@65305748-3e16-e211-a854-8c89a5c6f760>

change CLSIZE to CLBYTES so the code will work (CLSIZE is # pages).


# ae227ee3 23-Feb-1991 donn <donn@65305748-3e16-e211-a854-8c89a5c6f760>

Add include files to get prototype declarations, and fix bugs found.


# 713c010c 01-Jun-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

new copyright notice


# be7910c0 20-Mar-1990 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

lint fix


# 48246f82 30-Jan-1990 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

set up seek pointer for telldir


# 1c141aa3 17-Aug-1989 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

POSIX requires file descriptor to be close-on-exec


# cfb61417 11-Jul-1989 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

update for global telldir list


# a4770fe4 10-Jul-1989 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

update to use getdirentries


# a0a99e1f 11-Jan-1989 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

modifications to use POSIX defined <dirent.h>


# b93cb091 18-Jun-1988 bostic <bostic@65305748-3e16-e211-a854-8c89a5c6f760>

install approved copyright notice


# 05b6ed9c 09-Mar-1986 donn <donn@65305748-3e16-e211-a854-8c89a5c6f760>

added LIBC_SCCS condition for sccs ids


# 75c5852b 30-May-1985 dist <dist@65305748-3e16-e211-a854-8c89a5c6f760>

Add copyright


# 942caf67 01-Jul-1983 sam <sam@65305748-3e16-e211-a854-8c89a5c6f760>

include fixes


# c66830a3 12-Nov-1982 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

get rid of check for directory


# ad3fecc0 04-Aug-1982 mckusick <mckusick@65305748-3e16-e211-a854-8c89a5c6f760>

open file before allocating buffer as per Ken Greer (hplabs!kg) suggestion


12