summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Patch from Brian Stafford <brian@stafford.uklinux.net> to fixupEric Andersen2002-01-1415-57/+259
| | | | support for Unix98 PTYs, and optionally exclude the older junk.
* Enable fdatasyncEric Andersen2002-01-141-0/+7
|
* Both _dl_simple_ltoa and _dl_simple_ltoahex use buffers of size 21,Eric Andersen2002-01-141-2/+2
| | | | | | but we were feeding them strings that were just 13 bytes long... Thanks to spudmonkey@racsa.co.cr for noticing! -Erik
* Depend upon libcEric Andersen2002-01-126-6/+6
|
* Make libc depend on ldsoEric Andersen2002-01-121-1/+1
|
* We don't need an ARCH_CFLAGS2, just fixed the ordering on ARCH_CFLAGSEric Andersen2002-01-112-8/+2
|
* Sigh. Typod it againEric Andersen2002-01-111-1/+1
|
* Oops. typo.Eric Andersen2002-01-111-1/+1
|
* More build system cleanups...Eric Andersen2002-01-119-32/+29
|
* Oops. We lost -FPIC in the shuffle...Eric Andersen2002-01-111-0/+1
| | | | -Erik
* Remove the now obsolete d-link tree. Update things to copeEric Andersen2002-01-115-16/+14
| | | | | with the new naming -Erik
* Remove old named file. Fix headers on updated one.Eric Andersen2002-01-112-1221/+5
|
* Rework naming for shared lib loader to avoid potentialEric Andersen2002-01-1130-1984/+62
| | | | | nameing conflicts with std header files. -Erik
* Don't use target strip on native binaryEric Andersen2002-01-111-2/+1
|
* Build glibc test apps static when told to.Eric Andersen2002-01-112-2/+1
| | | | Make tiny live up to its name.
* glibc test apps failed to be static when told to beEric Andersen2002-01-111-1/+16
|
* Failed to call sort before calling uniq in several spots,Eric Andersen2002-01-111-2/+2
| | | | | thereby causing ld to choke during the gcc build. -Erik
* Cleanup makfile, use ld to avoid chicken-and-egg problems whenEric Andersen2002-01-111-13/+6
| | | | | building gcc/g++. -Erik
* Fix indentingEric Andersen2002-01-111-21/+21
|
* Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen2002-01-118-16/+23
| | | | | chicken-and-egg problems when building gcc toolchains. -Erik
* Eliminate C++ style commentsEric Andersen2002-01-108-23/+23
|
* Allow people to override the TARGET_ARCH settingEric Andersen2002-01-101-0/+3
|
* Ignore native lddEric Andersen2002-01-091-0/+1
|
* Build a native uClibc lddEric Andersen2002-01-091-2/+11
|
* Recommend making symlinks, not copying the config file.Eric Andersen2002-01-092-2/+3
| | | | -Erik
* Doh! I broke getmntent when I added getmntent_r! This fixes it.Eric Andersen2002-01-091-5/+0
| | | | -Erik
* Implement mempcpyEric Andersen2002-01-093-2/+18
|
* Fixup broken termios stuff. No, really this time.Eric Andersen2002-01-094-128/+240
| | | | -Erik
* Allow people to exclude regex code, since it is huge (27k)Eric Andersen2002-01-0911-3/+66
|
* Rework termios wrapping code to try and do the right thing.Eric Andersen2002-01-094-68/+36
| | | | -Erik
* Fixup comments regarding large file support (it works these days)Eric Andersen2002-01-0910-30/+20
| | | | -Erik
* Don't show shell fragmentsEric Andersen2002-01-091-1/+1
|
* Patch from Michael E Brown <mebrown@michaels-house.net> toEric Andersen2002-01-091-25/+88
| | | | | support setting DEVEL_PREFIX and BUILD_DIR at runtime instead of having to recompile the wrapper. Minor changes by me.
* Patch from Stefan Soucek <ssoucek@coactive.com> to removeEric Andersen2002-01-091-41/+47
| | | | | alloca (when non-reentrant) since alloca can blow the stack pretty easily on mmu-less.
* Fixup v850 architecture autodetection, from Miles BaderEric Andersen2002-01-091-2/+4
| | | | <miles@lsi.nec.co.jp>
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-095-10/+24
| | | | enable -falign-functions if avilable.
* Fix duplicate of timezoneEric Andersen2002-01-091-4/+0
|
* Remove "-Wl,--no-undefined"Eric Andersen2002-01-091-2/+1
|
* Scrub malloc handlingEric Andersen2002-01-082-16/+25
|
* Mahe 'make clean' remove generated bits/syscall.h, asEric Andersen2002-01-076-1/+8
| | | | | noted by "Kim B. Heino" <Kim.Heino@bluegiga.com> -Erik
* Fix stpcpy function declarationEric Andersen2002-01-061-2/+0
|
* Use public interface, not a glibc style private oneEric Andersen2002-01-062-4/+2
| | | | -Erik
* Support tmpfile64 (just a weak for tmpfile)Eric Andersen2002-01-061-1/+4
| | | | -Erik
* Fix stupid typing problemsEric Andersen2002-01-061-2/+2
|
* Fix formatting. Stub out pthread_join and pthread_exit for now.Eric Andersen2002-01-061-25/+40
| | | | -Erik
* Support statvfs and statfs. Added getmntent_r (and made it useEric Andersen2002-01-069-20/+491
| | | | | strtok_r instead of strtok), taught getmntent to use getmntent_r. -Erik
* Add missing inttypes.hEric Andersen2002-01-041-0/+461
|
* Make getopt act the same regardless whether the app was staticly linkedEric Andersen2002-01-034-977/+841
| | | | | or dynamicly linked. Obeys the principle of least surprise. -Erik
* Oops. I'd accidentally enabled a #define for __NR_get_kernel_symsEric Andersen2002-01-031-1/+1
| | | | | so turn that back off -Erik.
* Enable several more syscalls.Eric Andersen2002-01-033-9/+324
|