aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/gen/fts.c
Commit message (Expand)AuthorAgeFilesLines
* Remove patch bogons which crept in.Kris Kennaway2001-06-011-2/+0
* MFC: Protect the remaining instance of chdir() using fts_safe_changedir().Kris Kennaway2001-06-011-23/+12
* MFC: stat() after chdir("..") to ensure we end up in a known location.Kris Kennaway2001-05-301-2/+16
* MFC: r1.15: fix style bugsKris Kennaway2001-03-051-29/+16
* Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),Jason Evans2000-01-271-12/+11
* Add three-tier symbol naming in support of POSIX thread cancellationJason Evans2000-01-121-11/+14
* Switch over to the OpenBSD fts.c, fixing lots of things.Brian Feldman1999-12-181-71/+125
* Fix the root cause of the fts buffer overflow. This is a temporaryWarner Losh1999-09-021-5/+23
* Reverted to revision 1.8 as previous fix causes fts_open with with aPeter Holm1999-08-151-1/+1
* Reviewed by: phkPeter Holm1999-08-141-1/+1
* Replace memory leaking instances of realloc with non-leaking reallocf.Warner Losh1998-09-161-2/+2
* fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro thatPoul-Henning Kamp1998-07-031-3/+4
* Apply fts() fix from PR#4593Peter Wemm1997-09-221-1/+1
* Merge in the safe chdir changes from Todd Miller's mods to the OpenBSDWarner Losh1997-08-291-20/+64
* Merge from Lite2:Peter Wemm1997-03-111-3/+27
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-7/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+971