summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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