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
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
2
-20
/
+0
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
1
-4
/
+4
*
trim Experimentally off and uncommented hidden
Austin Foxley
2009-09-18
8
-11
/
+0
*
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
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-19
1
-0
/
+2
*
first pass at implementing *at funcs
Mike Frysinger
2009-08-19
1
-18
/
+49
*
dirent: push dirent type to prototypes
Mike Frysinger
2009-08-19
6
-32
/
+12
*
Add strverscmp() and versionsort[64]().
Denis Vlasenko
2009-02-08
3
-2
/
+34
*
Synch with trunk @ 24165
Carmelo Amoroso
2008-11-27
11
-21
/
+21
*
Synch with trunk @ 24087
Carmelo Amoroso
2008-11-18
2
-2
/
+2
*
Synch with trunk @ 24075.
Carmelo Amoroso
2008-11-17
4
-12
/
+35
*
Synch with trunk @ 24075.
Carmelo Amoroso
2008-11-17
1
-4
/
+4
*
Make sure that multi-threaded statically linked applications use the real
Carmelo Amoroso
2008-09-03
1
-2
/
+1
*
Synch with trunk at rev 22997.
Carmelo Amoroso
2008-07-31
3
-4
/
+4
*
BIG BIG commit: all left files merged from trunk [rev 22714]. Currenntly NPTL...
Carmelo Amoroso
2008-07-09
12
-31
/
+25
*
Synch the whole build system. Also including recent fix on testsuite build sy...
Carmelo Amoroso
2008-07-09
1
-2
/
+2
*
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
*
Fix Makefile.in and synch them with trunk. Signed-off-by: Carmelo Amoroso <ca...
Carmelo Amoroso
2007-11-20
1
-2
/
+0
*
Merge from trunk and bring in NPTL code in the various 'misc' subsystems.
"Steven J. Hill"
2006-08-24
3
-17
/
+76
*
Merge from trunk.
"Steven J. Hill"
2006-02-27
14
-113
/
+127
*
Big fricking merge from trunk.
"Steven J. Hill"
2006-01-07
11
-25
/
+23
*
Merge from trunk.
"Steven J. Hill"
2005-12-10
5
-4
/
+10
*
Big merge from trunk. Stop the madness!
"Steven J. Hill"
2005-12-06
10
-33
/
+6
*
Merge from trunk. More to come you betcha'.
"Steven J. Hill"
2005-12-02
9
-50
/
+18
*
Massive merge from trunk.
"Steven J. Hill"
2005-11-18
1
-2
/
+2
*
Massive merge from trunk.
"Steven J. Hill"
2005-11-17
1
-1
/
+0
*
Copy from trunk.
"Steven J. Hill"
2005-10-30
1
-0
/
+28
*
merge parallel build support
Mike Frysinger
2005-01-25
1
-5
/
+4
*
Fix a long-standing bug with pthreads. A couple of linuxthreads files
Manuel Novoa III
2003-12-27
8
-15
/
+15
*
Peter Kjellerstedt writes:
Eric Andersen
2003-10-18
1
-1
/
+1
*
Fixup some small issues that show up when large file support is disabled
Eric Andersen
2003-02-24
1
-0
/
+2
*
Fix scandir64 to not free the wrong pieces of memory (which could
Eric Andersen
2003-01-28
6
-79
/
+86
*
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-10-31
4
-8
/
+8
*
Implement missing readdir64_r.c
Eric Andersen
2002-08-26
2
-1
/
+81
*
Fixup totally broken locking code... No storage for the mutex,
Eric Andersen
2002-05-30
8
-29
/
+29
*
Oops. Stupid typo.
Eric Andersen
2002-05-11
1
-1
/
+1
*
Implement readdir_r. Audit for proper thread safety and locking.
Eric Andersen
2002-05-11
10
-101
/
+140
*
Avoid defining __USE_FILE_OFFSET64, since we do _NOT_ want
Eric Andersen
2002-04-09
3
-9
/
+15
*
Fix a segfault in scandir for empty directories. After looking over
Eric Andersen
2002-03-12
1
-65
/
+77
*
Don't redefine stuff
Eric Andersen
2002-02-26
3
-9
/
+30
*
Scrub malloc handling
Eric Andersen
2002-01-08
2
-16
/
+25
*
Update my email address. I am no longer andersen@lineo.com
Eric Andersen
2001-12-19
1
-0
/
+1
*
Scrub up some lingering problems preventing readdir64 from working
Eric Andersen
2001-11-14
12
-18
/
+38
*
In theory, this adds readdir64 and friends. Dunno if they
Eric Andersen
2001-10-17
6
-3
/
+176
*
ANSI/ISO specifies that no library function sets errno to 0.
Manuel Novoa III
2001-06-26
1
-2
/
+0
*
Looks like we lost clearing errno
Eric Andersen
2001-06-26
1
-0
/
+2
*
Remove simulated d_type support for getdents and the dirent struct, and use
Manuel Novoa III
2001-06-25
1
-11
/
+1
[next]