index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
opendir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r297790:
ngie
2016-12-03
1
-1
/
+1
*
MFC 268531,269079,269204:
jhb
2014-08-14
1
-161
/
+204
*
libc/opendir: Improve behaviour of union uniquifier:
jilles
2013-02-24
1
-25
/
+26
*
libc: Use O_CLOEXEC for various internal file descriptors.
jilles
2012-09-29
1
-1
/
+2
*
Hide DIR definition by making it an opaque struct typedef.
gleb
2012-05-19
1
-0
/
+1
*
Finally removed the stat() and fstat() calls from the opendir() code.
ru
2012-03-02
1
-24
/
+14
*
fdopendir(): Do not close the passed file descriptor on failure.
jilles
2011-11-22
1
-4
/
+13
*
Let opendir() use O_DIRECTORY.
ed
2010-03-21
1
-2
/
+2
*
Style: rename internal function to opendir_compar()
ache
2010-01-20
1
-2
/
+2
*
Double checking my commit I found that comment saying that
ache
2010-01-18
1
-7
/
+3
*
a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.
ache
2010-01-18
1
-2
/
+2
*
Do not rely on behaviour undefined by ANSI C, use thunks to adapt
kib
2010-01-05
1
-2
/
+14
*
Modernize scandir(3) and alphasort(3) interfaces according to the IEEE
kib
2010-01-04
1
-1
/
+2
*
Implement fdopendir(3) by splitting __opendir2() into two parts, the upper part
delphij
2008-04-16
1
-5
/
+31
*
Style fixes to opendir.c:
delphij
2008-04-16
1
-6
/
+3
*
Per Regents of the University of Calfornia letter, remove advertising
imp
2007-01-09
1
-4
/
+0
*
Avoid using void pointers in additive expressions.
stefanf
2004-08-14
1
-1
/
+1
*
Make sure we initialise dirp->dd_size if we aren't reading a unionfs
dfr
2003-12-26
1
-0
/
+1
*
Catch up with the renaming of the "union" filesystem to "unionfs".
tjr
2003-05-16
1
-1
/
+1
*
#include <string.h> for strcmp()'s prototype.
tjr
2003-01-04
1
-0
/
+1
*
Fix SCM ID's.
obrien
2002-02-01
1
-2
/
+2
*
Compensate for "Compensate for header dethreading" by backing it out.
bde
2001-10-10
1
-2
/
+0
*
Compensate for header dethreading.
markm
2001-05-01
1
-0
/
+2
*
Fix directory reads of MNT_UNION mounts, where entries present in both
joerg
2001-04-23
1
-1
/
+2
*
Fix style bug that was introduced.
obrien
2001-03-05
1
-0
/
+1
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-9
/
+10
*
Move telldir position recording type definitions and prototypes
deischen
2000-12-11
1
-3
/
+7
*
Cleanup XXXdir functions to eliminate global hash table of
deischen
2000-12-06
1
-0
/
+2
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-5
/
+5
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-5
/
+7
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-1
/
+1
*
Cast pointer to a long instead of an int to keep a 64-bit compiler
jb
1998-03-09
1
-1
/
+1
*
Fixed errors in the Lite2 merge. Some style changes were mismerged.
bde
1997-03-12
1
-27
/
+28
*
Merge from Lite2:
peter
1997-03-11
1
-33
/
+200
*
Cache the result of getpagesize() so we only make one syscall.
phk
1996-05-02
1
-10
/
+5
*
stat() before open() because opening of special files may be harmful.
bde
1996-03-29
1
-0
/
+10
*
Fix bugs in opendir():
bde
1995-04-21
1
-9
/
+23
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+87