Commit History

Author SHA1 Message Date
  Mike Frysinger 8429e95bfd PTHREAD_THREADS_MAX is supposed to be in pthread-specific dir, but for now it lives in bits/uClibc_local_lim.h 17 years ago
  "Steven J. Hill" 2edab2e0d2 17 years ago
  "Steven J. Hill" 70600d4860 Remove definition of TIMER_MAX which breaks builds of GCC-4.2 and in glibc code it is not defined. 17 years ago
  Eric Andersen 18c2b10552 remove redundant headers local to libpthread, causing header 17 years ago
  Bernhard Reutner-Fischer 589c9895a4 - introduce UCLIBC_SUSV3_LEGACY_MACROS to be able to do away with all LEGACY 17 years ago
  Bernhard Reutner-Fischer 2c20597657 - honor __UCLIBC_HAS_LFS__ 17 years ago
  Bernhard Reutner-Fischer 3d1312ae2a - Cleanout the only occurance of the SUSv3 LEGACY function getwd() that was 17 years ago
  Bernhard Reutner-Fischer 17f7f3d6dd - gcvt() is marked LEGACY in XSI and mandatory in BSD. 17 years ago
  Mike Frysinger 80cf5ec280 fix from cmetcalf to make sure we clear the auxvt table before using it 17 years ago
  Mike Frysinger f88a9032ce indent 17 years ago
  Bernhard Reutner-Fischer 09710a49d3 - fix typo 17 years ago
  Khem Raj 8c98b925c6 Correct -march cflag value for thumb capable ARM processors: Thanks Paul Brook 17 years ago
  Khem Raj f032ccaa14 Use constant pool instead of and adr 17 years ago
  "Steven J. Hill" 4dd72a937a Add CHECK_ONLY option to allow for running the tests on the target instead of attempting to link or compile them. Perhaps I don't fully understand the test structure, but for TLS and NPTL the tests cannot be compiled on the target without a full source tree. 17 years ago
  Mike Frysinger 0113e25233 fix from Paul Brook for ISO C violation in terms of handling of modifying automatic local variables between setjmp/longjmp 17 years ago
  Mike Frysinger a86d1a42c8 Bernd Schmidt writes: [blackfin updates] add support for FDPIC and include L1 functions 17 years ago
  Mike Frysinger a9f3bfe7dd Bernd Schmidt writes: 17 years ago
  Mike Frysinger 82334a1ba0 get rid of the notion of .E files as .i is the proper usage 17 years ago
  Mike Frysinger 1b04a82fba revert PTHREAD_THREADS_MAX back to former size since the large majority of people out there will not need more than 1k threads (and people who do can change this themselves) 17 years ago
  Mike Frysinger 00de48283a fix comment typos 17 years ago
  Mike Frysinger 09114e7b56 add a test for making sure vfork/signals are handled properly across different setjmp/longjmps 17 years ago
  Mike Frysinger 5de832bd25 exercise the signal related jump code 17 years ago
  Mike Frysinger c9929dd5dd make default output silence and have the exit status indicate error 17 years ago
  Eric Andersen d709a4787d revert rev 16527 changes to ldso/ldso/dl-hash.c 17 years ago
  Eric Andersen 8ae93146ed Paul Brook writes: 17 years ago
  Eric Andersen 5be7aba864 This change reimplements the ARM _dl_linux_resolve entry point - this is 17 years ago
  Eric Andersen 90c3c3ed5e arm thumb: 17 years ago
  Mike Frysinger f7dfb7453d prevent cancellation functions from being called more than once 17 years ago
  Mike Frysinger 087d97a0a8 backport from upstream: 17 years ago
  Mike Frysinger f0d13fdd5d backport from upstream: 17 years ago