summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2005-12-16Correct C_SYMBOL_PREFIX handling for asm, supports only none or _Peter S. Mazinger
2005-12-16Use kernel provided syscalls for user-space, the one from libc is not usablePeter S. Mazinger
2005-12-16Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵Peter S. Mazinger
it back
2005-12-15Add for assembler all *aliasPeter S. Mazinger
2005-12-15Sync headers w/ glibcPeter S. Mazinger
2005-12-13Add some more hidden prototypesPeter S. Mazinger
2005-12-13Add __lstat and reorganize somewhatPeter S. Mazinger
2005-12-13Add redirect/redefines for x to x64 until someone will answer my ↵Peter S. Mazinger
mail/decides of a better way. libc-internal.h will finally have >5xx __x prototypes
2005-12-13Sync w/ glibcPeter S. Mazinger
2005-12-10add attribute_unused and include features.h so that we can include ↵Mike Frysinger
libc-internal.h directly and have it work
2005-12-10Switch fread/fwrite/fclose/pipe/sigsetmask usersPeter S. Mazinger
2005-12-09Do __nl_langinfo, partly sync header w/ glibc, add missing nl_langinfo_l, ↵Peter S. Mazinger
change users to hidden version
2005-12-09Remove patch chunk and remove unusedPeter S. Mazinger
2005-12-09Sync w/ glibc, should be equiv. to the earlierPeter S. Mazinger
2005-12-09Implement hidden poll, switch user to hidden *printf/*scanf/pollPeter S. Mazinger
2005-12-08mmap/mremap/socket/rewind gonePeter S. Mazinger
2005-12-08Change the needed prototypesPeter S. Mazinger
2005-12-08Sync w/ glibcPeter S. Mazinger
2005-12-08Remove __strto* from header (glibc sync), disable __asprintf/__getdelim, not ↵Peter S. Mazinger
provided
2005-12-08Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add ↵Peter S. Mazinger
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
2005-12-07Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...Peter S. Mazinger
2005-12-06Sync to glibc, remove __xPeter S. Mazinger
2005-12-06Add some needed prototypes and macros to allow transition of __XL and ↵Peter S. Mazinger
friends to hidden versions
2005-12-06macro out the thread funcs in libc if threading is disabledMike Frysinger
2005-12-06first pass at hidden_def() macro based on the glibc oneMike Frysinger
2005-12-06touchup whitespace/commentsMike Frysinger
2005-12-05Sync w/ glibc and disable everything uClibc does not providePeter S. Mazinger
2005-12-03remove wrong assumptions about __libc_xPeter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-12-01Hide mostly used functionsPeter S. Mazinger
2005-11-30Sync w/ glibcPeter S. Mazinger
2005-11-30Sync w/ glibcPeter S. Mazinger
2005-11-30sync with glibc headerMike Frysinger
2005-11-28Sync regex.h w/ glibc and make regex build w/ itPeter S. Mazinger
2005-11-27Sync minimally w/ glibc, else cpio fails buildingPeter S. Mazinger
2005-11-27headers patched w/ sed -i 's:extern int errno:#include <errno.h>' ↵Peter S. Mazinger
linux/unistd.h fail here
2005-11-25sync with glibc and Paul Brook says: fix posix_memalign prototype by ↵Mike Frysinger
dropping __attribute_malloc__
2005-11-23update license with glibcMike Frysinger
2005-11-18Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger
2005-11-15import updates from glibcMike Frysinger
2005-11-15include pthreads if appropriate ala glibcMike Frysinger
2005-11-15as psm points out, we need to use bits/getopt.h in unistd.h since getopt.h ↵Mike Frysinger
wont exist if user disables the option
2005-11-15sync getopt headers with glibcMike Frysinger
2005-11-14Let the #define do all the workEric Andersen
2005-11-10Lets not just paper over this. Add implementation of __xpg_sigpause()Eric Andersen
2005-11-10Disable __xpg_sigpause until it is implemented (if at all) in uClibcPeter S. Mazinger
2005-11-08Correct a problem introduced by porting the glibc headerPeter S. Mazinger
2005-11-05Protect *strto{d,f,ld}_l by UCLIBC_HAS_FLOATSPeter S. Mazinger
2005-11-04Sync up w/ glibcPeter S. Mazinger
2005-11-04Use bits/getopt.h, getopt.h is not included if GNU_GETOPT support is disabledPeter S. Mazinger