Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add hidden versions of pipe() | Peter S. Mazinger | 2006-01-14 | 3 | -0/+6 |
| | |||||
* | s/__read/read/ and write in fake part | Peter S. Mazinger | 2006-01-14 | 1 | -4/+7 |
| | |||||
* | needs features.h | Peter S. Mazinger | 2006-01-14 | 1 | -0/+1 |
| | |||||
* | s/libc_hidden_proto/libc_hidden_def/ | Peter S. Mazinger | 2006-01-14 | 1 | -1/+1 |
| | |||||
* | Correct libc_hidden_proto | Peter S. Mazinger | 2006-01-14 | 1 | -2/+2 |
| | |||||
* | Correct atoi() | Peter S. Mazinger | 2006-01-14 | 1 | -1/+2 |
| | |||||
* | 64bit arches dont need no stinkin fcntl64 | Mike Frysinger | 2006-01-14 | 1 | -0/+4 |
| | |||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 666 | -5295/+6433 |
| | | | | missing headers, other jump relocs removed | ||||
* | dont include bits/kernel_stat.h as xstatconv.h already does and use ↵ | Mike Frysinger | 2006-01-14 | 6 | -11/+9 |
| | | | | sys/stat.h rather than bits/stat.h | ||||
* | fix sem funcs on 64bit arches | Mike Frysinger | 2006-01-14 | 1 | -1/+6 |
| | |||||
* | make sure linux/types.h doesnt screw us up | Mike Frysinger | 2006-01-14 | 1 | -1/+9 |
| | |||||
* | we dont want to truncate the offset when dealing with the syscall3 version ↵ | Mike Frysinger | 2006-01-12 | 1 | -1/+1 |
| | | | | as this will screw up some 64bit hosts | ||||
* | import headers from glibc | Mike Frysinger | 2006-01-12 | 3 | -0/+411 |
| | |||||
* | Apply patch used in sed for malloc(0) | Peter S. Mazinger | 2006-01-11 | 1 | -2/+3 |
| | |||||
* | Jie Zhang writes: | Mike Frysinger | 2006-01-11 | 1 | -2/+3 |
| | | | | | This patch defines __kernel_old_dev_t for Blackfin. It also removes two trailing whitespaces. Please apply it. | ||||
* | sync with glibc | Mike Frysinger | 2006-01-11 | 1 | -1/+1 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-01-11 | 2 | -1/+10 |
| | |||||
* | import amd64 sem.h from glibc | Mike Frysinger | 2006-01-11 | 1 | -0/+87 |
| | |||||
* | Thomas Chou says in bug 618: add missing __vfork: label | Mike Frysinger | 2006-01-11 | 1 | -1/+1 |
| | |||||
* | need features.h for the alias macros | Mike Frysinger | 2006-01-11 | 1 | -0/+1 |
| | |||||
* | add aliases for strcoll when needed | Mike Frysinger | 2006-01-11 | 1 | -0/+5 |
| | |||||
* | Aurelien Jacobs writes: | Mike Frysinger | 2006-01-11 | 1 | -1/+3 |
| | | | | | | The kernel include guard that uClibc rely on for POSIX_TYPES_H on ppc has changed in linux-2.6.15. Here is a trivial patch to fix this issue. | ||||
* | remove unused symbols | Mike Frysinger | 2006-01-10 | 1 | -3/+0 |
| | |||||
* | more fixes by Thomas Chou in Bug 618 | Mike Frysinger | 2006-01-10 | 5 | -27/+37 |
| | |||||
* | more fixes by Thomas Chou in Bug 618 | Mike Frysinger | 2006-01-10 | 4 | -21/+19 |
| | |||||
* | just define _GNU_SOURCE | Mike Frysinger | 2006-01-10 | 3 | -3/+3 |
| | |||||
* | Hope I have it correct now w/ native gcc4 ssp | Peter S. Mazinger | 2006-01-09 | 3 | -9/+6 |
| | |||||
* | Allow to use atexit() and __stack_chk_fail_local() within libc | Peter S. Mazinger | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | dont include linux/types.h | Mike Frysinger | 2006-01-09 | 1 | -1/+0 |
| | |||||
* | update for newer binutils | Mike Frysinger | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | update for newer binutils | Mike Frysinger | 2006-01-09 | 1 | -1/+1 |
| | |||||
* | dont include linux/types.h | Mike Frysinger | 2006-01-09 | 1 | -2/+0 |
| | |||||
* | copy strcoll aliases from arm | Mike Frysinger | 2006-01-09 | 1 | -0/+3 |
| | |||||
* | add missing __strcoll alias | Mike Frysinger | 2006-01-09 | 1 | -0/+1 |
| | |||||
* | sync with glibc | Mike Frysinger | 2006-01-09 | 1 | -2/+2 |
| | |||||
* | fix errno handling with some magical hacks | Mike Frysinger | 2006-01-08 | 4 | -16/+8 |
| | |||||
* | create & use an internal alias to __uClibc_init() | Mike Frysinger | 2006-01-08 | 1 | -1/+2 |
| | |||||
* | declare static | Mike Frysinger | 2006-01-08 | 1 | -2/+2 |
| | |||||
* | create a hidden internal pagesize symbol for libc usage | Mike Frysinger | 2006-01-08 | 2 | -5/+7 |
| | |||||
* | declare the internal syscalls static inline | Mike Frysinger | 2006-01-08 | 2 | -2/+2 |
| | |||||
* | create hidden alias for truncate/ftruncate and use those in the 64bit versions | Mike Frysinger | 2006-01-08 | 4 | -0/+6 |
| | |||||
* | hide internal _string_syssigmsgs symbol | Mike Frysinger | 2006-01-08 | 3 | -2/+3 |
| | |||||
* | hide the internal __in6addr_any/__in6addr_loopback symbols | Mike Frysinger | 2006-01-08 | 2 | -5/+5 |
| | |||||
* | hide internal ahostbuf symbol | Mike Frysinger | 2006-01-08 | 1 | -1/+1 |
| | |||||
* | hide internal __time_tm/_time_tzinfo symbols | Mike Frysinger | 2006-01-08 | 1 | -2/+2 |
| | |||||
* | hide internal __libc_drand48_data symbol | Mike Frysinger | 2006-01-08 | 9 | -9/+9 |
| | |||||
* | hide internal symbols | Mike Frysinger | 2006-01-08 | 1 | -4/+4 |
| | |||||
* | hide internal _string_syserrmsgs | Mike Frysinger | 2006-01-08 | 3 | -2/+3 |
| | |||||
* | create an alias for internal usage | Mike Frysinger | 2006-01-08 | 1 | -3/+4 |
| | |||||
* | hide internal atexit symbols | Mike Frysinger | 2006-01-08 | 1 | -5/+5 |
| |