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
/
sysdeps
/
linux
/
common
/
getdents64.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix breakage in x86_64 defconfig
Denis Vlasenko
2009-02-27
1
-5
/
+1
*
Last portion of libc_hidden_proto removal.
Denis Vlasenko
2008-11-20
1
-1
/
+1
*
- trim superfluous ';'. No objcode changes
Bernhard Reutner-Fischer
2008-10-28
1
-1
/
+1
*
- trim any trailing whitespace
Bernhard Reutner-Fischer
2008-07-23
1
-3
/
+3
*
- fix inline keyword
Bernhard Reutner-Fischer
2008-07-23
1
-1
/
+1
*
Moving libc_hidden_proto's into #ifdef UCLIBC_INTERNAL block
Denis Vlasenko
2008-05-19
1
-1
/
+1
*
prepare to later remove bits/kernel_types.h from bits/types.h
Eric Andersen
2006-12-06
1
-0
/
+1
*
Kill 2 signedness warnings
Peter S. Mazinger
2006-02-15
1
-1
/
+1
*
Move hidden prototypes to proper place and get rid of duplicate hidden
Peter S. Mazinger
2006-02-15
1
-2
/
+2
*
we cant simply alias getdents to getdents64 as they deal with structures of d...
Mike Frysinger
2006-02-15
1
-0
/
+2
*
use just __getdents64 rather than either __getdents and __getdents64 when pos...
Mike Frysinger
2006-02-04
1
-7
/
+6
*
we get d_type from the kernel so use it
Mike Frysinger
2006-02-04
1
-1
/
+1
*
create local prototypes to shutup warnings
Mike Frysinger
2006-01-29
1
-0
/
+1
*
make DODEBUG=y happy, update sysdeps/common/* copyright
Peter S. Mazinger
2006-01-14
1
-24
/
+11
*
hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...
Peter S. Mazinger
2006-01-14
1
-2
/
+5
*
Convert all users of earlier hiddens
Peter S. Mazinger
2005-12-13
1
-1
/
+1
*
only define offsetof macro if it isnt already defined
Mike Frysinger
2005-12-06
1
-1
/
+2
*
Kill 2 redefine warnings w/ gcc-4.x
Peter S. Mazinger
2005-12-01
1
-1
/
+1
*
Hide mostly used functions
Peter S. Mazinger
2005-12-01
1
-1
/
+1
*
get rid of unused sysdep.h header
Mike Frysinger
2005-11-30
1
-2
/
+0
*
Hide more of stdio,getdents, use internal __raise
Peter S. Mazinger
2005-11-15
1
-3
/
+3
*
Use local copy of sysdep.h
Peter S. Mazinger
2005-10-25
1
-1
/
+1
*
We need to have the size of struct dirent equal to the size of struct dirent64
Eric Andersen
2003-02-10
1
-6
/
+6
*
Fixup compile on 2.2.x kernels when UCLIBC_HAS_LFS is enabled
Eric Andersen
2003-02-03
1
-4
/
+9
*
Fix scandir64 to not free the wrong pieces of memory (which could
Eric Andersen
2003-01-28
1
-0
/
+108