summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* regex: drop __<funcname> aliases. remove much of unused code.Denis Vlasenko2008-12-267-348/+59
| | | | | | | | | shrink offset tables. disable "likely/unlikely" BE() macro. text data bss dec hex filename - 515032 2731 15424 533187 822c3 lib/libuClibc-0.9.30-svn.so + 515014 2731 15424 533169 822b1 lib/libuClibc-0.9.30-svn.so
* include/libc-string_i386.h: fix a bug where memset('\xff') misbehavesDenis Vlasenko2008-12-262-2/+6
| | | | | Rules.mak: add -funsigned-char, to forestall future PITA
* document internal_functionDenis Vlasenko2008-12-251-0/+5
|
* test/regex/tst-regex2.c: fix the rest of testsuite failuresDenis Vlasenko2008-12-252-1/+16
|
* test/regex/tst-regex2.c: fix test failure. Next one is immediately after...Denis Vlasenko2008-12-251-1/+1
| | | | | | | | | | | | test 2 pattern 0 '.?.?.?.?.?.?.?Log\.13' -incorrect num_regs 30, expected 2 + 1.283480s +test 2 pattern 1 '(.?)(.?)(.?)(.?)(.?)(.?)(.?)Log\.13' + 3.429810s +test 2 pattern 2 '((((((((((.?))))))))))((((((((((.?))))))))))....' +incorrect num_regs 30, expected 72
* test/regex: make it faster to rebuild and run regex testcaseDenis Vlasenko2008-12-249-21/+29
|
* test/Makefile: make "make compile" install headers firstDenis Vlasenko2008-12-245-223/+223
| | | | | | | | test/regex/Makefile: remove superfluous oprions test/regex/tst-regex2.c: reformat, simplify, and make error messages more informative test/test-skeleton.c: kill child test process on ^C
* Fix nptl librt build breakage Khem Raj2008-12-242-3/+6
|
* - _syscall?() need to superfluous trailing ';'Bernhard Reutner-Fischer2008-12-237-17/+21
| | | | - reduce patch noise a little bit
* - sync with trunkBernhard Reutner-Fischer2008-12-233-4/+8
|
* - sync r24496 from trunkBernhard Reutner-Fischer2008-12-232-12/+35
|
* ldso/ldso/mips/*: non-pic support from trunkDenis Vlasenko2008-12-239-99/+200
| | | | | | | | | | libc/string/*: small fixes sync from trunk test/regex/tst-regex2.c: small fixes sync from trunk libc/misc/time/time.c: optimization from trunk: text data bss dec hex filename - 854 24 0 878 36e libc/misc/time/_time_localtime_tzi.os + 818 16 0 834 342 libc/misc/time/_time_localtime_tzi.os
* signal.h consolidation from trunk.Denis Vlasenko2008-12-236-116/+35
| | | | | No object code difference (tested on i386).
* sync with trunk. Compile tested on i386Denis Vlasenko2008-12-2352-1107/+921
|
* fix build failures on i386Denis Vlasenko2008-12-235-6/+6
|
* Get non nptl threads compiled on x86.Khem Raj2008-12-2312-85/+111
|
* Get i386 non nptl builds going.Khem Raj2008-12-238-180/+111
|
* Merges from trunkKhem Raj2008-12-220-0/+0
|
* Merges from trunkKhem Raj2008-12-221-1/+1
|
* Merged from trunk.Khem Raj2008-12-226-45/+374
|
* Merges from trunk.Khem Raj2008-12-222-1/+120
|
* Merges from trunkKhem Raj2008-12-221-1/+1
|
* - sync r24431 from trunk (no obj-code changes)Bernhard Reutner-Fischer2008-12-221-5/+5
|
* - sync with trunk r24404 (no obj-code changes)Bernhard Reutner-Fischer2008-12-224-10/+10
|
* - fix typoBernhard Reutner-Fischer2008-12-221-1/+1
|
* - sync with trunk @r24492Bernhard Reutner-Fischer2008-12-22111-1641/+312
|
* Fix NPTL config option sentenceCarmelo Amoroso2008-12-201-1/+1
|
* Add comment to explain why O2 is used for ldso.cKhem Raj2008-12-181-0/+4
|
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-181-1/+1
| | | | | | | | | | Use -O2 for optlevel. -Os doesnt go well with arm and gcc 4.3.x because -Os enables -fearly-inlining as a result some of libgcc functions which call _div0 get emitted. div0 needs raise () and it comes from libc so a catch 22. We avoid this by avoiding division functions as much as we can. So either we can use -Os -fno-early-inlining or use other opt level like O1 or O2. I chose O2.
* Sync with trunk.Khem Raj2008-12-1516-82/+32
|
* Merges from trunkKhem Raj2008-12-152-3/+7
|
* Merge from trunk.Khem Raj2008-12-153-16/+320
|
* Merge linuxthread.old from trunk.Khem Raj2008-12-154-4/+4
|
* Merge Linuxthreads from Trunk.Khem Raj2008-12-153-49/+17
|
* Synch with trunk @ 24392Carmelo Amoroso2008-12-125-60/+100
| | | | | | Step 25: partial merge of signal handling changes from trunk, that keeps the nptl branch still working (at least on sh4). libc/signal/sigaction.c not merged because it causes sh4 hanging
* Missing from bfin mergeCarmelo Amoroso2008-12-121-133/+0
|
* Removed some __libc_xxx fucntions as merged from trunk.Carmelo Amoroso2008-12-1114-122/+55
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Fix kernl-features.h include path.Carmelo Amoroso2008-12-1132-32/+72
| | | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Synch with trunk @ 24379Carmelo Amoroso2008-12-116-136/+170
| | | | Step 24: miscellaneous merge from trunk.
* Synch with trunk @ 24379Carmelo Amoroso2008-12-111-0/+0
| | | | Step 23: move kernel-features.h
* Synch with trunk @ 24379Carmelo Amoroso2008-12-117-55/+221
| | | | Step 22: merge bfin specific
* Synch with trunk @ 24379Carmelo Amoroso2008-12-116-56/+48
| | | | Step 21: merge linuxthreads.old directory
* Synch with trunk @ 24379Carmelo Amoroso2008-12-1113-97/+12
| | | | Step 20: merge linuxthreads directory
* Synch with trunk @ 24261Carmelo Amoroso2008-12-116-133/+72
| | | | | | | Step 19: merge change in rev 24250 - Use runtime pagesize (Jeremy Kerr) Some powerpc machines can support 64k pages, enabled by the CONFIG_64K_PAGES option in linux.
* Merged with trunk: basically white space and blank lines removalCarmelo Amoroso2008-12-111-2/+9
|
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-107-21/+119
| | | | Update pthread_mutex_t definition and initializations.
* Merges from trunk.Khem Raj2008-12-092-65/+68
|
* Signed-off-by: Khem Raj <raj.khem@gmail.com>Khem Raj2008-12-094-43/+43
| | | | | | This patch makes mips nptl port compile again Replace remaining instances of asm by __asm__ and volatile by __volatile__ include bits/errno.h instead of obsolete bits/errno_values.h
* fix loop for checking ifaddr on both IPv4 and IPv6.Carmelo Amoroso2008-12-081-2/+2
|
* Sync with trunk r24277Khem Raj2008-12-041-2/+2
| | | | | Remove __NTH from the declation.