Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doh! wrong branch0_9_28 | Eric Andersen | 2007-01-29 | 1 | -40/+4 |
| | |||||
* | Fix compile error when locale is enabled | Eric Andersen | 2007-01-29 | 1 | -4/+40 |
| | |||||
* | Make uClibc vfork() use kernels vfork() instead of fork(). | Joakim Tjernlund | 2005-08-17 | 2 | -2/+25 |
| | |||||
* | start of some rpc tests | Mike Frysinger | 2005-08-17 | 3 | -0/+81 |
| | |||||
* | make sure UCLIBC_LDSO is defined if we are running in a test subdir rather ↵ | Mike Frysinger | 2005-08-17 | 1 | -0/+4 |
| | | | | than toplevel | ||||
* | dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIX | Mike Frysinger | 2005-08-17 | 1 | -1/+6 |
| | |||||
* | We _must_ copy include/asm/ and include/linux/ when installing headers, since | Eric Andersen | 2005-08-17 | 1 | -2/+1 |
| | | | | | once we build uClibc against those, they become part of uClibc's ABI and must be included as part of the install. | ||||
* | when installing the include files, skip .svn, linux, and asm dirs since they ↵ | Mike Frysinger | 2005-08-17 | 1 | -1/+3 |
| | | | | are just symlinks (and could possibly be pointing to right where we are installing) | ||||
* | add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since ↵ | Mike Frysinger | 2005-08-16 | 1 | -0/+1 |
| | | | | been renamed to __glibc_strerror_r in 0.9.28 | ||||
* | add an entry about __fputc_unlocked link errors | Mike Frysinger | 2005-08-16 | 1 | -0/+17 |
| | |||||
* | write some good manpages | Mike Frysinger | 2005-08-15 | 2 | -0/+90 |
| | |||||
* | For current kernels, we just use the getcwd() syscall. For old 2.0 linux | Eric Andersen | 2005-08-15 | 1 | -1/+10 |
| | | | | | kernels, we need this bit to make the non-syscall version that recurses up the directory path work properly. Thanks go to Harald Kuethe for sorting this out. | ||||
* | Just quote the whole darn thing so we can print any error msg we want | Eric Andersen | 2005-08-15 | 1 | -1/+1 |
| | |||||
* | remove quote char which doesnt belong | Mike Frysinger | 2005-08-15 | 1 | -1/+1 |
| | |||||
* | We do not supply a BSD style getloadavg() function | Eric Andersen | 2005-08-15 | 1 | -7/+0 |
| | |||||
* | Fix bug 387, missing _dl_progname for static apps. | Joakim Tjernlund | 2005-08-15 | 1 | -0/+1 |
| | |||||
* | Patch from Faidon Liambotis to update the debian stuff | Eric Andersen | 2005-08-15 | 7 | -23/+84 |
| | |||||
* | move arch-specific checks out of shared dl-syscall.h and into arch-specific ↵ | Mike Frysinger | 2005-08-15 | 7 | -3/+12 |
| | | | | dl-syscalls.h | ||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -4/+3 |
| | |||||
* | arm has its own iopl.c now so we dont need ugly #ifdef check for arm | Mike Frysinger | 2005-08-15 | 1 | -7/+4 |
| | |||||
* | rip out iopl from ioperm.c so it will override the common iopl.c | Mike Frysinger | 2005-08-15 | 3 | -14/+36 |
| | |||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -0/+15 |
| | |||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-15 | 1 | -0/+33 |
| | |||||
* | Add utils in make clean rule. From paravoid. | Joakim Tjernlund | 2005-08-14 | 1 | -0/+1 |
| | |||||
* | eat whitespace | Mike Frysinger | 2005-08-14 | 2 | -9/+7 |
| | |||||
* | import thumb support from jbowler in Bug 385 | Mike Frysinger | 2005-08-14 | 3 | -8/+33 |
| | |||||
* | per suggestion by psm, remove the variable DYNAMIC_LINKER | Eric Andersen | 2005-08-13 | 2 | -2/+1 |
| | |||||
* | Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger. | Joakim Tjernlund | 2005-08-12 | 4 | -10/+4 |
| | |||||
* | Remove SYSTEM_LDSO option since it no longer works. | Joakim Tjernlund | 2005-08-12 | 2 | -18/+1 |
| | |||||
* | Remove hardcoded ld-uClibc.so.0 name in ldso. | Joakim Tjernlund | 2005-08-12 | 4 | -8/+4 |
| | |||||
* | revert __error -> __syscall_error change since it doesnt work for clone | Mike Frysinger | 2005-08-12 | 1 | -5/+11 |
| | |||||
* | missed one of the __error names in changing to __syscall_error | Mike Frysinger | 2005-08-12 | 1 | -1/+1 |
| | |||||
* | touchup PIE support for all the utils and fix stripping on iconv | Mike Frysinger | 2005-08-11 | 1 | -3/+8 |
| | |||||
* | add back in the LDPIEFLAG since -fPIE does not imply -pie | Mike Frysinger | 2005-08-11 | 1 | -1/+17 |
| | |||||
* | jump straight to __syscall_error | Mike Frysinger | 2005-08-11 | 4 | -20/+8 |
| | |||||
* | fix some sign warnings pointed out by gcc-4 | Mike Frysinger | 2005-08-11 | 1 | -2/+2 |
| | |||||
* | In Bug 364 by hassold: | Mike Frysinger | 2005-08-10 | 1 | -5/+5 |
| | | | | | | | Configuration symbol __UCLIBC_HAS_WCHAR__ is tested as defined line 249 of features.h, whereas header bits/uClibc_Config.h, where it is (eventually) defined, is not yet included (line 267). As a consequence, symbol __STDC_ISO_10646__ is never defined, and several programs believe C libary hsa no wchar support. | ||||
* | Bump version in preparation for the upcoming release | Eric Andersen | 2005-08-10 | 1 | -1/+1 |
| | |||||
* | use the inline version of _dl_parse_dynamic_info | Mike Frysinger | 2005-08-10 | 1 | -0/+3 |
| | |||||
* | clean up whitespace/syntax | Mike Frysinger | 2005-08-09 | 1 | -43/+34 |
| | |||||
* | disable early debug code if the arch relies on certain values (like ↵ | Mike Frysinger | 2005-08-09 | 2 | -0/+3 |
| | | | | load_addr) which are computer later | ||||
* | rework the headers depedency so that it plays nice with parallel building | Mike Frysinger | 2005-08-09 | 1 | -12/+12 |
| | |||||
* | note the architectures which still need to be updated | Mike Frysinger | 2005-08-09 | 1 | -0/+3 |
| | |||||
* | date: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1 | Mike Frysinger | 2005-08-09 | 1 | -1/+1 |
| | | | | (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO definition. | ||||
* | need -s for STRIPTOOL with iconv too as psm pointed out | Mike Frysinger | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | eat whitespace | Mike Frysinger | 2005-08-09 | 1 | -1/+0 |
| | |||||
* | update crt0 to crt1 based heavily on glibc start.S and to sync up with ↵ | Mike Frysinger | 2005-08-09 | 2 | -77/+37 |
| | | | | __uClibc_main changes | ||||
* | use sigprocmask instead of internal __sigprocmask since __ version doesnt ↵ | Mike Frysinger | 2005-08-09 | 1 | -2/+1 |
| | | | | always exist | ||||
* | move __fpscr_values out of crt0 and into libc as proposed by Daniel ↵ | Mike Frysinger | 2005-08-09 | 3 | -8/+35 |
| | | | | Jacobowitz so that libm.so links properly with newer toolchains | ||||
* | remove unused/pointless variables | Mike Frysinger | 2005-08-09 | 1 | -5/+1 |
| |