aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/compat_fts.c
Commit message (Expand)AuthorAgeFilesLines
* proper test for O_DIRECTORYIngo Schwarze2017-02-181-7/+1
* Style improvement, no functional change.Ingo Schwarze2017-02-151-8/+7
* bring back support for sortingIngo Schwarze2016-10-181-8/+61
* sync with OpenBSDIngo Schwarze2016-10-181-17/+12
* POSIX allows PATH_MAX to not be defined, meaning "unlimited".Ingo Schwarze2016-08-021-1/+4
* We always use FTS_NOCHDIR, so delete the directory changing code.Ingo Schwarze2015-03-181-166/+15
* ignore O_CLOEXEC when the operating system doesn't provide it;Ingo Schwarze2015-02-071-1/+4
* trivial sync to OpenBSD: <sys/param.h> no longer neededIngo Schwarze2015-02-071-5/+5
* Make this work on illumos:Ingo Schwarze2014-12-111-31/+9
* sync to OpenBSDIngo Schwarze2014-12-111-4/+5
* one forgotten #ifdef -> #if conversionIngo Schwarze2014-08-171-1/+2
* Improve build system and autodetection.Ingo Schwarze2014-08-161-1/+1
* work around lack of d_namlen and ALIGN/ALIGNBYTES on LinuxIngo Schwarze2014-08-111-15/+16
* Provide a fallback version of fts(3) for systems lacking it.Ingo Schwarze2014-08-111-0/+824