index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
misc
/
dirent
/
opendir.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
clean up O_CLOEXEC handling
Mike Frysinger
2009-10-16
1
-7
/
+3
*
not-cancel: use *_not_cancel variants directly
Austin Foxley
2009-09-21
1
-14
/
+0
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
1
-4
/
+4
*
do not save/restore errno around free() calls
Denys Vlasenko
2009-09-18
1
-4
/
+5
*
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-18
1
-10
/
+15
*
first pass at implementing *at funcs
Mike Frysinger
2009-08-19
1
-18
/
+49
*
Synch with trunk @ 24165
Carmelo Amoroso
2008-11-27
1
-5
/
+5
*
Synch with trunk @ 24087
Carmelo Amoroso
2008-11-18
1
-1
/
+1
*
Make sure that multi-threaded statically linked applications use the real
Carmelo Amoroso
2008-09-03
1
-2
/
+1
*
Remove pointless initialisation to 0 of some DIR's fields
Carmelo Amoroso
2007-12-09
1
-1
/
+0
*
Fix opendir problem when statically linked due to a missing
Carmelo Amoroso
2007-12-05
1
-0
/
+1
*
Merge from trunk and bring in NPTL code in the various 'misc' subsystems.
"Steven J. Hill"
2006-08-24
1
-13
/
+55
*
Big fricking merge from trunk.
"Steven J. Hill"
2006-01-07
1
-2
/
+2
*
Merge from trunk.
"Steven J. Hill"
2005-12-10
1
-1
/
+2
*
Big merge from trunk. Stop the madness!
"Steven J. Hill"
2005-12-06
1
-2
/
+0
*
Merge from trunk. More to come you betcha'.
"Steven J. Hill"
2005-12-02
1
-3
/
+3
*
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-12-27
1
-1
/
+1
*
Fixup totally broken locking code... No storage for the mutex,
Eric Andersen
2002-05-30
1
-2
/
+2
*
Implement readdir_r. Audit for proper thread safety and locking.
Eric Andersen
2002-05-11
1
-1
/
+3
*
Scrub up some lingering problems preventing readdir64 from working
Eric Andersen
2001-11-14
1
-4
/
+5
*
In theory, this adds readdir64 and friends. Dunno if they
Eric Andersen
2001-10-17
1
-1
/
+1
*
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2001-04-06
1
-3
/
+3
*
Move the dirent stuff. I suppose it is system dependant, but then
Eric Andersen
2001-03-19
1
-0
/
+55