Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Macros are no good for jump relocs, hack to get rid of one introduced my new ↵ | Peter S. Mazinger | 2005-12-16 | 1 | -1/+2 | |
| | | | | regex code | |||||
* | Convert all the rest, remove isxupper/isxlower, if someone objects, I'll add ↵ | Peter S. Mazinger | 2005-12-16 | 6 | -9/+15 | |
| | | | | it back | |||||
* | New hidden versions | Peter S. Mazinger | 2005-12-16 | 2 | -5/+8 | |
| | ||||||
* | Hide exit/_exit | Peter S. Mazinger | 2005-12-15 | 1 | -2/+5 | |
| | ||||||
* | Hide _stdio_init/term, sorry, one change went mistakenly into the earlier commit | Peter S. Mazinger | 2005-12-14 | 2 | -3/+3 | |
| | ||||||
* | Convert internal users of chmod/*stat*, minimize change for __strsep | Peter S. Mazinger | 2005-12-13 | 2 | -3/+4 | |
| | ||||||
* | __malloc_consolidate is only libc internal, enable use of __sbrk | Peter S. Mazinger | 2005-12-13 | 4 | -2/+5 | |
| | ||||||
* | - fixup after sync with glibc. _ptyname was renamed to __libc_ptyname | Bernhard Reutner-Fischer | 2005-12-10 | 1 | -3/+3 | |
| | ||||||
* | sync with glibc (grab some hidden updates) and fix some warnings | Mike Frysinger | 2005-12-10 | 4 | -44/+42 | |
| | ||||||
* | hidden initstate_r and use | Peter S. Mazinger | 2005-12-09 | 2 | -5/+3 | |
| | ||||||
* | Implement hidden poll, switch user to hidden *printf/*scanf/poll | Peter S. Mazinger | 2005-12-09 | 4 | -2/+5 | |
| | ||||||
* | add an abort for arm | Mike Frysinger | 2005-12-09 | 1 | -0/+2 | |
| | ||||||
* | internal sigpause, do we really default to BSD signals? | Peter S. Mazinger | 2005-12-09 | 1 | -0/+1 | |
| | ||||||
* | mmap/mremap/socket/rewind gone | Peter S. Mazinger | 2005-12-08 | 4 | -0/+6 | |
| | ||||||
* | Convert the rest of users to hidden | Peter S. Mazinger | 2005-12-08 | 1 | -1/+1 | |
| | ||||||
* | Hide mallinfo | Peter S. Mazinger | 2005-12-08 | 1 | -2/+3 | |
| | ||||||
* | Use __strtod | Peter S. Mazinger | 2005-12-08 | 3 | -1/+9 | |
| | ||||||
* | Hide __strtofpmax, implement some hiddens | Peter S. Mazinger | 2005-12-08 | 1 | -8/+8 | |
| |