summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-08-26import sparc-optimized string functions from glibcMike Frysinger
2005-08-26oops, new math code needs thisMike Frysinger
2005-08-25import different optimized versions of div funcs based upon target sparc archMike Frysinger
2005-08-25optimize library based upon sparc cpu selectionMike Frysinger
2005-08-25allow people to select target sparc architectureMike Frysinger
2005-08-25add a note explaining the weird h_errno definitionMike Frysinger
2005-08-24a64l/l64a are now in uClibc, mkstemp and mktemp already wereMike Frysinger
2005-08-24import a64l and l64a from glibcMike Frysinger
2005-08-24add a link_warning() like glibc so ppl will [hopefully] stop using mktemp. a...Mike Frysinger
2005-08-24Frank Mehnert writes:Joakim Tjernlund
2005-08-23some updates from psm to better mirror glibc getent behaviorMike Frysinger
2005-08-18Hmm, things broke with vapiers update. LetsJoakim Tjernlund
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18use generic ELF wrappersMike Frysinger
2005-08-18add support for getrpcbynumber_r/getrpcbyname_r/getrpcent_r and a config opti...Mike Frysinger
2005-08-18rework some of the code to shrink sizeMike Frysinger
2005-08-18style tweaksMike Frysinger
2005-08-18remove 0.9.27 compat aliasMike Frysinger
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 th...Mike Frysinger
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
2005-08-17when installing the include files, skip .svn, linux, and asm dirs since they ...Mike Frysinger
2005-08-16add a 0.9.27 compat symbol (_glibc_strerror_r) since the function has since b...Mike Frysinger
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
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 d...Mike Frysinger
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