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
*
libc: remove libc weak __pthreads_* wrappers
Timo Teras
2010-04-16
1
-1
/
+1
*
use *_not_cancel variants to avoid accidental cancellations with nptl
Austin Foxley
2009-10-17
1
-4
/
+6
*
clean up O_CLOEXEC handling
Mike Frysinger
2009-10-07
1
-5
/
+3
*
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-05
1
-4
/
+5
*
CLOEXEC: use open(CLOEXEC) if exist; do not check fcntl(FD_CLOEXEC) failure
Denys Vlasenko
2009-09-05
1
-9
/
+12
*
first pass at implementing *at funcs
Mike Frysinger
2009-07-20
1
-19
/
+49
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
1
-1
/
+1
*
next portion of libc_hidden_proto removal
Denis Vlasenko
2008-11-20
1
-4
/
+4
*
libc_hidden_proto removal, just a few functions
Denis Vlasenko
2008-11-18
1
-1
/
+1
*
Revert latest changes. Instead of applying this work-around
Carmelo Amoroso
2008-09-09
1
-2
/
+1
*
Removed pointless initialization to 0 of DIR fields
Carmelo Amoroso
2007-12-07
1
-1
/
+0
*
Fix opendir problem when statically linked due to a missing
Carmelo Amoroso
2007-12-05
1
-0
/
+1
*
remove fstat jump reloc
Peter S. Mazinger
2006-02-14
1
-0
/
+1
*
rfelker reports in Bug 683 that we leak file descriptors if the fcntl() fails...
Mike Frysinger
2006-02-04
1
-8
/
+13
*
add note about racecondition
Mike Frysinger
2006-02-04
1
-0
/
+5
*
use O_DIRECTORY when possible, saves us from having to use stat() thus cuttin...
Mike Frysinger
2006-02-04
1
-1
/
+6
*
add some copyright/license info
Mike Frysinger
2006-02-04
1
-0
/
+6
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
1
-7
/
+12
*
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-13
1
-1
/
+1
*
Convert internal users of chmod/*stat*, minimize change for __strsep
Peter S. Mazinger
2005-12-13
1
-1
/
+1
*
Implement __x versions
Peter S. Mazinger
2005-12-08
1
-1
/
+2
*
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-06
1
-2
/
+0
*
Hide mostly used functions
Peter S. Mazinger
2005-12-01
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