summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doh! wrong branch0_9_28Eric Andersen2007-01-291-40/+4
|
* Fix compile error when locale is enabledEric Andersen2007-01-291-4/+40
|
* Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund2005-08-172-2/+25
|
* start of some rpc testsMike Frysinger2005-08-173-0/+81
|
* make sure UCLIBC_LDSO is defined if we are running in a test subdir rather ↵Mike Frysinger2005-08-171-0/+4
| | | | than toplevel
* dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIXMike Frysinger2005-08-171-1/+6
|
* We _must_ copy include/asm/ and include/linux/ when installing headers, sinceEric Andersen2005-08-171-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 Frysinger2005-08-171-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 Frysinger2005-08-161-0/+1
| | | | been renamed to __glibc_strerror_r in 0.9.28
* add an entry about __fputc_unlocked link errorsMike Frysinger2005-08-161-0/+17
|
* write some good manpagesMike Frysinger2005-08-152-0/+90
|
* For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen2005-08-151-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 wantEric Andersen2005-08-151-1/+1
|
* remove quote char which doesnt belongMike Frysinger2005-08-151-1/+1
|
* We do not supply a BSD style getloadavg() functionEric Andersen2005-08-151-7/+0
|
* Fix bug 387, missing _dl_progname for static apps.Joakim Tjernlund2005-08-151-0/+1
|
* Patch from Faidon Liambotis to update the debian stuffEric Andersen2005-08-157-23/+84
|
* move arch-specific checks out of shared dl-syscall.h and into arch-specific ↵Mike Frysinger2005-08-157-3/+12
| | | | dl-syscalls.h
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-4/+3
|
* arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger2005-08-151-7/+4
|
* rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger2005-08-153-14/+36
|
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+15
|
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-151-0/+33
|
* Add utils in make clean rule. From paravoid.Joakim Tjernlund2005-08-141-0/+1
|
* eat whitespaceMike Frysinger2005-08-142-9/+7
|
* import thumb support from jbowler in Bug 385Mike Frysinger2005-08-143-8/+33
|
* per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen2005-08-132-2/+1
|
* Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund2005-08-124-10/+4
|
* Remove SYSTEM_LDSO option since it no longer works.Joakim Tjernlund2005-08-122-18/+1
|
* Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund2005-08-124-8/+4
|
* revert __error -> __syscall_error change since it doesnt work for cloneMike Frysinger2005-08-121-5/+11
|
* missed one of the __error names in changing to __syscall_errorMike Frysinger2005-08-121-1/+1
|
* touchup PIE support for all the utils and fix stripping on iconvMike Frysinger2005-08-111-3/+8
|
* add back in the LDPIEFLAG since -fPIE does not imply -pieMike Frysinger2005-08-111-1/+17
|
* jump straight to __syscall_errorMike Frysinger2005-08-114-20/+8
|
* fix some sign warnings pointed out by gcc-4Mike Frysinger2005-08-111-2/+2
|
* In Bug 364 by hassold:Mike Frysinger2005-08-101-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 releaseEric Andersen2005-08-101-1/+1
|
* use the inline version of _dl_parse_dynamic_infoMike Frysinger2005-08-101-0/+3
|
* clean up whitespace/syntaxMike Frysinger2005-08-091-43/+34
|
* disable early debug code if the arch relies on certain values (like ↵Mike Frysinger2005-08-092-0/+3
| | | | load_addr) which are computer later
* rework the headers depedency so that it plays nice with parallel buildingMike Frysinger2005-08-091-12/+12
|
* note the architectures which still need to be updatedMike Frysinger2005-08-091-0/+3
|
* date: 2005/08/07 07:53:58; author: drepper; state: Exp; lines: +1 -1Mike Frysinger2005-08-091-1/+1
| | | | (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO definition.
* need -s for STRIPTOOL with iconv too as psm pointed outMike Frysinger2005-08-091-1/+1
|
* eat whitespaceMike Frysinger2005-08-091-1/+0
|
* update crt0 to crt1 based heavily on glibc start.S and to sync up with ↵Mike Frysinger2005-08-092-77/+37
| | | | __uClibc_main changes
* use sigprocmask instead of internal __sigprocmask since __ version doesnt ↵Mike Frysinger2005-08-091-2/+1
| | | | always exist
* move __fpscr_values out of crt0 and into libc as proposed by Daniel ↵Mike Frysinger2005-08-093-8/+35
| | | | Jacobowitz so that libm.so links properly with newer toolchains
* remove unused/pointless variablesMike Frysinger2005-08-091-5/+1
|