Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-01-19 | 1 | -4/+6 | |
| | | | | | | | | | libc/sysdeps/linux/arm/ioperm.c on trunk fails to compile for me because of no declaration of ioperm at the point where libc_hidden_proto(ioperm) requires one. Including <sys/io.h> to get the declaration then shows up that various types are inconsistent with that header; this patch fixes things so that file compiles. | |||||
* | Joseph S. Myers writes: | Eric Andersen | 2006-01-19 | 1 | -0/+1 | |
| | | | | | | | | sys/syscall.h uses the IS_IN_libc define before including any header that includes libc-internal.h (where IS_IN_libc is defined). This patch makes sys/syscall.h include features.h to get the IS_IN_libc define where appropriate. | |||||
* | initial attempt at documenting how to port uClibc | Mike Frysinger | 2006-01-19 | 1 | -0/+111 | |
| | ||||||
* | give a little info as to what the file should contain | Mike Frysinger | 2006-01-19 | 1 | -0/+5 | |
| | ||||||
* | give a little info as to what the file should contain | Mike Frysinger | 2006-01-19 | 1 | -0/+5 | |
| | ||||||
* | s/HAS_FPU/UCLIBC_HAS_FPU/ | Mike Frysinger | 2006-01-18 | 1 | -1/+1 | |
| | ||||||
* | change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵ | Mike Frysinger | 2006-01-18 | 2 | -4/+4 | |
| | | | | namespace | |||||
* | fix UCLIBC_STATIC_LDCONFIG location in menus and touchup display for other ↵ | Mike Frysinger | 2006-01-18 | 1 | -14/+15 | |
| | | | | shared lib options | |||||
* | old | Mike Frysinger | 2006-01-18 | 1 | -144/+0 | |
| | ||||||
* | sync fenv.h with glibc | Mike Frysinger | 2006-01-18 | 3 | -1/+206 | |
| | ||||||
* | Remove unused CLOCK_IDFIELD_SIZE, not in glibc | Peter S. Mazinger | 2006-01-18 | 1 | -2/+0 | |
| | ||||||
* | Add target strip command and use it, also disable for now CFLAGS-multi-y, ↵ | Peter S. Mazinger | 2006-01-18 | 3 | -3/+6 | |
| | | | | after splitting all MSRC, it won't be needed | |||||
* | Add IMA build rules | Peter S. Mazinger | 2006-01-18 | 2 | -4/+24 | |
| | ||||||
* | modify IMA compiling rule and add linking rule | Peter S. Mazinger | 2006-01-18 | 1 | -1/+12 | |
| | ||||||
* | Don't include twice features.h and correct typo | Peter S. Mazinger | 2006-01-18 | 1 | -2/+1 | |
| | ||||||
* | Make gcc4 happy as well | Peter S. Mazinger | 2006-01-18 | 1 | -1/+1 | |
| | ||||||
* | check for signal existence rather than using arch defines | Mike Frysinger | 2006-01-18 | 4 | -14/+13 | |
| | ||||||
* | get rid of alpha defines | Mike Frysinger | 2006-01-18 | 1 | -2/+2 | |
| | ||||||
* | get rid of arch specific checks | Mike Frysinger | 2006-01-18 | 4 | -31/+14 | |
| | ||||||
* | correct prototypes and 1 reloc less | Peter S. Mazinger | 2006-01-17 | 1 | -5/+5 | |
| | ||||||
* | Build if GETC_MACRO use is disabled | Peter S. Mazinger | 2006-01-17 | 1 | -0/+4 | |
| | ||||||
* | Remove unused prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -36/+0 | |
| | ||||||
* | Add libc_pthread_init to libc.a as well, should correct bug reported to ml | Peter S. Mazinger | 2006-01-17 | 1 | -0/+1 | |
| | ||||||
* | Remove __P() and add attribute_hidden to internal prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -64/+64 | |
| | ||||||
* | Remove explicit signgam prototype, use header instead | Peter S. Mazinger | 2006-01-17 | 4 | -6/+4 | |
| | ||||||
* | last math related global data reloc (_LIB_VERSION) removed | Peter S. Mazinger | 2006-01-17 | 2 | -1/+4 | |
| | ||||||
* | use the 6-arg version of mmap where available | Mike Frysinger | 2006-01-17 | 1 | -1/+11 | |
| | ||||||
* | cut out unused code | Mike Frysinger | 2006-01-17 | 1 | -18/+6 | |
| | ||||||
* | cleanup whitespace | Mike Frysinger | 2006-01-17 | 1 | -61/+60 | |
| | ||||||
* | update strcoll stuff | Mike Frysinger | 2006-01-17 | 1 | -2/+2 | |
| | ||||||
* | m68k now has syscall() | Mike Frysinger | 2006-01-17 | 1 | -1/+0 | |
| | ||||||
* | sync some stuff from glibc and fix __hidden_ver1() for targets that define a ↵ | Mike Frysinger | 2006-01-17 | 1 | -7/+34 | |
| | | | | USER_PREFIX (like bfin) | |||||
* | since just about everyone uses return _dl_elf_main for START() now, make it ↵ | Mike Frysinger | 2006-01-17 | 10 | -59/+6 | |
| | | | | the default | |||||
* | All math related relocs gone | Peter S. Mazinger | 2006-01-17 | 81 | -28/+272 | |
| | ||||||
* | Update license | Peter S. Mazinger | 2006-01-16 | 1 | -17/+4 | |
| | ||||||
* | Update license | Peter S. Mazinger | 2006-01-16 | 1 | -14/+3 | |
| | ||||||
* | Update license | Peter S. Mazinger | 2006-01-16 | 1 | -15/+2 | |
| | ||||||
* | Update license | Peter S. Mazinger | 2006-01-16 | 1 | -15/+2 | |
| | ||||||
* | Convert to hidden_def | Peter S. Mazinger | 2006-01-16 | 3 | -15/+11 | |
| | ||||||
* | Convert to hidden_def | Peter S. Mazinger | 2006-01-16 | 1 | -4/+5 | |
| | ||||||
* | jump relocs removed | Peter S. Mazinger | 2006-01-16 | 2 | -8/+12 | |
| | ||||||
* | s/weak_alias/strong_alias/, only what I knew as needed are kept. We will now ↵ | Peter S. Mazinger | 2006-01-16 | 11 | -40/+38 | |
| | | | | see what libpthread will do ... | |||||
* | Correct a typo | Peter S. Mazinger | 2006-01-16 | 1 | -0/+2 | |
| | ||||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 59 | -18/+285 | |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | |||||
* | touchup style | Mike Frysinger | 2006-01-16 | 4 | -12/+18 | |
| | ||||||
* | some global data relocs gone | Peter S. Mazinger | 2006-01-16 | 18 | -16/+36 | |
| | ||||||
* | make gcc4 happy w/ hidden_def/proto, correct some typos | Peter S. Mazinger | 2006-01-15 | 58 | -130/+138 | |
| | ||||||
* | syscall6 | Mike Frysinger | 2006-01-15 | 1 | -0/+30 | |
| | ||||||
* | only build if we have fork | Mike Frysinger | 2006-01-15 | 1 | -0/+4 | |
| | ||||||
* | Thomas Chou: fix misplaced comment | Mike Frysinger | 2006-01-15 | 1 | -1/+1 | |
| |