summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/fts.c
Commit message (Expand)AuthorAgeFilesLines
* FTS: Remove stale reference to nfs4 fs which was removed in r192578.bdrewery2016-05-211-1/+0
* Use ANSI C prototypes. Eliminates -Wold-style-definition warnings.rodrigc2015-09-201-6/+3
* fts_children: preserve errno after running close/fchdirjilles2015-06-201-5/+8
* fts: Don't return FTS_SLNONE if it's not a symlink (if race).jilles2015-04-041-5/+6
* fts: Don't abort if an empty pathname is given.jilles2014-03-061-5/+1
* fts: Fix double-free with conflicting concurrent modifications.jilles2014-02-071-4/+8
* fts: Stat things relative to the directory fd, if possible.jilles2014-01-121-12/+19
* fts: Use O_DIRECTORY when opening name that might be changed by attacker.jilles2013-02-101-1/+2
* libc/fts: Use O_CLOEXEC for internal file descriptors.jilles2012-09-271-5/+7
* Use calloc().delphij2012-08-011-2/+1
* Hide DIR definition by making it an opaque struct typedef.gleb2012-05-191-1/+3
* Use ANSI prototypes.delphij2012-02-181-42/+13
* From fts.c comment:pjd2011-03-161-0/+1
* Reset path name back to original correctly in fts_build() whenjh2009-11-261-5/+2
* fts_open() requires that the list passed as argument to contain at leastdelphij2009-10-051-0/+6
* Fix a file descriptor leak in fts_child().das2009-03-041-1/+3
* Our fts(3) API, as inherited from 4.4BSD, suffers from integeryar2008-01-261-41/+13
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* In fts_build(), if we try to chdir and fail (e.g. due to lack of searchdas2004-06-081-2/+0
* Fixed some minor style bugs.bde2004-05-131-7/+10
* Fix some^Wseveral style bugs from last commit.peadar2004-05-121-22/+19
* The FTS_NOSTAT option is an optimisation that reduces the numberpeadar2004-05-081-3/+75
* A minor refactoring to simplify portability: assign the filenamekientzle2004-05-051-5/+7
* Remove an unused variable: `sb' in fts_read().tjr2003-01-031-1/+0
* Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the structwollman2002-09-211-13/+67
* * Remove __P and convert to ANSI prototypes.obrien2002-02-011-43/+41
* Removed duplicate VCS ID tags, as per style(9).ru2001-08-131-2/+0
* Fix another unprotected instance of chdir() by extending thekris2001-06-011-24/+12
* When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we getkris2001-05-301-2/+16
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-1/+3
* Fix style bugs (including ones introduced from OpenBSD).green2000-08-161-29/+16
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),jasone2000-01-271-12/+11
* Add three-tier symbol naming in support of POSIX thread cancellationjasone2000-01-121-11/+14
* Switch over to the OpenBSD fts.c, fixing lots of things.green1999-12-181-71/+125
* Fix the root cause of the fts buffer overflow. This is a temporaryimp1999-09-021-5/+23
* Reverted to revision 1.8 as previous fix causes fts_open with with apho1999-08-151-1/+1
* Reviewed by: phkpho1999-08-141-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.imp1998-09-161-2/+2
* fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatphk1998-07-031-3/+4
* Apply fts() fix from PR#4593peter1997-09-221-1/+1
* Merge in the safe chdir changes from Todd Miller's mods to the OpenBSDimp1997-08-291-20/+64
* Merge from Lite2:peter1997-03-111-3/+27
* General -Wall warning cleanup, part I.jkh1996-07-121-7/+7
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+971
OpenPOWER on IntegriCloud