index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
libc
/
gen
/
fts-compat.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
In fts_build(), if we try to chdir and fail (e.g. due to lack of search
das
2004-06-08
1
-2
/
+0
*
Fixed some minor style bugs.
bde
2004-05-13
1
-7
/
+10
*
Fix some^Wseveral style bugs from last commit.
peadar
2004-05-12
1
-22
/
+19
*
The FTS_NOSTAT option is an optimisation that reduces the number
peadar
2004-05-08
1
-3
/
+75
*
A minor refactoring to simplify portability: assign the filename
kientzle
2004-05-05
1
-5
/
+7
*
Remove an unused variable: `sb' in fts_read().
tjr
2003-01-03
1
-1
/
+0
*
Make the threatened fts(3) ABI fix. FTSENT now avoids the use of the struct
wollman
2002-09-21
1
-13
/
+67
*
* Remove __P and convert to ANSI prototypes.
obrien
2002-02-01
1
-43
/
+41
*
Removed duplicate VCS ID tags, as per style(9).
ru
2001-08-13
1
-2
/
+0
*
Fix another unprotected instance of chdir() by extending the
kris
2001-06-01
1
-24
/
+12
*
When doing the chdir("..") in the !FTS_NOCHDIR case, stat() after we get
kris
2001-05-30
1
-2
/
+16
*
Remove _THREAD_SAFE and make libc thread-safe by default by
deischen
2001-01-24
1
-1
/
+3
*
Fix style bugs (including ones introduced from OpenBSD).
green
2000-08-16
1
-29
/
+16
*
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
jasone
2000-01-27
1
-12
/
+11
*
Add three-tier symbol naming in support of POSIX thread cancellation
jasone
2000-01-12
1
-11
/
+14
*
Switch over to the OpenBSD fts.c, fixing lots of things.
green
1999-12-18
1
-71
/
+125
*
Fix the root cause of the fts buffer overflow. This is a temporary
imp
1999-09-02
1
-5
/
+23
*
Reverted to revision 1.8 as previous fix causes fts_open with with a
pho
1999-08-15
1
-1
/
+1
*
Reviewed by: phk
pho
1999-08-14
1
-1
/
+1
*
Replace memory leaking instances of realloc with non-leaking reallocf.
imp
1998-09-16
1
-2
/
+2
*
fts_close calls free(sp), the ISSET(FTS_NOCHDIR) which is a macro that
phk
1998-07-03
1
-3
/
+4
*
Apply fts() fix from PR#4593
peter
1997-09-22
1
-1
/
+1
*
Merge in the safe chdir changes from Todd Miller's mods to the OpenBSD
imp
1997-08-29
1
-20
/
+64
*
Merge from Lite2:
peter
1997-03-11
1
-3
/
+27
*
General -Wall warning cleanup, part I.
jkh
1996-07-12
1
-7
/
+7
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
BSD 4.4 Lite Lib Sources
rgrimes
1994-05-27
1
-0
/
+971