summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* remove hunk that shouldnt have been committedMike Frysinger2006-02-181-1/+1
|
* tweak the idea between having a MMU and actually using itMike Frysinger2006-02-1829-59/+69
|
* improve MMU selection a little to be less confusingMike Frysinger2006-02-181-4/+5
|
* simplify endian config/selectionMike Frysinger2006-02-1824-195/+46
|
* dont output so many newlinesMike Frysinger2006-02-181-2/+3
|
* touchup syscall break define so it doesnt conflict with kernel headersMike Frysinger2006-02-181-4/+6
|
* dont define _stdio_init if it doesnt do anythingMike Frysinger2006-02-181-1/+3
|
* add infrastructure for fenvMike Frysinger2006-02-181-1/+5
|
* make headers more quietMike Frysinger2006-02-182-8/+8
|
* grab headers from glibcMike Frysinger2006-02-186-0/+747
|
* touchup headers target somemore so building in subdirs works nicely againMike Frysinger2006-02-183-7/+6
|
* sync with kernelMike Frysinger2006-02-188-85/+131
|
* fix parallel build with headers once and for all (i hope)Mike Frysinger2006-02-171-1/+3
|
* combine the crt1.0/Scrt1.o rules since they are pretty much the samethingMike Frysinger2006-02-171-8/+5
|
* combine the output rules in one placeMike Frysinger2006-02-172-11/+7
|
* touchup headers output and make it run smootherMike Frysinger2006-02-171-15/+19
|
* touchup whitespaceMike Frysinger2006-02-171-11/+10
|
* dynamically build the DIRS variables so i dont have to keep updating it all ↵Mike Frysinger2006-02-171-14/+11
| | | | the time
* disable mallopt based upon malloc implementation, not mmu statusMike Frysinger2006-02-171-1/+1
|
* Take getopt from glibc, disable -W foo support as in the earlier version, ↵Peter S. Mazinger2006-02-172-495/+1014
| | | | size shrink 5%, hope it solves option parsing w/ busybox tar
* Remove hidden_data_def for opt*Peter S. Mazinger2006-02-172-16/+0
|
* Sync w/ glibc, no size changePeter S. Mazinger2006-02-171-4/+5
|
* It's not my day ..Peter S. Mazinger2006-02-161-1/+1
|
* Undo earlier change and sync new linuxthreads' guard w/ oldPeter S. Mazinger2006-02-162-3/+1
|
* Guard __pthread_mutex_* to be used exclusively within uClibc, do we need ↵Peter S. Mazinger2006-02-161-0/+2
| | | | this header at all installed?
* disable test on non-mmu hostMike Frysinger2006-02-161-0/+12
|
* disable test on non-mmu hostMike Frysinger2006-02-161-0/+11
|
* fix building on non-mmu hostsMike Frysinger2006-02-161-0/+8
|
* fix const position typo as pointed out by ia64/gccMike Frysinger2006-02-161-1/+1
|
* Change collated_compare/prefix_array to __x hidden, shrinks glob64 from 2352 ↵Peter S. Mazinger2006-02-161-8/+10
| | | | to 2063
* Remove __P(), reorder so that gcc-4.0.2 does not fail w/ multiPeter S. Mazinger2006-02-163-230/+205
|
* strcoll for non-localePeter S. Mazinger2006-02-151-0/+5
|
* hide xdr_u_shortPeter S. Mazinger2006-02-151-0/+1
|
* get rid of __pipePeter S. Mazinger2006-02-152-10/+8
|
* Sloppy patching on my part. This should be correct."Steven J. Hill"2006-02-151-4/+2
|
* Kill 2 signedness warningsPeter S. Mazinger2006-02-152-2/+2
|
* DOMULTI may be used for libc, the excluded files need work, ↵Peter S. Mazinger2006-02-1518-38/+60
| | | | linuxthreads[_db] as well, don't try on slow box
* Block the combo DOMULTI/SUPPORT_LD_DEBUGPeter S. Mazinger2006-02-151-1/+41
|
* Move hidden prototypes to proper place and get rid of duplicate hiddenPeter S. Mazinger2006-02-152-7/+7
|
* Reorganize a bit for IMAPeter S. Mazinger2006-02-151-12/+8
|
* Use <> instead of \"\"Peter S. Mazinger2006-02-151-1/+1
|
* Add prototypesPeter S. Mazinger2006-02-151-0/+4
|
* make sure we reset static_fd after it's closed in utmpname()Mike Frysinger2006-02-151-2/+2
|
* fix fcntl() call so that it actually forces file to be closed on exec()Mike Frysinger2006-02-151-1/+1
|
* hide misc div funcs so generating shared libs on alpha doesnt failMike Frysinger2006-02-151-0/+1
|
* add support for generating %.i files like %.E filesMike Frysinger2006-02-151-0/+2
|
* need std=c99 to build tst-regex2Mike Frysinger2006-02-151-0/+1
|
* import tests from glibcMike Frysinger2006-02-156-0/+423
|
* test file for regex testMike Frysinger2006-02-151-0/+2176
|
* grab some tests from glibcMike Frysinger2006-02-156-0/+909
|