summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/bits
AgeCommit message (Expand)Author
2008-12-01fix sigset_t size for mips (it's the only arch with 128 signals).Denis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-11-29reduce sigset_t size for 128 bytes to 64 bits:Denis Vlasenko
2008-11-26- revert 24148:24151Bernhard Reutner-Fischer
2008-11-25- hide locksBernhard Reutner-Fischer
2008-11-22signal ops: avoid calls through PLT for __sigXXX opsDenis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-10-06- tweak inclusion of asm/socket.h for linux-2.4 (Peter S. Mazinger)Bernhard Reutner-Fischer
2008-10-03- add long double math wrappers (Ned Ludd)Bernhard Reutner-Fischer
2008-10-03- use c89-style commentsBernhard Reutner-Fischer
2008-09-26- move libm_hidden_proto to the corresponding headers. Remove from callsites.Bernhard Reutner-Fischer
2008-09-09Hush compiler for extern inline warnings by using Carmelo Amoroso
2008-07-23- trim any trailing whitespaceBernhard Reutner-Fischer
2008-07-02Include errno.h from kernel headers instead of using internal errno_values.hCarmelo Amoroso
2008-05-29Fix typo in macro for tls access modelCarmelo Amoroso
2008-01-17A patch from our Blackfin repository, originally from Jie Zhang. This fixesBernd Schmidt
2008-01-08change NO_UNDERSCORES to just UNDERSCORES so as to be less confusing when doi...Mike Frysinger
2008-01-05add BOTHER define from termios2Mike Frysinger
2007-07-18Enable all of the remaining baud rates. All of the other architectures have t..."Steven J. Hill"
2007-03-08svn 17941/17943 broke the build. 18032 made the threaded case compile Rob Landley
2007-02-28ifdef out RTLD defines we dont actually support nor are in POSIXMike Frysinger
2007-02-02Make sure struct stat is identical to struct stat64 ifPeter Kjellerstedt
2007-01-29- s/if USE___THREAD/if defined USE___THREAD && USE___THREAD/gBernhard Reutner-Fischer
2007-01-28- commentary typo fixBernhard Reutner-Fischer
2007-01-20Disable declarations for NPTL."Steven J. Hill"
2007-01-10Fix SEGV for static builds in exit() path.Joakim Tjernlund
2007-01-09Aurelien Jacobs writes:Joakim Tjernlund
2006-12-11fix building when pthread support is disabledMike Frysinger
2006-12-09silence a lot of warnings and fix a few genuine bugs while I'm at it.Eric Andersen
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