summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix typo in previous commitBernhard Reutner-Fischer2010-01-231-1/+1
* silence some warnings about unused paramsBernhard Reutner-Fischer2010-01-234-6/+8
* ftw.h installation: fix inverted logicBernhard Reutner-Fischer2010-01-231-1/+1
* libc/inet: mark other odd /etc/conf/ spotBernhard Reutner-Fischer2010-01-231-0/+2
* libc/inet: set path to resolver file via CPPBernhard Reutner-Fischer2010-01-2334-33/+34
* libc/inet: convert to foo-y kbuild styleBernhard Reutner-Fischer2010-01-231-33/+19
* silence warning about implicit decl of sysctlBernhard Reutner-Fischer2010-01-221-1/+3
* avr32: add varargs handling of prctl syscallHans-Christian Egtvedt2010-01-212-1/+37
* wordexp: silence shadow warningBernhard Reutner-Fischer2010-01-211-18/+18
* fix typo in version mismatch msgBernhard Reutner-Fischer2010-01-211-1/+1
* ldso: tweak shadow warning with preload file supportBernhard Reutner-Fischer2010-01-211-5/+4
* rename exp(onent) to _expBernhard Reutner-Fischer2010-01-211-2/+2
* ether_line: fix build for socket && !ipBernhard Reutner-Fischer2010-01-212-6/+5
* test commitBernhard Reutner-Fischer2010-01-201-1/+1
* futimens: add missing local prototypeBernhard Reutner-Fischer2010-01-161-0/+1
* rename exp(onent) to exBernhard Reutner-Fischer2010-01-161-8/+8
* randconfig.sh: set number of make jobsBernhard Reutner-Fischer2010-01-161-3/+13
* include unistd.h for smallintYoshinori Sato2010-01-161-0/+1
* mips/nptl: Pass correct parameters to dl_find_hash when resolving TLS relocat...Khem Raj2010-01-142-39/+27
* ctime: do not use static struct tm bufferDenys Vlasenko2010-01-091-3/+17
* test/math: put scalbf test under susv3 legacy defineAustin Foxley2009-12-272-1/+5
* Make _dl_dprintf buf non-static to avoid multithreading bugs.Chris Metcalf2009-12-231-1/+1
* malloc: fix race condition and other bugs in the no-mmu mallocFreeman Wang2009-12-192-6/+7
* x86_64: fix multiple definition of chk functionsAustin Foxley2009-12-195-3/+8
* check if USE_TLS is defined before useHans-Christian Egtvedt2009-12-1710-36/+36
* libc: Remove pointless header string.hCarmelo Amoroso2009-12-161-1/+0
* libc: Add missing header for memsetCarmelo Amoroso2009-12-164-5/+2
* build: Get rids of PIC macro using compiler flag __PIC__ insteadCarmelo Amoroso2009-12-1611-25/+25
* sh: fix endianess and optimise the SH4 memcpyGiuseppe Cavallaro2009-12-141-2/+107
* syslog: use send(MSG_NOSIGNAL) instead of write, thus no need to handle SIGPIPEDenys Vlasenko2009-12-131-7/+6
* syslog: fix openlog(xx, LOG_KERN) and optimize a bitDenys Vlasenko2009-12-131-45/+57
* Include bits/libc-lock.h to get __libc_once_defineKhem Raj2009-12-111-0/+1
* test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}Filippo Arcidiacono2009-12-091-2/+2
* sh: Add a prototype for the gcc __set_fpscr internal functionCarmelo Amoroso2009-12-031-1/+3
* uClibc_ctype.h: fix inverted check for susv4 macroAustin Foxley2009-11-301-1/+1
* test/.gitignore: Ignore a few more test binariesAustin Foxley2009-11-291-0/+3
* test/dlopen: fix build for libtest.soAustin Foxley2009-11-291-0/+1
* test/dlopen: Match the function name that libtest actually setsAustin Foxley2009-11-291-1/+1
* test/pthread: fix build of cancellation-points testAustin Foxley2009-11-291-2/+2
* test/stat: fix compiling the memcmp-stat test when __USE_MISC is definedAustin Foxley2009-11-291-1/+1
* Add update instructions for x86_64 WRT utmp formatBernhard Reutner-Fischer2009-11-271-0/+12
* make x86_64 struct utmp glibc-compatibleDenys Vlasenko2009-11-271-1/+2
* try to probe if stat.t_mtim.tv_nsec is availableBernhard Reutner-Fischer2009-11-262-20/+36
* correct commentBernhard Reutner-Fischer2009-11-261-3/+1
* Robustify setting silent modeBernhard Reutner-Fischer2009-11-261-1/+1
* sync confname, environments with glibcBernhard Reutner-Fischer2009-11-268-19/+1691
* ignore some more testcase binariesBernhard Reutner-Fischer2009-11-251-0/+7
* call nanosleep directlyBernhard Reutner-Fischer2009-11-252-4/+10
* conditional cancellation-point test of usleepBernhard Reutner-Fischer2009-11-251-0/+4
* pass more ld flagsBernhard Reutner-Fischer2009-11-251-1/+1