summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads/sysdeps/sparc
ModeNameSize
-rw-r--r--pspinlock.c243logplain
-rw-r--r--pt-machine.h150logplain
d---------sparc32113logplain
d---------sparc6479logplain
-rw-r--r--tcb-offsets.sym102logplain
-rw-r--r--tls.h3339logplain
2005-12-09 19:37:05 +0000'>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 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 wo...Mike Frysinger 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