summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
...
* add attribute_unused and include features.h so that we can include ↵Mike Frysinger2005-12-101-0/+4
| | | | libc-internal.h directly and have it work
* Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger2005-12-101-0/+2
|
* Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, ↵Peter S. Mazinger2005-12-091-6/+1
| | | | change users to hidden version
* Remove patch chunk and remove unusedPeter S. Mazinger2005-12-091-21/+0
|
* Sync w/ glibc, should be equiv. to the earlierPeter S. Mazinger2005-12-091-124/+167
|
* Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger2005-12-091-0/+11
|
* mmap/mremap/socket/rewind gonePeter S. Mazinger2005-12-081-0/+3
|
* Change the needed prototypesPeter S. Mazinger2005-12-081-1/+2
|
* Sync w/ glibcPeter S. Mazinger2005-12-081-16/+3
|
* Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ↵Peter S. Mazinger2005-12-082-35/+4
| | | | provided
* Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add ↵Peter S. Mazinger2005-12-081-6/+23
| | | | comment about opendir/closedir undoable, it is too early in this file. i386/x86_64 could use optimized internal_function, but the commented part has to be done based on target, not host
* Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger2005-12-071-0/+3
|
* Sync to glibc, remove __xPeter S. Mazinger2005-12-062-54/+0
|
* Add some needed prototypes and macros to allow transition of __XL and ↵Peter S. Mazinger2005-12-061-0/+15
| | | | friends to hidden versions
* macro out the thread funcs in libc if threading is disabledMike Frysinger2005-12-061-0/+8
|
* first pass at hidden_def() macro based on the glibc oneMike Frysinger2005-12-061-0/+1
|
* touchup whitespace/commentsMike Frysinger2005-12-061-14/+14
|
* Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger2005-12-051-29/+19
|
* remove wrong assumptions about __libc_xPeter S. Mazinger2005-12-031-8/+0
|
* More hiding, including __mempcpyPeter S. Mazinger2005-12-033-83/+8
|
* Hide mostly used functionsPeter S. Mazinger2005-12-011-0/+64
|
* Sync w/ glibcPeter S. Mazinger2005-11-301-4/+4
|
* Sync w/ glibcPeter S. Mazinger2005-11-301-6/+25
|
* sync with glibc headerMike Frysinger2005-11-301-3/+39
|
* Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger2005-11-281-76/+82
|
* Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger2005-11-271-2/+2
|
* headers patched w/ sed -i 's:extern int errno:#include <errno.h>' ↵Peter S. Mazinger2005-11-271-0/+4
| | | | linux/unistd.h fail here
* sync with glibc and Paul Brook says: fix posix_memalign prototype by ↵Mike Frysinger2005-11-251-60/+65
| | | | dropping __attribute_malloc__
* update license with glibcMike Frysinger2005-11-231-8/+8
|
* Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger2005-11-182-4/+3
|
* import updates from glibcMike Frysinger2005-11-151-76/+47
|
* include pthreads if appropriate ala glibcMike Frysinger2005-11-151-1/+9
|
* as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵Mike Frysinger2005-11-152-2/+1
| | | | wont exist if user disables the option
* sync getopt headers with glibcMike Frysinger2005-11-152-1/+2
|
* Let the #define do all the workEric Andersen2005-11-141-5/+1
|
* Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen2005-11-101-1/+1
|
* Disable __xpg_sigpause until it is implemented (if at all) in uClibcPeter S. Mazinger2005-11-101-1/+1
|
* Correct a problem introduced by porting the glibc headerPeter S. Mazinger2005-11-081-1/+1
|
* Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATSPeter S. Mazinger2005-11-051-0/+4
|
* Sync up w/ glibcPeter S. Mazinger2005-11-0439-437/+865
|
* Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabledPeter S. Mazinger2005-11-041-1/+1
|
* add a macro for __attribute__ ((__noreturn__))Mike Frysinger2005-11-041-3/+9
|
* Sync w/ glibcPeter S. Mazinger2005-11-031-95/+201
|
* Sync headers w/ glibcPeter S. Mazinger2005-11-032-14/+34
|
* sync with glibc to fix building xorg-serverMike Frysinger2005-11-031-20/+28
|
* Sync with glibcPeter S. Mazinger2005-11-031-5/+4
|
* Sync headers w/ glibcPeter S. Mazinger2005-11-033-49/+66
|
* Moved guard_setup to dl-osinfo.h (used commonly by ldso and libc). Renamed ↵Peter S. Mazinger2005-10-272-2/+6
| | | | to _dl_setup_stack_chk_guard, as in glibc. SSP requires now binutils-2.16.1 and newer. Add NOT_IN_libc/IS_IN_libc. Began using -DSHARED in uClibc_main.c, there are more candidates in there. Move back dl_protect_relro to it's earlier place.
* merge updates from glibcMike Frysinger2005-10-261-29/+35
|
* Correcrt posix_fadvise* to allow compilingPeter S. Mazinger2005-10-251-3/+3
|