summaryrefslogtreecommitdiffstats
path: root/compat_fts.c
Commit message (Expand)AuthorAgeFilesLines
* Only compile compat_*.c implementations that are actually needed.Ingo Schwarze2020-06-151-10/+1
* merge rev. 1.58 from OpenBSD (deraadt@):Ingo Schwarze2020-06-141-5/+6
* Give the fts_compar struct member a real prototype.Ingo Schwarze2020-06-141-1/+4
* proper test for O_DIRECTORYIngo Schwarze2017-02-181-6/+0
* Style improvement, no functional change.Ingo Schwarze2017-02-151-7/+6
* bring back support for sortingIngo Schwarze2016-10-181-7/+60
* sync with OpenBSDIngo Schwarze2016-10-181-16/+11
* POSIX allows PATH_MAX to not be defined, meaning "unlimited".Ingo Schwarze2016-08-021-0/+3
* We always use FTS_NOCHDIR, so delete the directory changing code.Ingo Schwarze2015-03-181-165/+14
* ignore O_CLOEXEC when the operating system doesn't provide it;Ingo Schwarze2015-02-071-0/+3
* trivial sync to OpenBSD: <sys/param.h> no longer neededIngo Schwarze2015-02-071-4/+4
* Make this work on illumos:Ingo Schwarze2014-12-111-30/+8
* sync to OpenBSDIngo Schwarze2014-12-111-3/+4
* 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