summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-18add __thumb__ checkMike Frysinger
2005-08-18import updates from glibcMike Frysinger
2005-08-18remove some debug codeMike Frysinger
2005-08-18we have getprotobyname_r() now so use itMike Frysinger
2005-08-18install the manpages that are in the docs subdirMike Frysinger
2005-08-18moved/updated to docs/man/Mike Frysinger
2005-08-18also check for __thumb__Mike Frysinger
2005-08-18posix_memalign and posix_fadvise are in uClibc nowMike Frysinger
2005-08-18add the posix_memalign functionMike Frysinger
2005-08-17update the uClibc webpageEric Andersen
2005-08-17Make uClibc vfork() use kernels vfork() instead of fork(). Joakim Tjernlund
2005-08-17start of some rpc testsMike Frysinger
2005-08-17make sure UCLIBC_LDSO is defined if we are running in a test subdir rather ↵Mike Frysinger
than toplevel
2005-08-17dont install linux/asm headers if KERNEL_SOURCE == DEVEL_PREFIXMike Frysinger
2005-08-17We _must_ copy include/asm/ and include/linux/ when installing headers, sinceEric Andersen
once we build uClibc against those, they become part of uClibc's ABI and must be included as part of the install.
2005-08-17when installing the include files, skip .svn, linux, and asm dirs since they ↵Mike Frysinger
are just symlinks (and could possibly be pointing to right where we are installing)
2005-08-16add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since ↵Mike Frysinger
been renamed to __glibc_strerror_r in 0.9.28
2005-08-16add an entry about __fputc_unlocked link errorsMike Frysinger
2005-08-15write some good manpagesMike Frysinger
2005-08-15For current kernels, we just use the getcwd() syscall. For old 2.0 linuxEric Andersen
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.
2005-08-15Just quote the whole darn thing so we can print any error msg we wantEric Andersen
2005-08-15remove quote char which doesnt belongMike Frysinger
2005-08-15We do not supply a BSD style getloadavg() functionEric Andersen
2005-08-15Fix bug 387, missing _dl_progname for static apps.Joakim Tjernlund
2005-08-15Patch from Faidon Liambotis to update the debian stuffEric Andersen
2005-08-15move arch-specific checks out of shared dl-syscall.h and into arch-specific ↵Mike Frysinger
dl-syscalls.h
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-15arm has its own iopl.c now so we dont need ugly #ifdef check for armMike Frysinger
2005-08-15rip out iopl from ioperm.c so it will override the common iopl.cMike Frysinger
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-15import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-14Add utils in make clean rule. From paravoid.Joakim Tjernlund
2005-08-14eat whitespaceMike Frysinger
2005-08-14import thumb support from jbowler in Bug 385Mike Frysinger
2005-08-13per suggestion by psm, remove the variable DYNAMIC_LINKEREric Andersen
2005-08-12Removed hardcoded ld-uClibc.so.0 in uClibc. From Peter Mazinger.Joakim Tjernlund
2005-08-12Remove SYSTEM_LDSO option since it no longer works.Joakim Tjernlund
2005-08-12Remove hardcoded ld-uClibc.so.0 name in ldso.Joakim Tjernlund
2005-08-12revert __error -> __syscall_error change since it doesnt work for cloneMike Frysinger
2005-08-12missed one of the __error names in changing to __syscall_errorMike Frysinger
2005-08-11touchup PIE support for all the utils and fix stripping on iconvMike Frysinger
2005-08-11add back in the LDPIEFLAG since -fPIE does not imply -pieMike Frysinger
2005-08-11jump straight to __syscall_errorMike Frysinger
2005-08-11fix some sign warnings pointed out by gcc-4Mike Frysinger
2005-08-10In Bug 364 by hassold:Mike Frysinger
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.
2005-08-10Bump version in preparation for the upcoming releaseEric Andersen
2005-08-10use the inline version of _dl_parse_dynamic_infoMike Frysinger
2005-08-09clean up whitespace/syntaxMike Frysinger
2005-08-09disable early debug code if the arch relies on certain values (like ↵Mike Frysinger
load_addr) which are computer later
2005-08-09rework the headers depedency so that it plays nice with parallel buildingMike Frysinger