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
/
include
/
features.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
guard *_chk() related stuff with UCLIBC_HAS_FORTIFY
Peter S. Mazinger
2011-03-09
1
-1
/
+4
*
make it possible to compile with -std=gnu99/c99 and use extern inlines
Peter S. Mazinger
2011-03-03
1
-1
/
+1
*
features.h: reorganize
Peter S. Mazinger
2009-11-19
1
-66
/
+59
*
help broken apps to detect __GLIBC__ headers
Peter S. Mazinger
2009-11-19
1
-4
/
+6
*
update headers and disable prototypes
Peter S. Mazinger
2009-11-19
1
-0
/
+2
*
move __linux__ to libc-internal.h
Peter S. Mazinger
2009-11-19
1
-8
/
+0
*
rm uClibc_arch_features.h on install
Peter S. Mazinger
2009-11-19
1
-3
/
+0
*
s/UCLIBC_INTERNAL/_LIBC/g
Denys Vlasenko
2009-07-21
1
-1
/
+1
*
first pass at implementing *at funcs
Mike Frysinger
2009-07-20
1
-15
/
+36
*
- remove unavailable functionality upon request (Peter Mazinger)
Bernhard Reutner-Fischer
2009-01-21
1
-0
/
+2
*
features.h: add TODO (changing __OPTIMIZE_SIZE__ is a wrong thing to do)
Denis Vlasenko
2008-12-13
1
-1
/
+7
*
*: document __USE_EXTERN_INLINES better;
Denis Vlasenko
2008-12-13
1
-3
/
+11
*
- for extern inline, also take __extern_inline and __GNUC_GNU_INLINE__ into a...
Bernhard Reutner-Fischer
2008-09-06
1
-1
/
+2
*
drop __user hack for crappy kernel headers and document the __linux__ grease
Mike Frysinger
2007-09-15
1
-4
/
+4
*
- honor __UCLIBC_HAS_LFS__
Bernhard Reutner-Fischer
2006-11-29
1
-2
/
+4
*
cut out _FORTIFY_SOURCE
Mike Frysinger
2006-05-12
1
-0
/
+2
*
Correct typo
Peter S. Mazinger
2006-02-23
1
-1
/
+1
*
Sync w/ glibc, disabling *at interfaces
Peter S. Mazinger
2006-02-23
1
-43
/
+77
*
move a bunch of arch-specific checks out of common files and into an arch spe...
Mike Frysinger
2006-01-19
1
-0
/
+1
*
Change __OPTIMIZE__ > 0 to defined(__OPTIMIZE__) as in glibc-2.3.5.
Peter S. Mazinger
2005-10-11
1
-1
/
+1
*
merge some misc stuff from glibc
Mike Frysinger
2005-09-21
1
-18
/
+36
*
move misc internal definitions to a sep file to minimize differences with fea...
Mike Frysinger
2005-09-21
1
-85
/
+5
*
In Bug 364 by hassold:
Mike Frysinger
2005-08-10
1
-5
/
+5
*
newer linux headers define __cast__ in compiler.h so lets fake it too
Mike Frysinger
2005-01-11
1
-0
/
+3
*
Arrange to hide uClibc internals
Eric Andersen
2004-10-27
1
-0
/
+7
*
Cleanup some dead wood in the header files
Eric Andersen
2004-07-30
1
-30
/
+11
*
Cope with gcc 3.4's more aggressive persuit of attribute unused
Eric Andersen
2004-04-20
1
-0
/
+3
*
Cope with 2.6.x headers
Eric Andersen
2004-01-02
1
-0
/
+4
*
prevent some needless warnings when building w/2.6.x kernel headers
Eric Andersen
2003-11-21
1
-0
/
+3
*
sigh. The cris compiler doesn't do link_warning's....
Eric Andersen
2003-09-09
1
-1
/
+5
*
Only define __STDC_ISO_10646__ if wide char support is enabled.
Manuel Novoa III
2003-09-03
1
-0
/
+2
*
Avoid gratuitous conflicts when used with kernel headers
Eric Andersen
2003-08-22
1
-2
/
+6
*
also carefully booleanize the false value
Eric Andersen
2003-08-11
1
-2
/
+2
*
silly me, thats not going to work.
Eric Andersen
2003-08-10
1
-3
/
+2
*
An even simpler likely
Eric Andersen
2003-08-10
1
-1
/
+1
*
Update likely() to cope with truth values other than 1
Eric Andersen
2003-08-10
1
-2
/
+2
*
Patch from Stefan Allius:
Eric Andersen
2003-02-17
1
-1
/
+1
*
Make sure we have __linux__ defined
Eric Andersen
2002-11-09
1
-0
/
+3
*
Ok, this commit is _huge_ and its gonna change the world. I've
Eric Andersen
2002-10-31
1
-5
/
+5
*
Fix a number of compile time warnings so that uClibc will build with -Werror ...
David McCullough
2002-08-09
1
-2
/
+2
*
Patch from Yoshinori Sato <qzb04471@nifty.ne.jp> to use
Eric Andersen
2002-05-28
1
-7
/
+2
*
Fixup and unifiy version numbering. Automate versioning updates.
Eric Andersen
2002-05-28
1
-5
/
+15
*
Several h8300 updates from Yoshinori Sato <qzb04471@nifty.ne.jp>
Eric Andersen
2002-05-23
1
-2
/
+8
*
Remove function declartions from include/features.h, create
Eric Andersen
2002-04-01
1
-14
/
+1
*
Rework __gen_tempname() to better match glibc, and add mkstemp64(),
Eric Andersen
2002-03-31
1
-0
/
+13
*
Hide libc specific junk inside a #ifdef _LIBC to avoid
Eric Andersen
2002-03-15
1
-6
/
+7
*
Fix a segfault in scandir for empty directories. After looking over
Eric Andersen
2002-03-12
1
-2
/
+5
*
Remove elimination of __BEGIN_DECLS/__END_DECLS
Eric Andersen
2002-02-26
1
-4
/
+0
*
I was confusing the effects of _LARGEFILE_SOURCE with those of
Manuel Novoa III
2002-02-22
1
-27
/
+25
*
Merge in the pthread library. This is the linuxthreads library taken from
Eric Andersen
2002-02-20
1
-0
/
+1
[next]