summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-08-10Update the build system, yet again. I hope this is the last time...Eric Andersen
2001-08-10Make _PATH_VARRUN actually point to /var/run.David McCullough
2001-08-09Fix behavior when installing the devel env, since somewhereEric Andersen
2001-08-09Add cmsg_nxthdr function for the cases where the headersDavid McCullough
2001-08-09Add in changes from philipc@lineo:David McCullough
2001-08-09Add hstrerror, it just points to strerror like h_errno.David McCullough
2001-08-09Added sigset_t casts so we behave like the other platforms.David McCullough
2001-08-09Fix a couple of warningsDavid McCullough
2001-08-09Make sure the weak aliases are defined before the functions/varsDavid McCullough
2001-08-09Changed uclibc-gcc to uclibc-toolchain. Added fixups for changesDavid Schleef
2001-08-08This syncs things up with my local tree. Mainly changes installerEric Andersen
2001-08-06Try search for the shared lib interpreter. Eliminate all double "//"sEric Andersen
2001-08-06If /etc/ld.so.preload was size 0, the shared lib loader wouldEric Andersen
2001-08-06Fixup the pipe system call for the SH target.David McCullough
2001-07-28Oops... left in a debugging line.Manuel Novoa III
2001-07-28Back out the changes to _uClibc_fread and loop in fread() if incomplete, toManuel Novoa III
2001-07-26Yes... the previous "fix" was broken too... the result of careless cuttingManuel Novoa III
2001-07-25Ok... the fix wasn't quite so straightforward. Hopefully this will do it.Manuel Novoa III
2001-07-25Fix fread bug reported by Vodz. The fix is straightforward, but I haven'tManuel Novoa III
2001-07-25Fix small typo vodz reported.Manuel Novoa III
2001-07-18Fix the /lib linkDavid Schleef
2001-07-17Better generation of control, fix up DESTDIRDavid Schleef
2001-07-17Fix typo.David Schleef
2001-07-17Changes to build cross-compiling librariesDavid Schleef
2001-07-17Better rule for locating dynamic linkerDavid Schleef
2001-07-17search_for_named_library forgot to wipe the target string, so each timeEric Andersen
2001-07-17Elimintate spurious trailing /Eric Andersen
2001-07-17Turn off USE_CACHE by default (so ldconfig, by default, isn'tEric Andersen
2001-07-17Fix missing function when USE_CACHE is enabledEric Andersen
2001-07-17Oops. USE_CACHE was disabled and didn't compile when enabledEric Andersen
2001-07-17Forgot this...Eric Andersen
2001-07-17We already have tar.h, so might as well include cpio.h as well...Eric Andersen
2001-07-17Some cleanups needed for things to compile and work as expectedEric Andersen
2001-07-16use ln -fsEric Andersen
2001-07-13Scrub up a few things I forgot. Add a few more cleanups.Eric Andersen
2001-07-13This takes about 6k off the size of the x86 shared lib loader...Eric Andersen
2001-07-13fixperms needs the correct name for ld-uClibcDavid Schleef
2001-07-13PowerPC has a different kernel interface for termios. Grrr...David Schleef
2001-07-13The previous termios.h strongly appeared to be from a differentDavid Schleef
2001-07-13Add test for proper realloc() behavior.David Schleef
2001-07-12This commit merges David Schleef's updates to the build system, which aEric Andersen
2001-07-12Use uClibc's ldd, not the system one which is probably brokenEric Andersen
2001-07-12Add missing in_addr_tEric Andersen
2001-07-12Added #ifdef DEBUG where appropriate.David Schleef
2001-07-12First cut of PowerPC port. It works for hello world, but has lotsDavid Schleef
2001-07-12Small fixups for powerpcDavid Schleef
2001-07-11Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough
2001-07-11The main part of the C++ support is the definition of __BEGIN_DECLSDavid McCullough
2001-07-11The weak_alias macro was not genertaing asm with the correct alias names.David McCullough
2001-07-11Fixup the atexit weak alias for elf, need to include <features.h> toDavid McCullough