aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/opendir.c
Commit message (Expand)AuthorAgeFilesLines
* libc: remove forward compat added in r356830 for F_ISUNIONSTACKMateusz Guzik2020-01-291-8/+3
* libc: fix build after r356830Mateusz Guzik2020-01-171-1/+1
* vfs: provide F_ISUNIONSTACK as a kludge for libcMateusz Guzik2020-01-171-6/+19
* libc: assume no union stack if fstatfs fails in readdirMateusz Guzik2020-01-171-7/+6
* Fix two WARNS=6 warnings in opendir.c and telldir.cAlex Richardson2019-06-231-2/+2
* Clean up the vcs ID strings in libc's gen/ directory.John Baldwin2018-07-031-3/+1
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Commit the 64-bit inode project.Konstantin Belousov2017-05-231-0/+1
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* libc: replace 0 with NULL for pointers.Pedro F. Giffuni2016-04-101-1/+1
* Fix some edge cases with rewinddir():John Baldwin2014-07-111-161/+204
* libc/opendir: Improve behaviour of union uniquifier:Jilles Tjoelker2013-02-241-25/+26
* libc: Use O_CLOEXEC for various internal file descriptors.Jilles Tjoelker2012-09-291-1/+2
* Hide DIR definition by making it an opaque struct typedef.Gleb Kurtsou2012-05-191-0/+1
* Finally removed the stat() and fstat() calls from the opendir() code.Ruslan Ermilov2012-03-021-24/+14
* fdopendir(): Do not close the passed file descriptor on failure.Jilles Tjoelker2011-11-221-4/+13
* Let opendir() use O_DIRECTORY.Ed Schouten2010-03-211-2/+2
* Style: rename internal function to opendir_compar()Andrey A. Chernov2010-01-201-2/+2
* Double checking my commit I found that comment saying thatAndrey A. Chernov2010-01-181-7/+3
* a) Use strcoll() in opendir() and alphasort() as POSIX 2008 requires.Andrey A. Chernov2010-01-181-2/+2
* Do not rely on behaviour undefined by ANSI C, use thunks to adaptKonstantin Belousov2010-01-051-2/+14
* Modernize scandir(3) and alphasort(3) interfaces according to the IEEEKonstantin Belousov2010-01-041-1/+2
* Implement fdopendir(3) by splitting __opendir2() into two parts, the upper partXin LI2008-04-161-5/+31
* Style fixes to opendir.c:Xin LI2008-04-161-6/+3
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Avoid using void pointers in additive expressions.Stefan Farfeleder2004-08-141-1/+1
* Make sure we initialise dirp->dd_size if we aren't reading a unionfsDoug Rabson2003-12-261-0/+1
* Catch up with the renaming of the "union" filesystem to "unionfs".Tim J. Robbins2003-05-161-1/+1
* #include <string.h> for strcmp()'s prototype.Tim J. Robbins2003-01-041-0/+1
* Fix SCM ID's.David E. O'Brien2002-02-011-2/+2
* Compensate for "Compensate for header dethreading" by backing it out.Bruce Evans2001-10-101-2/+0
* Compensate for header dethreading.Mark Murray2001-05-011-0/+2
* Fix directory reads of MNT_UNION mounts, where entries present in bothJoerg Wunsch2001-04-231-1/+2
* Fix style bug that was introduced.David E. O'Brien2001-03-051-0/+1
* Remove _THREAD_SAFE and make libc thread-safe by default byDaniel Eischen2001-01-241-9/+10
* Move telldir position recording type definitions and prototypesDaniel Eischen2000-12-111-3/+7
* Cleanup XXXdir functions to eliminate global hash table ofDaniel Eischen2000-12-061-0/+2
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-5/+5
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-5/+7
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-1/+1
* Cast pointer to a long instead of an int to keep a 64-bit compilerJohn Birrell1998-03-091-1/+1
* Fixed errors in the Lite2 merge. Some style changes were mismerged.Bruce Evans1997-03-121-27/+28
* Merge from Lite2:Peter Wemm1997-03-111-32/+199
* Cache the result of getpagesize() so we only make one syscall.Poul-Henning Kamp1996-05-021-10/+5
* stat() before open() because opening of special files may be harmful.Bruce Evans1996-03-291-0/+10
* Fix bugs in opendir():Bruce Evans1995-04-211-9/+23
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+87