summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2006-01-05import the extend_alloca() macro from glibcMike Frysinger
2006-01-05Merge from branch."Steven J. Hill"
2006-01-04Sync w/ glibc, mostly REDIRECT_NTH,__wurPeter S. Mazinger
2006-01-04tweak __progname handling some more since some [bad] apps actually try and us...Mike Frysinger
2006-01-03keep __USE_GNU for program_invocation_*_namePeter S. Mazinger
2006-01-03Add __toupper, remove unneeded undefs for tolowerPeter S. Mazinger
2006-01-03Add more hidden prototypesPeter S. Mazinger
2006-01-03add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger
2006-01-03import a bunch of EM defines from gnu binutilsMike Frysinger
2006-01-03touchup comments and define Blackfin for Jie ZhangMike Frysinger
2005-12-30Sync ftw w/ glibc, splitting ftw and ftw64Peter S. Mazinger
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
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 mail/decides...Peter S. Mazinger
2005-12-13Sync w/ glibcPeter S. Mazinger
2005-12-10add attribute_unused and include features.h so that we can include libc-inter...Mike Frysinger
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, cha...Peter S. Mazinger
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
2005-12-08Add hidden_weak_alias/hidden_strong_alias, remove gettimeofday hack and add c...Peter S. Mazinger
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 friends...Peter S. Mazinger
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>' linux/unist...Peter S. Mazinger
2005-11-25sync with glibc and Paul Brook says: fix posix_memalign prototype by dropping...Mike Frysinger
2005-11-23update license with glibcMike Frysinger
2005-11-18Enable __THROW,_NTH,REDIRECT_NTHPeter S. Mazinger