index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
fts.c
Age
Commit message (
Expand
)
Author
2000-08-24
KNF
Theo de Raadt
1999-10-03
put back FTS_CHDIRROOT until next library major number crank
Todd C. Miller
1999-10-03
kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used
Todd C. Miller
1999-10-03
Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org):
Todd C. Miller
1999-08-16
If the FTS_NOCHDIR flag is set and the final directory is empty,
Todd C. Miller
1999-05-17
1) Only do pointer adjusting if realloc() changed our pointer
Todd C. Miller
1998-08-15
fix realloc patch
Theo de Raadt
1998-08-14
realloc repair
Theo de Raadt
1998-07-03
do not free() before last ref; kmayer@freegate.com
Theo de Raadt
1998-03-19
some -Wall
Todd C. Miller
1997-10-11
Replace my trailing slash removal with the one from FreeBSD.
Todd C. Miller
1997-10-06
Fix bug caused by trailing '/' stripping. Didn't always guarantee NULL
Todd C. Miller
1997-09-20
Strip trailing '/' from paths. Noted by hermit@cs.tu-berlin.de in
Todd C. Miller
1997-09-01
Fix problem with ``find -execdir'' not having the correct initial cwd.
Todd C. Miller
1997-08-29
Minor KNF changes to fts_safe_chdir and recent NetBSD code integration
imp
1997-08-02
From NetBSD (phil):
Todd C. Miller
1997-07-23
trailing blanks
kstailey
1997-03-24
Make sure head, tail, and nitems get zero'd even if we
Todd C. Miller
1997-01-17
Final fix to make fts(3) spoof-proof.
Todd C. Miller
1997-01-14
Be extra careful when chdir'ing to subdirs.
Todd C. Miller
1996-12-23
Back out last change, it is not sufficient.
Todd C. Miller
1996-12-23
Avoid spoofing when cd'ing to subdirs. First cut.
Todd C. Miller
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt