Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | exclude 2 files from multi if XLOCALE enabled | Peter S. Mazinger | 2006-02-22 | 1 | -0/+1 | |
| | ||||||
* | check for a 0 size first, then check for a NULL pointer | Mike Frysinger | 2006-02-22 | 1 | -2/+2 | |
| | ||||||
* | sync minor touchups with glibc | Mike Frysinger | 2006-02-20 | 3 | -11/+13 | |
| | ||||||
* | tweak the idea between having a MMU and actually using it | Mike Frysinger | 2006-02-18 | 4 | -4/+4 | |
| | ||||||
* | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | 2006-02-15 | 1 | -1/+3 | |
| | | | | linuxthreads[_db] as well, don't try on slow box | |||||
* | Reorganize a bit for IMA | Peter S. Mazinger | 2006-02-15 | 1 | -12/+8 | |
| | ||||||
* | after much deliberation, may i present Joseph S. Myers patch to add support ↵ | Mike Frysinger | 2006-02-14 | 1 | -11/+3 | |
| | | | | | | | | for .init and .fini array processing for the gory details, see the mailing list: http://www.uclibc.org/lists/uclibc/2006-January/014079.html http://www.uclibc.org/lists/uclibc/2006-February/014285.html | |||||
* | libc-{a,so,multi}-y replaced by libc-y covering common objects both in ↵ | Peter S. Mazinger | 2006-02-13 | 4 | -156/+79 | |
| | | | | libc.a/libc.so, the diffs go into libc-static-y/libc-shared-y exclusively, add IMA to libc, don't use any MSRC anymore | |||||
* | Update some copyrights | Peter S. Mazinger | 2006-02-13 | 1 | -2/+4 | |
| | ||||||
* | Add files for IMA. Yes, I know it's a hack and no, I won't split the ↵ | Peter S. Mazinger | 2006-02-13 | 68 | -0/+525 | |
| | | | | affected files | |||||
* | Remove unused files | Peter S. Mazinger | 2006-02-13 | 2 | -68/+0 | |
| | ||||||
* | More renames for IMA | Peter S. Mazinger | 2006-02-13 | 3 | -2/+2 | |
| | ||||||
* | Don't compile arc4random if option not set | Peter S. Mazinger | 2006-02-13 | 2 | -5/+4 | |
| | ||||||
* | just drop all of the debug code | Mike Frysinger | 2006-02-09 | 1 | -2/+1 | |
| | ||||||
* | Bernhard Fischer says: get rid of local ret variable | Mike Frysinger | 2006-02-08 | 1 | -3/+1 | |
| | ||||||
* | janlana writes in Bug 700: use standard uint* types rather than u_int | Mike Frysinger | 2006-02-08 | 1 | -15/+15 | |
| | ||||||
* | Go __malloc_lock, go ... | Peter S. Mazinger | 2006-02-01 | 2 | -0/+2 | |
| | ||||||
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -0/+2 | |
| | ||||||
* | rename local var brk to _brk | Mike Frysinger | 2006-01-31 | 1 | -6/+6 | |
| | ||||||
* | Why this? | Peter S. Mazinger | 2006-01-30 | 1 | -1/+1 | |
| | ||||||
* | Patch by Joseph S. Myers to add support for ARM EABI | Mike Frysinger | 2006-01-29 | 1 | -0/+2 | |
| | ||||||
* | declare local prototype since we cant use system malloc.h | Mike Frysinger | 2006-01-29 | 1 | -0/+1 | |
| | ||||||
* | Do not build *64 and llseek, correct some failure when LFS is disabled | Peter S. Mazinger | 2006-01-27 | 1 | -1/+4 | |
| | ||||||
* | Some warnings go away | Peter S. Mazinger | 2006-01-27 | 1 | -4/+4 | |
| | ||||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 5 | -5/+12 | |
| | ||||||
* | Convert all the strong_aliases to weak that are cancelable in libpthread | Peter S. Mazinger | 2006-01-24 | 1 | -1/+1 | |
| | ||||||
* | Make i386 build w/ -std=c99 (almost) | Peter S. Mazinger | 2006-01-23 | 1 | -1/+1 | |
| | ||||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 12 | -12/+0 | |
| | | | | is a useless attempt | |||||
* | fix building/warnings on 64bit arches | Mike Frysinger | 2006-01-20 | 1 | -2/+6 | |
| | ||||||
* | Correction if UNIX98PTY_ONLY is not enabled | Peter S. Mazinger | 2006-01-20 | 2 | -5/+8 | |
| | ||||||
* | move a bunch of arch-specific checks out of common files and into an arch ↵ | Mike Frysinger | 2006-01-19 | 1 | -32/+4 | |
| | | | | specific header file to make porting/updates a lot easier | |||||
* | correct prototypes and 1 reloc less | Peter S. Mazinger | 2006-01-17 | 1 | -5/+5 | |
| | ||||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 6 | -2/+27 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 1 | -5/+8 | |
| | ||||||
* | only declare vfork when needed, else no-mmu build fails | Mike Frysinger | 2006-01-15 | 1 | -1/+1 | |
| | ||||||
* | same for iswspace* | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 | |
| | ||||||
* | make DODEBUG=y happy, update sysdeps/common/* copyright | Peter S. Mazinger | 2006-01-14 | 13 | -30/+31 | |
| | ||||||
* | adapt to new hidden | Peter S. Mazinger | 2006-01-14 | 1 | -3/+9 | |
| | ||||||
* | Correct libc_hidden_proto | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 | |
| | ||||||
* | Correct atoi() | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 | |
| | ||||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 50 | -311/+364 | |
| | | | | missing headers, other jump relocs removed | |||||
* | update for newer binutils | Mike Frysinger | 2006-01-09 | 1 | -1/+1 | |
| | ||||||
* | hide internal __libc_drand48_data symbol | Mike Frysinger | 2006-01-08 | 9 | -9/+9 | |
| | ||||||
* | hide internal atexit symbols | Mike Frysinger | 2006-01-08 | 1 | -5/+5 | |
| | ||||||
* | import the arc4random() function by ashes in Bug 90 | Mike Frysinger | 2006-01-08 | 2 | -1/+209 | |
| | ||||||
* | fix typo | Mike Frysinger | 2006-01-08 | 1 | -1/+1 | |
| | ||||||
* | grammar fix | Mike Frysinger | 2006-01-05 | 1 | -1/+1 | |
| | ||||||
* | fix path to heap.h as point out by thomas_chou in Bug 617 | Mike Frysinger | 2005-12-30 | 1 | -1/+1 | |
| | ||||||
* | fix signed/unsigned warning | Mike Frysinger | 2005-12-27 | 1 | -1/+1 | |
| | ||||||
* | Remove trailing ; | Peter S. Mazinger | 2005-12-16 | 3 | -5/+3 | |
| |