summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits
AgeCommit message (Expand)Author
2006-12-08seems this is the newfangled way to tell folks this stuffEric Andersen
2006-12-08this stuff is for uClibc internal use onlyEric Andersen
2006-12-08finish the pthread locking cleanups. This should get things compiling againEric Andersen
2006-12-08Fill in a few more of the missing pieces...Eric Andersen
2006-12-07Major cleanup of internal mutex locking. Be more consistant in how we doEric Andersen
2006-12-06stdio update from mjn3Eric Andersen
2006-12-02PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it...Mike Frysinger
2006-12-02Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc co..."Steven J. Hill"
2006-11-29remove redundant headers local to libpthread, causing headerEric Andersen
2006-11-29- honor __UCLIBC_HAS_LFS__Bernhard Reutner-Fischer
2006-11-17revert PTHREAD_THREADS_MAX back to former size since the large majority of pe...Mike Frysinger
2006-11-04based on a patch from Atsushi Nemoto:Eric Andersen
2006-09-25Do not include tls.h unless __UCLIBC_HAS_THREADS__ is defined.Peter Kjellerstedt
2006-08-24sync with upstream via psmMike Frysinger
2006-08-24sync with upstream via psmMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-08-23sync with psm: update errno handling to be the same on all archesMike Frysinger
2006-08-23sync with upstream via psmMike Frysinger
2006-08-21bits/profil-counter.h and bits/atomicity.h are leftovers from the old gprofEric Andersen
2006-03-29sync with glibcMike Frysinger
2006-03-20Replace __THROW w/ __NTH pointed out by Amir Shalem, take 2Peter S. Mazinger
2006-03-01sync type style with glibc ... this fixes many alpha issues where it has diff...Mike Frysinger
2006-02-28Mark __syscall_*sigaction hidden and add guard to the headerPeter S. Mazinger
2006-02-27Add Rich Felker's getopt_long to be used in conjunction w/ the SuSv3 getoptPeter S. Mazinger
2006-02-24Correct commentsPeter S. Mazinger
2006-02-22Correct ifndef __ASSEMBLER__Peter S. Mazinger
2006-02-22guard parts w/ __ASSEMBLER__ to be usable in vfork.SPeter S. Mazinger
2006-02-22Made include/bits/pthreadtypes.h compile again as it usesPeter Kjellerstedt
2006-02-22Sync w/ glibc, enabled only those defines, that are used in uClibcPeter S. Mazinger
2006-02-22Sync with glibc 2.3.6.Peter Kjellerstedt
2006-02-18tweak the idea between having a MMU and actually using itMike Frysinger
2006-02-16Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger
2006-02-16Guard __pthread_mutex_* to be used exclusively within uClibc, do we need this...Peter S. Mazinger
2006-02-13Add back the 115200 limitPeter S. Mazinger
2006-02-10only check for rlimit stuff if the target doesnt support the newer function c...Mike Frysinger
2006-02-10sync with glibc, should fix the swap* segfaults in ltpMike Frysinger
2006-02-03getopt_long[_only] visible only if GNU getopt usedPeter S. Mazinger
2006-01-26Allow for targets that don't know about signed zero floats."Jan-Benedict Glaw"
2006-01-22Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ...Peter S. Mazinger
2006-01-19Change to sane defaultsPeter S. Mazinger
2006-01-19move a bunch of arch-specific checks out of common files and into an arch spe...Mike Frysinger
2006-01-19Correct unimportant typoPeter S. Mazinger
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-19give a little info as to what the file should containMike Frysinger
2006-01-16Last relocs jump and global data, (even locales) that I could remove are gone...Peter S. Mazinger
2006-01-15Remove __XL(N) and __XL_ALIAS(N) adapting the last use of itPeter S. Mazinger
2006-01-06Allow to build gcc/libstdc++ w/ LOCALE enabled, XLOCALE probably won't work t...Peter S. Mazinger
2006-01-05sync Joseph S. Myers fixes from glibc for a better NAN defineMike Frysinger
2006-01-05remove duplicate ;Mike Frysinger
2006-01-04now we can safely declare these hiddenMike Frysinger